[wp-trac] [WordPress Trac] #24708: Extra revision created every time a new post is inserted
WordPress Trac
noreply at wordpress.org
Wed Jul 10 22:04:40 UTC 2013
#24708: Extra revision created every time a new post is inserted
--------------------------+--------------------
Reporter: wpdavis | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.6
Component: Revisions | Version: trunk
Severity: normal | Resolution:
Keywords: |
--------------------------+--------------------
Changes (by wpdavis):
* keywords: close =>
Comment:
Definitely understand the reasoning, but it seems kind of excessive to
create an extra database entry for every post, especially since many posts
are probably never edited in the future and then never needs a revision.
It wreaks havoc on the WordPress import process (revisions are created for
posts that didn't previously have revisions, screwing up the IDs and thus
breaking the thumbnails).
What if the revision for the initial post is created under the following
two scenarios:
* The person posting the article != the person listed as the author of the
article
* When someone is editing an article after post, if a revision for the
initial article does not exist.
(Putting in a separate ticket/patch for the importer bug)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24708#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list