- Sep 27, 2014
-
-
Erick Hitter authored
-
- Feb 28, 2014
-
-
-
Erick Hitter authored
As part of the cache purging changes added in 1e3beb6e9, we should ignore our query string so caching isn't bypassed.
-
Erick Hitter authored
Include post-password cookies in those exempt from caching, otherwise password-protected posts can end up in cache. Fixes #6.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Rather than check the request method, check for the presence of posted data upon which some script would have to act.
-
Erick Hitter authored
Include query strings when building cache keys, to avoid corrupting caches with data WP generates based on present query strings.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
See #3.
-
Erick Hitter authored
See #3.
-
Erick Hitter authored
Fixes #3.
-
Erick Hitter authored
Fixes #4.
-
Erick Hitter authored
Improve debugging messages and reduce duplication. Many of these came from the original plugin this is forked from. See #1.
-
Erick Hitter authored
See #3.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
- Feb 27, 2014
-
-
Erick Hitter authored
* Cache protocol-specific pages * Ignore all query args and hashes, not just that used to clear a page's cache
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Fixes #2.
-
Erick Hitter authored
-
- Feb 26, 2014
-
-
Erick Hitter authored
-
Erick Hitter authored
Probably needs a new name.
-
Erick Hitter authored
-
Erick Hitter authored
Improve use of global space by declaring a local variable global, rather than always using the Superglobal. It's easier to read, especially with the use of the `$_SERVER` superglobal.
-
Erick Hitter authored
Conslidates debug messages and prevents them from corrupting XML layouts.
-
Erick Hitter authored
-
Erick Hitter authored
Revert helper function for loading WP, introduced in 25ebf3a1. It causes the brokenness noted in that commit, somehow related to calling require_once inside a function.
-
Erick Hitter authored
Currently broken (causes an error with $wpdb).
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Clarify purpose of `cache` flag by renaming to `cached` as it indicates that the current page was served from cache
-
Erick Hitter authored
-
Erick Hitter authored
-