mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-21 08:00:59 +00:00
2868 lines
68 KiB
Plaintext
2868 lines
68 KiB
Plaintext
2010-02-08 14:24 donncha
|
|
|
|
* wp-super-cache.pot: Updated pot file
|
|
|
|
2010-02-08 14:22 donncha
|
|
|
|
* plugins/badbehaviour.php, plugins/searchengine.php: Minor text
|
|
change, props Tai
|
|
|
|
2010-02-08 14:18 donncha
|
|
|
|
* Changelog.txt: Updated, again!
|
|
|
|
2010-02-08 14:16 donncha
|
|
|
|
* wp-super-cache.pot: Updated pot file
|
|
|
|
2010-02-08 14:13 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2010-02-08 14:11 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version to 0.9.9
|
|
|
|
2010-02-08 14:09 donncha
|
|
|
|
* wp-cache.php: Add links to readme and forum
|
|
|
|
2010-02-08 14:00 donncha
|
|
|
|
* readme.txt, wp-cache.php: Updated tested version.
|
|
Added link to WordPress Mobile Edition.
|
|
|
|
2010-02-08 13:52 donncha
|
|
|
|
* Changelog.txt: Don't serve supercache files from PHP when GET is
|
|
not empty
|
|
|
|
2010-02-08 13:51 donncha
|
|
|
|
* wp-cache-phase1.php: Supercache files can't be used when GET is
|
|
not empty
|
|
|
|
2010-02-08 13:43 donncha
|
|
|
|
* Changelog.txt: Update changelog
|
|
|
|
2010-02-08 13:36 donncha
|
|
|
|
* wp-cache-phase1.php: Only serve supercached files to anon users
|
|
|
|
2010-02-08 13:14 donncha
|
|
|
|
* wp-cache-phase1.php: Don't serve GET requests from object cache
|
|
|
|
2010-02-08 13:03 donncha
|
|
|
|
* readme.txt: Update upgrade note
|
|
|
|
2010-02-02 11:56 donncha
|
|
|
|
* wp-cache.php: Added check for permalink structure
|
|
|
|
2010-01-29 12:28 donncha
|
|
|
|
* wp-super-cache.pot: Updated translation pot file
|
|
|
|
2010-01-29 12:09 donncha
|
|
|
|
* wp-cache.php: Only show object cache option when an external
|
|
object cache used.
|
|
|
|
2010-01-29 11:15 donncha
|
|
|
|
* readme.txt: Added note about supercache header
|
|
|
|
2010-01-29 11:13 donncha
|
|
|
|
* readme.txt: Updated mobile rewrite rules in readme.txt
|
|
|
|
2010-01-29 11:11 donncha
|
|
|
|
* Changelog.txt, readme.txt: Update changelog
|
|
|
|
2010-01-29 10:40 donncha
|
|
|
|
* wp-cache.php: Show delete buttons even when object cache is used.
|
|
|
|
2010-01-29 10:36 donncha
|
|
|
|
* wp-cache-phase2.php: Use $cache_max_time for object cache timeout
|
|
|
|
2010-01-29 10:28 donncha
|
|
|
|
* wp-cache-phase2.php: Clear object cache when posts change
|
|
|
|
2010-01-29 10:20 donncha
|
|
|
|
* wp-cache.php: Don't show cache listing when object cache used.
|
|
|
|
2010-01-29 10:13 donncha
|
|
|
|
* languages/wp-super-cache-zh_TW.mo,
|
|
languages/wp-super-cache-zh_TW.po: Chinese(Traditional)
|
|
translation by Pseric
|
|
|
|
2010-01-29 10:07 donncha
|
|
|
|
* readme.txt: Added FAQ on wp-cache vs supercache files
|
|
|
|
2010-01-29 09:47 donncha
|
|
|
|
* wp-cache-phase1.php: Hostname is already included in supercache
|
|
dir
|
|
|
|
2010-01-29 09:45 donncha
|
|
|
|
* wp-cache-phase1.php: If cache loader doesn't find a wp-cache
|
|
file, look for a supercache one and serve that instead.
|
|
|
|
2010-01-28 10:17 donncha
|
|
|
|
* wp-cache-phase1.php: Include the hostname in the object cache key
|
|
|
|
2010-01-27 17:18 donncha
|
|
|
|
* wp-cache-phase1.php: Object cache is only useful for anon users.
|
|
|
|
2010-01-27 15:46 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: * Remove
|
|
"anon user only", same as logged in option.
|
|
* Add gzip encoding to object cache key
|
|
* Don't cache for known users in object cache
|
|
|
|
2010-01-27 14:58 donncha
|
|
|
|
* wp-cache-phase1.php: Oops, don't serve cache file in the right
|
|
place
|
|
|
|
2010-01-27 14:38 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache.php: Get mobile browser list from
|
|
"wp mobile edition". Warn user of obsolete rules.
|
|
|
|
2010-01-27 12:26 donncha
|
|
|
|
* wp-cache-phase2.php: Let's avoid warnings if we can
|
|
|
|
2010-01-27 12:24 donncha
|
|
|
|
* wp-cache-config-sample.php: Add more default config settings
|
|
|
|
2010-01-26 18:29 donncha
|
|
|
|
* wp-cache-phase2.php: Don't cache GET requests in object cache for
|
|
the time being.
|
|
Missing chunk of code from previous check in
|
|
|
|
2010-01-26 18:20 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: First
|
|
pass at object cache support. (Thank you Andy Skelton for writing
|
|
batcache from where I borrowed some code and ideas)
|
|
|
|
2010-01-26 14:38 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: * Added "no caching for known
|
|
users" option
|
|
* Fix half-on caching.
|
|
|
|
2010-01-21 22:10 donncha
|
|
|
|
* wp-cache-phase2.php: * Make sure the writer lock is unlocked
|
|
* "Logged in" users now include those who leave comments
|
|
|
|
2010-01-19 11:13 donncha
|
|
|
|
* wp-cache.php: Warn the user is php zlib output_compression is
|
|
enabled.
|
|
|
|
2010-01-11 10:07 donncha
|
|
|
|
* wp-cache-phase2.php: Don't create static cache files when dynamic
|
|
mfunc content is detected.
|
|
Delete 0 byte size tmp cache files
|
|
|
|
2010-01-11 09:56 donncha
|
|
|
|
* readme.txt: Added link to developer docs
|
|
|
|
2009-12-22 11:14 donncha
|
|
|
|
* languages/wp-super-cache-uk.mo, languages/wp-super-cache-uk.po:
|
|
Added Ukrainian translation, props Vitaly Mylo
|
|
|
|
2009-12-15 10:46 donncha
|
|
|
|
* readme.txt: Added Upgrade Notice section to readme
|
|
|
|
2009-12-15 10:44 donncha
|
|
|
|
* wp-cache.php, wp-super-cache.pot: Wordpress -> WordPress
|
|
|
|
2009-12-15 10:36 donncha
|
|
|
|
* wp-cache.php: Warn if zlib compression is enabled before user
|
|
enables compression in the plugin
|
|
|
|
2009-12-15 10:23 donncha
|
|
|
|
* readme.txt: Added compression troubleshooting answer, props
|
|
Vladimir (http://blog.sjinks.pro/)
|
|
|
|
2009-11-23 16:15 donncha
|
|
|
|
* languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po,
|
|
languages/wp-super-cache-ja_JA.mo,
|
|
languages/wp-super-cache-ja_JA.po: Renamed Japanese language
|
|
files
|
|
|
|
2009-11-23 15:11 donncha
|
|
|
|
* languages/wp-super-cache-ja_JA.mo,
|
|
languages/wp-super-cache-ja_JA.po: Added Japanese translation,
|
|
props Tai (http://tekapo.com/)
|
|
|
|
2009-11-19 11:59 donncha
|
|
|
|
* languages/wp-super-cache-it_IT.mo,
|
|
languages/wp-super-cache-it_IT.po: Updated Italian translation
|
|
|
|
2009-11-18 17:50 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-11-18 17:49 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version to 0.9.8
|
|
|
|
2009-11-18 17:28 donncha
|
|
|
|
* readme.txt: Added "Translators" thank you message
|
|
|
|
2009-11-18 17:14 donncha
|
|
|
|
* Changelog.txt, readme.txt: Updated changelog
|
|
|
|
2009-11-18 16:36 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache.php: Added
|
|
$wp_super_cache_advanced_debug and hide advanced debug features
|
|
by default
|
|
|
|
2009-11-13 12:33 donncha
|
|
|
|
* languages/wp-super-cache-es_ES.mo,
|
|
languages/wp-super-cache-es_ES.po: Update Spanish translation
|
|
files, props Omi
|
|
|
|
2009-11-13 10:34 donncha
|
|
|
|
* wp-super-cache.pot: Update translation file
|
|
|
|
2009-11-13 10:24 donncha
|
|
|
|
* wp-cache.php: Fire off page checker every 5 minutes rather than 1
|
|
minute.
|
|
|
|
2009-11-13 10:02 donncha
|
|
|
|
* languages/wp-super-cache-it_IT.mo,
|
|
languages/wp-super-cache-it_IT.po: Fixed typo in translation
|
|
|
|
2009-11-12 14:05 donncha
|
|
|
|
* languages/wp-super-cache-es_ES.mo,
|
|
languages/wp-super-cache-es_ES.po,
|
|
languages/wp-super-cache-it_IT.mo,
|
|
languages/wp-super-cache-it_IT.po: Language updates via Gianni
|
|
Diurno and Omi (thanks guys, you do a great job!)
|
|
|
|
2009-11-10 16:31 donncha
|
|
|
|
* wp-super-cache.pot: Updated translation file
|
|
|
|
2009-11-10 16:26 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache.php: Added
|
|
wp_cache_check_site() function
|
|
|
|
2009-11-10 13:00 donncha
|
|
|
|
* wp-cache.php: More gettext fixes
|
|
|
|
2009-11-10 12:24 donncha
|
|
|
|
* languages/wp-super-cache-es_ES.mo,
|
|
languages/wp-super-cache-es_ES.po: Added Spanish translation,
|
|
props Omi
|
|
|
|
2009-11-09 16:45 donncha
|
|
|
|
* wp-cache.php: Change wordpress_logged_in to wordpress in
|
|
supercache cookie checks to match PHP code
|
|
|
|
2009-11-05 18:01 donncha
|
|
|
|
* languages/wp-super-cache-it_IT.po: Fix link to adverts for
|
|
friends plugin
|
|
|
|
2009-11-05 16:17 donncha
|
|
|
|
* wp-cache.php: More gettext fixes, props Juan P.F.
|
|
|
|
2009-11-05 12:24 donncha
|
|
|
|
* languages/wp-super-cache-it_IT.mo,
|
|
languages/wp-super-cache-it_IT.po: First check in of Italian
|
|
translation by Gianni Diurno (http://gidibao.net/)
|
|
|
|
2009-11-05 12:10 donncha
|
|
|
|
* wp-super-cache.pot: Update translations
|
|
|
|
2009-11-05 11:57 donncha
|
|
|
|
* wp-cache.php: More gettext changes, props Gianni
|
|
|
|
2009-11-04 16:28 donncha
|
|
|
|
* wp-super-cache.pot: Fixed missing < in text
|
|
|
|
2009-11-04 16:26 donncha
|
|
|
|
* plugins/searchengine.php: Ooops, minor typo, props Juan P.F.
|
|
|
|
2009-11-04 12:07 donncha
|
|
|
|
* languages, wp-cache.php: Load translation files from languages
|
|
folder
|
|
|
|
2009-11-04 11:50 donncha
|
|
|
|
* wp-super-cache.pot: Updated translation file
|
|
|
|
2009-11-04 11:39 donncha
|
|
|
|
* wp-cache-phase1.php: Split user agent and cache file checks into
|
|
two for easier debugging
|
|
|
|
2009-11-04 11:38 donncha
|
|
|
|
* plugins/badbehaviour.php, plugins/searchengine.php, wp-cache.php:
|
|
gettext updates, thanks Gianni
|
|
|
|
2009-10-25 17:44 donncha
|
|
|
|
* wp-cache.php: Check for WP_CACHE when plugin loaded rather than
|
|
after init. See
|
|
http://wordpress.org/support/topic/307644?replies=28#post-1258599
|
|
|
|
2009-10-21 12:22 donncha
|
|
|
|
* wp-cache-phase2.php: Add wp_cache_clear_cache() function to clean
|
|
cache directory
|
|
|
|
2009-10-21 12:04 donncha
|
|
|
|
* wp-cache-phase2.php: Fix indentation in ob callback
|
|
|
|
2009-10-21 12:01 donncha
|
|
|
|
* wp-cache-phase2.php: Only show logged in message when debugging
|
|
enabled
|
|
|
|
2009-10-20 11:21 donncha
|
|
|
|
* wp-super-cache.pot: Updated translation file
|
|
|
|
2009-10-20 11:19 donncha
|
|
|
|
* wp-cache.php: Minor typo
|
|
|
|
2009-10-20 11:13 donncha
|
|
|
|
* wp-cache.php: Minor text change to aid translation. Props Aldo
|
|
Latino
|
|
|
|
2009-10-15 03:08 donncha
|
|
|
|
* readme.txt: Added troubleshooting no 20., php vs apache owners
|
|
accessing cache files. props Nikolay Bachiyski.
|
|
|
|
2009-10-12 22:01 donncha
|
|
|
|
* wp-cache.php: Fix problem deleting cache files. props Marco
|
|
Schmoecker
|
|
|
|
2009-10-06 14:55 donncha
|
|
|
|
* wp-cache-phase2.php: Deleting a moderated comment shouldn't
|
|
delete cached files.
|
|
|
|
2009-10-06 10:32 donncha
|
|
|
|
* wp-cache-phase2.php: "wp_set_comment_status" action has 2
|
|
parameters
|
|
|
|
2009-10-06 08:50 donncha
|
|
|
|
* wp-cache-phase2.php: Don't delete cache files on moderated pings
|
|
or trackbacks
|
|
|
|
2009-10-05 21:29 donncha
|
|
|
|
* wp-cache.php: Remove this debugging code
|
|
|
|
2009-10-05 21:25 donncha
|
|
|
|
* wp-cache.php: Schedule the site checker from the admin page, fix
|
|
typo when checking schedules
|
|
|
|
2009-10-05 16:53 donncha
|
|
|
|
* wp-cache.php: Added gzipped front page checker that kicks in
|
|
every 60 seconds via cron
|
|
|
|
2009-10-02 21:42 donncha
|
|
|
|
* Changelog.txt: More updating
|
|
|
|
2009-10-02 21:40 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version to 0.9.7
|
|
|
|
2009-10-02 21:39 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-10-02 21:34 donncha
|
|
|
|
* wp-cache-phase2.php: Don't show "blank page", "404 not cached" or
|
|
"no html tag" warnings on output unless debugging enabled.
|
|
|
|
2009-10-02 19:45 donncha
|
|
|
|
* Changelog.txt, readme.txt: Updated changelog and readme.txt
|
|
changes
|
|
|
|
2009-10-02 13:14 donncha
|
|
|
|
* wp-super-cache.pot: Updated POT file
|
|
|
|
2009-10-02 13:09 donncha
|
|
|
|
* wp-cache.php: Minor text change to bio text
|
|
|
|
2009-10-01 20:47 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Added more debugging, on cache
|
|
cleanup
|
|
|
|
2009-10-01 20:26 donncha
|
|
|
|
* wp-cache.php: Sort the file listing by newest first.
|
|
Hide a filemtime warning, props @reverbstudios
|
|
|
|
2009-10-01 19:57 donncha
|
|
|
|
* wp-cache-phase1.php: Load wp-cache-phase2.php all the time
|
|
|
|
2009-10-01 17:50 donncha
|
|
|
|
* readme.txt: Added "How do I make certain parts of the page stay
|
|
dynamic?" to FAQ
|
|
|
|
2009-09-30 09:51 donncha
|
|
|
|
* wp-cache.php: Sort the stale from the fresh wp-cache files
|
|
properly
|
|
|
|
2009-09-29 22:21 donncha
|
|
|
|
* wp-cache-config-sample.php: Added $wp_super_cache_late_init to
|
|
config page
|
|
|
|
2009-09-29 10:17 donncha
|
|
|
|
* wp-cache.php: Add button to delete specific cache files.
|
|
|
|
2009-09-29 09:14 donncha
|
|
|
|
* wp-cache.php: Count wp-cached cache files correctly
|
|
|
|
2009-09-29 08:17 donncha
|
|
|
|
* wp-cache-config-sample.php: Added "Yandex" to list of rejected UA
|
|
for not caching
|
|
|
|
2009-09-29 08:08 donncha
|
|
|
|
* wp-cache.php: Add anchors to each section of the admin page
|
|
|
|
2009-09-29 07:47 donncha
|
|
|
|
* wp-cache-phase2.php: Don't cache wp-admin requests
|
|
|
|
2009-09-29 07:43 donncha
|
|
|
|
* wp-cache-phase2.php: Disable supercaching when GET parameters
|
|
present instead of all caching. Disable on POST (as normal) and
|
|
preview
|
|
|
|
2009-09-28 21:59 donncha
|
|
|
|
* wp-cache-phase1.php: Move cron code down so that cache variables
|
|
are set.
|
|
|
|
2009-09-28 21:37 donncha
|
|
|
|
* wp-super-cache.pot: More translatable text
|
|
|
|
2009-09-28 21:35 donncha
|
|
|
|
* wp-cache.php: More il8n mods
|
|
|
|
2009-09-28 17:48 donncha
|
|
|
|
* wp-cache.php: More il8n mods
|
|
|
|
2009-09-28 13:57 donncha
|
|
|
|
* wp-cache.php: Add positional anchors
|
|
|
|
2009-09-28 13:52 donncha
|
|
|
|
* wp-cache.php: Improve listing of cache files
|
|
|
|
2009-09-28 13:35 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Record
|
|
the cache key in the wp-cache meta file. Show that key on the
|
|
admin page file listings and add "wp_cache_meta" filter to modify
|
|
the cache meta data
|
|
|
|
2009-09-28 13:12 donncha
|
|
|
|
* wp-cache.php: Warn users they must enable mobile device support
|
|
if rewrite rules detected. Better detect when to warn that
|
|
.htaccess rules must be updated (no need when rewrite rules not
|
|
present)
|
|
|
|
2009-09-28 11:12 donncha
|
|
|
|
* wp-cache.php: Allow admin to list cached files.
|
|
|
|
2009-09-28 09:43 donncha
|
|
|
|
* wp-cache.php: More il8n changes
|
|
|
|
2009-09-24 20:45 donncha
|
|
|
|
* wp-cache.php: Forgot the fieldset, props thunderlounge!
|
|
|
|
2009-09-24 11:43 donncha
|
|
|
|
* wp-cache.php, wp-super-cache.pot: Renamed text domain to
|
|
wp-super-cache
|
|
Added .pot file
|
|
Load text domain as described in
|
|
http://codex.wordpress.org/I18n_for_WordPress_Developers
|
|
|
|
2009-09-24 11:27 donncha
|
|
|
|
* wp-cache.php: First stab at internationalising wp-super-cache
|
|
|
|
2009-09-24 10:18 donncha
|
|
|
|
* wp-cache.php: Removed REQUEST_URI from form actions
|
|
|
|
2009-09-20 21:13 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Added "Newest Cached Pages"
|
|
option to list 10 newest pages cached by the plugin.
|
|
|
|
2009-09-20 19:10 donncha
|
|
|
|
* wp-cache-phase2.php: Added "wpsupercache_404" filter. Return true
|
|
to cache error 404 pages. Props simonwheatley, see
|
|
http://wordpress.org/support/topic/312672
|
|
|
|
2009-09-18 20:37 donncha
|
|
|
|
* wp-cache-phase1.php: Include the wordpress_test_cookie in the
|
|
cache key for wp-cache files.
|
|
|
|
2009-09-16 10:23 donncha
|
|
|
|
* wp-cache-phase1.php: Late Init. Don't do anything until "init"
|
|
|
|
2009-09-16 10:21 donncha
|
|
|
|
* wp-cache-phase2.php: Better debug messages
|
|
|
|
2009-09-15 10:58 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache-phase1.php,
|
|
wp-cache-phase2.php, wp-cache.php: Check if logging enabled
|
|
before calling debug function (optimization)
|
|
Improve debug admin screen
|
|
|
|
2009-09-10 10:12 donncha
|
|
|
|
* wp-cache.php: Generate the correct rules for users ins
|
|
directories
|
|
|
|
2009-09-10 08:41 donncha
|
|
|
|
* wp-cache.php: When cache compression is off don't divide number
|
|
of cached files by 2 as no .gz files are created. Props dpark,
|
|
http://wordpress.org/support/topic/309443
|
|
|
|
2009-09-09 16:29 donncha
|
|
|
|
* wp-cache-phase2.php: Improved output buffer error message
|
|
|
|
2009-09-09 12:37 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Added
|
|
debug settings section on admin page.
|
|
|
|
2009-09-09 09:11 donncha
|
|
|
|
* wp-cache.php: Check if safe_mode is 1 or "on",
|
|
http://wordpress.org/support/topic/239579?replies=9#post-1204927
|
|
|
|
2009-09-03 11:06 donncha
|
|
|
|
* wp-cache-phase2.php: Don't cache GET requests earlier on before
|
|
OB is set up.
|
|
|
|
2009-09-03 11:05 donncha
|
|
|
|
* wp-cache-phase1.php: If debugging is not set then return
|
|
immediately
|
|
|
|
2009-09-03 11:02 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache-phase1.php,
|
|
wp-cache-phase2.php: Added logging to a file and configurable log
|
|
level
|
|
|
|
2009-09-01 09:31 donncha
|
|
|
|
* readme.txt: Updated description of "How to tell if a page is
|
|
cached"
|
|
|
|
2009-09-01 09:26 donncha
|
|
|
|
* wp-cache.php: Tell user that compression is enabled in half-on
|
|
mode.
|
|
|
|
2009-08-24 13:04 donncha
|
|
|
|
* readme.txt: Added http://redbot.org/ to FAQ (thanks Alex!)
|
|
|
|
2009-08-24 12:14 donncha
|
|
|
|
* wp-cache.php: Send the Vary header to browsers
|
|
|
|
2009-08-24 08:49 donncha
|
|
|
|
* readme.txt: Added FAQ about caching warnings at
|
|
ismyblogworking.com
|
|
|
|
2009-08-21 16:52 donncha
|
|
|
|
* wp-cache.php: Minor fixes for rewrite rules.
|
|
http://wordpress.org/support/topic/301570?replies=14
|
|
|
|
2009-08-19 08:44 donncha
|
|
|
|
* readme.txt: Added troubleshooting note to use half-on mode if
|
|
timestamp keeps updating.
|
|
|
|
2009-08-06 10:55 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Added "Cached Page" counter.
|
|
|
|
2009-07-30 08:24 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Add support for not caching
|
|
feeds and search pages.
|
|
|
|
2009-07-29 17:28 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-07-29 17:26 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version to 0.9.6.1
|
|
|
|
2009-07-29 17:13 donncha
|
|
|
|
* readme.txt: Added changelog details for 0.9.6.1
|
|
|
|
2009-07-29 11:43 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Apply "no caching" rules
|
|
Record options properly
|
|
|
|
2009-07-29 11:29 donncha
|
|
|
|
* wp-cache.php: Add page types to not cache to admin page
|
|
|
|
2009-07-29 09:36 donncha
|
|
|
|
* wp-cache-phase2.php: Move logged in message below check for POST
|
|
Add check for is_admin() too
|
|
(http://wordpress.org/support/topic/294687)
|
|
|
|
2009-07-27 11:51 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-07-27 11:50 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bumped version to 0.9.6
|
|
|
|
2009-07-27 11:49 donncha
|
|
|
|
* Changelog.txt: Updated changelog.txt
|
|
|
|
2009-07-27 11:46 donncha
|
|
|
|
* wp-cache.php: I prefer pretty links
|
|
|
|
2009-07-27 11:43 donncha
|
|
|
|
* readme.txt: Added 0.9.6 changelog
|
|
|
|
2009-07-27 11:38 donncha
|
|
|
|
* wp-cache-phase2.php: Only show "not cached" message to logged in
|
|
users if not a feed.
|
|
|
|
2009-07-27 11:34 donncha
|
|
|
|
* wp-cache.php: Add link to uninstall script to admin page
|
|
|
|
2009-07-27 11:33 donncha
|
|
|
|
* readme.txt: Added filesmatch rules to docs
|
|
|
|
2009-07-27 11:26 donncha
|
|
|
|
* readme.txt: Added docs for using uninstall script
|
|
|
|
2009-07-27 11:25 donncha
|
|
|
|
* uninstall.php: Check if user can install plugins in uninstall
|
|
script
|
|
|
|
2009-07-27 11:17 donncha
|
|
|
|
* uninstall.php: Added uninstall script
|
|
|
|
2009-07-27 10:42 donncha
|
|
|
|
* wp-cache-phase2.php: Removed check of filemtime that's not needed
|
|
any more.
|
|
|
|
2009-07-27 10:41 donncha
|
|
|
|
* wp-cache.php: Added "ForceType" in cache .htaccess to force
|
|
supercache html.gz files to be served as html files.
|
|
|
|
2009-07-27 10:39 donncha
|
|
|
|
* readme.txt: Added category page and static page problem to FAQ
|
|
|
|
2009-07-21 11:57 donncha
|
|
|
|
* wp-cache-phase1.php: Fix indentation
|
|
|
|
2009-07-21 11:55 donncha
|
|
|
|
* wp-cache-phase2.php: Add back in
|
|
wp_cache_user_agent_is_rejected() if it doesn't exist (shouldn't
|
|
happen but it does)
|
|
|
|
2009-07-21 10:58 donncha
|
|
|
|
* wp-cache-phase2.php: Added message to show to logged in users
|
|
when caching disabled for them.
|
|
|
|
2009-07-21 10:34 donncha
|
|
|
|
* wp-cache-phase2.php: Check the filemtime on the right file, props
|
|
Simone Marx
|
|
|
|
2009-07-20 16:37 donncha
|
|
|
|
* wp-cache.php: Remove "get_comment_author_url" filter
|
|
|
|
2009-07-17 15:42 donncha
|
|
|
|
* wp-cache.php: Silly typo
|
|
|
|
2009-07-17 15:41 donncha
|
|
|
|
* wp-cache.php: Use Amazon UK link rather than US one
|
|
|
|
2009-07-17 15:31 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-07-17 15:30 donncha
|
|
|
|
* readme.txt: Added changelog to readme.txt
|
|
|
|
2009-07-17 15:22 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version to 0.9.5
|
|
Bump tested version to 2.8.1
|
|
|
|
2009-07-17 15:19 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Don't
|
|
serve wp_cached cache files to rejected USER AGENTs
|
|
|
|
2009-07-17 15:08 donncha
|
|
|
|
* wp-cache.php: Show next and last GC times in minutes, not local
|
|
times
|
|
|
|
2009-07-02 17:21 donncha
|
|
|
|
* wp-cache-phase2.php: Rearrange checks for cache files.
|
|
|
|
2009-06-25 21:01 donncha
|
|
|
|
* wp-cache-phase2.php: Hide filemtime warnings
|
|
|
|
2009-06-19 15:07 donncha
|
|
|
|
* wp-cache-phase1.php: Don't check the filesize or mtime
|
|
|
|
2009-06-19 13:02 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php: Don't check file age
|
|
when serving cached content - it will be deleted by ordinary
|
|
updates or by garbage collection
|
|
Check file age of each cache file only when regenerating (and
|
|
only to check if file was recently recreated)
|
|
|
|
2009-06-19 09:03 donncha
|
|
|
|
* wp-cache.php: Updated blurb
|
|
|
|
2009-06-19 09:01 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-06-18 12:34 donncha
|
|
|
|
* wp-cache-phase2.php: Typos in closing and unlink commands
|
|
|
|
2009-06-12 10:47 donncha
|
|
|
|
* readme.txt, wp-cache-config-sample.php, wp-cache-phase1.php,
|
|
wp-cache.php: Bump tested version to 2.8
|
|
Applied patch to fix PHP warnings by Matt Martz,
|
|
http://sivel.net/
|
|
|
|
2009-06-10 22:46 donncha
|
|
|
|
* wp-cache-phase1.php: Forgot the mobile whitelist
|
|
|
|
2009-06-05 17:04 donncha
|
|
|
|
* wp-cache-phase1.php: Use cookies action instead of cache_key so
|
|
that supercache files aren't generated by anon mobile users
|
|
|
|
2009-06-05 15:12 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache.php: Added "Android" mobile
|
|
user agent, thanks Matt Martz/sivel
|
|
|
|
2009-06-05 12:27 donncha
|
|
|
|
* readme.txt, wp-cache.php: Don't force the plugin into "half on"
|
|
mode if mobile support selected.
|
|
Added rewrite rules so that mobile devices are ignored by static
|
|
cache.
|
|
Thanks Vladimir Prelovac for bugging me about this.
|
|
|
|
2009-05-29 08:40 donncha
|
|
|
|
* wp-cache-phase1.php: Ignore the WP test cookie, props Jay @
|
|
http://jay.gooby.org/post/nginx-wp-super-cache-not-writing-cache-files-solved
|
|
|
|
2009-05-26 09:55 donncha
|
|
|
|
* wp-cache-phase2.php: Use blog's html type rather than text/html,
|
|
props Weston Ruter
|
|
|
|
2009-05-26 09:25 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php: Cache the REQUEST_URI
|
|
in $wp_cache_request_uri in case a plugin overwrites it.
|
|
|
|
2009-05-21 13:12 donncha
|
|
|
|
* wp-cache.php: Add newlines to mod_rewrite rules
|
|
|
|
2009-05-19 11:21 donncha
|
|
|
|
* readme.txt: Updated recent changes list
|
|
|
|
2009-05-19 11:18 donncha
|
|
|
|
* readme.txt: Updated docs for DONOTCACHEPAGE constant
|
|
|
|
2009-05-19 11:15 donncha
|
|
|
|
* wp-cache.php: Added "WPSC_DISABLE_COMPRESSION" constant so
|
|
hosting companies can disable compression in wp-super-cache
|
|
|
|
2009-05-19 11:04 donncha
|
|
|
|
* wp-cache.php: Added "WPSC_DISABLE_LOCKING" constant so hosting
|
|
companies can disable file locking sitewide
|
|
|
|
2009-05-19 10:19 donncha
|
|
|
|
* wp-cache-phase2.php: Added "DONOTCACHEPAGE" constant so plugins
|
|
can specify pages that should not be cached.
|
|
|
|
2009-05-11 13:35 donncha
|
|
|
|
* wp-cache.php: Use PHP_DOCUMENT_ROOT in .htaccess rules if set,
|
|
props Adrian Ott @ Mosso
|
|
|
|
2009-04-25 06:30 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-04-25 06:30 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bumped version number to 0.9.4.3
|
|
|
|
2009-04-23 20:04 donncha
|
|
|
|
* wp-cache-phase2.php: Move mutex init above actions again
|
|
|
|
2009-04-22 11:34 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version number to 0.9.4.2
|
|
|
|
2009-04-22 11:06 donncha
|
|
|
|
* wp-cache-phase2.php: Move check for logged in user after actions
|
|
are defined, otherwise cache files aren't updated. See
|
|
http://wordpress.org/support/topic/264090?replies=2
|
|
|
|
2009-04-21 19:53 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-04-21 19:53 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bumped version to 0.9.4.1
|
|
|
|
2009-04-21 19:52 donncha
|
|
|
|
* wp-cache.php: Oops, make sure the "don't cache if logged in"
|
|
checkbox can be unchecked!
|
|
Clear the cache when it's enabled
|
|
|
|
2009-04-21 15:46 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-04-21 15:45 donncha
|
|
|
|
* readme.txt: Updated recent changes
|
|
|
|
2009-04-21 15:44 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-04-21 15:43 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bumped version number to 0.9.4
|
|
|
|
2009-04-21 11:46 donncha
|
|
|
|
* wp-cache.php: Minor docs update
|
|
|
|
2009-04-20 09:25 donncha
|
|
|
|
* wp-cache-phase2.php: Check that user is logged in before not
|
|
caching
|
|
|
|
2009-04-20 08:49 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Added "Don't cache for logged
|
|
in users" option
|
|
|
|
2009-04-18 22:03 donncha
|
|
|
|
* readme.txt: Updated donation link
|
|
|
|
2009-04-15 16:38 donncha
|
|
|
|
* wp-cache.php: Display file size stats on admin page
|
|
|
|
2009-04-15 15:27 donncha
|
|
|
|
* wp-cache-phase2.php: Clear the cache when the profile is updated.
|
|
Props djquinn http://wordpress.org/support/topic/261504?replies=6
|
|
http://www.dquinn.net/wp-super-cache-preview-draft-update-profile-wordpress/
|
|
|
|
2009-04-15 15:25 donncha
|
|
|
|
* wp-cache-phase1.php: Don't cache post previews
|
|
|
|
2009-04-14 14:10 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache.php: Added backslashes to
|
|
rejected URI. See
|
|
http://wordpress.org/support/topic/260790?replies=10#post-1045412
|
|
|
|
2009-04-06 14:17 donncha
|
|
|
|
* Changelog.txt: Updated changelog to 0.9.3.1
|
|
|
|
2009-04-06 14:16 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version to 0.9.3.1
|
|
|
|
2009-04-06 14:16 donncha
|
|
|
|
* readme.txt: Added link to forum thread on posting problems in
|
|
0.9.3
|
|
|
|
2009-04-06 14:11 donncha
|
|
|
|
* readme.txt: Added "Recent Changes" section to start of readme.txt
|
|
to make life easier on those upgrading
|
|
|
|
2009-04-05 22:15 donncha
|
|
|
|
* advanced-cache.php: Don't show broken path message in wp-admin.
|
|
Check if file is missing before showing an error
|
|
|
|
2009-04-05 21:51 donncha
|
|
|
|
* wp-cache-phase1.php: Return true so the include_once() returns
|
|
true. Fixes problem with saving posts
|
|
|
|
2009-04-05 18:53 donncha
|
|
|
|
* wp-cache-phase2.php: Clear the supercache when all cache is
|
|
cleared on post edit.
|
|
|
|
2009-04-05 18:53 donncha
|
|
|
|
* advanced-cache.php: whitespace cleanup
|
|
|
|
2009-04-05 09:36 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-04-05 08:25 donncha
|
|
|
|
* wp-cache-phase2.php: Hide any potential opendir warnings
|
|
|
|
2009-04-04 11:40 donncha
|
|
|
|
* Changelog.txt: Updated Changelog to 0.9.3
|
|
|
|
2009-04-04 11:40 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version number to 0.9.3
|
|
|
|
2009-04-04 11:23 donncha
|
|
|
|
* wp-cache.php: Minor change in cache rebuild and mutex option text
|
|
|
|
2009-04-04 11:15 donncha
|
|
|
|
* wp-cache-phase1.php: Cache files for single blogs go in cache/,
|
|
MU cache files go in cache/blogs/
|
|
|
|
2009-04-03 15:01 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache.php: "Cache rebuild" feature
|
|
is now on by default
|
|
File locks are off by default
|
|
Change language on admin page to "Enable file locking" instead of
|
|
"Disable..."
|
|
|
|
2009-04-02 19:56 donncha
|
|
|
|
* wp-cache-phase2.php: Get rid of more get_option() calls in the
|
|
shutdown function
|
|
|
|
2009-04-02 13:42 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Added a
|
|
blog cache dir. WordPress MU blogs will be cached into different
|
|
directories.
|
|
Regular WP will cache into cache/blogs/ instead of cache/
|
|
|
|
2009-04-02 13:41 donncha
|
|
|
|
* readme.txt: Update docs:
|
|
1. new signature on page.
|
|
2. Minor text changes
|
|
|
|
2009-04-02 11:49 donncha
|
|
|
|
* wp-cache-phase2.php: Removed errlog
|
|
|
|
2009-04-02 11:09 donncha
|
|
|
|
* wp-cache-phase2.php: Check if rejected uri expr is a blank. See
|
|
http://justinblanton.com/2009/03/broken-wp-super-cache
|
|
|
|
2009-04-01 11:46 donncha
|
|
|
|
* wp-cache-phase2.php: Added "wp_cache_rebuild_or_delete()"
|
|
function to delete or create rebuild cache files
|
|
|
|
2009-03-31 10:56 donncha
|
|
|
|
* readme.txt: Minor docs update
|
|
|
|
2009-03-31 10:53 donncha
|
|
|
|
* readme.txt: Updated docs to stress that wp-cached files are "good
|
|
enough" for most people.
|
|
|
|
2009-03-31 10:46 donncha
|
|
|
|
* advanced-cache.php, readme.txt: Added "wpcache_broken_message()"
|
|
and code to catch when path in advanced-cache.php is broken.
|
|
|
|
2009-03-31 10:32 donncha
|
|
|
|
* wp-cache.php: Check if admin_url exists. Not everyone updates
|
|
WordPress.
|
|
|
|
2009-03-31 10:31 donncha
|
|
|
|
* wp-cache-phase2.php: In post change, remove corrupted or obsolete
|
|
meta and cache files
|
|
|
|
2009-03-31 10:30 donncha
|
|
|
|
* Changelog.txt: Updated changelog.txt
|
|
|
|
2009-03-30 16:12 donncha
|
|
|
|
* wp-cache-phase2.php: Added an "auto reject" list of URIs
|
|
|
|
2009-03-30 06:22 donncha
|
|
|
|
* wp-cache-phase1.php: Remove corrupted or obsolete meta file and
|
|
cache file.
|
|
|
|
2009-03-30 04:53 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php: Don't use array_push().
|
|
Removed wp_cache_file_contents action as it may contribute to
|
|
memory problems for some hosts.
|
|
Pass buffer by reference to ob function.
|
|
Revert merge of shutdown function and ob function
|
|
Pass "siteurl" to post_id gc function
|
|
|
|
2009-03-29 16:32 donncha
|
|
|
|
* wp-cache-phase1.php: Make sure $meta is an array
|
|
|
|
2009-03-28 13:03 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-03-28 13:02 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version number to 0.9.2
|
|
|
|
2009-03-28 12:58 donncha
|
|
|
|
* readme.txt: Added a troubleshooting entry for advanced-cache.php
|
|
|
|
2009-03-28 12:54 donncha
|
|
|
|
* advanced-cache.php: Include once instead of require because it
|
|
won't cause a FATAL error if the path is incorrect
|
|
|
|
2009-03-28 12:39 donncha
|
|
|
|
* readme.txt: Minimum version is now 2.6, props tigertech,
|
|
http://wordpress.org/support/topic/255628?replies=1
|
|
|
|
2009-03-28 12:34 donncha
|
|
|
|
* wp-cache-phase2.php: Delete static "pages on front" when posts
|
|
change.
|
|
|
|
2009-03-28 12:30 donncha
|
|
|
|
* readme.txt: Move uninstall instructions up
|
|
Added "If all else fails" instructions
|
|
|
|
2009-03-21 21:15 donncha
|
|
|
|
* wp-cache.php: Added "Settings" link on plugins page.
|
|
Simplified admin notice, may fix 500 internal errors
|
|
|
|
2009-03-21 21:13 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Revert
|
|
moving meta information into cache file. It took too long to scan
|
|
the directory
|
|
|
|
2009-03-20 15:34 donncha
|
|
|
|
* wp-cache-phase2.php: Unlink supercache cache files as well as
|
|
wp-cache files
|
|
|
|
2009-03-20 15:33 donncha
|
|
|
|
* wp-cache-phase2.php: No need for separate $log variable
|
|
|
|
2009-03-20 15:31 donncha
|
|
|
|
* wp-cache-phase2.php: $supercacheonly is set further up
|
|
|
|
2009-03-20 15:30 donncha
|
|
|
|
* wp-cache-phase2.php: Minor typos "attac"
|
|
Removed unused function
|
|
|
|
2009-03-20 15:28 donncha
|
|
|
|
* wp-cache-phase2.php: Make sure other actions have a chance to
|
|
mark comments as spam
|
|
|
|
2009-03-13 22:19 donncha
|
|
|
|
* wp-cache-phase1.php: Don't need that error_log
|
|
|
|
2009-03-13 11:41 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Make meta
|
|
an array rather than an object because of this change to PHP5:
|
|
http://bugs.php.net/bug.php?id=40104
|
|
Move meta file data into cache file.
|
|
|
|
2009-03-13 09:06 donncha
|
|
|
|
* wp-cache-phase2.php: Move wp_cache_shutdown_callback() into the
|
|
ob callback
|
|
|
|
2009-03-09 09:52 donncha
|
|
|
|
* wp-cache.php: Only check for apache modules if in supercache
|
|
mode.
|
|
|
|
2009-02-27 09:55 donncha
|
|
|
|
* plugins/badbehaviour.php: Note that compression disabled when BB
|
|
support enabled.
|
|
|
|
2009-02-27 09:46 donncha
|
|
|
|
* plugins/badbehaviour.php: Bad-behavior fixes. Plugin will find
|
|
the bb plugin folder now.
|
|
|
|
2009-02-26 12:55 donncha
|
|
|
|
* wp-cache-phase1.php: set the right variable.
|
|
|
|
2009-02-26 11:53 donncha
|
|
|
|
* Changelog.txt: Updated changelog, should have svnupped last time
|
|
|
|
2009-02-26 11:53 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-02-26 11:51 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version to 0.9.1
|
|
|
|
2009-02-26 11:35 donncha
|
|
|
|
* readme.txt: Updated docs on "expired pages" and the required
|
|
modules needed to serve new data
|
|
|
|
2009-02-26 11:23 donncha
|
|
|
|
* wp-cache.php: Remove "experimental" heading.
|
|
|
|
2009-02-26 11:07 donncha
|
|
|
|
* wp-cache.php: Added "About the author" box to admin page.
|
|
|
|
2009-02-19 16:07 donncha
|
|
|
|
* wp-cache.php: Make the donation box hidable.
|
|
|
|
2009-02-19 15:46 donncha
|
|
|
|
* wp-cache.php: Added donation button, yes my html skills suck.
|
|
|
|
2009-02-19 15:00 donncha
|
|
|
|
* wp-cache.php: Match IP against 192.168 instead of 192.
|
|
|
|
2009-02-19 13:43 donncha
|
|
|
|
* readme.txt, wp-cache.php: Added checks for hostname = 127.x.x.x
|
|
or 192.x.x.x or if available uses wp_remote_get() to load
|
|
wp-cron.php
|
|
Gives warning if checks fail
|
|
Updated readme.txt with docs on how to resolve. Thanks to Joost
|
|
de Valk for help debugging this. http://yoast.com/wp-cron-issues/
|
|
|
|
2009-02-19 13:34 donncha
|
|
|
|
* wp-cache-phase2.php: Hide file op warning.
|
|
Removed register_shutdown command that's not used any more
|
|
|
|
2009-02-19 11:48 donncha
|
|
|
|
* wp-cache.php: Hide rename warning. Possibly related to no global
|
|
lock.
|
|
|
|
2009-02-17 13:04 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-02-17 12:58 donncha
|
|
|
|
* wp-cache-phase2.php: Don't show no HTML tag warning for
|
|
robots.txt, http://wordpress.org/support/topic/243904?replies=1
|
|
|
|
2009-02-17 12:36 donncha
|
|
|
|
* wp-cache.php: Clear the supercache folder when it's disabled.
|
|
Remove the .disabled folder if a supercache folder exists.
|
|
Show Last and Next garbage collection times as UTC
|
|
Added an admin notice on the plugins page if wp-super-cache
|
|
caching is disabled
|
|
Add plugin notice below plugin row if caching is disabled
|
|
|
|
2009-02-17 12:34 donncha
|
|
|
|
* wp-cache-phase2.php: Hide some filemtime() warnings. Without a
|
|
global file lock we'll get more of these.
|
|
|
|
2009-02-17 12:33 donncha
|
|
|
|
* plugins/badbehaviour.php: Disable the supercache if Bad Behaviour
|
|
support is enabled.
|
|
|
|
2009-02-14 11:48 donncha
|
|
|
|
* readme.txt: Updated tag and added Donation link
|
|
|
|
2009-02-06 10:48 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php: Just use the output
|
|
buffer, no shutdown functions.
|
|
|
|
2009-02-05 20:53 donncha
|
|
|
|
* wp-cache-phase2.php: No need to call this callback twice!
|
|
|
|
2009-02-05 15:32 donncha
|
|
|
|
* wp-cache-config-sample.php: Remove any slashes left in the
|
|
blogcacheid
|
|
|
|
2009-02-05 13:36 donncha
|
|
|
|
* wp-cache.php: Replace blashslashes in WP_CONTENT_DIR here,
|
|
possible Win32 fix
|
|
|
|
2009-02-05 10:20 donncha
|
|
|
|
* readme.txt: Added "UserOnline" to the list of plugins that don't
|
|
update when a page is cached
|
|
|
|
2009-02-05 09:55 donncha
|
|
|
|
* wp-cache.php: Replace backslashes in WP_CONTENT_DIR too. Win32
|
|
fix. props Chris (beerfan)
|
|
|
|
2009-02-04 21:49 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache-phase2.php: Added
|
|
$wp_cache_shutdown_gc config option to use shutdown instead of
|
|
wp-cron
|
|
Added comments on config options
|
|
|
|
2009-02-04 20:38 donncha
|
|
|
|
* wp-cache-phase2.php: Don't create empty supercache directories.
|
|
|
|
2009-02-04 10:25 donncha
|
|
|
|
* readme.txt: Troubleshooting updates: advanced-cache.php, cache on
|
|
NFS warning
|
|
|
|
2009-02-03 21:53 donncha
|
|
|
|
* plugins/badbehaviour.php, wp-cache-phase1.php: Things act strange
|
|
when a function has a require_once(), even if it's never reached
|
|
|
|
2009-02-03 21:41 donncha
|
|
|
|
* plugins/badbehaviour.php, plugins/searchengine.php,
|
|
wp-cache-config-sample.php, wp-cache-phase1.php: Added Bad
|
|
Behaviour plugin
|
|
Allow SuperCache plugin directory to be relocated. See
|
|
$wp_cache_plugins_dir in config file.
|
|
Fixed updating Active status of searchengine plugin
|
|
Added new cacheactions:
|
|
'wp_cache_served_cache_file' activated just before headers are
|
|
sent for an existing cache file.
|
|
'wp_cache_file_contents' filter that every wp-cache cache file is
|
|
sent through. (ignoring mfunc)
|
|
|
|
2009-02-03 12:11 donncha
|
|
|
|
* wp-cache-phase1.php: Clean and echo the buffer
|
|
|
|
2009-02-03 11:49 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php: Register supercache
|
|
shutdown function right at the start of the process so it's
|
|
executed before WP objects are destroyed
|
|
|
|
2009-02-02 15:48 donncha
|
|
|
|
* wp-cache-phase2.php: Don't register shutdown function, call it
|
|
from the output buffer callback.
|
|
|
|
2009-02-02 09:58 donncha
|
|
|
|
* wp-cache-phase2.php: Don't read files into an array, reverting
|
|
[86134]
|
|
|
|
2009-01-29 17:19 donncha
|
|
|
|
* wp-cache.php: Remove double slashes from inst_root
|
|
|
|
2009-01-29 16:28 donncha
|
|
|
|
* wp-cache.php: Guess the install root properly
|
|
|
|
2009-01-29 14:25 donncha
|
|
|
|
* wp-cache-phase2.php: Revert prune_super_cache and
|
|
garbage_collection code.
|
|
|
|
2009-01-29 06:41 donncha
|
|
|
|
* wp-cache.php: Fix caching for blogs installed in sub dirs. See
|
|
http://wordpress.org/support/topic/238022?replies=6
|
|
|
|
2009-01-27 19:57 donncha
|
|
|
|
* wp-cache-phase2.php: Only rename the tmp cache file when it's
|
|
created.
|
|
Hide warnings about renames and unlinks
|
|
|
|
2009-01-27 06:18 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-01-27 06:17 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version to 0.9
|
|
|
|
2009-01-27 06:17 donncha
|
|
|
|
* wp-cache-phase2.php: Bring back mfunc code
|
|
|
|
2009-01-27 05:53 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Set GC to 10 minutes instead
|
|
of 30.
|
|
|
|
2009-01-26 20:08 donncha
|
|
|
|
* wp-cache.php: Show last and next garbage collection times
|
|
|
|
2009-01-26 18:11 donncha
|
|
|
|
* wp-cache.php: Make sure constant value is displayed, props
|
|
Jonathan Dingman
|
|
|
|
2009-01-26 17:32 donncha
|
|
|
|
* wp-cache-phase1.php: Update mobile "enabled" variable
|
|
|
|
2009-01-26 17:32 donncha
|
|
|
|
* wp-cache-phase2.php: Don't send gzip headers if headers already
|
|
sent
|
|
|
|
2009-01-26 13:00 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php:
|
|
Removed "dynamic caching" that isn't documented anywhere any more
|
|
Fixed activate bugs with mobile device support
|
|
|
|
2009-01-26 11:12 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache-phase1.php, wp-cache.php:
|
|
Mobile device support via
|
|
http://wordpress.org/extend/plugins/wordpress-mobile-edition/ by
|
|
Alex King
|
|
|
|
2009-01-26 10:03 donncha
|
|
|
|
* readme.txt: Added extra FAQs
|
|
|
|
2009-01-25 11:21 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Admin page updates
|
|
If expiry time is over 30 minutes, set garbage collection to 30
|
|
minutes, else expiry time
|
|
|
|
2009-01-25 09:11 donncha
|
|
|
|
* wp-cache-phase2.php: If supercache enabled, Don't create wp-cache
|
|
files for anonymous users. Should cut down cached files by half
|
|
ore more.
|
|
|
|
2009-01-25 07:56 donncha
|
|
|
|
* wp-cache-phase2.php: Warn if cache expiry cron job took longer
|
|
than 30 seconds, props SiriusBuzz
|
|
|
|
2009-01-25 07:49 donncha
|
|
|
|
* advanced-cache.php, wp-cache-phase2.php, wp-cache.php:
|
|
advanced-cache.php will load the phase1.php even in relocated
|
|
plugin folders now. (NOTE. Must be updated if plugin folder
|
|
changes)
|
|
Removed error_log()
|
|
|
|
2009-01-24 06:03 donncha
|
|
|
|
* wp-cache.php: Update advanced-cache.php message, props Jonathan
|
|
Dingman
|
|
|
|
2009-01-23 19:10 donncha
|
|
|
|
* Changelog.txt: Updated Changelog for 0.8.9
|
|
|
|
2009-01-23 19:09 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version number to 0.8.9 and update
|
|
documentation
|
|
|
|
2009-01-23 18:34 donncha
|
|
|
|
* wp-cache.php: Updated text
|
|
|
|
2009-01-23 12:43 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Set garbage collection to 10
|
|
seconds after expiry
|
|
|
|
2009-01-23 12:13 donncha
|
|
|
|
* wp-cache.php: mutext variable needs to be global
|
|
|
|
2009-01-23 12:06 donncha
|
|
|
|
* advanced-cache.php, wp-cache.php: Added "advanced-cache.php"
|
|
which will load wp-cache-phase1.php
|
|
Copy that file to wp-content/ instead of symlinking
|
|
Added checkboxes for "cache rebuild" and "disable file locking"
|
|
remove #list anchor tag
|
|
|
|
2009-01-22 11:26 donncha
|
|
|
|
* wp-cache-phase2.php: Delete lots more cache files in one go, for
|
|
busy sites
|
|
|
|
2009-01-21 13:42 donncha
|
|
|
|
* wp-cache-phase2.php: Removed "cron job called" debug message
|
|
|
|
2009-01-21 13:05 donncha
|
|
|
|
* wp-cache.php: Show all sections of the admin page by default.
|
|
Move cache contents up
|
|
|
|
2009-01-20 11:23 donncha
|
|
|
|
* wp-cache.php: Admin page UI update, props Robert Wolf
|
|
|
|
2009-01-19 18:29 donncha
|
|
|
|
* wp-cache-config-sample.php: Comment out $wp_cache_mutex_disabled
|
|
by default
|
|
|
|
2009-01-19 18:27 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache-phase2.php: Allow mutex file
|
|
locking to be disabled
|
|
|
|
2009-01-19 18:18 donncha
|
|
|
|
* wp-cache.php: Fix the favourites if a non admin users logs in
|
|
|
|
2009-01-16 17:04 donncha
|
|
|
|
* Changelog.txt: Updated Changelog
|
|
|
|
2009-01-16 17:03 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache-phase1.php,
|
|
wp-cache-phase2.php: Added simple DEBUG mode. Activate by setting
|
|
$wp_cache_debug to your email address in wp-cache-config.php
|
|
Sends debug emails on: cron job, failed job, when gzip headers
|
|
are missing from wp-cache meta file.
|
|
|
|
2009-01-16 16:14 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version to 0.8.8
|
|
|
|
2009-01-16 16:10 donncha
|
|
|
|
* wp-cache.php: Added "Delete Cache" link to Favourites menu
|
|
|
|
2009-01-15 23:16 donncha
|
|
|
|
* wp-cache-phase2.php: We clean up files as well as directories.
|
|
Should fix issue with non-updating blogs
|
|
|
|
2009-01-14 22:47 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache-phase1.php,
|
|
wp-cache-phase2.php: Remove debugging code
|
|
|
|
2009-01-14 18:51 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache-phase1.php,
|
|
wp-cache-phase2.php: Lots of debug code
|
|
|
|
2009-01-14 14:33 donncha
|
|
|
|
* readme.txt: Updated the "How do I know my blog is being cached?"
|
|
FAQ
|
|
|
|
2009-01-12 17:51 donncha
|
|
|
|
* wp-cache-phase2.php: Don't overwrite $dh directory handler
|
|
|
|
2009-01-12 17:38 donncha
|
|
|
|
* wp-cache-phase2.php: When reading large directories, create array
|
|
of files. The opendir handle seems to die.
|
|
|
|
2009-01-11 09:16 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Use opendir()/readdir()
|
|
instead of glob()
|
|
|
|
2009-01-09 21:16 donncha
|
|
|
|
* wp-cache-phase2.php: Minor typo
|
|
|
|
2009-01-09 11:04 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2009-01-09 11:04 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version to 0.8.7
|
|
|
|
2009-01-09 10:59 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Change default expiry time to
|
|
10 minutes
|
|
Only clean out 100 files at a time. Should help with very large
|
|
sites.
|
|
Fix file pointer.
|
|
|
|
2008-12-05 09:57 donncha
|
|
|
|
* wp-cache.php: Fix term -> meta typo, props kettari,
|
|
http://wordpress.org/support/topic/222613?replies=1
|
|
|
|
2008-12-04 18:13 donncha
|
|
|
|
* Changelog.txt: Updated changelog for 0.8.6
|
|
|
|
2008-12-04 18:12 donncha
|
|
|
|
* wp-cache-phase1.php: Added "WP-Super-Cache: WP-Cache" header for
|
|
cached php files.
|
|
|
|
2008-12-04 17:59 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version numberb to 2.7
|
|
|
|
2008-12-04 17:44 donncha
|
|
|
|
* wp-cache.php: Hide unlink errors
|
|
|
|
2008-12-04 16:53 donncha
|
|
|
|
* wp-cache-phase2.php: Use uniqid() instead of tempnam() to
|
|
generate temporary filenames.
|
|
No need for chmod.
|
|
Fixed minor typo
|
|
|
|
2008-12-04 13:40 donncha
|
|
|
|
* wp-cache-phase2.php: Record time of cache generation
|
|
|
|
2008-12-04 13:27 donncha
|
|
|
|
* readme.txt: Added Apache configuration docs on AllowOverride
|
|
|
|
2008-12-02 11:00 donncha
|
|
|
|
* wp-cache.php: If WP_CACHE is not enabled, but the define() line
|
|
is in wp-config.php, stop, because it's probably commented out.
|
|
|
|
2008-12-01 11:38 donncha
|
|
|
|
* wp-cache-phase2.php: Abort caching if plugin can't write to any
|
|
cache file, and report error
|
|
$gzsize may not survive to shutdown callback. Get the filesize
|
|
again
|
|
|
|
2008-12-01 11:37 donncha
|
|
|
|
* wp-cache-phase1.php: Push the headers into the headers array, not
|
|
the meta object
|
|
|
|
2008-11-25 12:58 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2008-11-25 12:58 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version number to 0.8.5
|
|
|
|
2008-11-25 12:45 donncha
|
|
|
|
* wp-cache-phase2.php: Added "supercache_dir" filter so supercache
|
|
directory can be modified.
|
|
|
|
2008-11-25 12:40 donncha
|
|
|
|
* wp-cache-phase2.php: Removed backslashes from the supercache
|
|
filename
|
|
|
|
2008-11-25 12:27 donncha
|
|
|
|
* wp-cache.php: Warn if Apache modules are missing.
|
|
Display gzip cache rewrite rules.
|
|
Deal with WordPress MU better as it can't upgrade the .htaccess
|
|
file.
|
|
|
|
2008-11-25 12:24 donncha
|
|
|
|
* wp-cache-phase1.php: Added wp_cache_key cacheaction to modify
|
|
cache key (ie. add user agent, IP, etc)
|
|
|
|
2008-11-25 11:10 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php: Check that cache file
|
|
exists before serving, it may have been removed without the meta
|
|
file
|
|
|
|
2008-11-25 11:01 donncha
|
|
|
|
* wp-cache-phase2.php: Removed $gzipped variable
|
|
|
|
2008-11-25 10:54 donncha
|
|
|
|
* wp-cache-phase2.php: No need to addslashes() to file functions
|
|
|
|
2008-11-14 13:20 donncha
|
|
|
|
* wp-cache-phase2.php: Added wpsupercache_buffer filter so buffer
|
|
can be manipulated before writing to cache file
|
|
|
|
2008-11-14 13:00 donncha
|
|
|
|
* wp-cache-phase2.php: Move gzip header detection down
|
|
|
|
2008-11-14 10:09 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php: Add gzip headers back
|
|
if they are missing. Should fix problems with users seeing
|
|
corrupted pages.
|
|
|
|
2008-11-14 10:00 donncha
|
|
|
|
* readme.txt: Updated docs on file locking
|
|
|
|
2008-11-11 17:28 donncha
|
|
|
|
* wp-cache-phase2.php: Write wp-cache php cache files to temporary
|
|
files before moving into place.
|
|
Increase gzip compression to 3
|
|
If cron job failed to get mutex lock, try again in 10 minutes
|
|
|
|
2008-11-07 09:43 donncha
|
|
|
|
* wp-cache.php: Use WP_CONTENT_URL in mod_rewrite rules.
|
|
Use WP_CONTENT_DIR in WPCACHEHOME definition.
|
|
|
|
2008-10-27 13:21 donncha
|
|
|
|
* readme.txt: Added links section and link to WP Widget Cache,
|
|
props to Ben @ http://www.binarymoon.co.uk/
|
|
Minor troubleshooting update
|
|
|
|
2008-10-23 08:14 donncha
|
|
|
|
* wp-cache.php: wp_cache_check_global_config() fixes by joelhardi,
|
|
http://wordpress.org/support/topic/211477?replies=1#post-879591
|
|
|
|
2008-10-22 15:57 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2008-10-22 15:55 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version number to 0.8.4
|
|
|
|
2008-10-11 22:10 donncha
|
|
|
|
* wp-cache-phase2.php: Update the time of last gc
|
|
|
|
2008-10-10 11:54 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Change garbage collection
|
|
parameters to time rather than hits
|
|
|
|
2008-10-08 16:06 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2008-10-08 16:04 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version numbers to 0.8.3
|
|
Updated docs
|
|
|
|
2008-10-08 08:12 donncha
|
|
|
|
* readme.txt: Note for WPMU users,
|
|
http://wordpress.org/support/topic/208770?replies=3#post-871207
|
|
|
|
2008-10-07 12:03 donncha
|
|
|
|
* readme.txt: x-gzip->gzip
|
|
|
|
2008-10-07 10:50 donncha
|
|
|
|
* readme.txt: Minor typo,
|
|
http://wordpress.org/support/topic/208770?replies=1#post-870518
|
|
|
|
2008-10-07 10:44 donncha
|
|
|
|
* plugins/searchengine.php: Don't overwrite logged in user details
|
|
in searchengine plugin.
|
|
|
|
2008-10-06 09:19 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache.php: Encode as gzip, not x-gzip as
|
|
IE7 has problems with it. ref:
|
|
http://bugs.typo3.org/view.php?id=4623
|
|
|
|
2008-10-01 08:05 donncha
|
|
|
|
* readme.txt, wp-cache.php: Options -> Settings, thanks webmaestro
|
|
http://wordpress.org/support/topic/207576?replies=2
|
|
|
|
2008-09-29 09:29 donncha
|
|
|
|
* wp-cache.php: Only update "clear on post" setting when saving
|
|
status options, thanks Viper007Bond
|
|
|
|
2008-09-28 11:04 donncha
|
|
|
|
* wp-cache-phase2.php: Only create compressed data if required
|
|
|
|
2008-09-28 06:16 donncha
|
|
|
|
* wp-cache-phase2.php: Compress cache files with "dynamic content"
|
|
too
|
|
|
|
2008-09-28 05:56 donncha
|
|
|
|
* wp-cache-phase2.php: Only compress cached files once. Nice speed
|
|
boost!
|
|
|
|
2008-09-28 05:46 donncha
|
|
|
|
* wp-cache-phase2.php: Write gzipped supercache files using fopen
|
|
instead of gzopen
|
|
|
|
2008-09-26 23:16 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2008-09-26 23:15 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump the version number to 0.8.2
|
|
|
|
2008-09-26 23:14 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php:
|
|
Added $cache_rebuild_files setting to switch off "need rebuild"
|
|
functionality by default
|
|
|
|
2008-09-26 16:00 donncha
|
|
|
|
* wp-cache-phase2.php: On post change clear the front page
|
|
|
|
2008-09-26 12:04 donncha
|
|
|
|
* wp-cache-phase2.php: Move cache writers entry up above supercache
|
|
cleaning.
|
|
Only clean individual posts, don't clear cache when no post_id
|
|
|
|
2008-09-26 09:49 donncha
|
|
|
|
* wp-cache.php: Only show "Delete Cache" link to MU site admins or
|
|
admins on WP blogs
|
|
|
|
2008-09-25 12:47 donncha
|
|
|
|
* wp-cache.php: Save "wp_cache_clear_on_post_edit" properly, thanks
|
|
HarryRAR,
|
|
http://wordpress.org/support/topic/206371?replies=2#post-861998
|
|
|
|
2008-09-25 11:12 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Can't clear cache on edit_post
|
|
because leaving a comment calls edit_post unfortunately
|
|
Experimental code to preserve supercache version of a page while
|
|
it's being regenerated.
|
|
|
|
2008-09-24 14:21 donncha
|
|
|
|
* wp-cache.php: Added "Delete Cache" link at top of admin pages
|
|
|
|
2008-09-24 13:57 donncha
|
|
|
|
* Changelog.txt: Updated changelog, still release 0.8.1
|
|
|
|
2008-09-24 13:03 donncha
|
|
|
|
* wp-cache-phase2.php: Added function to clear cache when a post is
|
|
edited
|
|
|
|
2008-09-24 13:02 donncha
|
|
|
|
* wp-cache.php: Added "Clear on edit" checkbox to clear all cache
|
|
files when a post or page is edited
|
|
|
|
2008-09-24 13:01 donncha
|
|
|
|
* wp-cache.php: Remove meta and supercache directories when
|
|
deactivating
|
|
|
|
2008-09-24 12:47 donncha
|
|
|
|
* wp-cache.php: Switch status messages around.
|
|
|
|
2008-09-24 12:47 donncha
|
|
|
|
* wp-cache.php: Remove cache/.htaccess when uninstalling.
|
|
|
|
2008-09-24 12:44 donncha
|
|
|
|
* readme.txt: Make mod mime and rewrite line clearer, hopefully
|
|
|
|
2008-09-24 12:38 donncha
|
|
|
|
* wp-cache-phase2.php: comment_id typo
|
|
Only clear supercache files if it's enabled
|
|
|
|
2008-09-24 12:37 donncha
|
|
|
|
* readme.txt: Updated mod_rewrite rules and expiry/mime type rules
|
|
|
|
2008-09-24 11:57 donncha
|
|
|
|
* Changelog.txt: Updated changelog for 0.8.1
|
|
|
|
2008-09-24 11:57 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump the version number
|
|
|
|
2008-09-24 10:01 donncha
|
|
|
|
* wp-cache-phase2.php: Make the temporary filename world readable
|
|
to avoid problems where Apache and PHP run as different users.
|
|
Thanks Tigertech for the code.
|
|
|
|
2008-09-24 09:57 donncha
|
|
|
|
* wp-cache-phase2.php: Check that rename worked, if not, remove
|
|
cache file and rename again. Props tigertech
|
|
|
|
2008-09-23 19:55 donncha
|
|
|
|
* wp-cache-phase2.php: Don't clear the supercache if it's not
|
|
enabled (In blog context, when a moderated comment is made)
|
|
|
|
2008-09-23 13:09 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2008-09-23 13:05 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump the version to 0.8
|
|
|
|
2008-09-23 13:01 donncha
|
|
|
|
* wp-cache-phase1.php: Comment: reminder to update .htaccess rules
|
|
if get_cookie cacheaction is used.
|
|
|
|
2008-09-23 12:58 donncha
|
|
|
|
* wp-cache-phase1.php: Don't return if the $string is not ''
|
|
|
|
2008-09-23 12:50 donncha
|
|
|
|
* wp-cache.php: Generate a semaphore id based on hostname and cache
|
|
path, props Tigertech
|
|
http://wordpress.org/support/topic/205195?replies=4#post-857610
|
|
|
|
2008-09-23 11:14 donncha
|
|
|
|
* wp-cache.php: Make the expiry cleanup list an unordered list
|
|
|
|
2008-09-23 11:06 donncha
|
|
|
|
* wp-cache-phase2.php: siteurl -> home for those who run WP in a
|
|
different place
|
|
|
|
2008-09-23 10:44 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php: No
|
|
need for $super_cache_max_time
|
|
|
|
2008-09-23 10:39 donncha
|
|
|
|
* wp-cache-phase2.php: On post change:
|
|
1. Clear all files from permalink in supercache directory.
|
|
2. Clear siteurl/page/ permalinks.
|
|
3. Clear supercache files when corresponding php meta files are
|
|
removed.
|
|
|
|
2008-09-18 09:45 donncha
|
|
|
|
* wp-cache.php: Show mod_rewrite rules when .htaccess is RO, props
|
|
Matt @ http://mattsblog.ca/
|
|
|
|
2008-09-17 16:29 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Decrease the chance of
|
|
cleanup.
|
|
|
|
2008-09-17 11:01 donncha
|
|
|
|
* wp-cache.php: Don't server cached static files when url contains
|
|
"=". Should avoid lots of problems with query strings
|
|
|
|
2008-09-17 11:00 donncha
|
|
|
|
* wp-cache-phase2.php: Replace the siteurl correctly for those who
|
|
have installed in a subdir, but access from the directory above.
|
|
Thanks Viper007Bond.
|
|
|
|
2008-09-16 13:01 donncha
|
|
|
|
* wp-cache.php: Check for WordPress MU because .htaccess can't be
|
|
updated.
|
|
Set cache control and expiry headers of supercached files. Cached
|
|
for 5 minutes, but with "must-revalidate"
|
|
|
|
2008-09-06 11:00 donncha
|
|
|
|
* wp-cache-phase2.php: Write cache files to a temporary file first,
|
|
then rename. Rename should be atomic.
|
|
|
|
2008-08-28 11:30 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2008-08-28 11:29 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump the version number to 0.7.1
|
|
|
|
2008-08-28 11:00 donncha
|
|
|
|
* wp-cache.php: Updated .htaccess code:
|
|
Check that file is writable (again?)
|
|
Fix warnings about upgrades.
|
|
Bright yellow backgrounds on items that need attention
|
|
Thanks Matt @ http://twitter.com/mattfreedman/statuses/901325274
|
|
for reporting.
|
|
|
|
2008-08-27 19:32 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2008-08-27 19:31 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump to 0.7, fix activation link
|
|
|
|
2008-08-27 19:17 donncha
|
|
|
|
* Changelog.txt: Updated Changelog
|
|
|
|
2008-08-27 19:16 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump the version number to 0.6.8
|
|
|
|
2008-08-27 18:59 donncha
|
|
|
|
* wp-cache.php: Added rules to redirect to urls ending with a "/",
|
|
props Andylav and definitelynot,
|
|
http://wordpress.org/support/topic/199542?replies=6
|
|
|
|
2008-08-21 16:41 donncha
|
|
|
|
* wp-cache.php: Change menu options url
|
|
|
|
2008-08-20 11:47 donncha
|
|
|
|
* Changelog.txt: Update Changelog
|
|
|
|
2008-08-20 10:49 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version number to 0.6.7
|
|
|
|
2008-08-20 09:38 donncha
|
|
|
|
* wp-cache.php: Added CRs
|
|
|
|
2008-08-20 09:01 donncha
|
|
|
|
* wp-cache.php: Added apache_request_headers() as suggested in
|
|
http://wordpress.org/support/topic/197053
|
|
|
|
2008-08-19 16:27 donncha
|
|
|
|
* plugins/searchengine.php, wp-cache.php: Updated styling with the
|
|
help of the simple trackback validation plugin
|
|
|
|
2008-08-19 15:11 donncha
|
|
|
|
* wp-cache-config-sample.php: Don't include rss files in cacheable
|
|
list
|
|
|
|
2008-08-19 15:05 donncha
|
|
|
|
* wp-cache.php: Added "deactivation hook" to remove
|
|
advanced-cache.php and wp-cache-config.php and cached files.
|
|
|
|
2008-08-14 10:39 donncha
|
|
|
|
* wp-cache-phase1.php: Only include once
|
|
|
|
2008-08-14 09:14 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php: Cron fixed from Mike
|
|
|
|
2008-08-13 12:52 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Fixes from Mike Beggs:
|
|
Use custom is_writeable() that works in Win32 NTFS
|
|
Update "Vary" header
|
|
Let WP Cron handle cache cleaning.
|
|
Don't let mod_deflate try to compress gzipped cached files
|
|
|
|
2008-08-09 10:13 donncha
|
|
|
|
* wp-cache-phase2.php: Use get_comment(), props Lazy @
|
|
http://www.lazybrain.de/
|
|
|
|
2008-07-31 15:53 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2008-07-31 10:47 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version numbers
|
|
|
|
2008-07-29 19:52 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache-phase1.php, wp-cache.php: WP
|
|
2.6 fixes. Use WP_CONTENT_DIR. Have not added to .htaccess rules
|
|
yet
|
|
|
|
2008-07-28 09:37 donncha
|
|
|
|
* readme.txt, wp-cache.php: Change wp-super-cache expiry to 3600
|
|
seconds.
|
|
Avoid foreach error on empty directories
|
|
Minor change to status message
|
|
|
|
2008-07-24 16:26 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Removed debug error log
|
|
Catch 404 file not found requests when themes use query_posts()
|
|
|
|
2008-07-24 13:17 donncha
|
|
|
|
* wp-cache-phase2.php: If we can't get a file lock, warn user.
|
|
|
|
2008-07-23 18:30 donncha
|
|
|
|
* readme.txt: Update FAQ on cache times.
|
|
|
|
2008-07-23 18:27 donncha
|
|
|
|
* readme.txt, wp-cache.php: Added p= parameter to htacess rules so
|
|
they'll be served by wp-cache only,
|
|
http://wordpress.org/support/topic/191275?replies=3
|
|
|
|
2008-07-17 09:48 donncha
|
|
|
|
* wp-cache.php: Handle if wp-config.php has been moved ../ in
|
|
WordPress 2.6
|
|
|
|
2008-07-16 11:12 donncha
|
|
|
|
* wp-cache.php: Don't warn the user wp-content is writable if
|
|
webserver is running as user.
|
|
Create correct .htaccess rules when WordPress is installed in a
|
|
different location. Both fixes props Allan Bazinet @
|
|
http://sneezingfrog.com/blog/
|
|
|
|
2008-07-15 10:17 donncha
|
|
|
|
* Changelog.txt: Update changelog
|
|
|
|
2008-07-15 10:15 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump the version number to 0.6.5
|
|
|
|
2008-07-15 10:14 donncha
|
|
|
|
* readme.txt: Add "Subscribe to comments" rule to readme
|
|
|
|
2008-07-15 10:11 donncha
|
|
|
|
* wp-cache-phase1.php: Use comment_author instead of email in case
|
|
email isn't mandatory. props rhapsodyv @
|
|
http://wordpress.org/support/topic/188775
|
|
|
|
2008-07-14 10:42 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Added "wp_cache_gc" option
|
|
Allow chance of garbage collection to be configurable.
|
|
|
|
2008-07-14 10:06 donncha
|
|
|
|
* readme.txt: If caching doesn't work, it could be
|
|
advanced-cache.php
|
|
|
|
2008-07-14 09:53 donncha
|
|
|
|
* wp-cache.php: Added Subscribe To Comments exclusion rewrite rule
|
|
|
|
2008-07-14 09:52 donncha
|
|
|
|
* wp-cache.php: Warn if wp-content is writable, props alexleonard,
|
|
http://wordpress.org/support/topic/188530
|
|
|
|
2008-07-08 10:41 donncha
|
|
|
|
* wp-cache-phase2.php: Remove extra pages generated at the current
|
|
permalink. ie. paged comments.
|
|
|
|
2008-06-20 16:16 donncha
|
|
|
|
* wp-cache.php: Only need the config file writable to change it
|
|
|
|
2008-06-16 09:08 donncha
|
|
|
|
* wp-cache-phase2.php: Increase the chance of expired file cleanup
|
|
|
|
2008-06-16 09:07 donncha
|
|
|
|
* wp-cache-phase2.php: Warn if page is a 404 or not complete and
|
|
won't be cached
|
|
|
|
2008-06-12 09:53 donncha
|
|
|
|
* readme.txt: Add troubleshooting message for Dreamhost users
|
|
|
|
2008-05-26 09:12 donncha
|
|
|
|
* wp-cache-phase2.php: Use [] instead of {} for array indexes
|
|
Fix warning notices
|
|
|
|
2008-05-14 16:22 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2008-05-14 16:19 donncha
|
|
|
|
* readme.txt, wp-cache-phase2.php, wp-cache.php: Remove comment.
|
|
Bump version number
|
|
|
|
2008-05-14 12:21 donncha
|
|
|
|
* wp-cache-phase2.php: Clean up the supercache if no post_id is
|
|
defined
|
|
|
|
2008-05-14 12:11 donncha
|
|
|
|
* wp-cache.php: Move menu code up
|
|
|
|
2008-05-13 14:57 donncha
|
|
|
|
* wp-cache-phase2.php: Only prune files in the supercache directory
|
|
Remove expired files 1/500's of the time
|
|
|
|
2008-05-11 08:51 donncha
|
|
|
|
* wp-cache.php: Allow the "digg proof" message to be styled
|
|
Removed whitespace
|
|
|
|
2008-05-05 09:49 donncha
|
|
|
|
* wp-cache-phase1.php: Removed Last-Modified header so plugin works
|
|
on godaddy servers. props Brad @
|
|
http://www.littleredrails.com/blog/2007/09/08/using-wp-cache-on-godaddy-500-error/
|
|
|
|
2008-05-05 09:44 donncha
|
|
|
|
* readme.txt, wp-cache.php: Added rewrite rules to stop POST
|
|
requests to html static files. props eharris @
|
|
http://wordpress.org/support/topic/173972?replies=2
|
|
|
|
2008-04-24 19:14 donncha
|
|
|
|
* Changelog.txt: Update Changelog
|
|
|
|
2008-04-24 19:14 donncha
|
|
|
|
* readme.txt: Added changelog link
|
|
Added attachment_id mod_rewrite rule
|
|
|
|
2008-04-24 19:11 donncha
|
|
|
|
* Changelog.txt: Updated Changelog
|
|
|
|
2008-04-24 19:09 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump the version number
|
|
|
|
2008-04-24 15:45 donncha
|
|
|
|
* wp-cache-phase2.php: Put "could not write" message in a HTML
|
|
comment at the end of the current page.
|
|
|
|
2008-04-20 07:48 donncha
|
|
|
|
* wp-cache.php: Use blog charset for encoding.
|
|
Don't supercache attachment pages, props Callum
|
|
|
|
2008-04-17 09:23 donncha
|
|
|
|
* wp-cache.php: Make sure files are served as UTF-8, props
|
|
tanguillo and nikolayb
|
|
http://wordpress.org/support/topic/169540?replies=3
|
|
|
|
2008-04-12 07:06 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2008-04-12 07:05 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version number and update
|
|
.htaccess example code
|
|
|
|
2008-04-11 23:30 donncha
|
|
|
|
* wp-cache-phase1.php, wp-cache-phase2.php: Remove "index.php" from
|
|
cached file paths
|
|
|
|
2008-04-11 23:17 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache.php: Add index.php to list
|
|
of not to be cached pages
|
|
Minor typo fix
|
|
|
|
2008-04-08 09:51 donncha
|
|
|
|
* wp-cache.php: Delete all contents of cache dir, not just
|
|
supercachedir when caching disabled.
|
|
|
|
2008-04-04 11:59 donncha
|
|
|
|
* wp-cache.php: wp_specialchars the rules
|
|
|
|
2008-04-01 11:31 donncha
|
|
|
|
* wp-cache.php: Added wpsc_remove_marker() to remove WordPress
|
|
rewrite rules
|
|
Super Cache rules now go in the WPSuperCache marker
|
|
Check for comment cookie in one line, props askapache
|
|
|
|
2008-03-31 08:42 donncha
|
|
|
|
* wp-cache.php: wp_specialchars() the mod_rewrite rules, props
|
|
Viper007Bond
|
|
|
|
2008-03-30 10:42 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump the version numbers
|
|
|
|
2008-03-30 10:41 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2008-03-30 10:41 donncha
|
|
|
|
* wp-cache.php: Warn if mod_rewrite rules are out of date and
|
|
encourage user to remove or update them manually
|
|
|
|
2008-03-30 10:26 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2008-03-28 17:37 donncha
|
|
|
|
* wp-cache.php: Login cookie got shortened to "wordpress" in 2.5,
|
|
still backwards compatible
|
|
|
|
2008-03-28 17:22 donncha
|
|
|
|
* wp-cache.php: Move toggleLayer js around
|
|
|
|
2008-03-13 11:37 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump to 0.6
|
|
|
|
2008-03-13 11:34 donncha
|
|
|
|
* readme.txt: Added compression FAQ
|
|
|
|
2008-03-13 11:28 donncha
|
|
|
|
* wp-cache.php: Only require mod_rewrite if super cache is enabled
|
|
Hide super cache parts of page when not activated
|
|
Add "/" to mod_rewrite rules for URLs not ending in a /, props
|
|
Michael R Aulia @ http://www.michaelaulia.com/blogs/
|
|
|
|
2008-03-13 11:25 donncha
|
|
|
|
* readme.txt: Updated documentation
|
|
|
|
2008-03-12 18:55 donncha
|
|
|
|
* wp-cache-phase2.php: This somehow stops PHP creating directories
|
|
in the root folder, thanks to Cherie and Jennifer for their
|
|
invaluable help!
|
|
|
|
2008-03-12 17:00 donncha
|
|
|
|
* wp-cache.php: No need for this message any more
|
|
|
|
2008-03-11 13:04 donncha
|
|
|
|
* wp-cache.php: Don't auto update .htaccess until user wants to.
|
|
Hide listing of cached files, it's wrong anyway.
|
|
Move advanced features to the end of backend page.
|
|
|
|
2008-02-11 20:52 donncha
|
|
|
|
* readme.txt, wp-cache.php: You must define things before loading
|
|
WordPress! (props s2j @
|
|
http://wordpress.org/support/topic/154996?replies=12#post-691402
|
|
)
|
|
|
|
2008-02-08 10:27 donncha
|
|
|
|
* wp-cache.php: Remember to delete compressed files from directly
|
|
cached folders, props John Pozadzides
|
|
|
|
2008-01-16 12:14 donncha
|
|
|
|
* Changelog.txt: Update changelog
|
|
|
|
2008-01-16 12:13 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version number
|
|
Make admin page readonly if configuration page cannot be written
|
|
to
|
|
|
|
2008-01-04 11:23 donncha
|
|
|
|
* Changelog.txt, readme.txt, wp-cache.php: Bump version and update
|
|
changelog
|
|
|
|
2008-01-04 11:22 donncha
|
|
|
|
* wp-cache.php: Only update the hello_world option when updating
|
|
the right form
|
|
|
|
2008-01-04 10:41 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version number
|
|
|
|
2008-01-04 10:40 donncha
|
|
|
|
* wp-cache.php: Rearrange .htaccess generator.
|
|
Allow mod_rewrite rules to be viewed later
|
|
Only create wp-content/cache/.htaccess if it doesn't exist
|
|
|
|
2008-01-04 10:16 donncha
|
|
|
|
* wp-cache.php: Added Super Cache footer message
|
|
|
|
2008-01-03 22:29 donncha
|
|
|
|
* wp-cache.php: More fixes for sub directory blogs, props Otto42 -
|
|
http://wordpress.org/support/topic/146443?replies=9#post-664254
|
|
|
|
2007-12-16 11:07 donncha
|
|
|
|
* wp-cache.php: Warn if ABSPATH is writeable
|
|
Add $home_root to cached files path in rewrite rules
|
|
make mod_rewrite module warning more verbose
|
|
|
|
2007-12-09 07:39 donncha
|
|
|
|
* wp-cache-phase2.php: Hide unlink errors
|
|
|
|
2007-12-04 10:18 donncha
|
|
|
|
* wp-cache-phase2.php: Check that mutex is set,
|
|
http://wordpress.org/support/topic/146052?replies=4
|
|
|
|
2007-11-28 11:29 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Check that $entries is not
|
|
empty
|
|
Don't ever recurse from ABSPATH up
|
|
|
|
2007-11-26 11:33 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2007-11-26 11:32 donncha
|
|
|
|
* wp-cache.php: It's WPLOCKDOWN
|
|
|
|
2007-11-26 11:31 donncha
|
|
|
|
* Changelog.txt: Updated Changelog
|
|
|
|
2007-11-26 11:30 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump the version number
|
|
Docs for lockdown
|
|
|
|
2007-11-26 11:17 donncha
|
|
|
|
* wp-cache.php: Bumpy bumpy
|
|
|
|
2007-11-26 11:12 donncha
|
|
|
|
* Changelog.txt: Updated Changelog
|
|
|
|
2007-11-26 11:11 donncha
|
|
|
|
* readme.txt: Bump version
|
|
|
|
2007-11-26 11:07 donncha
|
|
|
|
* readme.txt: Warn about safe mode
|
|
|
|
2007-11-26 10:56 donncha
|
|
|
|
* wp-cache.php: Print a warning message if PHP safe mode is
|
|
enabled.
|
|
Super Cache plugins will fail silently if advanced-cache.php is
|
|
not loaded
|
|
Updated "Directly Cached Files" text
|
|
|
|
2007-11-16 21:56 donncha
|
|
|
|
* plugins/searchengine.php, wp-cache-phase1.php,
|
|
wp-cache-phase2.php, wp-cache.php: Added »
|
|
Updated formatting of admin backend
|
|
Added "direct caching" of pages.
|
|
|
|
2007-11-12 21:23 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: PHP 5's mkdir() doesn't like
|
|
slashes, http://ie2.php.net/manual/en/function.mkdir.php#73848 -
|
|
props Tummmbler
|
|
|
|
2007-11-12 15:26 donncha
|
|
|
|
* Changelog.txt: Updated changelog
|
|
|
|
2007-11-12 15:23 donncha
|
|
|
|
* readme.txt, wp-cache.php: Bump version
|
|
Update readme docs
|
|
Add options page for wpmu site admins
|
|
|
|
2007-11-12 11:32 donncha
|
|
|
|
* wp-cache.php: Check if cache config file is out of date
|
|
|
|
2007-11-12 11:14 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Hide some warning messages
|
|
Don't super cache $_GET requests
|
|
Use wp_mkdir_p() instead of mkpath()
|
|
Don't delete meta, supercache or .htaccess
|
|
|
|
2007-11-11 10:05 donncha
|
|
|
|
* wp-cache.php: Don't want to check for .gz files twice!
|
|
|
|
2007-11-11 08:06 donncha
|
|
|
|
* wp-cache.php: Added 'comment moderation' message when blog locked
|
|
down.
|
|
Formatting changes
|
|
Use 'manage_options' instead of administrator because viper
|
|
changed his role names :)
|
|
|
|
2007-11-11 01:13 donncha
|
|
|
|
* wp-cache.php: If .htaccess updating fails, inform the user
|
|
|
|
2007-11-11 00:20 donncha
|
|
|
|
* wp-cache-phase2.php, wp-cache.php: Added "Lockdown" function so
|
|
static files won't be deleted by comments
|
|
Minor changes to admin page formatting
|
|
get_settings to get_option
|
|
|
|
2007-11-10 21:06 donncha
|
|
|
|
* wp-cache.php: Spell out radio boxes a bit more.
|
|
Modified .htaccess rules so search pages aren't served from super
|
|
cache
|
|
Actually insert_with_markers instead of echoing the command!
|
|
Tell user rules have been updated
|
|
Disable super cache *before* renaming directory. Sleep for a
|
|
second before
|
|
deleting to allow other processes to finish
|
|
|
|
2007-11-10 20:03 donncha
|
|
|
|
* wp-cache-phase2.php: Make sure the .htaccess isn't deleted
|
|
|
|
2007-11-10 09:28 donncha
|
|
|
|
* wp-cache-phase2.php: Don't remove super-cache file until comment
|
|
is approved
|
|
|
|
2007-11-10 07:19 donncha
|
|
|
|
* wp-cache.php: Check that WP_CACHE is defined before checking for
|
|
do_cacheaction.
|
|
Better instructions for verifying a new install
|
|
|
|
2007-11-09 21:33 donncha
|
|
|
|
* wp-cache.php: Define WPCACHEHOME properly, thanks tummbler for
|
|
testing!
|
|
|
|
2007-11-09 17:09 donncha
|
|
|
|
* wp-cache-phase2.php: Don't super-cache WordPress searches. May
|
|
need to extend that to any GET activity
|
|
|
|
2007-11-09 15:01 donncha
|
|
|
|
* wp-cache-phase2.php: Change preg_match delimiter so slashes work
|
|
again
|
|
|
|
2007-11-09 14:41 donncha
|
|
|
|
* readme.txt: Updated documentation
|
|
|
|
2007-11-09 14:27 donncha
|
|
|
|
* wp-cache.php: Use get_mod_rewrite() to detect if that module is
|
|
loaded
|
|
Automatically populate the .htaccess file if it's writable
|
|
Add gzip encoding rules to the cache dir, props Dennis @
|
|
http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/
|
|
Replace Windows folder deliminator, "\" with "/" in WPCACHEHOME,
|
|
props Computer Guru @
|
|
http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/
|
|
|
|
2007-11-09 01:19 donncha
|
|
|
|
* wp-cache-phase2.php: Move is_feed() check earlier.
|
|
Check that mkpath() path is in $cache_path
|
|
|
|
2007-11-08 21:57 donncha
|
|
|
|
* wp-cache.php: Single quote ABSPATH
|
|
Check advanced-cache.php for version, remove if necessary, fixed
|
|
create conditions
|
|
|
|
2007-11-08 21:55 donncha
|
|
|
|
* wp-cache-phase1.php: realpath() two filenames
|
|
|
|
2007-11-08 21:53 donncha
|
|
|
|
* readme.txt: Fix subdirectory .htaccess rules, props Computer Guru
|
|
|
|
2007-11-08 21:51 donncha
|
|
|
|
* plugins/searchengine.php: Hide setcookie errors
|
|
Return correct string
|
|
|
|
2007-11-07 15:38 donncha
|
|
|
|
* Changelog.txt: Added Changelog.txt
|
|
|
|
2007-11-07 15:27 donncha
|
|
|
|
* readme.txt: Bump version to 0.3.1 (getting to 1.0 far too
|
|
quickly!)
|
|
Change formatting again
|
|
|
|
2007-11-07 15:26 donncha
|
|
|
|
* wp-cache.php: Bump version to 0.3.1
|
|
|
|
2007-11-07 15:26 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache-phase2.php: Use preg_match()
|
|
to match rejected URIs.
|
|
Change "wp-" to "wp-.*.php" to match files and paths starting
|
|
with "wp-" and ending in "php"
|
|
|
|
2007-11-07 11:56 donncha
|
|
|
|
* wp-cache.php: Bump the version number
|
|
|
|
2007-11-06 22:50 donncha
|
|
|
|
* readme.txt: Bump version
|
|
|
|
2007-11-06 22:18 donncha
|
|
|
|
* wp-cache-phase2.php: Fix feed content-type, props Dougal,
|
|
(http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds)
|
|
|
|
2007-11-06 22:15 donncha
|
|
|
|
* wp-cache.php: Check the do_cacheaction() exists
|
|
Copy file if symlink is not found
|
|
|
|
2007-11-06 21:44 donncha
|
|
|
|
* wp-cache.php: Move WP Super Cache to "Site Admin" menu on
|
|
WordPress MU,
|
|
http://www.darcynorman.net/2007/11/06/wordpress-super-cache/
|
|
|
|
2007-11-06 21:19 donncha
|
|
|
|
* wp-cache-phase1.php: Don't compress WP-Cache data files is PHP is
|
|
already doing it
|
|
|
|
2007-11-06 10:29 donncha
|
|
|
|
* readme.txt: Minor typo in tag
|
|
|
|
2007-11-06 10:06 donncha
|
|
|
|
* readme.txt, wp-cache-phase1.php, wp-cache-phase2.php,
|
|
wp-cache.php: Bump the version to 0.2
|
|
Enable gzip support in WP-Cache data files, fix feed content
|
|
type, props tummbler:
|
|
http://www.tummblr.com/wordpress/improving-wp-super-cache-gzip-for-logged-in-users/
|
|
http://elliottback.com/wp/archives/2005/07/12/getting-wp-cache-to-work/
|
|
http://blog.saddey.net/2007/02/18/how-to-prevent-wpcache-from-changing-a-feeds-content-type-to-text-html/
|
|
When Super Cache is disabled, still write to WP-Cache files
|
|
Check that prune_super_cache() exists before calling it in
|
|
wp-cache.php, props Dougal
|
|
|
|
2007-11-06 09:06 donncha
|
|
|
|
* readme.txt: Fix line endings
|
|
|
|
2007-11-05 18:41 donncha
|
|
|
|
* wp-cache.php: Fixed display of "compression changed" message
|
|
|
|
2007-11-05 18:06 donncha
|
|
|
|
* readme.txt: Convert to DOS mode
|
|
reformat lists for display on wporg
|
|
|
|
2007-11-05 17:25 donncha
|
|
|
|
* readme.txt: Minor updates to the readme
|
|
|
|
2007-11-05 15:21 donncha
|
|
|
|
* wp-cache.php: When disabling or enabling compression make sure
|
|
the user knows about .htaccess
|
|
|
|
2007-11-05 15:11 donncha
|
|
|
|
* wp-cache-phase2.php: Rejected URIs must have .php in them now so
|
|
pages starting with "wp-" will be cached
|
|
|
|
2007-11-05 15:10 donncha
|
|
|
|
* wp-cache.php: When disabling supercache, make sure wpcache is
|
|
enabled.
|
|
Avoid resetting cache_compression when submitting other forms
|
|
Reset supercache meta cache when compression modified
|
|
|
|
2007-11-05 14:54 donncha
|
|
|
|
* wp-cache-config-sample.php, wp-cache.php: Fix weirdness with
|
|
radio buttons on admin page
|
|
|
|
2007-11-05 11:35 donncha
|
|
|
|
* plugins, plugins/searchengine.php, readme.txt, wp-cache-base.php,
|
|
wp-cache-config-sample.php, wp-cache-phase1.php,
|
|
wp-cache-phase2.php, wp-cache.php: Initial import of WP Super
|
|
Cache
|
|
|
|
2007-10-23 20:02 plugin-master
|
|
|
|
* wp-super-cache, wp-super-cache/branches, wp-super-cache/tags, .:
|
|
adding wp-super-cache by donncha
|
|
|