#7334 closed enhancement (worksforme)
Waiting period for new revisions
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.6 |
| Component: | Administration | Keywords: | revision |
| Focuses: | Cc: |
Description
The new revision feature in Wordpress 2.6 is great.
However, I would like to suggest an enhancement. Currently WordPress creates a new revision each time the post or page is saved. The revision feature would be even more useful if subsequent changes would be collected if made in a very short time frame. If a change occurs in a waiting period of let say 15 .. 60 minutes (may be editable in the settings?), no new revision is created and the modification date of the last one just updated. If a change occurs after the waiting period, a new revision is created.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Just a quick note: Manual page saves will create a new Revision each time. Autosaves which occur every 60 seconds will only create 1 revision (ie. Theres only ever one autosave revision per post).