chnm / anthologize

Anthologize is a free, open-source, WordPress-based platform for publishing. Grab posts from your WordPress blog, pull in feeds from external sites, or create new content directly in Anthologize. Then outline, order, and edit your work, crafting it into a coherent volume for export in several formats, including PDF, EPUB, and TEI.
http://anthologize.org
GNU General Public License v3.0
174 stars 29 forks source link

Other plugins fire when projects, posts, etc are saved #10

Open patrickmj opened 12 years ago

patrickmj commented 12 years ago

Imported from Trac ticket #12 reported by boonebgorges on 2010-08-04:

Lots of plugins hook to save_post and publish_post (eg auto-tweeters) and should not be run when Anthologize parts/items/projects are created and published.

figure out a way to index the functions being hooked, and unset them for our post types.

patrickmj commented 12 years ago

Comment by boonebgorges on 2010-08-04:

A couple thoughts from discussions on irc:

patrickmj commented 12 years ago

Comment by boonebgorges on 2010-08-07:

This might be too big a job for 0.4-alpha. I want to think strategy a little bit more before doing anything too heavyhanded regarding other plugins on an install. It's much easier and safer to add language to the documentation warning about auto-tweeting plugins, etc.

Punting to 0.5

patrickmj commented 12 years ago

Comment by boonebgorges on 2010-08-10:

This has been at least partially addressed in #28 - since content is no longer published automatically, there won't be conflict with publish_post stuff.