[wp-trac] [WordPress Trac] #31089: Customize: Add revisions and statuses for changesets

WordPress Trac noreply at wordpress.org
Tue Mar 21 18:14:41 UTC 2017


#31089: Customize: Add revisions and statuses for changesets
-------------------------+-----------------------------
 Reporter:  westonruter  |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Future Release
Component:  Customize    |     Version:
 Severity:  normal       |  Resolution:
 Keywords:               |     Focuses:  ui, javascript
-------------------------+-----------------------------
Description changed by westonruter:

Old description:

> In #30937 the concept of a “Customize Changeset” is introduced, wherein
> each Customizer session gets a changeset containing the settings that are
> modified and eventually saved (or not). The `customize_changeset` is a
> custom post type with the settings JSON stored in the `post_content`.
> Every time the Customizer is accessed, a new `customize_changeset` post
> is created with `post_status=draft` and then when saving it becomes
> `post_status=publish`. As such, this automatically becomes a revision
> history for all saved changes to the Customizer.
>
> With the work on changesets, however, there is no UI for accessing these
> revisions. There is no way to see previous revisions, to revert a
> revision, to recall a revision to continue changes. Nevertheless, UIs for
> revisions and changeset status changes are being prototyped in the
> [https://github.com/xwp/wp-customize-snapshots Customize Snapshots]
> plugin.
>
> I did do some work on a [https://wordpress.org/plugins/settings-
> revisions/ Settings Revisions] plugin for a potential UI, where a new
> Customizer section is added to load a previous revision and to provide
> the “commit message” for the new one  (see [https://wordpress.org/plugins
> /settings-revisions/screenshots/ plugin screenshots]). However, this
> plugin was written before changesets.
>
> See also:
> #21666 (Customizer reset/undo/revert)
> #20692 (Handle unsaved changes in the customizer)
> #28721 (Scheduled changes for the customizer)
> #31088 (Post revisions in the customizer)
> #38624 (Allow starter content to apply after a site has already been set
> up and is no longer “fresh”)
> #22880 (Customize Themes without activation)
> #39031 (Customize: Include theme as just another setting instead of
> passing as separate parameter)

New description:

 In #30937 the concept of a “Customize Changeset” is introduced, wherein
 each Customizer session gets a changeset containing the settings that are
 modified and eventually saved (or not). The `customize_changeset` is a
 custom post type with the settings JSON stored in the `post_content`.
 Every time the Customizer is accessed, a new `customize_changeset` post is
 created with `post_status=draft` and then when saving it becomes
 `post_status=publish`. As such, this automatically becomes a revision
 history for all saved changes to the Customizer.

 With the work on changesets, however, there is no UI for accessing these
 revisions. There is no way to see previous revisions, to revert a
 revision, to recall a revision to continue changes. Nevertheless, UIs for
 revisions and changeset status changes are being prototyped in the
 [https://github.com/xwp/wp-customize-snapshots Customize Snapshots]
 plugin.

 I did do some work on a [https://wordpress.org/plugins/settings-revisions/
 Settings Revisions] plugin for a potential UI, where a new Customizer
 section is added to load a previous revision and to provide the “commit
 message” for the new one  (see [https://wordpress.org/plugins/settings-
 revisions/screenshots/ plugin screenshots]). However, this plugin was
 written before changesets.

 See also:
 #21666 (Customizer reset/undo/revert)
 #20692 (Handle unsaved changes in the customizer)
 #28721 (Scheduled changes for the customizer)
 #31088 (Post revisions in the customizer)
 #38624 (Allow starter content to apply after a site has already been set
 up and is no longer “fresh”)
 #22880 (Customize Themes without activation)
 #39031 (Customize: Include theme as just another setting instead of
 passing as separate parameter)
 #39896 (Customizer: Allow users to Draft changes before Publishing)

--

--
Ticket URL: <https://core.trac.wordpress.org/ticket/31089#comment:26>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list