- 26 Feb, 2014 40 commits
-
-
Erick Hitter authored
Probably needs a new name.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Since admin requests aren't routed through the cache frontend, the global variable isn't available. Use defines for these overrides instead. Unfortunately does mean that settings are split, but alternatives weren't appealing: * store settings into an option via the front-end proxy (front-end writes are bad) * store in Redis (could lose the option, randomly revealing a UI) * pass all wp-admin requests through the proxy with early bailing to avoid breakage seems overly complicated and fragile/prone to bugs.
-
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
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Update companion plugin to use global settings introduced in aa697f90 and 0a647e33, simplifying administration, ensuring consistency in settings used, reducing UI clutter.
-
Erick Hitter authored
-
Erick Hitter authored
Move configuration into a global and update all references. Makes for clearer separation of user options versus plugin code.
-
Erick Hitter authored
Improve detection for logged-in users and correct order of operations to ensure logged-in users aren't shown cached pages.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Add support for non-standard port and database values, remove dangerous information from debugging output.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Remove functionality to clear all caches. Doesn't capture all cases, will time out on any decently-sized site, isn't invoked from anywhere, and doesn't check capabilities.
-
Erick Hitter authored
Consolidate plugin's settings and cache clearing functions into a single file and rename for clarity. Given how small the files are, there's no sense in splitting.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Remove spurious whitespace from cached values to reduce validation errors and condense output buffer interaction for simpler code.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-