Opened 12 years ago
Closed 12 years ago
#23893 closed defect (bug) (fixed)
Post format should be revisioned, auto-saved and previewable
Reported by: | kovshenin | Owned by: | |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Post Formats | Keywords: | |
Focuses: | Cc: |
Description
Like the post format metadata in #23539, the post format itself should be revisioned. Steps to reproduce:
- Publish a standard post
- Change the format to image, set the content to "this is an image", update
- Change the format to quote, set the content to "this is a quote", update
- Restore the "this is an image" revision
The post is restored to the "this is an image" post, but the format is still a quote. This could be part of a bigger "revisions for taxonomies" feature.
Attachments (2)
Change History (8)
#2
@
12 years ago
It looks like the change in supports
on the revision post type is not needed. I think I left it there because I was using get_post_format
on revision posts when debugging.
#3
@
12 years ago
23893.2.diff uses post meta to store revisioned terms for post formats and introduces a more generic approach when handling autosaves. Categories and tags could easily fit into this.
Note: See
TracTickets for help on using
tickets.
23893.diff is an approach similar to [23859] and [23862].