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

Pattern Cache using Transient #6137

Closed
wants to merge 29 commits into from

Commits on Feb 19, 2024

  1. transient support

    kt-12 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c232c70 View commit details
    Browse the repository at this point in the history
  2. cs fixes

    kt-12 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9069099 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. caching theme

    kt-12 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8565cb0 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    fix doc block text.
    
    Co-authored-by: Joe McGill <801097+joemcgill@users.noreply.github.com>
    kt-12 and joemcgill committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6bb8ab8 View commit details
    Browse the repository at this point in the history
  3. remove group name from filter

    kt-12 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    881df5d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    0e4868c View commit details
    Browse the repository at this point in the history
  2. Update version

    kt-12 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cd34a68 View commit details
    Browse the repository at this point in the history
  3. use static variable instead

    kt-12 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7eb787d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix cache key issue.

    kt-12 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f08304c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0702339 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5542277 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Revert back changes

    kt-12 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    bfe9ece View commit details
    Browse the repository at this point in the history
  2. revert back to old state

    kt-12 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    425e674 View commit details
    Browse the repository at this point in the history
  3. disabled cached test

    kt-12 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4d92ac0 View commit details
    Browse the repository at this point in the history
  4. bug fix

    kt-12 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2a170b9 View commit details
    Browse the repository at this point in the history
  5. scope fix

    kt-12 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    fd586f3 View commit details
    Browse the repository at this point in the history
  6. test for transient cache

    kt-12 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d82bd36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    458b851 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. cache key update

    kt-12 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a255a9b View commit details
    Browse the repository at this point in the history
  2. int for cache_expiration

    kt-12 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    899b983 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

  1. cs fixes

    kt-12 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5178a5f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Update tests/phpunit/tests/theme/wpThemeGetBlockPatterns.php

    Correct doc block
    
    Co-authored-by: Peter Wilson <519727+peterwilsoncc@users.noreply.github.com>
    kt-12 and peterwilsoncc committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    814eb17 View commit details
    Browse the repository at this point in the history
  2. Update tests/phpunit/tests/theme/wpThemeGetBlockPatterns.php

    correct order of tear_down
    
    Co-authored-by: Peter Wilson <519727+peterwilsoncc@users.noreply.github.com>
    kt-12 and peterwilsoncc committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5a536a8 View commit details
    Browse the repository at this point in the history
  3. Update src/wp-includes/class-wp-theme.php

    correct dock block
    
    Co-authored-by: Felix Arntz <flixos90@gmail.com>
    kt-12 and felixarntz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e34a3d5 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    correct doc block text.
    
    Co-authored-by: Felix Arntz <flixos90@gmail.com>
    kt-12 and felixarntz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    25bbb35 View commit details
    Browse the repository at this point in the history
  5. Update src/wp-includes/class-wp-theme.php

    type cast instead of is_int check.
    
    Co-authored-by: Felix Arntz <flixos90@gmail.com>
    kt-12 and felixarntz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6ffe308 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19f2952 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'enhancement/patern-cache-transient' of https://github.c…

    …om/10up/wordpress-develop into enhancement/patern-cache-transient
    kt-12 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a53c35e View commit details
    Browse the repository at this point in the history