Edit-Flow
Edit-Flow copied to clipboard
WordPress plugin to accelerate your editorial workflow
First pass at improving #505 Instead of caching the entirety of the html, cache some of the queries that go into building the post details screen (and aren't user dependent)....
This PR is a fix for #25 The `Toggle Post Details` button was removed here https://github.com/Automattic/Edit-Flow/commit/95c6874be7a9f00abcaa09811ce11104c7d99eb4#diff-9163f1310b94e41b397251a77e18ec5a but the `setup_postadata` is still not working so I couldn't use the `the_excerpt` function....
Extracting an issue that arose in https://github.com/Automattic/Edit-Flow/issues/265 There are two places where Edit Flow will load every author+ (editor & admins included) all at once, which could present scaling issue...
On the calendar view, if a user opens an overlay, they can't select the text within the editorial metadata without inadvertently dragging it. We should fix this.
Core does it normally, so we should too
Sometimes [we check](https://github.com/Automattic/Edit-Flow/blob/master/modules/calendar/calendar.php#L180) if we should load CSS and JS on a given page, [sometimes we don't](https://github.com/Automattic/Edit-Flow/blob/master/modules/calendar/calendar.php#L205). A patch for this issue would make it so a module's CSS and...
Within calendar cell, there is a post status at the right. Internalional status names could be rather long, e.g. for Russian they get split into 2-3 lines, totally cluttering the...
It got ugly again :(
If your current date range is far in the past, it's a little time consuming to jump to today. We should make that easy to do with a button similar...
This almost made it into 1.0 but I decided to punt with b740dcf741ad35dc1b273e009738fc7c32898a33. As it currently exists, the Dashboard Note pad is writing to, and reading from, a single note....