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

Add ability to prevent storing parsed CSS in transients #4177

Merged
merged 33 commits into from
Mar 23, 2020

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    ece53ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    217cc4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d2bdba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2accca5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a622435 View commit details
    Browse the repository at this point in the history
  6. Add tests

    schlessera committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    6600b16 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    164dac2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d28a5ef View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Document filters

    schlessera committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    2b08f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7e506f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba094e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61e358e View commit details
    Browse the repository at this point in the history
  5. Turn maybe_instantiate() into instances() and return those

    Co-Authored-By: Weston Ruter <westonruter@google.com>
    schlessera and westonruter committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    10665d6 View commit details
    Browse the repository at this point in the history
  6. Short-circuit monitoring when an object cache is being used

    Co-Authored-By: Weston Ruter <westonruter@google.com>
    schlessera and westonruter committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    b34eadf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7646b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08506c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    39e1d39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8210c98 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    d229af9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6542b7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaf8259 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83d8a8d View commit details
    Browse the repository at this point in the history
  5. Fix Test_Monitor_CSS_Transient_Caching

    * Ensure that external object cache is disabled during tests.
    * Replace removed use of activate() method with call to schedule_event().
    * Pass required attribute to deactivate() method.
    westonruter committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    0362ea4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of github.com:ampproject/amp-wp into add/disab…

    …ling-parsed-css-transient-caching
    
    * 'develop' of github.com:ampproject/amp-wp:
      Fix passing of numbers to _n()
      Prevent case where validation error can be raised on already-removed node
      Fix MISSING_URL checks by inferring ALLOW_EMPTY from MANDATORY
      Tighten up validation error titles
      Remove markup from translations
      Make phpcs happy
      Remove DISALLOWED_TAG_MULTIPLE_CHOICES validation error code
      Replace quotes with code tags
      Make phpcs happy
      Add error titles for internal error codes
      Add error titles for error codes found in AMP specification
      Revert "Generate PHP class with error codes from AMP specification"
      Generate PHP class with error codes from AMP specification
    westonruter committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    2683dce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43affb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27b3039 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7dd5c78 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    9ad9b10 View commit details
    Browse the repository at this point in the history
  2. Use non-static method invocations

    Co-Authored-By: Pierre Gordon <16200219+pierlon@users.noreply.github.com>
    westonruter and pierlon committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    a0995ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d3163f View commit details
    Browse the repository at this point in the history
  4. Make amp.php compatibility with PHP 5.2

    * Move functions to amp-helper-functions.php.
    * Add amp_bootstrap_plugin() function to contain former top-level calls
    westonruter committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    686edc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Revert using __DIR__ in bootstrap file

    Co-Authored-By: Weston Ruter <westonruter@google.com>
    schlessera and westonruter committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    80d1bf3 View commit details
    Browse the repository at this point in the history
  2. Remove unused constant

    schlessera committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    e53a3da View commit details
    Browse the repository at this point in the history