Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Refactor #53

Closed
wants to merge 67 commits into from
Closed

Refactor #53

wants to merge 67 commits into from

Commits on Jun 14, 2016

  1. Fix menu locations bug

    miina committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    bef6bc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Add menu filters. Not complete.

    miina committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    bfe83dc View commit details
    Browse the repository at this point in the history
  2. Fix phpcs issues

    miina committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    3b033d2 View commit details
    Browse the repository at this point in the history
  3. Add isset check.

    miina committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    78affd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. Configuration menu
    Copy the full SHA
    bf9938b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0564d1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3653198 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    359f30b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2016

  1. Add test coverage for #49

    miina committed Jun 18, 2016
    Configuration menu
    Copy the full SHA
    cb3e62e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Configuration menu
    Copy the full SHA
    e511bf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    492693b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6f9904 View commit details
    Browse the repository at this point in the history
  4. Remove moved method

    westonruter committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    caf79aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e69fbd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25efbc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a323c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Remove dead old__set

    westonruter committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    84615cd View commit details
    Browse the repository at this point in the history
  2. Prevent writing settings to snapshots if unauthorized; send back erro…

    …rs to client and display
    westonruter committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    1be62be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23808f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3f1715 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0e111f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f541ab4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Configuration menu
    Copy the full SHA
    8616831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af42c34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    688a4c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    210d74c View commit details
    Browse the repository at this point in the history
  5. Fix phpcs error

    westonruter committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    8af4845 View commit details
    Browse the repository at this point in the history
  6. Ensure Post_Type::get_post_content() is always used to get post_conte…

    …nt; ensure data migration accounts for dirty
    westonruter committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    b1ceccf View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Configuration menu
    Copy the full SHA
    7e30012 View commit details
    Browse the repository at this point in the history
  2. Revert "Ensure snapshot versions are kept with revisions"

    This reverts commit 7e30012.
    westonruter committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    fdff98b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fba4237 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78b1115 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Configuration menu
    Copy the full SHA
    9f0b918 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. Configuration menu
    Copy the full SHA
    4c73e3d View commit details
    Browse the repository at this point in the history
  2. Fix phpcs issues

    valendesigns committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    390083c View commit details
    Browse the repository at this point in the history
  3. Fix tests

    valendesigns committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    7d619f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    726e194 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ae0764 View commit details
    Browse the repository at this point in the history
  6. Add some tests. Not complete.

    miina committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    44d8d4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7176d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3488780 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Unit tests for menu changes.

    miina committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    6393ddd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Configuration menu
    Copy the full SHA
    2c3dbbe View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2016

  1. Merge pull request #54 from xwp/bugfix/trac-37247

    Check for unauthorized, unrecognized, and invalid settings prior to sanitizing
    westonruter committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    af66990 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Configuration menu
    Copy the full SHA
    924c872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19bbcfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e42ac1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2617a10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7998383 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad74719 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69d9a90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f692f04 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #51 from xwp/feature/add-toolbar-link_issue_48

    Added a toolbar link to edit post screen view.
    westonruter committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    cb45595 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'develop' of https://github.com/xwp/wp-customize-snapshots

    … into bugfix/saving-menus-issue_2
    westonruter committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    310b365 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22504bd View commit details
    Browse the repository at this point in the history
  12. Merge branch 'develop' of https://github.com/xwp/wp-customize-snapshots

    … into feature/add-frontend-view-link_issue_49
    westonruter committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    1be0847 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0ccfd16 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #52 from xwp/feature/add-frontend-view-link_issue_49

    Add front-end view link to post edit screen.
    westonruter committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    f263aea View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Preview nav menu settings early so that the sections and controls for…

    … snapshot values will be added properly
    westonruter committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    bce3453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adca567 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #56 from xwp/bugfix/saving-menus-issue_3

    Re-use methods in WP_Customize_Nav_Menus in favor of duplication
    westonruter committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    d5e0bbc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #55 from xwp/bugfix/saving-menus-issue_2

    Support snapshotting nav menus, nav menu locations, and nav menu items
    westonruter committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    5dd4ed9 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. Configuration menu
    Copy the full SHA
    c42c9ac View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. Configuration menu
    Copy the full SHA
    5a74134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce29035 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    194c9de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2c6502 View commit details
    Browse the repository at this point in the history