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

Delete Cache by Group #2368

Closed

Commits on Jan 4, 2022

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

Commits on Jan 6, 2022

  1. Update src/wp-includes/cache.php

    Co-authored-by: Jonny Harris <spacedmonkey@users.noreply.github.com>
    pbearne and spacedmonkey committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    bdca39b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. removed full cache if group cache fails

    added filter to allow plugin to adjust the called function
    pbearne committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    f87e341 View commit details
    Browse the repository at this point in the history
  2. whitespace

    pbearne committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    a9b1db9 View commit details
    Browse the repository at this point in the history
  3. comments

    pbearne committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    576d82c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

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

Commits on Jan 20, 2022

  1. dumped the function down

    pbearne committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    f92ef14 View commit details
    Browse the repository at this point in the history
  2. removed not needed tests

    pbearne committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    7abf5d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. removed not needed function

    pbearne committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    ee6f101 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Merge branch 'trunk' into INITS-115-Support_flushing_cache_groups

    # Conflicts:
    #	src/wp-includes/class-wp-object-cache.php
    #	tests/phpunit/tests/cache.php
    pbearne committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    3d89efd View commit details
    Browse the repository at this point in the history
  2. Update src/wp-includes/cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    baa5f32 View commit details
    Browse the repository at this point in the history
  3. Update src/wp-includes/class-wp-object-cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    9305962 View commit details
    Browse the repository at this point in the history
  4. Update src/wp-includes/class-wp-object-cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    63730d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9a9e4d View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/INITS-115-Support_flushing_cache…

    …_groups' into INITS-115-Support_flushing_cache_groups
    pbearne committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    ea41652 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    095ab96 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8dcc405 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    a7bc773 View commit details
    Browse the repository at this point in the history
  2. removed whitespace changes

    pbearne committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    670e754 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Update src/wp-includes/cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    fb650ec View commit details
    Browse the repository at this point in the history
  2. Update src/wp-includes/cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    2bcc284 View commit details
    Browse the repository at this point in the history
  3. Update src/wp-includes/cache-compat.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    c65c89c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    c03b962 View commit details
    Browse the repository at this point in the history
  2. Update tests/phpunit/tests/cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    fcf0c8f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Update tests/phpunit/tests/cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    a65bc31 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Update tests/phpunit/tests/cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    26fcbd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Update src/wp-includes/cache-compat.php

    Co-authored-by: Jonny Harris <spacedmonkey@users.noreply.github.com>
    pbearne and spacedmonkey committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7d715b7 View commit details
    Browse the repository at this point in the history
  2. moved helper class to includes

    reverted test rename
    pbearne committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    3f26680 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    b8c19b0 View commit details
    Browse the repository at this point in the history
  2. removed method exists check

    removed WP_Object_Cache_dummy class
    pbearne committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    e890990 View commit details
    Browse the repository at this point in the history
  3. removed method exists check

    removed WP_Object_Cache_dummy class
    pbearne committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    a0f699d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

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

    pbearne committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    d3ceb58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    593dc79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ecb1de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a26df6d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. added check for method before calling

    And flush all if flush_group not supported
    pbearne committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    adac259 View commit details
    Browse the repository at this point in the history
  2. Update src/wp-includes/cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    1829e23 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Update src/wp-includes/cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    e76618b View commit details
    Browse the repository at this point in the history
  2. Update src/wp-includes/cache-compat.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    d5e7ed8 View commit details
    Browse the repository at this point in the history
  3. Update src/wp-includes/cache-compat.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5e4433d View commit details
    Browse the repository at this point in the history
  4. Update src/wp-includes/cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    63228eb View commit details
    Browse the repository at this point in the history
  5. Update src/wp-includes/class-wp-object-cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    7f69e33 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    73fbd0b View commit details
    Browse the repository at this point in the history
  2. Update src/wp-includes/cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    156af11 View commit details
    Browse the repository at this point in the history
  3. Update src/wp-includes/cache-compat.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    85d09da View commit details
    Browse the repository at this point in the history
  4. Added WP_OBJECT_CACHE_SUPPORTS_GROUP_FLUSH to the memcache test cache…

    … file and set to false
    pbearne committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    f3f143a View commit details
    Browse the repository at this point in the history
  5. fixed whitespace

    pbearne committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    3020e38 View commit details
    Browse the repository at this point in the history
  6. Update src/wp-includes/cache-compat.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    cd279c0 View commit details
    Browse the repository at this point in the history
  7. Update tests/phpunit/tests/cache.php

    Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
    pbearne and tillkruss committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    91a50b8 View commit details
    Browse the repository at this point in the history