Edit-Flow
Edit-Flow copied to clipboard
WordPress plugin to accelerate your editorial workflow
This is based on work from @justnorris in #487. It continues the work of scoping module assets. It reintroduces the `EF_Module_With_View` class from #487, but holds off on deprecating `is_whitelisted_functional_view`...
This is some additional work on top of #519 to improve the notifications UI to make it apparent when a user is being auto-subscribed to a post, when they're the...
I would like to apply some customisation to the posts that are displayed in the editorial calendar. For example, I might temporarily tag some old content as "featured", which is...
### Expected behavior: - When unticking the post author in `Notifications` metabox, they get unsubscribed - OR If they aren't actually unsubscribed, we get a red flash instead of green...
I would like to add features to WordPress to facilitate periodic review of old posts and pages. What this review is checking will vary from site to site. In general,...
It'd be nice to provide API for users to add their own Edit Flow modules for things like integrations with other plugins (See #386 and #387 as examples). ```php ef_register_module(...)...
It'd be great to incorporate a feature for forking/cloning posts within Edit Flow. Considerations for such a feature include: I want to make some changes to an already published post;...
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 correctly...
We should be able to calculate the progress of a post by looking at the number of tasks and how of them are complete. e.g. The post “The iPad sucks”...
I added the button to let the user go faster to the current day instead of having to use the calendar. I tried to keep the same behavior of the...