Make WordPress Core


Ignore:
Timestamp:
10/18/2016 08:04:36 PM (9 years ago)
Author:
westonruter
Message:

Customize: Implement customized state persistence with changesets.

Includes infrastructure developed in the Customize Snapshots feature plugin.

See https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/

Props westonruter, valendesigns, utkarshpatel, stubgo, lgedeon, ocean90, ryankienstra, mihai2u, dlh, aaroncampbell, jonathanbardo, jorbin.
See #28721.
See #31089.
Fixes #30937.
Fixes #31517.
Fixes #30028.
Fixes #23225.
Fixes #34142.
Fixes #36485.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/fixtures/customize-settings.js

    r37476 r38810  
    148148            'label': 'Enter mobile preview mode'
    149149        }
     150    },
     151    changeset: {
     152        status: '',
     153        uuid: '0c674ff4-c159-4e7a-beb4-cb830ae73979'
     154    },
     155    timeouts: {
     156        windowRefresh: 250,
     157        changesetAutoSave: 60000,
     158        keepAliveCheck: 2500,
     159        reflowPaneContents: 100,
     160        previewFrameSensitivity: 2000
    150161    }
    151162};
Note: See TracChangeset for help on using the changeset viewer.