Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purge a single site in subfolder multisite setups #122

Closed
wants to merge 13 commits into from
Closed

Purge a single site in subfolder multisite setups #122

wants to merge 13 commits into from

Commits on Aug 31, 2016

  1. Update README.md

    larssn committed Aug 31, 2016
    Copy the full SHA
    7697c5f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Added missing return statements.

    Removed redundant closing tag.
    larssn committed Sep 1, 2016
    Copy the full SHA
    50c39ab View commit details
    Browse the repository at this point in the history
  2. Fixed admin referrer check.

    larssn committed Sep 1, 2016
    Copy the full SHA
    0768ad7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    74c6acb View commit details
    Browse the repository at this point in the history
  4. Removed unused variables.

    larssn committed Sep 1, 2016
    Copy the full SHA
    b88bb78 View commit details
    Browse the repository at this point in the history
  5. Added support for purging a single site in a multisite setup (Redis O…

    …nly!).
    
    Added support for purging wildcard urls (Redis Only!).
    
    Various code clean up.
    larssn committed Sep 1, 2016
    Copy the full SHA
    d9a9bcd View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ccf3b2a View commit details
    Browse the repository at this point in the history
  7. Added missing "require"

    larssn committed Sep 1, 2016
    Copy the full SHA
    7a938be View commit details
    Browse the repository at this point in the history
  8. Made a check for multisite.

    larssn committed Sep 1, 2016
    Copy the full SHA
    05fd5ad View commit details
    Browse the repository at this point in the history
  9. Minor cleanup.

    Implements the new Purgeable interface, but doesn't yet support single site purging nor wildcard purging.
    larssn committed Sep 1, 2016
    Copy the full SHA
    0f0f7de View commit details
    Browse the repository at this point in the history
  10. Update README.md

    larssn committed Sep 1, 2016
    Copy the full SHA
    791ad2c View commit details
    Browse the repository at this point in the history
  11. Kill log debug.log notice.

    Stops spam in debug.log at the notice level.
    larssn committed Sep 1, 2016
    Copy the full SHA
    9525805 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    b4d74a5 View commit details
    Browse the repository at this point in the history