source: trunk/www.guidonia.net/wp/wp-content/plugins/wp-super-cache/Changelog.txt@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 49.9 KB
Line 
12009-07-17 15:30 donncha
2
3 * readme.txt: Added changelog to readme.txt
4
52009-07-17 15:22 donncha
6
7 * readme.txt, wp-cache.php: Bump version to 0.9.5
8 Bump tested version to 2.8.1
9
102009-07-17 15:19 donncha
11
12 * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Don't
13 serve wp_cached cache files to rejected USER AGENTs
14
152009-07-17 15:08 donncha
16
17 * wp-cache.php: Show next and last GC times in minutes, not local
18 times
19
202009-07-02 17:21 donncha
21
22 * wp-cache-phase2.php: Rearrange checks for cache files.
23
242009-06-25 21:01 donncha
25
26 * wp-cache-phase2.php: Hide filemtime warnings
27
282009-06-19 15:07 donncha
29
30 * wp-cache-phase1.php: Don't check the filesize or mtime
31
322009-06-19 13:02 donncha
33
34 * wp-cache-phase1.php, wp-cache-phase2.php: Don't check file age
35 when serving cached content - it will be deleted by ordinary
36 updates or by garbage collection
37 Check file age of each cache file only when regenerating (and
38 only to check if file was recently recreated)
39
402009-06-19 09:03 donncha
41
42 * wp-cache.php: Updated blurb
43
442009-06-19 09:01 donncha
45
46 * Changelog.txt: Updated changelog
47
482009-06-18 12:34 donncha
49
50 * wp-cache-phase2.php: Typos in closing and unlink commands
51
522009-06-12 10:47 donncha
53
54 * readme.txt, wp-cache-config-sample.php, wp-cache-phase1.php,
55 wp-cache.php: Bump tested version to 2.8
56 Applied patch to fix PHP warnings by Matt Martz,
57 http://sivel.net/
58
592009-06-10 22:46 donncha
60
61 * wp-cache-phase1.php: Forgot the mobile whitelist
62
632009-06-05 17:04 donncha
64
65 * wp-cache-phase1.php: Use cookies action instead of cache_key so
66 that supercache files aren't generated by anon mobile users
67
682009-06-05 15:12 donncha
69
70 * wp-cache-config-sample.php, wp-cache.php: Added "Android" mobile
71 user agent, thanks Matt Martz/sivel
72
732009-06-05 12:27 donncha
74
75 * readme.txt, wp-cache.php: Don't force the plugin into "half on"
76 mode if mobile support selected.
77 Added rewrite rules so that mobile devices are ignored by static
78 cache.
79 Thanks Vladimir Prelovac for bugging me about this.
80
812009-05-29 08:40 donncha
82
83 * wp-cache-phase1.php: Ignore the WP test cookie, props Jay @
84 http://jay.gooby.org/post/nginx-wp-super-cache-not-writing-cache-files-solved
85
862009-05-26 09:55 donncha
87
88 * wp-cache-phase2.php: Use blog's html type rather than text/html,
89 props Weston Ruter
90
912009-05-26 09:25 donncha
92
93 * wp-cache-phase1.php, wp-cache-phase2.php: Cache the REQUEST_URI
94 in $wp_cache_request_uri in case a plugin overwrites it.
95
962009-05-21 13:12 donncha
97
98 * wp-cache.php: Add newlines to mod_rewrite rules
99
1002009-05-19 11:21 donncha
101
102 * readme.txt: Updated recent changes list
103
1042009-05-19 11:18 donncha
105
106 * readme.txt: Updated docs for DONOTCACHEPAGE constant
107
1082009-05-19 11:15 donncha
109
110 * wp-cache.php: Added "WPSC_DISABLE_COMPRESSION" constant so
111 hosting companies can disable compression in wp-super-cache
112
1132009-05-19 11:04 donncha
114
115 * wp-cache.php: Added "WPSC_DISABLE_LOCKING" constant so hosting
116 companies can disable file locking sitewide
117
1182009-05-19 10:19 donncha
119
120 * wp-cache-phase2.php: Added "DONOTCACHEPAGE" constant so plugins
121 can specify pages that should not be cached.
122
1232009-05-11 13:35 donncha
124
125 * wp-cache.php: Use PHP_DOCUMENT_ROOT in .htaccess rules if set,
126 props Adrian Ott @ Mosso
127
1282009-04-25 06:30 donncha
129
130 * Changelog.txt: Updated changelog
131
1322009-04-25 06:30 donncha
133
134 * readme.txt, wp-cache.php: Bumped version number to 0.9.4.3
135
1362009-04-23 20:04 donncha
137
138 * wp-cache-phase2.php: Move mutex init above actions again
139
1402009-04-22 11:34 donncha
141
142 * readme.txt, wp-cache.php: Bump version number to 0.9.4.2
143
1442009-04-22 11:06 donncha
145
146 * wp-cache-phase2.php: Move check for logged in user after actions
147 are defined, otherwise cache files aren't updated. See
148 http://wordpress.org/support/topic/264090?replies=2
149
1502009-04-21 19:53 donncha
151
152 * Changelog.txt: Updated changelog
153
1542009-04-21 19:53 donncha
155
156 * readme.txt, wp-cache.php: Bumped version to 0.9.4.1
157
1582009-04-21 19:52 donncha
159
160 * wp-cache.php: Oops, make sure the "don't cache if logged in"
161 checkbox can be unchecked!
162 Clear the cache when it's enabled
163
1642009-04-21 15:46 donncha
165
166 * Changelog.txt: Updated changelog
167
1682009-04-21 15:45 donncha
169
170 * readme.txt: Updated recent changes
171
1722009-04-21 15:44 donncha
173
174 * Changelog.txt: Updated changelog
175
1762009-04-21 15:43 donncha
177
178 * readme.txt, wp-cache.php: Bumped version number to 0.9.4
179
1802009-04-21 11:46 donncha
181
182 * wp-cache.php: Minor docs update
183
1842009-04-20 09:25 donncha
185
186 * wp-cache-phase2.php: Check that user is logged in before not
187 caching
188
1892009-04-20 08:49 donncha
190
191 * wp-cache-phase2.php, wp-cache.php: Added "Don't cache for logged
192 in users" option
193
1942009-04-18 22:03 donncha
195
196 * readme.txt: Updated donation link
197
1982009-04-15 16:38 donncha
199
200 * wp-cache.php: Display file size stats on admin page
201
2022009-04-15 15:27 donncha
203
204 * wp-cache-phase2.php: Clear the cache when the profile is updated.
205 Props djquinn http://wordpress.org/support/topic/261504?replies=6
206 http://www.dquinn.net/wp-super-cache-preview-draft-update-profile-wordpress/
207
2082009-04-15 15:25 donncha
209
210 * wp-cache-phase1.php: Don't cache post previews
211
2122009-04-14 14:10 donncha
213
214 * wp-cache-config-sample.php, wp-cache.php: Added backslashes to
215 rejected URI. See
216 http://wordpress.org/support/topic/260790?replies=10#post-1045412
217
2182009-04-06 14:17 donncha
219
220 * Changelog.txt: Updated changelog to 0.9.3.1
221
2222009-04-06 14:16 donncha
223
224 * readme.txt, wp-cache.php: Bump version to 0.9.3.1
225
2262009-04-06 14:16 donncha
227
228 * readme.txt: Added link to forum thread on posting problems in
229 0.9.3
230
2312009-04-06 14:11 donncha
232
233 * readme.txt: Added "Recent Changes" section to start of readme.txt
234 to make life easier on those upgrading
235
2362009-04-05 22:15 donncha
237
238 * advanced-cache.php: Don't show broken path message in wp-admin.
239 Check if file is missing before showing an error
240
2412009-04-05 21:51 donncha
242
243 * wp-cache-phase1.php: Return true so the include_once() returns
244 true. Fixes problem with saving posts
245
2462009-04-05 18:53 donncha
247
248 * wp-cache-phase2.php: Clear the supercache when all cache is
249 cleared on post edit.
250
2512009-04-05 18:53 donncha
252
253 * advanced-cache.php: whitespace cleanup
254
2552009-04-05 09:36 donncha
256
257 * Changelog.txt: Updated changelog
258
2592009-04-05 08:25 donncha
260
261 * wp-cache-phase2.php: Hide any potential opendir warnings
262
2632009-04-04 11:40 donncha
264
265 * Changelog.txt: Updated Changelog to 0.9.3
266
2672009-04-04 11:40 donncha
268
269 * readme.txt, wp-cache.php: Bump version number to 0.9.3
270
2712009-04-04 11:23 donncha
272
273 * wp-cache.php: Minor change in cache rebuild and mutex option text
274
2752009-04-04 11:15 donncha
276
277 * wp-cache-phase1.php: Cache files for single blogs go in cache/,
278 MU cache files go in cache/blogs/
279
2802009-04-03 15:01 donncha
281
282 * wp-cache-config-sample.php, wp-cache.php: "Cache rebuild" feature
283 is now on by default
284 File locks are off by default
285 Change language on admin page to "Enable file locking" instead of
286 "Disable..."
287
2882009-04-02 19:56 donncha
289
290 * wp-cache-phase2.php: Get rid of more get_option() calls in the
291 shutdown function
292
2932009-04-02 13:42 donncha
294
295 * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Added a
296 blog cache dir. WordPress MU blogs will be cached into different
297 directories.
298 Regular WP will cache into cache/blogs/ instead of cache/
299
3002009-04-02 13:41 donncha
301
302 * readme.txt: Update docs:
303 1. new signature on page.
304 2. Minor text changes
305
3062009-04-02 11:49 donncha
307
308 * wp-cache-phase2.php: Removed errlog
309
3102009-04-02 11:09 donncha
311
312 * wp-cache-phase2.php: Check if rejected uri expr is a blank. See
313 http://justinblanton.com/2009/03/broken-wp-super-cache
314
3152009-04-01 11:46 donncha
316
317 * wp-cache-phase2.php: Added "wp_cache_rebuild_or_delete()"
318 function to delete or create rebuild cache files
319
3202009-03-31 10:56 donncha
321
322 * readme.txt: Minor docs update
323
3242009-03-31 10:53 donncha
325
326 * readme.txt: Updated docs to stress that wp-cached files are "good
327 enough" for most people.
328
3292009-03-31 10:46 donncha
330
331 * advanced-cache.php, readme.txt: Added "wpcache_broken_message()"
332 and code to catch when path in advanced-cache.php is broken.
333
3342009-03-31 10:32 donncha
335
336 * wp-cache.php: Check if admin_url exists. Not everyone updates
337 WordPress.
338
3392009-03-31 10:31 donncha
340
341 * wp-cache-phase2.php: In post change, remove corrupted or obsolete
342 meta and cache files
343
3442009-03-31 10:30 donncha
345
346 * Changelog.txt: Updated changelog.txt
347
3482009-03-30 16:12 donncha
349
350 * wp-cache-phase2.php: Added an "auto reject" list of URIs
351
3522009-03-30 06:22 donncha
353
354 * wp-cache-phase1.php: Remove corrupted or obsolete meta file and
355 cache file.
356
3572009-03-30 04:53 donncha
358
359 * wp-cache-phase1.php, wp-cache-phase2.php: Don't use array_push().
360 Removed wp_cache_file_contents action as it may contribute to
361 memory problems for some hosts.
362 Pass buffer by reference to ob function.
363 Revert merge of shutdown function and ob function
364 Pass "siteurl" to post_id gc function
365
3662009-03-29 16:32 donncha
367
368 * wp-cache-phase1.php: Make sure $meta is an array
369
3702009-03-28 13:03 donncha
371
372 * Changelog.txt: Updated changelog
373
3742009-03-28 13:02 donncha
375
376 * readme.txt, wp-cache.php: Bump version number to 0.9.2
377
3782009-03-28 12:58 donncha
379
380 * readme.txt: Added a troubleshooting entry for advanced-cache.php
381
3822009-03-28 12:54 donncha
383
384 * advanced-cache.php: Include once instead of require because it
385 won't cause a FATAL error if the path is incorrect
386
3872009-03-28 12:39 donncha
388
389 * readme.txt: Minimum version is now 2.6, props tigertech,
390 http://wordpress.org/support/topic/255628?replies=1
391
3922009-03-28 12:34 donncha
393
394 * wp-cache-phase2.php: Delete static "pages on front" when posts
395 change.
396
3972009-03-28 12:30 donncha
398
399 * readme.txt: Move uninstall instructions up
400 Added "If all else fails" instructions
401
4022009-03-21 21:15 donncha
403
404 * wp-cache.php: Added "Settings" link on plugins page.
405 Simplified admin notice, may fix 500 internal errors
406
4072009-03-21 21:13 donncha
408
409 * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Revert
410 moving meta information into cache file. It took too long to scan
411 the directory
412
4132009-03-20 15:34 donncha
414
415 * wp-cache-phase2.php: Unlink supercache cache files as well as
416 wp-cache files
417
4182009-03-20 15:33 donncha
419
420 * wp-cache-phase2.php: No need for separate $log variable
421
4222009-03-20 15:31 donncha
423
424 * wp-cache-phase2.php: $supercacheonly is set further up
425
4262009-03-20 15:30 donncha
427
428 * wp-cache-phase2.php: Minor typos "attac"
429 Removed unused function
430
4312009-03-20 15:28 donncha
432
433 * wp-cache-phase2.php: Make sure other actions have a chance to
434 mark comments as spam
435
4362009-03-13 22:19 donncha
437
438 * wp-cache-phase1.php: Don't need that error_log
439
4402009-03-13 11:41 donncha
441
442 * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Make meta
443 an array rather than an object because of this change to PHP5:
444 http://bugs.php.net/bug.php?id=40104
445 Move meta file data into cache file.
446
4472009-03-13 09:06 donncha
448
449 * wp-cache-phase2.php: Move wp_cache_shutdown_callback() into the
450 ob callback
451
4522009-03-09 09:52 donncha
453
454 * wp-cache.php: Only check for apache modules if in supercache
455 mode.
456
4572009-02-27 09:55 donncha
458
459 * plugins/badbehaviour.php: Note that compression disabled when BB
460 support enabled.
461
4622009-02-27 09:46 donncha
463
464 * plugins/badbehaviour.php: Bad-behavior fixes. Plugin will find
465 the bb plugin folder now.
466
4672009-02-26 12:55 donncha
468
469 * wp-cache-phase1.php: set the right variable.
470
4712009-02-26 11:53 donncha
472
473 * Changelog.txt: Updated changelog, should have svnupped last time
474
4752009-02-26 11:53 donncha
476
477 * Changelog.txt: Updated changelog
478
4792009-02-26 11:51 donncha
480
481 * readme.txt, wp-cache.php: Bump version to 0.9.1
482
4832009-02-26 11:35 donncha
484
485 * readme.txt: Updated docs on "expired pages" and the required
486 modules needed to serve new data
487
4882009-02-26 11:23 donncha
489
490 * wp-cache.php: Remove "experimental" heading.
491
4922009-02-26 11:07 donncha
493
494 * wp-cache.php: Added "About the author" box to admin page.
495
4962009-02-19 16:07 donncha
497
498 * wp-cache.php: Make the donation box hidable.
499
5002009-02-19 15:46 donncha
501
502 * wp-cache.php: Added donation button, yes my html skills suck.
503
5042009-02-19 15:00 donncha
505
506 * wp-cache.php: Match IP against 192.168 instead of 192.
507
5082009-02-19 13:43 donncha
509
510 * readme.txt, wp-cache.php: Added checks for hostname = 127.x.x.x
511 or 192.x.x.x or if available uses wp_remote_get() to load
512 wp-cron.php
513 Gives warning if checks fail
514 Updated readme.txt with docs on how to resolve. Thanks to Joost
515 de Valk for help debugging this. http://yoast.com/wp-cron-issues/
516
5172009-02-19 13:34 donncha
518
519 * wp-cache-phase2.php: Hide file op warning.
520 Removed register_shutdown command that's not used any more
521
5222009-02-19 11:48 donncha
523
524 * wp-cache.php: Hide rename warning. Possibly related to no global
525 lock.
526
5272009-02-17 13:04 donncha
528
529 * Changelog.txt: Updated changelog
530
5312009-02-17 12:58 donncha
532
533 * wp-cache-phase2.php: Don't show no HTML tag warning for
534 robots.txt, http://wordpress.org/support/topic/243904?replies=1
535
5362009-02-17 12:36 donncha
537
538 * wp-cache.php: Clear the supercache folder when it's disabled.
539 Remove the .disabled folder if a supercache folder exists.
540 Show Last and Next garbage collection times as UTC
541 Added an admin notice on the plugins page if wp-super-cache
542 caching is disabled
543 Add plugin notice below plugin row if caching is disabled
544
5452009-02-17 12:34 donncha
546
547 * wp-cache-phase2.php: Hide some filemtime() warnings. Without a
548 global file lock we'll get more of these.
549
5502009-02-17 12:33 donncha
551
552 * plugins/badbehaviour.php: Disable the supercache if Bad Behaviour
553 support is enabled.
554
5552009-02-14 11:48 donncha
556
557 * readme.txt: Updated tag and added Donation link
558
5592009-02-06 10:48 donncha
560
561 * wp-cache-phase1.php, wp-cache-phase2.php: Just use the output
562 buffer, no shutdown functions.
563
5642009-02-05 20:53 donncha
565
566 * wp-cache-phase2.php: No need to call this callback twice!
567
5682009-02-05 15:32 donncha
569
570 * wp-cache-config-sample.php: Remove any slashes left in the
571 blogcacheid
572
5732009-02-05 13:36 donncha
574
575 * wp-cache.php: Replace blashslashes in WP_CONTENT_DIR here,
576 possible Win32 fix
577
5782009-02-05 10:20 donncha
579
580 * readme.txt: Added "UserOnline" to the list of plugins that don't
581 update when a page is cached
582
5832009-02-05 09:55 donncha
584
585 * wp-cache.php: Replace backslashes in WP_CONTENT_DIR too. Win32
586 fix. props Chris (beerfan)
587
5882009-02-04 21:49 donncha
589
590 * wp-cache-config-sample.php, wp-cache-phase2.php: Added
591 $wp_cache_shutdown_gc config option to use shutdown instead of
592 wp-cron
593 Added comments on config options
594
5952009-02-04 20:38 donncha
596
597 * wp-cache-phase2.php: Don't create empty supercache directories.
598
5992009-02-04 10:25 donncha
600
601 * readme.txt: Troubleshooting updates: advanced-cache.php, cache on
602 NFS warning
603
6042009-02-03 21:53 donncha
605
606 * plugins/badbehaviour.php, wp-cache-phase1.php: Things act strange
607 when a function has a require_once(), even if it's never reached
608
6092009-02-03 21:41 donncha
610
611 * plugins/badbehaviour.php, plugins/searchengine.php,
612 wp-cache-config-sample.php, wp-cache-phase1.php: Added Bad
613 Behaviour plugin
614 Allow SuperCache plugin directory to be relocated. See
615 $wp_cache_plugins_dir in config file.
616 Fixed updating Active status of searchengine plugin
617 Added new cacheactions:
618 'wp_cache_served_cache_file' activated just before headers are
619 sent for an existing cache file.
620 'wp_cache_file_contents' filter that every wp-cache cache file is
621 sent through. (ignoring mfunc)
622
6232009-02-03 12:11 donncha
624
625 * wp-cache-phase1.php: Clean and echo the buffer
626
6272009-02-03 11:49 donncha
628
629 * wp-cache-phase1.php, wp-cache-phase2.php: Register supercache
630 shutdown function right at the start of the process so it's
631 executed before WP objects are destroyed
632
6332009-02-02 15:48 donncha
634
635 * wp-cache-phase2.php: Don't register shutdown function, call it
636 from the output buffer callback.
637
6382009-02-02 09:58 donncha
639
640 * wp-cache-phase2.php: Don't read files into an array, reverting
641 [86134]
642
6432009-01-29 17:19 donncha
644
645 * wp-cache.php: Remove double slashes from inst_root
646
6472009-01-29 16:28 donncha
648
649 * wp-cache.php: Guess the install root properly
650
6512009-01-29 14:25 donncha
652
653 * wp-cache-phase2.php: Revert prune_super_cache and
654 garbage_collection code.
655
6562009-01-29 06:41 donncha
657
658 * wp-cache.php: Fix caching for blogs installed in sub dirs. See
659 http://wordpress.org/support/topic/238022?replies=6
660
6612009-01-27 19:57 donncha
662
663 * wp-cache-phase2.php: Only rename the tmp cache file when it's
664 created.
665 Hide warnings about renames and unlinks
666
6672009-01-27 06:18 donncha
668
669 * Changelog.txt: Updated changelog
670
6712009-01-27 06:17 donncha
672
673 * readme.txt, wp-cache.php: Bump version to 0.9
674
6752009-01-27 06:17 donncha
676
677 * wp-cache-phase2.php: Bring back mfunc code
678
6792009-01-27 05:53 donncha
680
681 * wp-cache-phase2.php, wp-cache.php: Set GC to 10 minutes instead
682 of 30.
683
6842009-01-26 20:08 donncha
685
686 * wp-cache.php: Show last and next garbage collection times
687
6882009-01-26 18:11 donncha
689
690 * wp-cache.php: Make sure constant value is displayed, props
691 Jonathan Dingman
692
6932009-01-26 17:32 donncha
694
695 * wp-cache-phase1.php: Update mobile "enabled" variable
696
6972009-01-26 17:32 donncha
698
699 * wp-cache-phase2.php: Don't send gzip headers if headers already
700 sent
701
7022009-01-26 13:00 donncha
703
704 * wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php:
705 Removed "dynamic caching" that isn't documented anywhere any more
706 Fixed activate bugs with mobile device support
707
7082009-01-26 11:12 donncha
709
710 * wp-cache-config-sample.php, wp-cache-phase1.php, wp-cache.php:
711 Mobile device support via
712 http://wordpress.org/extend/plugins/wordpress-mobile-edition/ by
713 Alex King
714
7152009-01-26 10:03 donncha
716
717 * readme.txt: Added extra FAQs
718
7192009-01-25 11:21 donncha
720
721 * wp-cache-phase2.php, wp-cache.php: Admin page updates
722 If expiry time is over 30 minutes, set garbage collection to 30
723 minutes, else expiry time
724
7252009-01-25 09:11 donncha
726
727 * wp-cache-phase2.php: If supercache enabled, Don't create wp-cache
728 files for anonymous users. Should cut down cached files by half
729 ore more.
730
7312009-01-25 07:56 donncha
732
733 * wp-cache-phase2.php: Warn if cache expiry cron job took longer
734 than 30 seconds, props SiriusBuzz
735
7362009-01-25 07:49 donncha
737
738 * advanced-cache.php, wp-cache-phase2.php, wp-cache.php:
739 advanced-cache.php will load the phase1.php even in relocated
740 plugin folders now. (NOTE. Must be updated if plugin folder
741 changes)
742 Removed error_log()
743
7442009-01-24 06:03 donncha
745
746 * wp-cache.php: Update advanced-cache.php message, props Jonathan
747 Dingman
748
7492009-01-23 19:10 donncha
750
751 * Changelog.txt: Updated Changelog for 0.8.9
752
7532009-01-23 19:09 donncha
754
755 * readme.txt, wp-cache.php: Bump version number to 0.8.9 and update
756 documentation
757
7582009-01-23 18:34 donncha
759
760 * wp-cache.php: Updated text
761
7622009-01-23 12:43 donncha
763
764 * wp-cache-phase2.php, wp-cache.php: Set garbage collection to 10
765 seconds after expiry
766
7672009-01-23 12:13 donncha
768
769 * wp-cache.php: mutext variable needs to be global
770
7712009-01-23 12:06 donncha
772
773 * advanced-cache.php, wp-cache.php: Added "advanced-cache.php"
774 which will load wp-cache-phase1.php
775 Copy that file to wp-content/ instead of symlinking
776 Added checkboxes for "cache rebuild" and "disable file locking"
777 remove #list anchor tag
778
7792009-01-22 11:26 donncha
780
781 * wp-cache-phase2.php: Delete lots more cache files in one go, for
782 busy sites
783
7842009-01-21 13:42 donncha
785
786 * wp-cache-phase2.php: Removed "cron job called" debug message
787
7882009-01-21 13:05 donncha
789
790 * wp-cache.php: Show all sections of the admin page by default.
791 Move cache contents up
792
7932009-01-20 11:23 donncha
794
795 * wp-cache.php: Admin page UI update, props Robert Wolf
796
7972009-01-19 18:29 donncha
798
799 * wp-cache-config-sample.php: Comment out $wp_cache_mutex_disabled
800 by default
801
8022009-01-19 18:27 donncha
803
804 * wp-cache-config-sample.php, wp-cache-phase2.php: Allow mutex file
805 locking to be disabled
806
8072009-01-19 18:18 donncha
808
809 * wp-cache.php: Fix the favourites if a non admin users logs in
810
8112009-01-16 17:04 donncha
812
813 * Changelog.txt: Updated Changelog
814
8152009-01-16 17:03 donncha
816
817 * wp-cache-config-sample.php, wp-cache-phase1.php,
818 wp-cache-phase2.php: Added simple DEBUG mode. Activate by setting
819 $wp_cache_debug to your email address in wp-cache-config.php
820 Sends debug emails on: cron job, failed job, when gzip headers
821 are missing from wp-cache meta file.
822
8232009-01-16 16:14 donncha
824
825 * readme.txt, wp-cache.php: Bump version to 0.8.8
826
8272009-01-16 16:10 donncha
828
829 * wp-cache.php: Added "Delete Cache" link to Favourites menu
830
8312009-01-15 23:16 donncha
832
833 * wp-cache-phase2.php: We clean up files as well as directories.
834 Should fix issue with non-updating blogs
835
8362009-01-14 22:47 donncha
837
838 * wp-cache-config-sample.php, wp-cache-phase1.php,
839 wp-cache-phase2.php: Remove debugging code
840
8412009-01-14 18:51 donncha
842
843 * wp-cache-config-sample.php, wp-cache-phase1.php,
844 wp-cache-phase2.php: Lots of debug code
845
8462009-01-14 14:33 donncha
847
848 * readme.txt: Updated the "How do I know my blog is being cached?"
849 FAQ
850
8512009-01-12 17:51 donncha
852
853 * wp-cache-phase2.php: Don't overwrite $dh directory handler
854
8552009-01-12 17:38 donncha
856
857 * wp-cache-phase2.php: When reading large directories, create array
858 of files. The opendir handle seems to die.
859
8602009-01-11 09:16 donncha
861
862 * wp-cache-phase2.php, wp-cache.php: Use opendir()/readdir()
863 instead of glob()
864
8652009-01-09 21:16 donncha
866
867 * wp-cache-phase2.php: Minor typo
868
8692009-01-09 11:04 donncha
870
871 * Changelog.txt: Updated changelog
872
8732009-01-09 11:04 donncha
874
875 * readme.txt, wp-cache.php: Bump version to 0.8.7
876
8772009-01-09 10:59 donncha
878
879 * wp-cache-phase2.php, wp-cache.php: Change default expiry time to
880 10 minutes
881 Only clean out 100 files at a time. Should help with very large
882 sites.
883 Fix file pointer.
884
8852008-12-05 09:57 donncha
886
887 * wp-cache.php: Fix term -> meta typo, props kettari,
888 http://wordpress.org/support/topic/222613?replies=1
889
8902008-12-04 18:13 donncha
891
892 * Changelog.txt: Updated changelog for 0.8.6
893
8942008-12-04 18:12 donncha
895
896 * wp-cache-phase1.php: Added "WP-Super-Cache: WP-Cache" header for
897 cached php files.
898
8992008-12-04 17:59 donncha
900
901 * readme.txt, wp-cache.php: Bump version numberb to 2.7
902
9032008-12-04 17:44 donncha
904
905 * wp-cache.php: Hide unlink errors
906
9072008-12-04 16:53 donncha
908
909 * wp-cache-phase2.php: Use uniqid() instead of tempnam() to
910 generate temporary filenames.
911 No need for chmod.
912 Fixed minor typo
913
9142008-12-04 13:40 donncha
915
916 * wp-cache-phase2.php: Record time of cache generation
917
9182008-12-04 13:27 donncha
919
920 * readme.txt: Added Apache configuration docs on AllowOverride
921
9222008-12-02 11:00 donncha
923
924 * wp-cache.php: If WP_CACHE is not enabled, but the define() line
925 is in wp-config.php, stop, because it's probably commented out.
926
9272008-12-01 11:38 donncha
928
929 * wp-cache-phase2.php: Abort caching if plugin can't write to any
930 cache file, and report error
931 $gzsize may not survive to shutdown callback. Get the filesize
932 again
933
9342008-12-01 11:37 donncha
935
936 * wp-cache-phase1.php: Push the headers into the headers array, not
937 the meta object
938
9392008-11-25 12:58 donncha
940
941 * Changelog.txt: Updated changelog
942
9432008-11-25 12:58 donncha
944
945 * readme.txt, wp-cache.php: Bump version number to 0.8.5
946
9472008-11-25 12:45 donncha
948
949 * wp-cache-phase2.php: Added "supercache_dir" filter so supercache
950 directory can be modified.
951
9522008-11-25 12:40 donncha
953
954 * wp-cache-phase2.php: Removed backslashes from the supercache
955 filename
956
9572008-11-25 12:27 donncha
958
959 * wp-cache.php: Warn if Apache modules are missing.
960 Display gzip cache rewrite rules.
961 Deal with WordPress MU better as it can't upgrade the .htaccess
962 file.
963
9642008-11-25 12:24 donncha
965
966 * wp-cache-phase1.php: Added wp_cache_key cacheaction to modify
967 cache key (ie. add user agent, IP, etc)
968
9692008-11-25 11:10 donncha
970
971 * wp-cache-phase1.php, wp-cache-phase2.php: Check that cache file
972 exists before serving, it may have been removed without the meta
973 file
974
9752008-11-25 11:01 donncha
976
977 * wp-cache-phase2.php: Removed $gzipped variable
978
9792008-11-25 10:54 donncha
980
981 * wp-cache-phase2.php: No need to addslashes() to file functions
982
9832008-11-14 13:20 donncha
984
985 * wp-cache-phase2.php: Added wpsupercache_buffer filter so buffer
986 can be manipulated before writing to cache file
987
9882008-11-14 13:00 donncha
989
990 * wp-cache-phase2.php: Move gzip header detection down
991
9922008-11-14 10:09 donncha
993
994 * wp-cache-phase1.php, wp-cache-phase2.php: Add gzip headers back
995 if they are missing. Should fix problems with users seeing
996 corrupted pages.
997
9982008-11-14 10:00 donncha
999
1000 * readme.txt: Updated docs on file locking
1001
10022008-11-11 17:28 donncha
1003
1004 * wp-cache-phase2.php: Write wp-cache php cache files to temporary
1005 files before moving into place.
1006 Increase gzip compression to 3
1007 If cron job failed to get mutex lock, try again in 10 minutes
1008
10092008-11-07 09:43 donncha
1010
1011 * wp-cache.php: Use WP_CONTENT_URL in mod_rewrite rules.
1012 Use WP_CONTENT_DIR in WPCACHEHOME definition.
1013
10142008-10-27 13:21 donncha
1015
1016 * readme.txt: Added links section and link to WP Widget Cache,
1017 props to Ben @ http://www.binarymoon.co.uk/
1018 Minor troubleshooting update
1019
10202008-10-23 08:14 donncha
1021
1022 * wp-cache.php: wp_cache_check_global_config() fixes by joelhardi,
1023 http://wordpress.org/support/topic/211477?replies=1#post-879591
1024
10252008-10-22 15:57 donncha
1026
1027 * Changelog.txt: Updated changelog
1028
10292008-10-22 15:55 donncha
1030
1031 * readme.txt, wp-cache.php: Bump version number to 0.8.4
1032
10332008-10-11 22:10 donncha
1034
1035 * wp-cache-phase2.php: Update the time of last gc
1036
10372008-10-10 11:54 donncha
1038
1039 * wp-cache-phase2.php, wp-cache.php: Change garbage collection
1040 parameters to time rather than hits
1041
10422008-10-08 16:06 donncha
1043
1044 * Changelog.txt: Updated changelog
1045
10462008-10-08 16:04 donncha
1047
1048 * readme.txt, wp-cache.php: Bump version numbers to 0.8.3
1049 Updated docs
1050
10512008-10-08 08:12 donncha
1052
1053 * readme.txt: Note for WPMU users,
1054 http://wordpress.org/support/topic/208770?replies=3#post-871207
1055
10562008-10-07 12:03 donncha
1057
1058 * readme.txt: x-gzip->gzip
1059
10602008-10-07 10:50 donncha
1061
1062 * readme.txt: Minor typo,
1063 http://wordpress.org/support/topic/208770?replies=1#post-870518
1064
10652008-10-07 10:44 donncha
1066
1067 * plugins/searchengine.php: Don't overwrite logged in user details
1068 in searchengine plugin.
1069
10702008-10-06 09:19 donncha
1071
1072 * wp-cache-phase1.php, wp-cache.php: Encode as gzip, not x-gzip as
1073 IE7 has problems with it. ref:
1074 http://bugs.typo3.org/view.php?id=4623
1075
10762008-10-01 08:05 donncha
1077
1078 * readme.txt, wp-cache.php: Options -> Settings, thanks webmaestro
1079 http://wordpress.org/support/topic/207576?replies=2
1080
10812008-09-29 09:29 donncha
1082
1083 * wp-cache.php: Only update "clear on post" setting when saving
1084 status options, thanks Viper007Bond
1085
10862008-09-28 11:04 donncha
1087
1088 * wp-cache-phase2.php: Only create compressed data if required
1089
10902008-09-28 06:16 donncha
1091
1092 * wp-cache-phase2.php: Compress cache files with "dynamic content"
1093 too
1094
10952008-09-28 05:56 donncha
1096
1097 * wp-cache-phase2.php: Only compress cached files once. Nice speed
1098 boost!
1099
11002008-09-28 05:46 donncha
1101
1102 * wp-cache-phase2.php: Write gzipped supercache files using fopen
1103 instead of gzopen
1104
11052008-09-26 23:16 donncha
1106
1107 * Changelog.txt: Updated changelog
1108
11092008-09-26 23:15 donncha
1110
1111 * readme.txt, wp-cache.php: Bump the version number to 0.8.2
1112
11132008-09-26 23:14 donncha
1114
1115 * wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php:
1116 Added $cache_rebuild_files setting to switch off "need rebuild"
1117 functionality by default
1118
11192008-09-26 16:00 donncha
1120
1121 * wp-cache-phase2.php: On post change clear the front page
1122
11232008-09-26 12:04 donncha
1124
1125 * wp-cache-phase2.php: Move cache writers entry up above supercache
1126 cleaning.
1127 Only clean individual posts, don't clear cache when no post_id
1128
11292008-09-26 09:49 donncha
1130
1131 * wp-cache.php: Only show "Delete Cache" link to MU site admins or
1132 admins on WP blogs
1133
11342008-09-25 12:47 donncha
1135
1136 * wp-cache.php: Save "wp_cache_clear_on_post_edit" properly, thanks
1137 HarryRAR,
1138 http://wordpress.org/support/topic/206371?replies=2#post-861998
1139
11402008-09-25 11:12 donncha
1141
1142 * wp-cache-phase2.php, wp-cache.php: Can't clear cache on edit_post
1143 because leaving a comment calls edit_post unfortunately
1144 Experimental code to preserve supercache version of a page while
1145 it's being regenerated.
1146
11472008-09-24 14:21 donncha
1148
1149 * wp-cache.php: Added "Delete Cache" link at top of admin pages
1150
11512008-09-24 13:57 donncha
1152
1153 * Changelog.txt: Updated changelog, still release 0.8.1
1154
11552008-09-24 13:03 donncha
1156
1157 * wp-cache-phase2.php: Added function to clear cache when a post is
1158 edited
1159
11602008-09-24 13:02 donncha
1161
1162 * wp-cache.php: Added "Clear on edit" checkbox to clear all cache
1163 files when a post or page is edited
1164
11652008-09-24 13:01 donncha
1166
1167 * wp-cache.php: Remove meta and supercache directories when
1168 deactivating
1169
11702008-09-24 12:47 donncha
1171
1172 * wp-cache.php: Switch status messages around.
1173
11742008-09-24 12:47 donncha
1175
1176 * wp-cache.php: Remove cache/.htaccess when uninstalling.
1177
11782008-09-24 12:44 donncha
1179
1180 * readme.txt: Make mod mime and rewrite line clearer, hopefully
1181
11822008-09-24 12:38 donncha
1183
1184 * wp-cache-phase2.php: comment_id typo
1185 Only clear supercache files if it's enabled
1186
11872008-09-24 12:37 donncha
1188
1189 * readme.txt: Updated mod_rewrite rules and expiry/mime type rules
1190
11912008-09-24 11:57 donncha
1192
1193 * Changelog.txt: Updated changelog for 0.8.1
1194
11952008-09-24 11:57 donncha
1196
1197 * readme.txt, wp-cache.php: Bump the version number
1198
11992008-09-24 10:01 donncha
1200
1201 * wp-cache-phase2.php: Make the temporary filename world readable
1202 to avoid problems where Apache and PHP run as different users.
1203 Thanks Tigertech for the code.
1204
12052008-09-24 09:57 donncha
1206
1207 * wp-cache-phase2.php: Check that rename worked, if not, remove
1208 cache file and rename again. Props tigertech
1209
12102008-09-23 19:55 donncha
1211
1212 * wp-cache-phase2.php: Don't clear the supercache if it's not
1213 enabled (In blog context, when a moderated comment is made)
1214
12152008-09-23 13:09 donncha
1216
1217 * Changelog.txt: Updated changelog
1218
12192008-09-23 13:05 donncha
1220
1221 * readme.txt, wp-cache.php: Bump the version to 0.8
1222
12232008-09-23 13:01 donncha
1224
1225 * wp-cache-phase1.php: Comment: reminder to update .htaccess rules
1226 if get_cookie cacheaction is used.
1227
12282008-09-23 12:58 donncha
1229
1230 * wp-cache-phase1.php: Don't return if the $string is not ''
1231
12322008-09-23 12:50 donncha
1233
1234 * wp-cache.php: Generate a semaphore id based on hostname and cache
1235 path, props Tigertech
1236 http://wordpress.org/support/topic/205195?replies=4#post-857610
1237
12382008-09-23 11:14 donncha
1239
1240 * wp-cache.php: Make the expiry cleanup list an unordered list
1241
12422008-09-23 11:06 donncha
1243
1244 * wp-cache-phase2.php: siteurl -> home for those who run WP in a
1245 different place
1246
12472008-09-23 10:44 donncha
1248
1249 * wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php: No
1250 need for $super_cache_max_time
1251
12522008-09-23 10:39 donncha
1253
1254 * wp-cache-phase2.php: On post change:
1255 1. Clear all files from permalink in supercache directory.
1256 2. Clear siteurl/page/ permalinks.
1257 3. Clear supercache files when corresponding php meta files are
1258 removed.
1259
12602008-09-18 09:45 donncha
1261
1262 * wp-cache.php: Show mod_rewrite rules when .htaccess is RO, props
1263 Matt @ http://mattsblog.ca/
1264
12652008-09-17 16:29 donncha
1266
1267 * wp-cache-phase2.php, wp-cache.php: Decrease the chance of
1268 cleanup.
1269
12702008-09-17 11:01 donncha
1271
1272 * wp-cache.php: Don't server cached static files when url contains
1273 "=". Should avoid lots of problems with query strings
1274
12752008-09-17 11:00 donncha
1276
1277 * wp-cache-phase2.php: Replace the siteurl correctly for those who
1278 have installed in a subdir, but access from the directory above.
1279 Thanks Viper007Bond.
1280
12812008-09-16 13:01 donncha
1282
1283 * wp-cache.php: Check for WordPress MU because .htaccess can't be
1284 updated.
1285 Set cache control and expiry headers of supercached files. Cached
1286 for 5 minutes, but with "must-revalidate"
1287
12882008-09-06 11:00 donncha
1289
1290 * wp-cache-phase2.php: Write cache files to a temporary file first,
1291 then rename. Rename should be atomic.
1292
12932008-08-28 11:30 donncha
1294
1295 * Changelog.txt: Updated changelog
1296
12972008-08-28 11:29 donncha
1298
1299 * readme.txt, wp-cache.php: Bump the version number to 0.7.1
1300
13012008-08-28 11:00 donncha
1302
1303 * wp-cache.php: Updated .htaccess code:
1304 Check that file is writable (again?)
1305 Fix warnings about upgrades.
1306 Bright yellow backgrounds on items that need attention
1307 Thanks Matt @ http://twitter.com/mattfreedman/statuses/901325274
1308 for reporting.
1309
13102008-08-27 19:32 donncha
1311
1312 * Changelog.txt: Updated changelog
1313
13142008-08-27 19:31 donncha
1315
1316 * readme.txt, wp-cache.php: Bump to 0.7, fix activation link
1317
13182008-08-27 19:17 donncha
1319
1320 * Changelog.txt: Updated Changelog
1321
13222008-08-27 19:16 donncha
1323
1324 * readme.txt, wp-cache.php: Bump the version number to 0.6.8
1325
13262008-08-27 18:59 donncha
1327
1328 * wp-cache.php: Added rules to redirect to urls ending with a "/",
1329 props Andylav and definitelynot,
1330 http://wordpress.org/support/topic/199542?replies=6
1331
13322008-08-21 16:41 donncha
1333
1334 * wp-cache.php: Change menu options url
1335
13362008-08-20 11:47 donncha
1337
1338 * Changelog.txt: Update Changelog
1339
13402008-08-20 10:49 donncha
1341
1342 * readme.txt, wp-cache.php: Bump version number to 0.6.7
1343
13442008-08-20 09:38 donncha
1345
1346 * wp-cache.php: Added CRs
1347
13482008-08-20 09:01 donncha
1349
1350 * wp-cache.php: Added apache_request_headers() as suggested in
1351 http://wordpress.org/support/topic/197053
1352
13532008-08-19 16:27 donncha
1354
1355 * plugins/searchengine.php, wp-cache.php: Updated styling with the
1356 help of the simple trackback validation plugin
1357
13582008-08-19 15:11 donncha
1359
1360 * wp-cache-config-sample.php: Don't include rss files in cacheable
1361 list
1362
13632008-08-19 15:05 donncha
1364
1365 * wp-cache.php: Added "deactivation hook" to remove
1366 advanced-cache.php and wp-cache-config.php and cached files.
1367
13682008-08-14 10:39 donncha
1369
1370 * wp-cache-phase1.php: Only include once
1371
13722008-08-14 09:14 donncha
1373
1374 * wp-cache-phase1.php, wp-cache-phase2.php: Cron fixed from Mike
1375
13762008-08-13 12:52 donncha
1377
1378 * wp-cache-phase2.php, wp-cache.php: Fixes from Mike Beggs:
1379 Use custom is_writeable() that works in Win32 NTFS
1380 Update "Vary" header
1381 Let WP Cron handle cache cleaning.
1382 Don't let mod_deflate try to compress gzipped cached files
1383
13842008-08-09 10:13 donncha
1385
1386 * wp-cache-phase2.php: Use get_comment(), props Lazy @
1387 http://www.lazybrain.de/
1388
13892008-07-31 15:53 donncha
1390
1391 * Changelog.txt: Updated changelog
1392
13932008-07-31 10:47 donncha
1394
1395 * readme.txt, wp-cache.php: Bump version numbers
1396
13972008-07-29 19:52 donncha
1398
1399 * wp-cache-config-sample.php, wp-cache-phase1.php, wp-cache.php: WP
1400 2.6 fixes. Use WP_CONTENT_DIR. Have not added to .htaccess rules
1401 yet
1402
14032008-07-28 09:37 donncha
1404
1405 * readme.txt, wp-cache.php: Change wp-super-cache expiry to 3600
1406 seconds.
1407 Avoid foreach error on empty directories
1408 Minor change to status message
1409
14102008-07-24 16:26 donncha
1411
1412 * wp-cache-phase2.php, wp-cache.php: Removed debug error log
1413 Catch 404 file not found requests when themes use query_posts()
1414
14152008-07-24 13:17 donncha
1416
1417 * wp-cache-phase2.php: If we can't get a file lock, warn user.
1418
14192008-07-23 18:30 donncha
1420
1421 * readme.txt: Update FAQ on cache times.
1422
14232008-07-23 18:27 donncha
1424
1425 * readme.txt, wp-cache.php: Added p= parameter to htacess rules so
1426 they'll be served by wp-cache only,
1427 http://wordpress.org/support/topic/191275?replies=3
1428
14292008-07-17 09:48 donncha
1430
1431 * wp-cache.php: Handle if wp-config.php has been moved ../ in
1432 WordPress 2.6
1433
14342008-07-16 11:12 donncha
1435
1436 * wp-cache.php: Don't warn the user wp-content is writable if
1437 webserver is running as user.
1438 Create correct .htaccess rules when WordPress is installed in a
1439 different location. Both fixes props Allan Bazinet @
1440 http://sneezingfrog.com/blog/
1441
14422008-07-15 10:17 donncha
1443
1444 * Changelog.txt: Update changelog
1445
14462008-07-15 10:15 donncha
1447
1448 * readme.txt, wp-cache.php: Bump the version number to 0.6.5
1449
14502008-07-15 10:14 donncha
1451
1452 * readme.txt: Add "Subscribe to comments" rule to readme
1453
14542008-07-15 10:11 donncha
1455
1456 * wp-cache-phase1.php: Use comment_author instead of email in case
1457 email isn't mandatory. props rhapsodyv @
1458 http://wordpress.org/support/topic/188775
1459
14602008-07-14 10:42 donncha
1461
1462 * wp-cache-phase2.php, wp-cache.php: Added "wp_cache_gc" option
1463 Allow chance of garbage collection to be configurable.
1464
14652008-07-14 10:06 donncha
1466
1467 * readme.txt: If caching doesn't work, it could be
1468 advanced-cache.php
1469
14702008-07-14 09:53 donncha
1471
1472 * wp-cache.php: Added Subscribe To Comments exclusion rewrite rule
1473
14742008-07-14 09:52 donncha
1475
1476 * wp-cache.php: Warn if wp-content is writable, props alexleonard,
1477 http://wordpress.org/support/topic/188530
1478
14792008-07-08 10:41 donncha
1480
1481 * wp-cache-phase2.php: Remove extra pages generated at the current
1482 permalink. ie. paged comments.
1483
14842008-06-20 16:16 donncha
1485
1486 * wp-cache.php: Only need the config file writable to change it
1487
14882008-06-16 09:08 donncha
1489
1490 * wp-cache-phase2.php: Increase the chance of expired file cleanup
1491
14922008-06-16 09:07 donncha
1493
1494 * wp-cache-phase2.php: Warn if page is a 404 or not complete and
1495 won't be cached
1496
14972008-06-12 09:53 donncha
1498
1499 * readme.txt: Add troubleshooting message for Dreamhost users
1500
15012008-05-26 09:12 donncha
1502
1503 * wp-cache-phase2.php: Use [] instead of {} for array indexes
1504 Fix warning notices
1505
15062008-05-14 16:22 donncha
1507
1508 * Changelog.txt: Updated changelog
1509
15102008-05-14 16:19 donncha
1511
1512 * readme.txt, wp-cache-phase2.php, wp-cache.php: Remove comment.
1513 Bump version number
1514
15152008-05-14 12:21 donncha
1516
1517 * wp-cache-phase2.php: Clean up the supercache if no post_id is
1518 defined
1519
15202008-05-14 12:11 donncha
1521
1522 * wp-cache.php: Move menu code up
1523
15242008-05-13 14:57 donncha
1525
1526 * wp-cache-phase2.php: Only prune files in the supercache directory
1527 Remove expired files 1/500's of the time
1528
15292008-05-11 08:51 donncha
1530
1531 * wp-cache.php: Allow the "digg proof" message to be styled
1532 Removed whitespace
1533
15342008-05-05 09:49 donncha
1535
1536 * wp-cache-phase1.php: Removed Last-Modified header so plugin works
1537 on godaddy servers. props Brad @
1538 http://www.littleredrails.com/blog/2007/09/08/using-wp-cache-on-godaddy-500-error/
1539
15402008-05-05 09:44 donncha
1541
1542 * readme.txt, wp-cache.php: Added rewrite rules to stop POST
1543 requests to html static files. props eharris @
1544 http://wordpress.org/support/topic/173972?replies=2
1545
15462008-04-24 19:14 donncha
1547
1548 * Changelog.txt: Update Changelog
1549
15502008-04-24 19:14 donncha
1551
1552 * readme.txt: Added changelog link
1553 Added attachment_id mod_rewrite rule
1554
15552008-04-24 19:11 donncha
1556
1557 * Changelog.txt: Updated Changelog
1558
15592008-04-24 19:09 donncha
1560
1561 * readme.txt, wp-cache.php: Bump the version number
1562
15632008-04-24 15:45 donncha
1564
1565 * wp-cache-phase2.php: Put "could not write" message in a HTML
1566 comment at the end of the current page.
1567
15682008-04-20 07:48 donncha
1569
1570 * wp-cache.php: Use blog charset for encoding.
1571 Don't supercache attachment pages, props Callum
1572
15732008-04-17 09:23 donncha
1574
1575 * wp-cache.php: Make sure files are served as UTF-8, props
1576 tanguillo and nikolayb
1577 http://wordpress.org/support/topic/169540?replies=3
1578
15792008-04-12 07:06 donncha
1580
1581 * Changelog.txt: Updated changelog
1582
15832008-04-12 07:05 donncha
1584
1585 * readme.txt, wp-cache.php: Bump version number and update
1586 .htaccess example code
1587
15882008-04-11 23:30 donncha
1589
1590 * wp-cache-phase1.php, wp-cache-phase2.php: Remove "index.php" from
1591 cached file paths
1592
15932008-04-11 23:17 donncha
1594
1595 * wp-cache-config-sample.php, wp-cache.php: Add index.php to list
1596 of not to be cached pages
1597 Minor typo fix
1598
15992008-04-08 09:51 donncha
1600
1601 * wp-cache.php: Delete all contents of cache dir, not just
1602 supercachedir when caching disabled.
1603
16042008-04-04 11:59 donncha
1605
1606 * wp-cache.php: wp_specialchars the rules
1607
16082008-04-01 11:31 donncha
1609
1610 * wp-cache.php: Added wpsc_remove_marker() to remove WordPress
1611 rewrite rules
1612 Super Cache rules now go in the WPSuperCache marker
1613 Check for comment cookie in one line, props askapache
1614
16152008-03-31 08:42 donncha
1616
1617 * wp-cache.php: wp_specialchars() the mod_rewrite rules, props
1618 Viper007Bond
1619
16202008-03-30 10:42 donncha
1621
1622 * readme.txt, wp-cache.php: Bump the version numbers
1623
16242008-03-30 10:41 donncha
1625
1626 * Changelog.txt: Updated changelog
1627
16282008-03-30 10:41 donncha
1629
1630 * wp-cache.php: Warn if mod_rewrite rules are out of date and
1631 encourage user to remove or update them manually
1632
16332008-03-30 10:26 donncha
1634
1635 * Changelog.txt: Updated changelog
1636
16372008-03-28 17:37 donncha
1638
1639 * wp-cache.php: Login cookie got shortened to "wordpress" in 2.5,
1640 still backwards compatible
1641
16422008-03-28 17:22 donncha
1643
1644 * wp-cache.php: Move toggleLayer js around
1645
16462008-03-13 11:37 donncha
1647
1648 * readme.txt, wp-cache.php: Bump to 0.6
1649
16502008-03-13 11:34 donncha
1651
1652 * readme.txt: Added compression FAQ
1653
16542008-03-13 11:28 donncha
1655
1656 * wp-cache.php: Only require mod_rewrite if super cache is enabled
1657 Hide super cache parts of page when not activated
1658 Add "/" to mod_rewrite rules for URLs not ending in a /, props
1659 Michael R Aulia @ http://www.michaelaulia.com/blogs/
1660
16612008-03-13 11:25 donncha
1662
1663 * readme.txt: Updated documentation
1664
16652008-03-12 18:55 donncha
1666
1667 * wp-cache-phase2.php: This somehow stops PHP creating directories
1668 in the root folder, thanks to Cherie and Jennifer for their
1669 invaluable help!
1670
16712008-03-12 17:00 donncha
1672
1673 * wp-cache.php: No need for this message any more
1674
16752008-03-11 13:04 donncha
1676
1677 * wp-cache.php: Don't auto update .htaccess until user wants to.
1678 Hide listing of cached files, it's wrong anyway.
1679 Move advanced features to the end of backend page.
1680
16812008-02-11 20:52 donncha
1682
1683 * readme.txt, wp-cache.php: You must define things before loading
1684 WordPress! (props s2j @
1685 http://wordpress.org/support/topic/154996?replies=12#post-691402
1686 )
1687
16882008-02-08 10:27 donncha
1689
1690 * wp-cache.php: Remember to delete compressed files from directly
1691 cached folders, props John Pozadzides
1692
16932008-01-16 12:14 donncha
1694
1695 * Changelog.txt: Update changelog
1696
16972008-01-16 12:13 donncha
1698
1699 * readme.txt, wp-cache.php: Bump version number
1700 Make admin page readonly if configuration page cannot be written
1701 to
1702
17032008-01-04 11:23 donncha
1704
1705 * Changelog.txt, readme.txt, wp-cache.php: Bump version and update
1706 changelog
1707
17082008-01-04 11:22 donncha
1709
1710 * wp-cache.php: Only update the hello_world option when updating
1711 the right form
1712
17132008-01-04 10:41 donncha
1714
1715 * readme.txt, wp-cache.php: Bump version number
1716
17172008-01-04 10:40 donncha
1718
1719 * wp-cache.php: Rearrange .htaccess generator.
1720 Allow mod_rewrite rules to be viewed later
1721 Only create wp-content/cache/.htaccess if it doesn't exist
1722
17232008-01-04 10:16 donncha
1724
1725 * wp-cache.php: Added Super Cache footer message
1726
17272008-01-03 22:29 donncha
1728
1729 * wp-cache.php: More fixes for sub directory blogs, props Otto42 -
1730 http://wordpress.org/support/topic/146443?replies=9#post-664254
1731
17322007-12-16 11:07 donncha
1733
1734 * wp-cache.php: Warn if ABSPATH is writeable
1735 Add $home_root to cached files path in rewrite rules
1736 make mod_rewrite module warning more verbose
1737
17382007-12-09 07:39 donncha
1739
1740 * wp-cache-phase2.php: Hide unlink errors
1741
17422007-12-04 10:18 donncha
1743
1744 * wp-cache-phase2.php: Check that mutex is set,
1745 http://wordpress.org/support/topic/146052?replies=4
1746
17472007-11-28 11:29 donncha
1748
1749 * wp-cache-phase2.php, wp-cache.php: Check that $entries is not
1750 empty
1751 Don't ever recurse from ABSPATH up
1752
17532007-11-26 11:33 donncha
1754
1755 * Changelog.txt: Updated changelog
1756
17572007-11-26 11:32 donncha
1758
1759 * wp-cache.php: It's WPLOCKDOWN
1760
17612007-11-26 11:31 donncha
1762
1763 * Changelog.txt: Updated Changelog
1764
17652007-11-26 11:30 donncha
1766
1767 * readme.txt, wp-cache.php: Bump the version number
1768 Docs for lockdown
1769
17702007-11-26 11:17 donncha
1771
1772 * wp-cache.php: Bumpy bumpy
1773
17742007-11-26 11:12 donncha
1775
1776 * Changelog.txt: Updated Changelog
1777
17782007-11-26 11:11 donncha
1779
1780 * readme.txt: Bump version
1781
17822007-11-26 11:07 donncha
1783
1784 * readme.txt: Warn about safe mode
1785
17862007-11-26 10:56 donncha
1787
1788 * wp-cache.php: Print a warning message if PHP safe mode is
1789 enabled.
1790 Super Cache plugins will fail silently if advanced-cache.php is
1791 not loaded
1792 Updated "Directly Cached Files" text
1793
17942007-11-16 21:56 donncha
1795
1796 * plugins/searchengine.php, wp-cache-phase1.php,
1797 wp-cache-phase2.php, wp-cache.php: Added »
1798 Updated formatting of admin backend
1799 Added "direct caching" of pages.
1800
18012007-11-12 21:23 donncha
1802
1803 * wp-cache-phase2.php, wp-cache.php: PHP 5's mkdir() doesn't like
1804 slashes, http://ie2.php.net/manual/en/function.mkdir.php#73848 -
1805 props Tummmbler
1806
18072007-11-12 15:26 donncha
1808
1809 * Changelog.txt: Updated changelog
1810
18112007-11-12 15:23 donncha
1812
1813 * readme.txt, wp-cache.php: Bump version
1814 Update readme docs
1815 Add options page for wpmu site admins
1816
18172007-11-12 11:32 donncha
1818
1819 * wp-cache.php: Check if cache config file is out of date
1820
18212007-11-12 11:14 donncha
1822
1823 * wp-cache-phase2.php, wp-cache.php: Hide some warning messages
1824 Don't super cache $_GET requests
1825 Use wp_mkdir_p() instead of mkpath()
1826 Don't delete meta, supercache or .htaccess
1827
18282007-11-11 10:05 donncha
1829
1830 * wp-cache.php: Don't want to check for .gz files twice!
1831
18322007-11-11 08:06 donncha
1833
1834 * wp-cache.php: Added 'comment moderation' message when blog locked
1835 down.
1836 Formatting changes
1837 Use 'manage_options' instead of administrator because viper
1838 changed his role names :)
1839
18402007-11-11 01:13 donncha
1841
1842 * wp-cache.php: If .htaccess updating fails, inform the user
1843
18442007-11-11 00:20 donncha
1845
1846 * wp-cache-phase2.php, wp-cache.php: Added "Lockdown" function so
1847 static files won't be deleted by comments
1848 Minor changes to admin page formatting
1849 get_settings to get_option
1850
18512007-11-10 21:06 donncha
1852
1853 * wp-cache.php: Spell out radio boxes a bit more.
1854 Modified .htaccess rules so search pages aren't served from super
1855 cache
1856 Actually insert_with_markers instead of echoing the command!
1857 Tell user rules have been updated
1858 Disable super cache *before* renaming directory. Sleep for a
1859 second before
1860 deleting to allow other processes to finish
1861
18622007-11-10 20:03 donncha
1863
1864 * wp-cache-phase2.php: Make sure the .htaccess isn't deleted
1865
18662007-11-10 09:28 donncha
1867
1868 * wp-cache-phase2.php: Don't remove super-cache file until comment
1869 is approved
1870
18712007-11-10 07:19 donncha
1872
1873 * wp-cache.php: Check that WP_CACHE is defined before checking for
1874 do_cacheaction.
1875 Better instructions for verifying a new install
1876
18772007-11-09 21:33 donncha
1878
1879 * wp-cache.php: Define WPCACHEHOME properly, thanks tummbler for
1880 testing!
1881
18822007-11-09 17:09 donncha
1883
1884 * wp-cache-phase2.php: Don't super-cache WordPress searches. May
1885 need to extend that to any GET activity
1886
18872007-11-09 15:01 donncha
1888
1889 * wp-cache-phase2.php: Change preg_match delimiter so slashes work
1890 again
1891
18922007-11-09 14:41 donncha
1893
1894 * readme.txt: Updated documentation
1895
18962007-11-09 14:27 donncha
1897
1898 * wp-cache.php: Use get_mod_rewrite() to detect if that module is
1899 loaded
1900 Automatically populate the .htaccess file if it's writable
1901 Add gzip encoding rules to the cache dir, props Dennis @
1902 http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/
1903 Replace Windows folder deliminator, "\" with "/" in WPCACHEHOME,
1904 props Computer Guru @
1905 http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/
1906
19072007-11-09 01:19 donncha
1908
1909 * wp-cache-phase2.php: Move is_feed() check earlier.
1910 Check that mkpath() path is in $cache_path
1911
19122007-11-08 21:57 donncha
1913
1914 * wp-cache.php: Single quote ABSPATH
1915 Check advanced-cache.php for version, remove if necessary, fixed
1916 create conditions
1917
19182007-11-08 21:55 donncha
1919
1920 * wp-cache-phase1.php: realpath() two filenames
1921
19222007-11-08 21:53 donncha
1923
1924 * readme.txt: Fix subdirectory .htaccess rules, props Computer Guru
1925
19262007-11-08 21:51 donncha
1927
1928 * plugins/searchengine.php: Hide setcookie errors
1929 Return correct string
1930
19312007-11-07 15:38 donncha
1932
1933 * Changelog.txt: Added Changelog.txt
1934
19352007-11-07 15:27 donncha
1936
1937 * readme.txt: Bump version to 0.3.1 (getting to 1.0 far too
1938 quickly!)
1939 Change formatting again
1940
19412007-11-07 15:26 donncha
1942
1943 * wp-cache.php: Bump version to 0.3.1
1944
19452007-11-07 15:26 donncha
1946
1947 * wp-cache-config-sample.php, wp-cache-phase2.php: Use preg_match()
1948 to match rejected URIs.
1949 Change "wp-" to "wp-.*.php" to match files and paths starting
1950 with "wp-" and ending in "php"
1951
19522007-11-07 11:56 donncha
1953
1954 * wp-cache.php: Bump the version number
1955
19562007-11-06 22:50 donncha
1957
1958 * readme.txt: Bump version
1959
19602007-11-06 22:18 donncha
1961
1962 * wp-cache-phase2.php: Fix feed content-type, props Dougal,
1963 (http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds)
1964
19652007-11-06 22:15 donncha
1966
1967 * wp-cache.php: Check the do_cacheaction() exists
1968 Copy file if symlink is not found
1969
19702007-11-06 21:44 donncha
1971
1972 * wp-cache.php: Move WP Super Cache to "Site Admin" menu on
1973 WordPress MU,
1974 http://www.darcynorman.net/2007/11/06/wordpress-super-cache/
1975
19762007-11-06 21:19 donncha
1977
1978 * wp-cache-phase1.php: Don't compress WP-Cache data files is PHP is
1979 already doing it
1980
19812007-11-06 10:29 donncha
1982
1983 * readme.txt: Minor typo in tag
1984
19852007-11-06 10:06 donncha
1986
1987 * readme.txt, wp-cache-phase1.php, wp-cache-phase2.php,
1988 wp-cache.php: Bump the version to 0.2
1989 Enable gzip support in WP-Cache data files, fix feed content
1990 type, props tummbler:
1991 http://www.tummblr.com/wordpress/improving-wp-super-cache-gzip-for-logged-in-users/
1992 http://elliottback.com/wp/archives/2005/07/12/getting-wp-cache-to-work/
1993 http://blog.saddey.net/2007/02/18/how-to-prevent-wpcache-from-changing-a-feeds-content-type-to-text-html/
1994 When Super Cache is disabled, still write to WP-Cache files
1995 Check that prune_super_cache() exists before calling it in
1996 wp-cache.php, props Dougal
1997
19982007-11-06 09:06 donncha
1999
2000 * readme.txt: Fix line endings
2001
20022007-11-05 18:41 donncha
2003
2004 * wp-cache.php: Fixed display of "compression changed" message
2005
20062007-11-05 18:06 donncha
2007
2008 * readme.txt: Convert to DOS mode
2009 reformat lists for display on wporg
2010
20112007-11-05 17:25 donncha
2012
2013 * readme.txt: Minor updates to the readme
2014
20152007-11-05 15:21 donncha
2016
2017 * wp-cache.php: When disabling or enabling compression make sure
2018 the user knows about .htaccess
2019
20202007-11-05 15:11 donncha
2021
2022 * wp-cache-phase2.php: Rejected URIs must have .php in them now so
2023 pages starting with "wp-" will be cached
2024
20252007-11-05 15:10 donncha
2026
2027 * wp-cache.php: When disabling supercache, make sure wpcache is
2028 enabled.
2029 Avoid resetting cache_compression when submitting other forms
2030 Reset supercache meta cache when compression modified
2031
20322007-11-05 14:54 donncha
2033
2034 * wp-cache-config-sample.php, wp-cache.php: Fix weirdness with
2035 radio buttons on admin page
2036
20372007-11-05 11:35 donncha
2038
2039 * plugins, plugins/searchengine.php, readme.txt, wp-cache-base.php,
2040 wp-cache-config-sample.php, wp-cache-phase1.php,
2041 wp-cache-phase2.php, wp-cache.php: Initial import of WP Super
2042 Cache
2043
20442007-10-23 20:02 plugin-master
2045
2046 * wp-super-cache, wp-super-cache/branches, wp-super-cache/tags, .:
2047 adding wp-super-cache by donncha
2048
Note: See TracBrowser for help on using the repository browser.