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

Refactor #59

Merged
merged 108 commits into from Jul 27, 2016
Merged

Refactor #59

merged 108 commits into from Jul 27, 2016

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 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 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
    b2c6502 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2016

  1. Configuration menu
    Copy the full SHA
    1662f2e View commit details
    Browse the repository at this point in the history
  2. Restore phpunit.xml.dist

    valendesigns committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    899ac06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3010490 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. Configuration menu
    Copy the full SHA
    a5ce689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb9c820 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee73063 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2a70f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e46d9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25067f7 View commit details
    Browse the repository at this point in the history
  7. Add tests for Post_Type

    westonruter committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    f1f462e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Update Snapshot tests

    valendesigns committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    dd675e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4d2695 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed0d06f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

  1. Remove test_is_wpcom_vip_prod which caused warnings to be trapped and…

    … broke test_get_post_content
    westonruter committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    49b2121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7553ceb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c408bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    589f755 View commit details
    Browse the repository at this point in the history
  5. Fix tests for WP 4.5.x

    westonruter committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    aeae38b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ea3ccc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e5d263 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c15bcc2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9aa06d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    38ee794 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0fb7ca9 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2016

  1. Address todo about merging snapshot with existing state; ensure null …

    …values are removed from snapshot data
    westonruter committed Jul 16, 2016
    Configuration menu
    Copy the full SHA
    4d67402 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f69b325 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Configuration menu
    Copy the full SHA
    b21c9ac View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    PatelUtkarsh committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    6e5debc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Configuration menu
    Copy the full SHA
    9d87000 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1899d44 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. Configuration menu
    Copy the full SHA
    516975c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d6ff83 View commit details
    Browse the repository at this point in the history
  3. Fix unit-test

    PatelUtkarsh committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    2742e57 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2016

  1. Configuration menu
    Copy the full SHA
    5224948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d294ae5 View commit details
    Browse the repository at this point in the history
  3. Code review changes

    PatelUtkarsh committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    c934531 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b82190 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bf8217 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bc8990 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b3cb85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13f8edf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03808cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c1b9f1c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. Configuration menu
    Copy the full SHA
    30f5dc6 View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    PatelUtkarsh committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    8d2aa9b View commit details
    Browse the repository at this point in the history
  3. Update unit-test

    PatelUtkarsh committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    0ece6a2 View commit details
    Browse the repository at this point in the history
  4. Fix param issue

    PatelUtkarsh committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    730d1ad View commit details
    Browse the repository at this point in the history
  5. [WIP] Fix unit-test

    PatelUtkarsh committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    253119d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cfb77b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70e5ff2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cdf3ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1413ccb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74faae2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb15ec7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c497aa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4e3dbf4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Configuration menu
    Copy the full SHA
    bde9eaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b501ed View commit details
    Browse the repository at this point in the history
  3. [WIP] Add prepare_snapshot_post_content_for_publish

    * Remove bulk actions filter
    * Replace publish filter with transition filter.
    * Remove hiding of publish metabox if not current theme. Allow publishing if not current theme.
    * Remove hiding of author metabox.
    * Remove extraneous info now that publish metabox is restored.
    * Move Post_Type logic to Customize_Snapshot_Manager
    westonruter committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    5ef4f96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    795624d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88ba1fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db98bfb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Configuration menu
    Copy the full SHA
    d5ef5f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4c3002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3b1436 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #63 from xwp/feature/issue-29-rest-api

    Add initial read-only REST API endpoints for snapshots
    westonruter committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    b76be7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04cafb7 View commit details
    Browse the repository at this point in the history
  6. Remove todo that was done

    westonruter committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    823c658 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8976556 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e56db1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0b345c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c55a906 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b413115 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a937a87 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1a7e8c8 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #62 from xwp/feature/publish-snapshot

    Allow snapshot posts to publish and be scheduled
    westonruter committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    32c03e9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5b00027 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    db598cb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    55df976 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b2872f9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9c56143 View commit details
    Browse the repository at this point in the history