Edit-Flow
Edit-Flow copied to clipboard
WordPress plugin to accelerate your editorial workflow
From https://github.com/Automattic/Edit-Flow/pull/649/files --- ## Description Currently, this selector is used in 3 jQuery files but none of them seems relevant: ```js $('#posts-filter input[type="submit"]').on( 'mousedown', function(e){ t.revert(); }); ``` We will...
Coming from here https://github.com/Automattic/Edit-Flow/pull/649/files#r645456693 ## Info This is a library and it's being used for the `Date` field in `Editorial Metadata` module - related PR https://github.com/Automattic/Edit-Flow/pull/169 We can see it...
Currently if you go to Dashboard > Calendar here's what the filtering looks like: We should improve the styles to be more consistent. A few things that stand out: -...
## Expected/Desired Behavior When using Quick Edit, the custom status should update. ## Actual Behavior The custom status name does not update. ## Steps to Reproduce the Problem 1. Go...
## Expected/Desired Behavior In Edit Flow > Story Budget, there is a list of post categories and under each one you'll see a list of posts scheduled for those categories....
[Requested in the forums](http://wordpress.org/support/topic/plugin-edit-flow-feature-request-user-group-restricted-to-category): > We have a WP installation with 3 categories for posts - 2 of them contain the actual content - travel stories by external authors -...
If a user doesn't want the "Format" field to show, for instance, it would be great if they could disable this on a code level. From Pivotal: Post formats (like...
The Frequently Asked Questions in the readme could use a refresh. We should go through the most recent forum threads to identify the most common hangups.
After this is solved #634, we can consider these improvements for GitHub actions: - [ ] Code Coverage - [ ] Auto deploy to WP.org for new tags - [...
Hi team, Since the 0.8.3 release and the feature > Improvement: Cache calendar items for each user individually to prevent potential cache pollution. Props justnorris. We are having cache problems....