Connor Jennings
Connor Jennings
In PR #1654, @altano mentions that `The size stats will get overwritten everytime somebody builds and checks in, but that is desirable...git will keep track of the bundle size over...
Hey, you can probably accomplish this by emulating the following functionality: http://editflow.org/extend/hide-the-publish-button-for-certain-custom-statuses/. Rather than ``` #publishing-action { display: none; } ``` You could use something like: ``` #publishing-action #publish {...
You're asking a lot of good questions and unfortunately I only have subpar answers, but if you're interested in learning more, you should definitely check out a few [interesting](https://core.trac.wordpress.org/browser/trunk/src/wp-includes/post.php#L887) [spots](http://core.trac.wordpress.org/browser/tags/3.2.1/wp-includes/post.php#L2494)...
I wanted to take a crack at putting this together, and I noticed that you had a comment at the top of [dashboard.php](https://github.com/danielbachhuber/Edit-Flow/blob/master/modules/dashboard/dashboard.php#L11) about using a new activity class. I...
Heh. No worries then. Is it something worth resurrecting? If so, do you have any preliminary code or ideas for it? If it's not, I'll just move ahead with working...
I was pokin around the [notifications.php](https://github.com/danielbachhuber/Edit-Flow/blob/master/modules/notifications/notifications.php) module (some useful code in there for a dashboard comments widget. Much appreciated) and I noticed that there's some [commented code ](https://github.com/danielbachhuber/Edit-Flow/blob/master/modules/notifications/notifications.php#L450) that relates...
Yea, I see it definitely being worthwhile to merge the two. I guess then the question would become how much content can you display in a dashboard widget? Should a...
Closing and pushing this to v0.8.1.
I like this feature, but given that it is a feature and not a bug, I'm going to punt it to v0.8.1.
> Currently if you type up an editorial comment but don't submit it, then save the post, the comment text is lost. This is natural in a way and users...