|
1 2012-10-05 11:36 donncha |
|
2 |
|
3 * readme.txt, wp-cache.php: * Updated version to 1.2 and bumped |
|
4 tested version. |
|
5 * Added changelog for 1.2 |
|
6 |
|
7 2012-10-04 20:31 donncha |
|
8 |
|
9 * wp-super-cache.pot: Updated translation file |
|
10 |
|
11 2012-10-04 20:27 donncha |
|
12 |
|
13 * wp-cache-phase1.php: Check for $wp_cache_disable_utf8 when |
|
14 serving supercache files from PHP, like it affects mod_rewrite |
|
15 served files. |
|
16 |
|
17 2012-09-21 16:04 donncha |
|
18 |
|
19 * wp-cache.php: Oops, fixed a minor typo |
|
20 |
|
21 2012-09-21 16:01 donncha |
|
22 |
|
23 * wp-cache.php: Set up the cached pages counter correctly, see |
|
24 http://wordpress.org/support/topic/plugin-wp-super-cache-confusing-information-in-cached-pages-since?replies=2 |
|
25 |
|
26 2012-09-19 21:15 donncha |
|
27 |
|
28 * wp-cache.php: Fixed term link when preloading, props Stefan |
|
29 Parmark |
|
30 |
|
31 2012-08-30 11:53 donncha |
|
32 |
|
33 * wp-cache.php: Remove is_main_blog() calls, requires 3.0 already. |
|
34 Props angelxas. |
|
35 http://wordpress.org/support/topic/plugin-wp-super-cache-crashes-wp-341-multisite?replies=2 |
|
36 |
|
37 2012-08-30 10:59 donncha |
|
38 |
|
39 * wp-cache.php: Very minor whitespace fix |
|
40 |
|
41 2012-08-30 10:39 donncha |
|
42 |
|
43 * wp-cache-phase2.php: Make sure sites that upgrade to 1.0 don't |
|
44 schedule the GC too often, props tigertech, fixed #1569. |
|
45 http://wordpress.org/support/topic/wp-super-cache-causes-high-doing_wp_cron-load?replies=3 |
|
46 |
|
47 2012-08-30 10:32 donncha |
|
48 |
|
49 * wp-cache.php: Allow editors to delete cached files for specific |
|
50 pages via the admin bar. See |
|
51 http://wordpress.org/support/topic/plugin-wp-super-cache-allow-editor-role-to-delete-cache?replies=8 |
|
52 |
|
53 2012-08-03 09:57 donncha |
|
54 |
|
55 * wp-cache.php: * Added warning if garbage collection wasn't |
|
56 enabled |
|
57 * schedule watcher job when GC form is submitted |
|
58 * Enable GC when using the easy settings page |
|
59 |
|
60 2012-08-03 09:53 donncha |
|
61 |
|
62 * wp-cache-phase2.php: Added function to create garbage collection |
|
63 flag filename. |
|
64 |
|
65 2012-07-30 09:01 donncha |
|
66 |
|
67 * wp-cache-phase2.php: Use GC flag wp_cache_gc.txt in cache |
|
68 directory so watcher job doesn't schedule a GC when it's already |
|
69 running |
|
70 |
|
71 2012-07-30 08:58 donncha |
|
72 |
|
73 * wp-cache-phase2.php: If wp_cache_gc job is NOT scheduled then we |
|
74 need to schedule a new one in the watcher job |
|
75 |
|
76 2012-07-27 10:20 donncha |
|
77 |
|
78 * wp-super-cache.pot: Updated translation pot file |
|
79 |
|
80 2012-07-27 10:17 donncha |
|
81 |
|
82 * languages/wp-super-cache-zh_CN.po: Updated translation, props |
|
83 Christopher Meng |
|
84 |
|
85 2012-07-27 09:48 donncha |
|
86 |
|
87 * readme.txt: Updated docs on late init, props Storm. |
|
88 http://wordpress.org/support/topic/plugin-wp-super-cache-mfunc-issue?replies=4#post-3018123 |
|
89 |
|
90 2012-07-27 09:39 donncha |
|
91 |
|
92 * wp-cache-phase2.php, wp-cache.php: * Added a garbage collection |
|
93 watcher job to restart GC if it somehow fails. |
|
94 * Clear gc hooks when uninstalling |
|
95 * Added a check for shutdown gc when scheduling default gc |
|
96 |
|
97 2012-07-27 09:14 donncha |
|
98 |
|
99 * wp-cache.php: Enable garbage collection when activating caching |
|
100 |
|
101 2012-07-24 08:56 donncha |
|
102 |
|
103 * wp-cache.php: Fix some links and add a link to the development |
|
104 version |
|
105 |
|
106 2012-07-17 19:16 donncha |
|
107 |
|
108 * wp-cache-phase1.php: Use the supercached mobile files, props |
|
109 turtlehat, |
|
110 http://wordpress.org/support/topic/plugin-wp-super-cache-why-_mobile-instead-of-mobile-after-wp_cache_check_mobile-action?replies=2 |
|
111 |
|
112 2012-07-16 13:04 donncha |
|
113 |
|
114 * wp-cache-phase1.php: Move call to |
|
115 wp_supercache_cache_for_admins() down after loading supercache |
|
116 plugins. Props rapidstrider, |
|
117 http://wordpress.org/support/topic/plugin-wp-super-cache-wp_supercache_remove_cookies-not-working |
|
118 |
|
119 2012-07-16 12:59 donncha |
|
120 |
|
121 * wp-cache-phase1.php: Added support for LOGGED_IN_COOKIE constant, |
|
122 props Askapache |
|
123 |
|
124 2012-07-12 16:47 donncha |
|
125 |
|
126 * wp-cache-phase1.php: Fixes problems updating cache files on |
|
127 directory installs. Props Naki-BoT, |
|
128 http://wordpress.org/support/topic/plugin-wp-super-cache-wordpress-in-directory-and-cache-on-post-edit-not-removed |
|
129 |
|
130 2012-07-10 13:37 donncha |
|
131 |
|
132 * wp-cache.php: * Added warning if WordPress is installed in a |
|
133 folder and served from root |
|
134 * Added Dismiss buttons on htaccess and readable wp-content |
|
135 warnings. |
|
136 |
|
137 2012-07-10 07:50 donncha |
|
138 |
|
139 * wp-cache.php: Change deactivate hook to uninstall hook so updates |
|
140 don't delete the old configuration |
|
141 |
|
142 2012-06-27 10:14 donncha |
|
143 |
|
144 * languages/wp-super-cache-zh_TW.mo, |
|
145 languages/wp-super-cache-zh_TW.po: Updated translation, props |
|
146 priv |
|
147 |
|
148 2012-06-26 12:21 donncha |
|
149 |
|
150 * plugins/wptouch.php: Check WPTouch Pro cookies here too |
|
151 |
|
152 2012-06-26 10:26 donncha |
|
153 |
|
154 * plugins/wptouch.php: Support WPTouch Pro switch to desktop, |
|
155 hopefully. |
|
156 |
|
157 2012-06-22 16:19 donncha |
|
158 |
|
159 * Changelog.txt: Updated changelog |
|
160 |
|
161 2012-06-21 15:14 donncha |
|
162 |
|
163 * wp-cache-phase2.php: Added new constant, "WPSCFORCEUPDATE" that |
|
164 will disable the draft post check if defined |
|
165 |
|
166 2012-06-21 15:08 donncha |
|
167 |
|
168 * wp-cache-phase2.php: Only check dupe posts after the post has |
|
169 been published |
|
170 |
|
171 2012-06-21 09:46 donncha |
|
172 |
|
173 * wp-super-cache.pot: Updated translation file |
|
174 |
|
175 2012-06-21 09:37 donncha |
|
176 |
|
177 * readme.txt: Updated credits for translations |
|
178 |
|
179 2012-06-21 09:25 donncha |
|
180 |
|
181 * languages/wp-super-cache-zh_CN.mo, |
|
182 languages/wp-super-cache-zh_CN.po: Updated translation, props |
|
183 Christopher Meng. |
|
184 |
|
185 2012-06-21 09:21 donncha |
|
186 |
|
187 * languages/wp-super-cache-zh_TW.mo, |
|
188 languages/wp-super-cache-zh_TW.po: Updated translation, props |
|
189 Priv |
|
190 |
|
191 2012-06-21 08:53 donncha |
|
192 |
|
193 * wp-cache-phase2.php: wp_cache_post_edit() checks if the current |
|
194 post has been processed already. Now that check only happens |
|
195 after a post is published. Possibly fixes scheduled posts |
|
196 problems for some users. |
|
197 |
|
198 2012-06-20 09:32 donncha |
|
199 |
|
200 * wp-cache-base.php: Avoid raising a warning on strpos, see |
|
201 http://wordpress.org/support/topic/plugin-wp-super-cache-wp-super-cache-warning-strpos-functionstrpos-offset-not-contained-in-stri?replies=2 |
|
202 |
|
203 2012-06-13 21:55 donncha |
|
204 |
|
205 * readme.txt: Bump tested version |
|
206 |
|
207 2012-06-12 12:52 donncha |
|
208 |
|
209 * wp-cache.php: No need to schedule a single job if it's going to |
|
210 be scheduled for a particular time. |
|
211 |
|
212 2012-06-12 11:37 donncha |
|
213 |
|
214 * wp-cache-base.php, wp-cache-phase1.php, wp-cache-phase2.php, |
|
215 wp-cache.php: Use HTTP_HOST instead of SERVER_NAME because nginx |
|
216 has problems with it. |
|
217 |
|
218 2012-06-11 16:00 donncha |
|
219 |
|
220 * advanced-cache.php, readme.txt, wp-cache.php: Move |
|
221 advanced-cache.php path into wp-config.php by defining |
|
222 WPCACHEHOME there. |
|
223 |
|
224 2012-06-11 13:40 donncha |
|
225 |
|
226 * wp-cache.php: Fixed DO NOT CACHE PAGE url, props netrival, |
|
227 http://wordpress.org/support/topic/plugin-wp-super-cache-possible-low-priority-bug-do-not-cache-page-secret-key-showing-wrong-link?replies=1 |
|
228 |
|
229 2012-06-11 13:39 donncha |
|
230 |
|
231 * wp-cache.php: Hide another variable warning |
|
232 |
|
233 2012-06-11 13:23 donncha |
|
234 |
|
235 * wp-cache.php: Hide "tab" variable warning |
|
236 |
|
237 2012-06-11 12:06 donncha |
|
238 |
|
239 * wp-cache-phase2.php: Forgot these carriage returns in the debug |
|
240 messages |
|
241 |
|
242 2012-06-11 11:56 donncha |
|
243 |
|
244 * wp-cache-phase1.php: Remove warning if this isn't set |
|
245 |
|
246 2012-06-08 15:05 donncha |
|
247 |
|
248 * wp-cache-phase1.php: Fixed serving of gzipped content to clients |
|
249 who who don't tell us either way. Fixes #1528. Props pioto |
|
250 |
|
251 2012-06-07 16:04 donncha |
|
252 |
|
253 * plugins/badbehaviour.php, plugins/domain-mapping.php, |
|
254 plugins/searchengine.php, plugins/wptouch.php, |
|
255 wp-cache-config-sample.php, wp-cache.php: Get rid of PHP notices, |
|
256 props @simonwheatley |
|
257 |
|
258 2012-06-05 14:34 donncha |
|
259 |
|
260 * wp-cache.php: Don't stop processing form input because |
|
261 wp-cron.php isn't found. We should still inform the user though. |
|
262 |
|
263 2012-05-30 16:22 donncha |
|
264 |
|
265 * wp-cache-phase2.php, wp-cache.php: Added option on Debug page to |
|
266 disable caching comments on public pages. |
|
267 |
|
268 2012-05-28 08:46 donncha |
|
269 |
|
270 * wp-cache-phase1.php: Fix fatal error when "make known users |
|
271 anonymous" is selected |
|
272 |
|
273 2012-05-23 14:35 donncha |
|
274 |
|
275 * wp-cache.php: Check that get_supercache_dir exists before calling |
|
276 it. Props @hewsut |
|
277 |
|
278 2012-05-23 12:16 donncha |
|
279 |
|
280 * wp-cache.php: Added note about moving supercache plugins. |
|
281 |
|
282 2012-05-23 10:26 donncha |
|
283 |
|
284 * readme.txt, wp-cache.php: Bump version and stable versions for |
|
285 new release |
|
286 |
|
287 2012-05-23 10:24 donncha |
|
288 |
|
289 * Changelog.txt, readme.txt: Updated changelog |
|
290 |
|
291 2012-05-23 10:17 donncha |
|
292 |
|
293 * wp-super-cache.pot: Updated translation file |
|
294 |
|
295 2012-05-23 10:14 donncha |
|
296 |
|
297 * wp-cache.php: Remove mentions of wp-minify as that plugin doesn't |
|
298 exist any more |
|
299 |
|
300 2012-05-23 10:06 donncha |
|
301 |
|
302 * wp-super-cache.pot: Updated translation file |
|
303 |
|
304 2012-05-23 10:04 donncha |
|
305 |
|
306 * wp-cache.php: Added message to yellow box. |
|
307 |
|
308 2012-05-23 10:03 donncha |
|
309 |
|
310 * wp-super-cache.pot: Updated translation file |
|
311 |
|
312 2012-05-17 15:36 donncha |
|
313 |
|
314 * wp-cache-phase1.php, wp-cache.php: Remove the debug log level, I |
|
315 always recommend level 5 anyway. |
|
316 |
|
317 2012-05-14 16:32 donncha |
|
318 |
|
319 * wp-cache.php: Correctly check $wp_cache_disable_utf8 is not set |
|
320 |
|
321 2012-05-11 15:24 donncha |
|
322 |
|
323 * Changelog.txt, readme.txt: Added changelog entries for 1.0 and |
|
324 1.1 |
|
325 |
|
326 2012-05-11 15:02 donncha |
|
327 |
|
328 * wp-super-cache.pot: Updated translation file |
|
329 |
|
330 2012-05-10 11:14 donncha |
|
331 |
|
332 * wp-cache-phase2.php: Create the legacy cache dir if it's not |
|
333 there |
|
334 |
|
335 2012-05-10 10:50 donncha |
|
336 |
|
337 * wp-cache-phase2.php: Added wp_cache_clear_cache_on_menu() to |
|
338 clear the cache when the navigation menu is modified |
|
339 |
|
340 2012-05-10 10:41 donncha |
|
341 |
|
342 * wp-cache-phase2.php: Revert previous change, |
|
343 wp_cache_clear_cache() with no parameter is supposed to clear out |
|
344 all cached files |
|
345 |
|
346 2012-05-10 10:32 donncha |
|
347 |
|
348 * wp-cache-phase2.php: Only clear the cache for the current blog, |
|
349 not all blogs |
|
350 |
|
351 2012-05-10 10:28 donncha |
|
352 |
|
353 * wp-cache-phase2.php: Only clear the cache cache of the current |
|
354 blog when "clear all cache on new post" is enabled, not all blogs |
|
355 |
|
356 2012-05-10 10:25 donncha |
|
357 |
|
358 * wp-cache-phase2.php: Added $blog_id parameter to |
|
359 wp_cache_clear_cache() so only one blog's cache files are deleted |
|
360 (except legacy files, all deleted regardless) |
|
361 |
|
362 2012-05-10 10:22 donncha |
|
363 |
|
364 * wp-cache-phase1.php, wp-cache-phase2.php: Put code that creates |
|
365 the cache/blogs/ directories into a function so it doesn't get |
|
366 called all the time, slight speed up and less empty directories |
|
367 |
|
368 2012-05-10 10:08 donncha |
|
369 |
|
370 * wp-cache-phase2.php: Added "clean_post_cache" action to clear |
|
371 cache but stop the function being called twice |
|
372 |
|
373 2012-05-10 10:07 donncha |
|
374 |
|
375 * wp-cache-phase1.php: Add $blog_id parameter to get_supercache_dir |
|
376 function to get the directory for that blog |
|
377 |
|
378 2012-05-01 17:01 donncha |
|
379 |
|
380 * wp-cache.php: Removed "Last GC" time as it's on the advanced |
|
381 settings page. |
|
382 |
|
383 2012-05-01 16:50 donncha |
|
384 |
|
385 * plugins/wptouch.php, wp-cache-phase1.php: Added |
|
386 wp_cache_check_mobile filter to short circuit mobile check. See |
|
387 http://wordpress.org/support/topic/wp-super-cache-and-wptouch?replies=2 |
|
388 |
|
389 2012-04-26 07:51 donncha |
|
390 |
|
391 * wp-cache-phase2.php: Don't delete cached files on draft post |
|
392 save, props jrevillini |
|
393 http://wordpress.org/support/topic/plugin-wp-super-cache-clear-all-cache-shouldnt-be-executed-on-a-draft-post?replies=7#post-2760461 |
|
394 |
|
395 2012-04-13 14:05 donncha |
|
396 |
|
397 * wp-cache-phase2.php: Added action for wp_trash_post so it clears |
|
398 the cache |
|
399 |
|
400 2012-04-13 14:02 donncha |
|
401 |
|
402 * wp-cache.php: Show more files in the file listing |
|
403 |
|
404 2012-04-13 13:21 donncha |
|
405 |
|
406 * wp-cache.php: Show a warning when 304 browser caching is disabled |
|
407 |
|
408 2012-03-12 08:57 donncha |
|
409 |
|
410 * wp-cache.php: If site is running less than PHP 5.3.0 then check |
|
411 for safe mode. Props cyberws, |
|
412 http://wordpress.org/support/topic/plugin-wp-super-cache-php-53-compatibility |
|
413 |
|
414 2012-03-07 10:59 donncha |
|
415 |
|
416 * wp-cache-phase1.php: Reverse logic on the remove cookies filter |
|
417 |
|
418 2012-03-07 10:55 donncha |
|
419 |
|
420 * wp-cache-phase1.php: Added a filter, |
|
421 'wp_supercache_remove_cookies' that decides if cookies should be |
|
422 removed on a per request basis. See |
|
423 http://wordpress.org/support/topic/plugin-wp-super-cache-make-known-users-anonymous-breaks-autheticated-commenting |
|
424 |
|
425 2012-03-01 11:52 donncha |
|
426 |
|
427 * wp-cache.php: Fixed cache schedule dropdown |
|
428 |
|
429 2012-02-22 22:03 donncha |
|
430 |
|
431 * wp-cache-base.php, wp-cache.php: Check that WP_MULTI_SITE is true |
|
432 as well! |
|
433 |
|
434 2012-02-22 22:02 donncha |
|
435 |
|
436 * wp-cache-phase2.php: No need to call this twice, removed second |
|
437 call. |
|
438 |
|
439 2012-02-17 10:09 donncha |
|
440 |
|
441 * wp-super-cache.pot: Updated translation file |
|
442 |
|
443 2012-02-16 14:18 donncha |
|
444 |
|
445 * wp-cache.php: Added a title to the Delete Cache admin menu link |
|
446 |
|
447 2012-02-16 13:55 donncha |
|
448 |
|
449 * wp-cache-base.php, wp-cache.php: Check for VHOST as well as |
|
450 MULTISITE checks for sites that upgrade from MU and don't have |
|
451 that constant set. |
|
452 |
|
453 2012-02-15 22:11 donncha |
|
454 |
|
455 * wp-cache.php: When preloading, don't preload page_on_front or |
|
456 page_for_poss pages as that will probably clear the cache. Props |
|
457 te-deum. See |
|
458 http://wordpress.org/support/topic/plugin-wp-super-cache-preloaded-pages-not-created-until-user-visits?replies=28#post-2627649 |
|
459 |
|
460 2012-02-09 19:28 donncha |
|
461 |
|
462 * wp-cache-phase2.php: Disable caching AFTER actions added so cache |
|
463 is cleared |
|
464 |
|
465 2012-02-09 18:17 donncha |
|
466 |
|
467 * wp-cache-phase1.php: If SERVER_NAME isn't defined then use |
|
468 HTTP_HOST |
|
469 |
|
470 2012-02-09 18:03 donncha |
|
471 |
|
472 * wp-cache-phase2.php: Hopefully fix moderation/administration of |
|
473 comments. |
|
474 |
|
475 2012-02-09 16:09 donncha |
|
476 |
|
477 * wp-cache-phase1.php, wp-cache-phase2.php: Check if variables |
|
478 defined and avoid warnings |
|
479 |
|
480 2012-02-09 15:53 donncha |
|
481 |
|
482 * wp-cache-phase1.php: Check that site_url returns something and |
|
483 deal with it if it doesn't. PHP is weird sometimes. |
|
484 http://wordpress.org/support/topic/wp-super-cache-not-refreshing-post-after-comments-made |
|
485 |
|
486 2012-02-09 14:01 donncha |
|
487 |
|
488 * wp-cache-phase2.php: Check if referer is comments admin page to |
|
489 decide what to delete, all or single page. |
|
490 |
|
491 2012-02-09 13:59 donncha |
|
492 |
|
493 * wp-cache-base.php, wp-cache-phase1.php, wp-cache.php: Replace |
|
494 HTTP_HOST with SERVER_NAME, props _ck_ |
|
495 http://wordpress.org/support/topic/plugin-wp-super-cache-minor-bug-with-use-of-_serverhttp_host-instead-of-_serverserver_name |
|
496 |
|
497 2012-02-09 13:58 donncha |
|
498 |
|
499 * wp-cache-phase2.php: Add slashes to page urls when doing GC |
|
500 |
|
501 2012-02-09 13:49 donncha |
|
502 |
|
503 * wp-cache.php: This error points at the wrong place in the docs |
|
504 |
|
505 2012-02-03 09:30 donncha |
|
506 |
|
507 * wp-cache.php: Added link to Cron View, a plugin that can help |
|
508 debug wp-cron problems |
|
509 |
|
510 2012-01-30 13:44 donncha |
|
511 |
|
512 * readme.txt: Added link to Cron View plugin to help diagnose |
|
513 crontab problems |
|
514 |
|
515 2012-01-30 12:00 donncha |
|
516 |
|
517 * wp-cache-phase2.php: CRON requests are non empty GET requests so |
|
518 we want to ignore those params |
|
519 |
|
520 2012-01-30 11:22 donncha |
|
521 |
|
522 * wp-cache.php: Add description of GC notification emails checkbox |
|
523 |
|
524 2012-01-30 11:21 donncha |
|
525 |
|
526 * wp-cache.php: Make it clearer that GC jobs are scheduled to UTC |
|
527 times |
|
528 |
|
529 2012-01-30 09:19 donncha |
|
530 |
|
531 * wp-cache.php: Make preloading of taxonomies optional, see |
|
532 http://wordpress.org/support/topic/wp-super-cache-causes-time-out-on-file-delete-with-rackspace-cloudsites?replies=12 |
|
533 |
|
534 2012-01-30 09:16 donncha |
|
535 |
|
536 * wp-cache.php: Fixes for PHP warnings, props vStone, lots more to |
|
537 come when I have time. |
|
538 http://plugins.trac.wordpress.org/ticket/1466 |
|
539 |
|
540 2012-01-23 09:19 donncha |
|
541 |
|
542 * wp-cache.php: Use get_supercache_dir() rather than hardcoding the |
|
543 supercache directory |
|
544 |
|
545 2012-01-23 09:18 donncha |
|
546 |
|
547 * plugins/domain-mapping.php, wp-cache-phase1.php: Added |
|
548 'wp_super_cache_supercachedir' filter on supercache directory and |
|
549 modified domain mapping plugin to support it, props Matthew |
|
550 Boynes. |
|
551 |
|
552 2012-01-19 08:23 donncha |
|
553 |
|
554 * plugins/wptouch.php: Check if wptouch functions exist before |
|
555 filtering browsers |
|
556 |
|
557 2012-01-18 11:38 donncha |
|
558 |
|
559 * readme.txt: Added warning that files in the cache directory are |
|
560 prone to be deleted. See |
|
561 http://ocaoimh.ie/2012/01/18/a-cache-directory-is-a-temporary-directory/ |
|
562 |
|
563 2012-01-13 09:27 donncha |
|
564 |
|
565 * wp-cache-phase2.php: Check that function returns false as it can |
|
566 return 0 if not files deleted |
|
567 |
|
568 2012-01-11 10:59 donncha |
|
569 |
|
570 * wp-cache-phase2.php: Clear out the global /page/* pages when a |
|
571 post is published |
|
572 |
|
573 2012-01-11 10:58 donncha |
|
574 |
|
575 * wp-cache-phase1.php: Remove https from the home url to get the |
|
576 supercache dir |
|
577 |
|
578 2012-01-10 14:42 donncha |
|
579 |
|
580 * wp-cache-phase2.php: Just some more debug messages! |
|
581 |
|
582 2012-01-10 14:41 donncha |
|
583 |
|
584 * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Added |
|
585 options: |
|
586 * disable caching if GET is not empty. |
|
587 * disable the blog_charset .htaccess directive which I added back |
|
588 in. |
|
589 |
|
590 2012-01-10 14:37 donncha |
|
591 |
|
592 * wp-cache.php: don't check the mobile prefix or browser strings |
|
593 against the rewrite rules when they're empty. Any changes will be |
|
594 caught further down anyway |
|
595 |
|
596 2012-01-09 22:33 donncha |
|
597 |
|
598 * wp-cache.php: I forgot that do_cacheaction() isn't defined before |
|
599 the plugin is configured! See |
|
600 http://wordpress.org/support/topic/plugin-wp-super-cache-my-page-2-is-randomly-redirecting-to-other-posts?replies=19#post-2549174 |
|
601 |
|
602 2012-01-05 17:04 donncha |
|
603 |
|
604 * plugins/multisite.php, wp-cache.php: Disable the settings page |
|
605 when caching disabled on Site admin page. |
|
606 |
|
607 2012-01-05 15:52 donncha |
|
608 |
|
609 * plugins/multisite.php: Added multisite Network Admin Sites |
|
610 "Cached" column |
|
611 |
|
612 2012-01-05 12:51 donncha |
|
613 |
|
614 * wp-cache-phase2.php: Cache the output of is_* functions used by |
|
615 the plugin because $wp_query may be destroyed by the PHP |
|
616 destructor. See |
|
617 http://ocaoimh.ie/2012/01/04/wp-super-cache-bug-fixing-and-php-object-destruction/ |
|
618 |
|
619 2012-01-04 16:22 donncha |
|
620 |
|
621 * wp-cache.php: Removed unneeded debug log |
|
622 |
|
623 2012-01-04 16:04 donncha |
|
624 |
|
625 * wp-cache.php: Put preload taxonomy code within posts limit checks |
|
626 so it doesn't do extra preloads! |
|
627 |
|
628 2012-01-04 16:02 donncha |
|
629 |
|
630 * wp-cache.php: Check if number of posts is less than post limit so |
|
631 preload finishes without trying to do an extra 100 posts |
|
632 |
|
633 2012-01-04 16:01 donncha |
|
634 |
|
635 * wp-cache.php: Update preload counter before taxonomy preload so |
|
636 the admin page shows the preload action |
|
637 |
|
638 2012-01-04 16:00 donncha |
|
639 |
|
640 * wp-cache-phase2.php, wp-cache.php: Added lots more debugging - |
|
641 prune_super_cache and preload functions |
|
642 |
|
643 2012-01-04 11:56 donncha |
|
644 |
|
645 * plugins/wptouch.php: Make sure ua list is an array as it's stored |
|
646 as a string |
|
647 |
|
648 2012-01-04 10:26 donncha |
|
649 |
|
650 * wp-cache-phase2.php: Fixed minor typo in debug log message |
|
651 |
|
652 2012-01-04 10:20 donncha |
|
653 |
|
654 * wp-cache-phase2.php: Only write meta cache file if not using only |
|
655 supercache files. |
|
656 |
|
657 2012-01-04 10:16 donncha |
|
658 |
|
659 * wp-cache-phase2.php: Check if $wp_query is defined before |
|
660 checking for is_feed, is_search etc. |
|
661 |
|
662 2012-01-04 09:57 donncha |
|
663 |
|
664 * wp-cache-phase2.php: Correctly check if GET is empty for anon |
|
665 caching |
|
666 |
|
667 2012-01-04 09:08 donncha |
|
668 |
|
669 * plugins/searchengine.php: Update plugin admin page to match other |
|
670 plugins |
|
671 |
|
672 2012-01-04 00:03 donncha |
|
673 |
|
674 * wp-cache-phase2.php: Make sure we don't write anon files for GET |
|
675 requests, see |
|
676 http://wordpress.org/support/topic/plugin-wp-super-cache-my-page-2-is-randomly-redirecting-to-other-posts?replies=5 |
|
677 |
|
678 2012-01-03 23:58 donncha |
|
679 |
|
680 * wp-cache-phase2.php: Write meta file if user is not using |
|
681 supercacheonly or is not logged in, not AND. |
|
682 |
|
683 2012-01-03 18:14 donncha |
|
684 |
|
685 * wp-cache-phase2.php: Make sure a post is published before |
|
686 removing cache files. Props _ck_, see |
|
687 http://wordpress.org/support/topic/plugin-wp-super-cache-found-possible-bug-with-starting-new-post |
|
688 |
|
689 2012-01-03 18:08 donncha |
|
690 |
|
691 * plugins/wptouch.php, wp-cache-phase1.php, wp-cache.php: Added |
|
692 WPTouch plugin to modify browser list and prefix list and added |
|
693 support for exclude list in that plugin. |
|
694 |
|
695 2012-01-03 13:12 donncha |
|
696 |
|
697 * wp-cache.php: Use display text for scheduled interval. |
|
698 |
|
699 2012-01-03 11:02 donncha |
|
700 |
|
701 * ossdl-cdn.php: Make sure $arr_of_excludes is an array always to |
|
702 avoid stristr warning |
|
703 |
|
704 2011-12-22 13:16 donncha |
|
705 |
|
706 * wp-cache.php: Don't check the blog_id if the site isn't a |
|
707 multisite network. |
|
708 |
|
709 2011-12-22 12:39 donncha |
|
710 |
|
711 * wp-cache.php: Only show the "Delete Cache" link in the admin bar |
|
712 when caching off for known users |
|
713 |
|
714 2011-12-15 08:57 donncha |
|
715 |
|
716 * wp-cache.php: Make sure pages returned by cache tester are not |
|
717 error objects! |
|
718 |
|
719 2011-12-11 09:05 donncha |
|
720 |
|
721 * wp-cache.php: Delete index files rather than directory when |
|
722 deleting post supercache files. |
|
723 |
|
724 2011-12-11 09:04 donncha |
|
725 |
|
726 * wp-cache-phase2.php: Added another debug message |
|
727 |
|
728 2011-12-10 22:31 donncha |
|
729 |
|
730 * wp-cache-phase2.php: Add the cache age limit to the debug message |
|
731 when a cache file is deleted during GC |
|
732 |
|
733 2011-12-10 22:30 donncha |
|
734 |
|
735 * wp-cache-phase2.php: Filter the tags that are checked at the end |
|
736 of a web document with a 'wp_cache_eof_tags' filter. See |
|
737 http://wordpress.org/support/topic/plugin-wp-super-cache-feature-request-test-for-opening-xml-tag-in-wp_cache_get_ob?replies=4 |
|
738 |
|
739 2011-12-10 10:50 donncha |
|
740 |
|
741 * wp-cache.php: Fix schedule frequency form, |
|
742 http://wordpress.org/support/topic/plugin-wp-super-cache-garbage-collection-scheduler-interval-not-saved-always-hourly?replies=2 |
|
743 |
|
744 2011-12-10 10:02 donncha |
|
745 |
|
746 * wp-cache.php: Clear out wp-cache legacy files from root cache dir |
|
747 as well as blogs directories |
|
748 |
|
749 2011-12-10 10:01 donncha |
|
750 |
|
751 * readme.txt: Attempt to fix formatting of FAQ |
|
752 |
|
753 2011-12-06 17:04 donncha |
|
754 |
|
755 * wp-cache-phase1.php, wp-cache-phase2.php: Check if the rejected |
|
756 uri or ua is an array. |
|
757 |
|
758 2011-12-06 15:13 donncha |
|
759 |
|
760 * wp-super-cache.pot: Updated the translation file |
|
761 |
|
762 2011-12-06 12:44 donncha |
|
763 |
|
764 * wp-cache.php: Explain that cancelling a preload may take some |
|
765 time. |
|
766 |
|
767 2011-12-06 12:22 donncha |
|
768 |
|
769 * wp-cache.php: Move preload notifications around and added |
|
770 notification for taxonomy preload |
|
771 |
|
772 2011-12-05 20:42 donncha |
|
773 |
|
774 * readme.txt: Bump the WP version number. |
|
775 |
|
776 2011-12-05 18:01 donncha |
|
777 |
|
778 * readme.txt, wp-cache.php: Bump version to 1.0 |
|
779 |
|
780 2011-12-05 17:58 donncha |
|
781 |
|
782 * Changelog.txt: Updated changelog |
|
783 |
|
784 2011-12-05 17:56 donncha |
|
785 |
|
786 * wp-super-cache.pot: Updated the translation file |
|
787 |
|
788 2011-12-05 17:50 donncha |
|
789 |
|
790 * wp-cache.php: Added warning about preload mode to expiry settings |
|
791 form |
|
792 |
|
793 2011-12-05 16:58 donncha |
|
794 |
|
795 * wp-cache.php: Small changes to scheduling form. |
|
796 |
|
797 2011-12-05 11:18 donncha |
|
798 |
|
799 * readme.txt, wp-cache.php: Added FAQ for mobile plugins and |
|
800 changed text in settings page slightly |
|
801 |
|
802 2011-12-05 10:28 donncha |
|
803 |
|
804 * readme.txt, wp-cache.php: Removed AddDefaultCharset and added |
|
805 note to readme.txt, see |
|
806 http://wordpress.org/support/topic/plugin-wp-super-cache-please-please-please-leave-adddefaultcharset-out-of-htaccess?replies=3 |
|
807 |
|
808 2011-12-01 15:48 donncha |
|
809 |
|
810 * wp-super-cache.pot: Updated translation file |
|
811 |
|
812 2011-11-30 17:57 donncha |
|
813 |
|
814 * wp-cache-phase1.php, wp-cache.php: Fix for blogs that use a |
|
815 folder install and don't have a trailing slash. See |
|
816 http://wordpress.org/support/topic/plugin-wp-super-cache-one-of-the-root-causes-of-the-timestamps-difference |
|
817 |
|
818 2011-11-30 11:42 donncha |
|
819 |
|
820 * wp-cache-phase2.php, wp-cache.php: Set these scheduling variables |
|
821 |
|
822 2011-11-29 12:09 donncha |
|
823 |
|
824 * wp-cache-phase2.php: Cast the number of deleted files and |
|
825 directories as an int, because false !== 0 |
|
826 |
|
827 2011-11-29 10:49 donncha |
|
828 |
|
829 * wp-cache.php: Minor text change, props talgalili |
|
830 |
|
831 2011-11-29 09:41 donncha |
|
832 |
|
833 * wp-cache.php: Minor text changes, fixes to labels |
|
834 |
|
835 2011-11-29 09:34 donncha |
|
836 |
|
837 * wp-cache-phase2.php: Record how many files were deleted by cron |
|
838 job |
|
839 |
|
840 2011-11-28 22:39 donncha |
|
841 |
|
842 * wp-cache-phase2.php, wp-cache.php: Revamped scheduling of garbage |
|
843 collection system. WIP. |
|
844 |
|
845 2011-11-24 17:57 donncha |
|
846 |
|
847 * wp-cache.php: Added an admin bar link to delete the cache for the |
|
848 current page, but only if no caching for known users. |
|
849 |
|
850 2011-11-23 17:13 donncha |
|
851 |
|
852 * readme.txt: Added more troubleshooting tips |
|
853 |
|
854 2011-11-21 11:30 donncha |
|
855 |
|
856 * wp-super-cache.pot: Updated translation file |
|
857 |
|
858 2011-11-21 10:37 donncha |
|
859 |
|
860 * wp-cache.php: Ooops, don't forget Stephen here too! |
|
861 |
|
862 2011-11-21 10:27 donncha |
|
863 |
|
864 * wp-cache.php: Digg is old hat, it's Stephen Fry now. |
|
865 |
|
866 2011-10-26 17:29 donncha |
|
867 |
|
868 * readme.txt: Updated translation credits |
|
869 |
|
870 2011-10-26 17:25 donncha |
|
871 |
|
872 * languages/wp-super-cache-ru_RU.mo, |
|
873 languages/wp-super-cache-ru_RU.po: Updated Russian translation by |
|
874 Elvis |
|
875 |
|
876 2011-10-26 17:23 donncha |
|
877 |
|
878 * wp-super-cache.pot: Updated translation file |
|
879 |
|
880 2011-10-26 17:21 donncha |
|
881 |
|
882 * languages/wp-super-cache-zh_TW.mo, |
|
883 languages/wp-super-cache-zh_TW.po: Updated translation, props |
|
884 Priv |
|
885 |
|
886 2011-10-26 17:16 donncha |
|
887 |
|
888 * languages/wp-super-cache-ro_RO.mo, |
|
889 languages/wp-super-cache-ro_RO.po: Added Romanian translation, |
|
890 props Michail Bogdanov, http://www.webhostinghub.com/ |
|
891 |
|
892 2011-10-26 17:10 donncha |
|
893 |
|
894 * languages/wp-super-cache-be_BY.mo, |
|
895 languages/wp-super-cache-be_BY.po: Added Belarusian translation, |
|
896 props Alexander Alexandrov, http://www.designcontest.com/ |
|
897 |
|
898 2011-10-26 17:02 donncha |
|
899 |
|
900 * languages/wp-super-cache-lt_LT.mo, |
|
901 languages/wp-super-cache-lt_LT.po: Added Lithuanian translation, |
|
902 props Nata Strazda, www.webhostingrating.com |
|
903 |
|
904 2011-10-26 16:41 donncha |
|
905 |
|
906 * wp-cache-phase2.php: Revert [66003] so supercache files are |
|
907 cleared always. http://plugins.trac.wordpress.org/changeset/66003 |
|
908 |
|
909 2011-10-26 16:24 donncha |
|
910 |
|
911 * wp-cache-phase2.php: Remove $permalink, as $dir already has the |
|
912 permalink, props Alex Bitsche |
|
913 |
|
914 2011-10-24 17:10 donncha |
|
915 |
|
916 * wp-cache-phase2.php: Delete the cached file in the right |
|
917 directory. Props Alex Bitsche. |
|
918 |
|
919 2011-10-20 15:08 donncha |
|
920 |
|
921 * wp-cache.php: Colour code the cache tester results |
|
922 |
|
923 2011-10-19 12:01 donncha |
|
924 |
|
925 * wp-cache.php: Preload all post types except for revisions and nav |
|
926 menu items |
|
927 |
|
928 2011-10-19 11:15 donncha |
|
929 |
|
930 * wp-cache.php: * Populate preload counter if not set. |
|
931 * Preload 50 taxonomy pages at a time rather than 10 |
|
932 * Push current taxonomy page into permalink text file |
|
933 |
|
934 2011-10-18 17:05 donncha |
|
935 |
|
936 * wp-cache.php: Preload can now preload taxonomies, use |
|
937 'wp_cache_preload_taxonomies' filter to change taxonomies. |
|
938 |
|
939 2011-10-18 15:31 donncha |
|
940 |
|
941 * readme.txt: Minor typo fix and added a new FAQ: "What does the |
|
942 Cache Rebuild feature do?" |
|
943 |
|
944 2011-10-11 16:48 donncha |
|
945 |
|
946 * wp-cache.php: Make the file listing wider |
|
947 |
|
948 2011-10-11 16:47 donncha |
|
949 |
|
950 * wp-cache.php: Correct the "Hide list" link |
|
951 |
|
952 2011-10-11 16:43 donncha |
|
953 |
|
954 * wp-cache.php: Regenerate the list of files correctly. |
|
955 |
|
956 2011-10-11 16:13 donncha |
|
957 |
|
958 * wp-cache-phase2.php: Hide preg_match warnings like |
|
959 http://wordpress.org/support/topic/plugin-wp-super-cache-errors-shown-at-top-of-cached-pages?replies=6 |
|
960 |
|
961 2011-10-11 16:00 donncha |
|
962 |
|
963 * wp-cache-phase2.php: Make "Page not cached message a bit clearer" |
|
964 |
|
965 2011-09-09 08:26 donncha |
|
966 |
|
967 * wp-cache.php: Fix empty date param, props hew, fixes |
|
968 http://plugins.trac.wordpress.org/ticket/1378 |
|
969 |
|
970 2011-08-29 14:35 donncha |
|
971 |
|
972 * wp-cache.php: Added docs suggesting what to do when cache tester |
|
973 doesn't work. |
|
974 |
|
975 2011-07-27 17:30 donncha |
|
976 |
|
977 * languages/wp-super-cache-ua_UA.mo, |
|
978 languages/wp-super-cache-ua_UA.po, readme.txt: Added Ukranian |
|
979 translation, props Alyona Lompar. |
|
980 |
|
981 2011-07-25 11:13 donncha |
|
982 |
|
983 * wp-cache-phase1.php: Allow previews by logged in users, even when |
|
984 they're made anon on the blog. |
|
985 |
|
986 2011-07-22 15:42 donncha |
|
987 |
|
988 * wp-cache-phase1.php, wp-cache.php: Make it "known users" rather |
|
989 than logged in users, and interrogate $_COOKIE directly |
|
990 |
|
991 2011-07-22 15:10 donncha |
|
992 |
|
993 * wp-cache-phase1.php, wp-cache.php: Added option to make logged in |
|
994 users anonymous so they're served static cached files. Props |
|
995 DrEmixam, |
|
996 http://wordpress.org/support/topic/plugin-wp-super-cache-not-caching-pages-for-logged-in-users-1 |
|
997 |
|
998 2011-07-20 11:29 donncha |
|
999 |
|
1000 * readme.txt: Bump tested and requried versions. |
|
1001 |
|
1002 2011-07-20 11:25 donncha |
|
1003 |
|
1004 * wp-cache-base.php, wp-cache-config-sample.php: Update multisite |
|
1005 detection to 3.0 standards. Fixes caching of XML sitemaps |
|
1006 |
|
1007 2011-07-15 09:49 donncha |
|
1008 |
|
1009 * ossdl-cdn.php: Generate hash keys so files are served from the |
|
1010 same CDN on multisite networks. |
|
1011 |
|
1012 2011-07-13 12:55 donncha |
|
1013 |
|
1014 * wp-cache-phase2.php, wp-cache.php: * On multisite networks add a |
|
1015 new button "Delete cache on all blogs" for superadmins. |
|
1016 * Deleting cache now only deletes cache for that blog |
|
1017 |
|
1018 2011-07-12 06:13 donncha |
|
1019 |
|
1020 * wp-cache.php: Put ' around the cache secret key, props Simon |
|
1021 Prosser. |
|
1022 |
|
1023 2011-07-11 16:51 donncha |
|
1024 |
|
1025 * wp-cache-phase1.php, wp-cache.php: Added "donotcachepage" GET |
|
1026 parameter to disable cache on page. |
|
1027 |
|
1028 2011-07-11 15:49 donncha |
|
1029 |
|
1030 * wp-cache-phase2.php, wp-cache.php: Added support for is_author() |
|
1031 exclusion |
|
1032 |
|
1033 2011-07-11 15:41 donncha |
|
1034 |
|
1035 * wp-cache-phase2.php: Only rebuild the current url, or the |
|
1036 homepage will never be updated |
|
1037 |
|
1038 2011-07-11 14:52 donncha |
|
1039 |
|
1040 * wp-cache-phase1.php, wp-cache-phase2.php: * Added |
|
1041 get_supercache_dir() and modified get_all_supercache_filenames() |
|
1042 to take a directory name. |
|
1043 * get_all_supercache_filenames() now scans the given directory |
|
1044 for index files. |
|
1045 * Scan root dir for rebuild files now |
|
1046 |
|
1047 2011-07-01 08:32 donncha |
|
1048 |
|
1049 * readme.txt: Added link to codex page on permissions, props |
|
1050 Ipstenu |
|
1051 |
|
1052 2011-06-30 13:07 donncha |
|
1053 |
|
1054 * readme.txt: Added new faq, "How many pages can I cache?" |
|
1055 |
|
1056 2011-06-27 09:29 donncha |
|
1057 |
|
1058 * wp-cache-phase2.php: Fix for when strlen() doesn't work on binary |
|
1059 data. See |
|
1060 http://wordpress.org/support/topic/plugin-wp-super-cache-patch-strlen-vs-utf8-mbstringfunc_overload-2 |
|
1061 |
|
1062 2011-06-17 08:45 donncha |
|
1063 |
|
1064 * wp-cache-phase1.php: Fix cache action array check, see |
|
1065 http://wordpress.org/support/topic/plugin-wp-super-cache-bug-report?replies=3#post-2171915 |
|
1066 |
|
1067 2011-06-03 15:32 donncha |
|
1068 |
|
1069 * wp-cache-phase1.php: Added "cache_init" action that fires on |
|
1070 every page, uncached or PHP cached. |
|
1071 |
|
1072 2011-05-24 15:52 donncha |
|
1073 |
|
1074 * wp-cache.php: Remove duplicate / from rewrite rules and display |
|
1075 diff of rules when they're different. |
|
1076 |
|
1077 2011-05-24 10:48 donncha |
|
1078 |
|
1079 * wp-cache.php: Don't stop the settings page when wp-cron.php is |
|
1080 missing. |
|
1081 |
|
1082 2011-05-06 17:00 donncha |
|
1083 |
|
1084 * wp-cache-phase1.php, wp-cache-phase2.php: Allow mobile check to |
|
1085 modify supercache index.html filename rather than cache key |
|
1086 |
|
1087 2011-05-06 15:00 donncha |
|
1088 |
|
1089 * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Add a |
|
1090 string to the index.html instead of using a new directory |
|
1091 |
|
1092 2011-04-28 09:51 donncha |
|
1093 |
|
1094 * wp-cache.php: Added lowercase root directory in supercache dir in |
|
1095 .htaccess rules. Fixes |
|
1096 http://wordpress.org/support/topic/plugin-wp-super-cache-mod_rewrite-caching-fails-if-wp-is-in-sub-directory-with-upper-case-letters?replies=4 |
|
1097 I hope |
|
1098 |
|
1099 2011-04-27 15:08 donncha |
|
1100 |
|
1101 * wp-cache.php: heck perms of ABSPATH in case webserver has write |
|
1102 access anyway. |
|
1103 |
|
1104 2011-04-25 09:49 donncha |
|
1105 |
|
1106 * wp-cache.php: Handle problems with the cache tester before trying |
|
1107 to save the failed page. |
|
1108 |
|
1109 2011-04-23 19:01 donncha |
|
1110 |
|
1111 * ossdl-cdn.php: If cdn url is blank then don't try to rewrite |
|
1112 urls. Possible fix for |
|
1113 http://wordpress.org/support/topic/plugin-wp-super-cache-ossdl-cdn-off-linker-not-working-from-super-cache?replies=5 |
|
1114 |
|
1115 2011-03-30 18:03 donncha |
|
1116 |
|
1117 * wp-cache.php: Convert directory permsissions to octal and make |
|
1118 sure group and world aren't writable if directory is writable. |
|
1119 Fixes http://plugins.trac.wordpress.org/ticket/1291 |
|
1120 |
|
1121 2011-03-30 14:11 donncha |
|
1122 |
|
1123 * wp-cache-phase1.php, wp-cache-phase2.php: Use supercache base |
|
1124 dirs in wp_cache_post_id_gc() too |
|
1125 |
|
1126 2011-03-21 16:10 donncha |
|
1127 |
|
1128 * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Support |
|
1129 more than 1 supercache directory, props Simon Wheatley |
|
1130 http://wordpress.org/support/topic/patch-allowing-multiple-static-cache-dirs-for-wp-super-cache |
|
1131 |
|
1132 2011-03-21 14:10 donncha |
|
1133 |
|
1134 * wp-cache-phase1.php, wp-cache.php: Added support for http and |
|
1135 https caching, props 0blivian, see |
|
1136 http://wordpress.org/support/topic/wp-super-cache-protocol-aware-caching-patch?replies=3 |
|
1137 |
|
1138 2011-03-15 11:07 donncha |
|
1139 |
|
1140 * readme.txt, wp-cache-phase1.php, wp-cache.php: Change expiry of |
|
1141 html files from 300 seconds to 3 seconds |
|
1142 |
|
1143 2011-03-15 11:02 donncha |
|
1144 |
|
1145 * wp-cache-phase1.php: Don't issue 304 headers for known users to |
|
1146 avoid problems when people logout. See |
|
1147 http://wordpress.org/support/topic/plugin-wp-super-cache-logged-in-but-actually-not/page/2?replies=33#post-1998397 |
|
1148 |
|
1149 2011-03-01 19:47 donncha |
|
1150 |
|
1151 * wp-cache-phase1.php: Make uri lowercase, not filesystem path |
|
1152 because the FS is case sensitive |
|
1153 |
|
1154 2011-03-01 19:02 donncha |
|
1155 |
|
1156 * wp-cache-phase2.php: Remember to create the cache directory, in |
|
1157 legacy mode or supercache mode! |
|
1158 |
|
1159 2011-02-28 22:18 donncha |
|
1160 |
|
1161 * readme.txt, wp-cache.php: Bump version to 0.9.9.9 |
|
1162 |
|
1163 2011-02-28 22:10 donncha |
|
1164 |
|
1165 * readme.txt: Minor typo |
|
1166 |
|
1167 2011-02-28 22:09 donncha |
|
1168 |
|
1169 * wp-super-cache.pot: updated translation file |
|
1170 |
|
1171 2011-02-27 12:15 donncha |
|
1172 |
|
1173 * wp-cache.php: Fixed typo in permissions message. |
|
1174 |
|
1175 2011-02-24 16:48 donncha |
|
1176 |
|
1177 * languages/wp-super-cache-de_DE.mo, |
|
1178 languages/wp-super-cache-de_DE.po: Updated German translation, |
|
1179 props Mathias Roth (http://trade-service.eu) |
|
1180 |
|
1181 2011-02-24 10:23 donncha |
|
1182 |
|
1183 * languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po: |
|
1184 Updated Japanese translation, props Tai, http://tekapo.com |
|
1185 |
|
1186 2011-02-23 18:47 donncha |
|
1187 |
|
1188 * Changelog.txt: Updated changelog |
|
1189 |
|
1190 2011-02-23 18:38 donncha |
|
1191 |
|
1192 * readme.txt: Added changelog, and translation credits |
|
1193 |
|
1194 2011-02-23 18:36 donncha |
|
1195 |
|
1196 * languages/wp-super-cache-sv_SE.mo, |
|
1197 languages/wp-super-cache-sv_SE.po: Added Swedish translation, |
|
1198 props Fredrik Forséll |
|
1199 |
|
1200 2011-02-23 18:32 donncha |
|
1201 |
|
1202 * languages/wp-super-cache-ru_RU.mo, |
|
1203 languages/wp-super-cache-ru_RU.po: Added Russian translation, |
|
1204 props Elvis Fweb (http://fweb.org.ru/blog/super-cache-rus) |
|
1205 |
|
1206 2011-02-23 18:17 donncha |
|
1207 |
|
1208 * languages/wp-super-cache-tr_TR.mo, |
|
1209 languages/wp-super-cache-tr_TR.po: Added Turkish translation, |
|
1210 props Barış Ünver |
|
1211 |
|
1212 2011-02-23 18:00 donncha |
|
1213 |
|
1214 * wp-super-cache.pot: Updated translation file |
|
1215 |
|
1216 2011-02-23 17:56 donncha |
|
1217 |
|
1218 * languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po: |
|
1219 Updated Japanese translation, props Tai. http://tekapo.com |
|
1220 |
|
1221 2011-02-19 09:51 donncha |
|
1222 |
|
1223 * readme.txt: Added FAQ about load spikes |
|
1224 |
|
1225 2011-01-26 11:42 donncha |
|
1226 |
|
1227 * wp-cache-phase2.php: Remove the 5 second old check on existing |
|
1228 cache files as it may cause problems on pages with frequent |
|
1229 comments |
|
1230 |
|
1231 2011-01-25 21:23 donncha |
|
1232 |
|
1233 * ossdl-cdn.php: Add osscdl option to skip https loaded static |
|
1234 content, see |
|
1235 http://wordpress.org/support/topic/plugin-wp-super-cache-toggle-for-conditional-cdn-for-sites-with-some-ssl-https-content?replies=3 |
|
1236 |
|
1237 2011-01-25 20:40 donncha |
|
1238 |
|
1239 * wp-cache-phase2.php: If caching disabled leave a html comment at |
|
1240 the end of the page. Remove a caching check that's no longer |
|
1241 needed |
|
1242 |
|
1243 2011-01-25 20:27 donncha |
|
1244 |
|
1245 * wp-cache-phase1.php: Make the supercachedir lowercase to avoid |
|
1246 problems with unicode characters. See |
|
1247 http://wordpress.org/support/topic/plugin-wp-super-cache-not-deleting-cache-on-comment-post |
|
1248 and |
|
1249 http://wordpress.org/support/topic/plugin-wp-super-cache-still-not-corrected-bug-about-unicode-range-letters-in-permalink |
|
1250 |
|
1251 2011-01-18 16:08 donncha |
|
1252 |
|
1253 * readme.txt, wp-cache.php: Added link to |
|
1254 http://codex.wordpress.org/Changing_File_Permissions where |
|
1255 permissions need to be changed, see |
|
1256 http://wordpress.org/support/topic/wp-super-cache-getting-warning-message, |
|
1257 props Samuel B |
|
1258 |
|
1259 2011-01-18 15:59 donncha |
|
1260 |
|
1261 * wp-cache-phase1.php: Cache get_current_url_supercache_dir() as |
|
1262 it's called several times during a request. |
|
1263 |
|
1264 2011-01-17 16:29 donncha |
|
1265 |
|
1266 * wp-cache.php: Show mod_rewrite rules even when WordPress rules |
|
1267 are not detected. |
|
1268 http://wordpress.org/support/topic/plugin-wp-super-cache-module-is-painful-to-use-if-you-dont-use-htaccess?replies=4#post-1890602 |
|
1269 |
|
1270 2011-01-17 13:35 donncha |
|
1271 |
|
1272 * wp-cache.php: Show the right url to older MU sites, props Raphaël |
|
1273 Hertzog, |
|
1274 http://twitter.com/#!/raphaelhertzog/statuses/26993300657414145 |
|
1275 |
|
1276 2011-01-11 11:33 donncha |
|
1277 |
|
1278 * wp-cache-phase2.php: If we're serving a feed we always want to |
|
1279 cache that. |
|
1280 |
|
1281 2011-01-10 12:13 donncha |
|
1282 |
|
1283 * languages/wp-super-cache-de_DE.mo, |
|
1284 languages/wp-super-cache-de_DE.po: Updated German translation by |
|
1285 Mathias Roth |
|
1286 |
|
1287 2011-01-10 12:09 donncha |
|
1288 |
|
1289 * ossdl-cdn.php: If an image appears more than once on a page serve |
|
1290 it from the same CDN hostname. See |
|
1291 http://wordpress.org/support/topic/plugin-wp-super-cache-start-page-and-rejected-user-agent?replies=3 |
|
1292 |
|
1293 2011-01-07 17:04 donncha |
|
1294 |
|
1295 * wp-cache.php: Make sure to use is_front_page(), the function. |
|
1296 Props Backie. |
|
1297 http://wordpress.org/support/topic/plugin-wp-super-cache-wp_cache_is_home-always-true?replies=2#post-1873743 |
|
1298 |
|
1299 2011-01-07 12:24 donncha |
|
1300 |
|
1301 * uninstall.php: No need for this uninstall script any more! |
|
1302 |
|
1303 2011-01-07 12:20 donncha |
|
1304 |
|
1305 * readme.txt: Bump the tested version |
|
1306 |
|
1307 2011-01-07 12:07 donncha |
|
1308 |
|
1309 * readme.txt: Minor typo |
|
1310 |
|
1311 2011-01-07 12:02 donncha |
|
1312 |
|
1313 * Changelog.txt: Updated changelog |
|
1314 |
|
1315 2011-01-06 17:37 donncha |
|
1316 |
|
1317 * wp-cache.php: Print the text, not __() it, and check if rewrite |
|
1318 rules in .htaccess are present before emailing user about it. |
|
1319 |
|
1320 2011-01-06 13:21 donncha |
|
1321 |
|
1322 * Changelog.txt: Updated changelog |
|
1323 |
|
1324 2011-01-06 13:13 donncha |
|
1325 |
|
1326 * readme.txt: Updated docs |
|
1327 |
|
1328 2011-01-06 12:12 donncha |
|
1329 |
|
1330 * readme.txt: Minor changes to docs |
|
1331 |
|
1332 2011-01-06 10:03 donncha |
|
1333 |
|
1334 * readme.txt, wp-cache.php: Tagged version 0.9.9.8 |
|
1335 |
|
1336 2011-01-05 15:02 donncha |
|
1337 |
|
1338 * Changelog.txt, readme.txt: Updated changelogs |
|
1339 |
|
1340 2011-01-05 14:54 donncha |
|
1341 |
|
1342 * wp-super-cache.pot: Updated pot file |
|
1343 |
|
1344 2011-01-05 14:51 donncha |
|
1345 |
|
1346 * ossdl-cdn.php, wp-cache.php: Fixed link to CDN Sync support |
|
1347 forum. |
|
1348 |
|
1349 2011-01-05 13:37 donncha |
|
1350 |
|
1351 * wp-super-cache.pot: Updated pot file. |
|
1352 |
|
1353 2011-01-05 13:32 donncha |
|
1354 |
|
1355 * ossdl-cdn.php, wp-cache.php: Link to the CDN Sync tool from the |
|
1356 Easy settings page too |
|
1357 |
|
1358 2011-01-05 13:15 donncha |
|
1359 |
|
1360 * ossdl-cdn.php: Link to CDN Sync Tool on CDN page. |
|
1361 |
|
1362 2011-01-05 11:50 donncha |
|
1363 |
|
1364 * Changelog.txt: Updated changelog |
|
1365 |
|
1366 2011-01-05 11:46 donncha |
|
1367 |
|
1368 * wp-cache-phase1.php, wp-cache.php: Remove log by email |
|
1369 functionality. It cases problems for users when they get too much |
|
1370 email |
|
1371 |
|
1372 2011-01-05 11:45 donncha |
|
1373 |
|
1374 * wp-cache-phase2.php: Warn user by debug log if cache expiry is |
|
1375 zero and therefore no garbage collection |
|
1376 |
|
1377 2011-01-04 15:22 donncha |
|
1378 |
|
1379 * languages/wp-super-cache-zh_TW.mo, |
|
1380 languages/wp-super-cache-zh_TW.po: Updated Traditional Chinese |
|
1381 translation |
|
1382 |
|
1383 2011-01-04 12:49 donncha |
|
1384 |
|
1385 * wp-cache.php: Added an extra space to make selecting chmod |
|
1386 command easier. |
|
1387 |
|
1388 2011-01-04 12:48 donncha |
|
1389 |
|
1390 * wp-cache.php: Flush the rewrite rules after uninstalling. Props |
|
1391 @nacin, http://ocaoimh.ie/uninstall-supercache/ |
|
1392 |
|
1393 2011-01-04 12:42 donncha |
|
1394 |
|
1395 * wp-cache.php: Make uninstall warnings clearer and easier to read, |
|
1396 hopefully |
|
1397 |
|
1398 2010-12-22 16:22 donncha |
|
1399 |
|
1400 * wp-cache.php: Cast $lines as array to avoid warnings arising from |
|
1401 empty config files. |
|
1402 |
|
1403 2010-12-22 12:00 donncha |
|
1404 |
|
1405 * wp-cache.php: Remove .htaccess rules if they match the ones in |
|
1406 the plugin, else email the blog admin that there's a problem. |
|
1407 |
|
1408 2010-12-21 14:26 donncha |
|
1409 |
|
1410 * readme.txt: Updated docs to reflect changes to caching modes and |
|
1411 uninstall instructions |
|
1412 |
|
1413 2010-12-21 12:52 donncha |
|
1414 |
|
1415 * wp-cache.php: Let's tidy up and add some space |
|
1416 |
|
1417 2010-12-21 12:44 donncha |
|
1418 |
|
1419 * wp-cache.php: * Added code to remove plugin files when plugin |
|
1420 deactivated. |
|
1421 * Show cache contents even when caching is disabled. |
|
1422 * Minor fixes |
|
1423 |
|
1424 2010-12-21 12:17 donncha |
|
1425 |
|
1426 * wp-cache.php: Fixed easy page "Update Status" button, it was |
|
1427 triggering the cache tester |
|
1428 |
|
1429 2010-12-20 15:26 donncha |
|
1430 |
|
1431 * wp-cache.php: Put cache tester and delete buttons on the "Easy" |
|
1432 setup page. |
|
1433 |
|
1434 2010-12-20 14:43 donncha |
|
1435 |
|
1436 * wp-cache-phase1.php: Allow functions in classes to be used in |
|
1437 cacheactions. Props exz, |
|
1438 http://wordpress.org/support/topic/plugin-wp-super-cache-use-function-in-a-class-with-add_cacheaction?replies=1 |
|
1439 |
|
1440 2010-12-17 18:32 donncha |
|
1441 |
|
1442 * wp-cache.php: Show Settings->Super Cache page to super admins to |
|
1443 preserve old links |
|
1444 |
|
1445 2010-12-17 16:47 donncha |
|
1446 |
|
1447 * wp-cache-phase2.php, wp-cache.php: Added option to enable front |
|
1448 page cache checks and enable by default. |
|
1449 |
|
1450 2010-12-17 16:04 donncha |
|
1451 |
|
1452 * wp-cache-phase1.php: Print compression comment on cached dynamic |
|
1453 pages |
|
1454 |
|
1455 2010-12-17 14:13 donncha |
|
1456 |
|
1457 * wp-cache-phase2.php: Gzip the dynamic cached page before we serve |
|
1458 the first user to visit a page. |
|
1459 |
|
1460 2010-12-17 14:10 donncha |
|
1461 |
|
1462 * wp-cache-phase1.php: Use the plugin $cache_compression settings |
|
1463 to determine if gzipped dynamic cached files should be served or |
|
1464 not. |
|
1465 |
|
1466 2010-12-17 13:04 donncha |
|
1467 |
|
1468 * wp-cache-phase1.php: Sometimes "zlib.output_compression" is set |
|
1469 to "off" rather than 0, check for "on" to make sure we don't |
|
1470 disable compression accidentally. |
|
1471 |
|
1472 2010-12-15 12:42 donncha |
|
1473 |
|
1474 * wp-cache-phase1.php: CHeck if PHP is using zlib compression |
|
1475 already before compressing dynamic pages |
|
1476 |
|
1477 2010-12-15 12:37 donncha |
|
1478 |
|
1479 * wp-cache-phase1.php: Use "ob_gzhandler" to compress dynamic pages |
|
1480 on the fly if supported, see |
|
1481 http://wordpress.org/support/topic/plugin-wp-super-cache-suggestion-mod_rewrite-mode-with-legacy-fallback?replies=8#post-1837856 |
|
1482 |
|
1483 2010-12-15 12:27 donncha |
|
1484 |
|
1485 * wp-cache.php: Updated patch to support 1and1 webhosting, see |
|
1486 http://wordpress.org/support/topic/plugin-wp-super-cache-how-to-get-mod_rewrite-working-on-1and1-shared-hosting?replies=6#post-1837843 |
|
1487 |
|
1488 2010-12-15 07:20 donncha |
|
1489 |
|
1490 * wp-cache-phase2.php: oops, left some debug code in! |
|
1491 |
|
1492 2010-12-14 14:56 donncha |
|
1493 |
|
1494 * wp-cache.php: Regenerate the cache stats when the cache is |
|
1495 deleted |
|
1496 |
|
1497 2010-12-14 14:34 donncha |
|
1498 |
|
1499 * wp-cache.php: Minor typo fixed. |
|
1500 |
|
1501 2010-12-14 13:38 donncha |
|
1502 |
|
1503 * wp-cache-phase1.php, wp-cache-phase2.php: First pass at using |
|
1504 supercache files to store "dynamic pages". See |
|
1505 http://wordpress.org/support/topic/plugin-wp-super-cache-suggestion-mod_rewrite-mode-with-legacy-fallback?replies=5 |
|
1506 |
|
1507 2010-12-14 10:48 donncha |
|
1508 |
|
1509 * wp-cache.php: Hopefully fix problems with 1and1 hosting as they |
|
1510 use /kunden/ in their path, see |
|
1511 http://wordpress.org/support/topic/plugin-wp-super-cache-how-to-get-mod_rewrite-working-on-1and1-shared-hosting, |
|
1512 props reviewmylife |
|
1513 |
|
1514 2010-12-13 18:52 donncha |
|
1515 |
|
1516 * wp-cache.php: For the purposes of our checks, home is / or |
|
1517 wherever the blog lives, not in the paged content. |
|
1518 |
|
1519 2010-12-13 18:38 donncha |
|
1520 |
|
1521 * wp-cache.php: Call the correct function on template_redirect to |
|
1522 set the is_home cache. |
|
1523 |
|
1524 2010-12-13 17:30 donncha |
|
1525 |
|
1526 * languages/wp-super-cache-de_DE.mo, |
|
1527 languages/wp-super-cache-de_DE.po: Updated German translation, |
|
1528 props Mathias, |
|
1529 http://wordpress.org/support/topic/plugin-wp-super-cache-can-i-help-to-improve-language-file?replies=11#post-1829165 |
|
1530 |
|
1531 2010-12-13 15:54 donncha |
|
1532 |
|
1533 * wp-cache-phase2.php, wp-cache.php: Cache is_home and |
|
1534 is_front_page in $wp_cache_is_home because they may not work on |
|
1535 PHP shutdown. See |
|
1536 http://wordpress.org/support/topic/plugin-wp-super-cache-not-writing-another-page-to-front-page-cache?replies=8 |
|
1537 |
|
1538 2010-12-09 13:34 donncha |
|
1539 |
|
1540 * wp-super-cache.pot: Updated pot file for translation |
|
1541 |
|
1542 2010-12-09 13:31 donncha |
|
1543 |
|
1544 * languages/wp-super-cache-de_DE.mo, |
|
1545 languages/wp-super-cache-de_DE.po: Updated German translation, |
|
1546 props Mathias (http://trade-service.biz/) |
|
1547 |
|
1548 2010-12-09 12:28 donncha |
|
1549 |
|
1550 * ossdl-cdn.php: Added multiple CNAME support to CDN functionality |
|
1551 (props David Ward) and add translation strings |
|
1552 |
|
1553 2010-12-07 16:00 donncha |
|
1554 |
|
1555 * plugins/badbehaviour.php: Fixed admin form on Bad Behavior plugin |
|
1556 |
|
1557 2010-11-30 12:08 donncha |
|
1558 |
|
1559 * ossdl-cdn.php, wp-cache-config-sample.php: Allow CDN support to |
|
1560 be switched off, see |
|
1561 http://wordpress.org/support/topic/plugin-wp-super-cache-wp_supercache-problem-with-sharedaddy-shareandfollow?replies=6 |
|
1562 |
|
1563 2010-11-29 15:55 donncha |
|
1564 |
|
1565 * wp-cache.php: Add Supercache menu item on network admin menu, |
|
1566 WordPress 3.1 |
|
1567 |
|
1568 2010-11-29 11:24 donncha |
|
1569 |
|
1570 * wp-cache.php: Silently fail when the config file is missing and |
|
1571 we try to update it. Only happens when the settings page is first |
|
1572 loaded. |
|
1573 http://wordpress.org/support/topic/plugin-wp-super-cache-warning-invalid-argument-supplied-for-foreach?replies=3 |
|
1574 |
|
1575 2010-11-26 12:25 donncha |
|
1576 |
|
1577 * wp-cache-phase2.php: There's no need to write meta files when |
|
1578 we're not caching for logged in users! |
|
1579 |
|
1580 2010-11-26 11:31 donncha |
|
1581 |
|
1582 * advanced-cache.php, wp-cache.php: Define the constant |
|
1583 "ADVANCEDCACHEPROBLEM" if wp-cache-phase1.php can't be loaded and |
|
1584 report it on the dashboard. See |
|
1585 http://thehoneymonster.com/2010/10/wp-super-cache-oopsiedoodle/ |
|
1586 |
|
1587 2010-11-26 10:03 donncha |
|
1588 |
|
1589 * wp-cache.php: Fixed translation domain on string, props Priv, |
|
1590 http://wordpress.org/support/topic/plugin-wp-super-cache-can-i-help-to-improve-language-file?replies=6 |
|
1591 |
|
1592 2010-11-24 09:55 donncha |
|
1593 |
|
1594 * wp-cache.php: Preload pages as well as posts, see |
|
1595 http://wordpress.org/support/topic/plugin-wp-super-cache-pages-are-not-cached-in-preload-mode?replies=2 |
|
1596 |
|
1597 2010-11-23 20:37 donncha |
|
1598 |
|
1599 * languages/wp-super-cache-it_IT.mo, |
|
1600 languages/wp-super-cache-it_IT.po: Updated Italian translation, |
|
1601 props Gianni |
|
1602 |
|
1603 2010-11-23 13:48 donncha |
|
1604 |
|
1605 * readme.txt, wp-cache.php: Bump version to 0.9.9.7 |
|
1606 |
|
1607 2010-11-23 13:45 donncha |
|
1608 |
|
1609 * Changelog.txt: Updated changelog |
|
1610 |
|
1611 2010-11-23 13:38 donncha |
|
1612 |
|
1613 * wp-cache-phase1.php: Check if there are any actions before |
|
1614 processing a cacheaction(), see |
|
1615 http://wordpress.org/support/topic/plugin-wp-super-cache-wp-admin-problem?replies=2 |
|
1616 |
|
1617 2010-11-23 13:29 donncha |
|
1618 |
|
1619 * wp-cache.php: Change preload limits and increase steps for |
|
1620 smaller preloads - |
|
1621 http://wordpress.org/support/topic/plugin-wp-super-cache-how-do-i-cache-the-newest?replies=3 |
|
1622 |
|
1623 2010-11-23 13:03 donncha |
|
1624 |
|
1625 * readme.txt: Minor changes to documentation |
|
1626 |
|
1627 2010-11-23 12:51 donncha |
|
1628 |
|
1629 * readme.txt: Updated docs for MU/MS |
|
1630 |
|
1631 2010-11-23 12:43 donncha |
|
1632 |
|
1633 * readme.txt: Added a link to Priv's credit for translation |
|
1634 |
|
1635 2010-11-23 12:41 donncha |
|
1636 |
|
1637 * languages/wp-super-cache-zh_TW.mo, |
|
1638 languages/wp-super-cache-zh_TW.po: Updated translation file by |
|
1639 Priv (http://priv.tw/blog) |
|
1640 |
|
1641 2010-11-22 17:44 donncha |
|
1642 |
|
1643 * readme.txt: Credit priv with updated Traditional Chinese |
|
1644 translation. |
|
1645 |
|
1646 2010-11-22 17:41 donncha |
|
1647 |
|
1648 * languages/wp-super-cache-zh_TW.mo, |
|
1649 languages/wp-super-cache-zh_TW.po: Updated translation file by |
|
1650 priv |
|
1651 |
|
1652 2010-11-22 17:32 donncha |
|
1653 |
|
1654 * readme.txt: Add link to development version for translators |
|
1655 |
|
1656 2010-11-22 17:31 donncha |
|
1657 |
|
1658 * wp-super-cache.pot: Updated pot file for translation |
|
1659 |
|
1660 2010-11-22 17:20 donncha |
|
1661 |
|
1662 * wp-cache.php: Link to WPSCMin and GTMetrix |
|
1663 |
|
1664 2010-11-22 17:03 donncha |
|
1665 |
|
1666 * ossdl-cdn.php: Updated CDN settings page docs |
|
1667 |
|
1668 2010-11-22 16:28 donncha |
|
1669 |
|
1670 * wp-cache-phase2.php: Increase the gzip level so pages are |
|
1671 slightly smaller |
|
1672 |
|
1673 2010-11-22 16:03 donncha |
|
1674 |
|
1675 * readme.txt: Added CDN docs |
|
1676 |
|
1677 2010-11-20 15:31 donncha |
|
1678 |
|
1679 * wp-super-cache.pot: Updated translation file. |
|
1680 |
|
1681 2010-11-16 18:14 donncha |
|
1682 |
|
1683 * wp-cache.php: Added a "rate this plugin" reminder to the sidebar |
|
1684 on the settings page. |
|
1685 |
|
1686 2010-11-16 15:18 donncha |
|
1687 |
|
1688 * wp-cache-phase2.php, wp-cache.php: Don't make extra front page |
|
1689 checks optional |
|
1690 |
|
1691 2010-11-15 09:41 donncha |
|
1692 |
|
1693 * readme.txt: Updated uninstall instructions |
|
1694 |
|
1695 2010-11-15 08:53 donncha |
|
1696 |
|
1697 * wp-cache.php: Remove cdn line from recommended plugins, and |
|
1698 change pause between urls in preload from 2 seconds to 1 second |
|
1699 |
|
1700 2010-11-15 08:51 donncha |
|
1701 |
|
1702 * uninstall.php: Replaced UNINSTALL.. constant with nonce in the |
|
1703 uninstall form to make things easier. |
|
1704 |
|
1705 2010-11-15 08:28 donncha |
|
1706 |
|
1707 * plugins/awaitingmoderation.php, plugins/badbehaviour.php, |
|
1708 plugins/domain-mapping.php, plugins/searchengine.php: Updated the |
|
1709 settings page on SC plugins |
|
1710 |
|
1711 2010-11-09 09:52 donncha |
|
1712 |
|
1713 * ossdl-cdn.php: Before rewriting URL to CDN, make sure it's in the |
|
1714 include directories |
|
1715 |
|
1716 2010-11-08 20:56 donncha |
|
1717 |
|
1718 * ossdl-cdn.php, wp-cache.php: Initial import of OSSDL CDN |
|
1719 off-linker, a plugin by W-Mark Kubacki (http://mark.ossdl.de/) |
|
1720 |
|
1721 2010-11-06 09:47 donncha |
|
1722 |
|
1723 * wp-cache-phase2.php: Added "wp_cache_ob_callback_filter" to |
|
1724 filter the output callback buffer every time |
|
1725 |
|
1726 2010-11-06 09:43 donncha |
|
1727 |
|
1728 * wp-cache.php: Change copyright notice, as others have of course |
|
1729 contributed code! |
|
1730 |
|
1731 2010-11-03 16:45 donncha |
|
1732 |
|
1733 * readme.txt: Added troubleshooting point explaining why permalinks |
|
1734 might break after uninstalling |
|
1735 |
|
1736 2010-11-02 12:30 donncha |
|
1737 |
|
1738 * wp-cache.php: Don't show Supercache admin page to ordinary users |
|
1739 on MS sites. Props Mark Bailey. |
|
1740 |
|
1741 2010-11-01 11:56 donncha |
|
1742 |
|
1743 * readme.txt, uninstall.php: uninstall.php now runs from where |
|
1744 Wordpress is installed instead of in the supercache plugin |
|
1745 directory |
|
1746 |
|
1747 2010-10-22 09:32 donncha |
|
1748 |
|
1749 * wp-cache-phase2.php: Check if current page is front page or home |
|
1750 page if cache file to write is for the homepage |
|
1751 |
|
1752 2010-10-21 13:45 donncha |
|
1753 |
|
1754 * wp-cache-phase2.php: First paranoid check - check if the front |
|
1755 page is being cached correctly |
|
1756 |
|
1757 2010-10-21 13:42 donncha |
|
1758 |
|
1759 * wp-cache.php: Added "extra paranoid checks" option on the |
|
1760 settings page |
|
1761 |
|
1762 2010-10-21 11:35 donncha |
|
1763 |
|
1764 * wp-cache.php: Only show advanced settings page if cache enabled. |
|
1765 |
|
1766 2010-10-20 13:08 donncha |
|
1767 |
|
1768 * wp-cache-phase2.php: Don't try to write a cache file for another |
|
1769 page to the front page cache location |
|
1770 |
|
1771 2010-10-20 12:54 donncha |
|
1772 |
|
1773 * wp-cache.php: Added "late init" option to settings page |
|
1774 |
|
1775 2010-10-20 12:29 donncha |
|
1776 |
|
1777 * readme.txt: Added docs for new dynamic cached content tag |
|
1778 |
|
1779 2010-10-20 12:28 donncha |
|
1780 |
|
1781 * wp-cache-phase2.php: When in legacy mode, no need to check for |
|
1782 supercache |
|
1783 |
|
1784 2010-10-20 12:10 donncha |
|
1785 |
|
1786 * wp-cache-phase2.php: Show supercache footer message on Legacy |
|
1787 cached pages. Fixes the cache tester for those using this cache. |
|
1788 |
|
1789 2010-10-20 10:58 donncha |
|
1790 |
|
1791 * wp-cache-phase2.php: Added "dynamic-cached-content" tag, see |
|
1792 http://wordpress.org/support/topic/plugin-wp-super-cache-proposed-replacement-to-mfuncmclude?replies=7 |
|
1793 |
|
1794 2010-10-15 12:35 donncha |
|
1795 |
|
1796 * wp-cache-phase2.php: Use the host from get_bloginfo( 'url' ) to |
|
1797 figure out the supercache directory |
|
1798 |
|
1799 2010-10-11 17:18 donncha |
|
1800 |
|
1801 * wp-cache.php: Fixed "Delete Cache" link on admin dropdown. See |
|
1802 http://wordpress.org/support/topic/plugin-wp-super-cache-delete-cache-on-dashboard-drop-down-doesnt-seem-to-work?replies=2#post-1734185 |
|
1803 |
|
1804 2010-10-08 13:04 donncha |
|
1805 |
|
1806 * wp-cache.php: Added recommended links and plugins and update |
|
1807 "rewrite rules detected" notice |
|
1808 |
|
1809 2010-10-07 16:03 donncha |
|
1810 |
|
1811 * wp-cache.php: Make sure compression stays disabled if gzencode() |
|
1812 not found. See |
|
1813 http://wordpress.org/support/topic/plugin-wp-super-cache-check-for-gzencode?replies=2 |
|
1814 |
|
1815 2010-09-30 11:43 donncha |
|
1816 |
|
1817 * wp-cache.php: Only select posts, props liangzai, |
|
1818 http://wordpress.org/support/topic/plugin-wp-super-cache-preload-files?replies=7#post-1716174 |
|
1819 |
|
1820 2010-09-30 11:35 donncha |
|
1821 |
|
1822 * wp-cache.php: Reduce preload pause to 2 seconds and added |
|
1823 notification of currently cached post plus faster cancellation |
|
1824 |
|
1825 2010-09-29 16:46 donncha |
|
1826 |
|
1827 * Changelog.txt: Updated changelog |
|
1828 |
|
1829 2010-09-29 16:43 donncha |
|
1830 |
|
1831 * readme.txt, wp-cache.php: Bump to 0.9.9.6 |
|
1832 |
|
1833 2010-09-29 16:36 donncha |
|
1834 |
|
1835 * readme.txt: Minor updated to changelog |
|
1836 |
|
1837 2010-09-29 16:33 donncha |
|
1838 |
|
1839 * readme.txt: Added new FAQ on editing the .htaccess file |
|
1840 |
|
1841 2010-09-29 16:09 donncha |
|
1842 |
|
1843 * readme.txt: Added new FAQ, "How do I delete the WP_CACHE define |
|
1844 from wp-config.php?" |
|
1845 |
|
1846 2010-09-29 16:06 donncha |
|
1847 |
|
1848 * wp-cache.php: Added "need help?" section to yellow box |
|
1849 |
|
1850 2010-09-29 14:30 donncha |
|
1851 |
|
1852 * wp-cache.php: Sleep for 4 seconds between preloads to reduce |
|
1853 server load some more when preloading |
|
1854 |
|
1855 2010-09-29 14:08 donncha |
|
1856 |
|
1857 * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Fix |
|
1858 variable warning messages |
|
1859 |
|
1860 2010-09-29 10:11 donncha |
|
1861 |
|
1862 * wp-cache-phase1.php: Send Content-Length header if 304 support |
|
1863 enabled |
|
1864 |
|
1865 2010-09-29 09:50 donncha |
|
1866 |
|
1867 * wp-cache.php: Don't delete expired supercache files when preload |
|
1868 mode is on |
|
1869 |
|
1870 2010-09-29 09:05 donncha |
|
1871 |
|
1872 * wp-cache.php: Pause 2 seconds instead of 5 between preload urls |
|
1873 |
|
1874 2010-09-28 17:30 donncha |
|
1875 |
|
1876 * readme.txt: Updated readme, changelog and credits for German |
|
1877 translation |
|
1878 |
|
1879 2010-09-28 17:26 donncha |
|
1880 |
|
1881 * languages/wp-super-cache-de_DE.mo, |
|
1882 languages/wp-super-cache-de_DE.po: Added German translation, |
|
1883 props Mathias Roth, (http://trade-service.eu/) |
|
1884 |
|
1885 2010-09-28 16:34 donncha |
|
1886 |
|
1887 * readme.txt: Added French translation credit |
|
1888 |
|
1889 2010-09-28 16:32 donncha |
|
1890 |
|
1891 * languages/wp-super-cache-fr_FR.mo, |
|
1892 languages/wp-super-cache-fr_FR.po: Added French translation, |
|
1893 props Maitre Mo (http://maitremo.fr/) |
|
1894 |
|
1895 2010-09-28 16:28 donncha |
|
1896 |
|
1897 * languages/wp-super-cache-it_IT.mo, |
|
1898 languages/wp-super-cache-it_IT.po: Updated Italian translation, |
|
1899 props Gianni Diurno |
|
1900 |
|
1901 2010-09-28 16:14 donncha |
|
1902 |
|
1903 * wp-cache.php: Only show styled tabs in WP 3.0.1 and higher |
|
1904 |
|
1905 2010-09-28 13:58 donncha |
|
1906 |
|
1907 * wp-cache.php: Sleep 5 seconds between preloads |
|
1908 |
|
1909 2010-09-27 13:59 donncha |
|
1910 |
|
1911 * wp-super-cache.pot: Updated translation file |
|
1912 |
|
1913 2010-09-27 13:57 donncha |
|
1914 |
|
1915 * wp-cache.php: Gettext fixes, props Gianni Diurno for most of |
|
1916 them. |
|
1917 |
|
1918 2010-09-27 12:09 donncha |
|
1919 |
|
1920 * wp-cache-phase1.php: Added 304 not modified header check to |
|
1921 legacy caching too. NOT for dynamic pages. |
|
1922 |
|
1923 2010-09-27 11:44 donncha |
|
1924 |
|
1925 * wp-cache-phase1.php, wp-cache.php: Added 304 "File not modified" |
|
1926 support in PHP mode, props qdinar, |
|
1927 http://wordpress.org/support/topic/plugin-wp-super-cache-still-not-corrected-bug-about-unicode-range-letters-in-permalink?replies=24#post-1687175 |
|
1928 |
|
1929 2010-09-27 11:41 donncha |
|
1930 |
|
1931 * wp-cache-phase1.php, wp-cache-phase2.php: Revert $wpsc_settings |
|
1932 changes. |
|
1933 |
|
1934 2010-09-27 06:43 donncha |
|
1935 |
|
1936 * wp-cache-phase1.php: Forgot to init the slashcheck variable |
|
1937 |
|
1938 2010-09-24 11:33 donncha |
|
1939 |
|
1940 * Changelog.txt: Updated changelog for 0.9.9.5 |
|
1941 |
|
1942 2010-09-24 11:31 donncha |
|
1943 |
|
1944 * readme.txt, wp-cache.php: Bump to 0.9.9.5 for minor bug fixes. |
|
1945 |
|
1946 2010-09-24 11:26 donncha |
|
1947 |
|
1948 * wp-cache.php: Show the lockdown menu again. |
|
1949 |
|
1950 2010-09-24 07:00 donncha |
|
1951 |
|
1952 * wp-cache.php: Disable compression when using easy page, and only |
|
1953 warn of mod_rewrite rules if they're turned off |
|
1954 |
|
1955 2010-09-24 06:47 donncha |
|
1956 |
|
1957 * wp-cache.php: Disable cache compression, still problems with the |
|
1958 occasional host. |
|
1959 |
|
1960 2010-09-23 18:08 donncha |
|
1961 |
|
1962 * wp-cache.php: The plugin works somewhat well in safemode so don't |
|
1963 stop users using the settings page. |
|
1964 |
|
1965 2010-09-23 17:53 donncha |
|
1966 |
|
1967 * wp-cache.php: No more hello world notices and don't delete |
|
1968 mod_rewrite rules when caching is disabled |
|
1969 |
|
1970 2010-09-22 16:05 donncha |
|
1971 |
|
1972 * Changelog.txt: Updated changelog |
|
1973 |
|
1974 2010-09-22 16:02 donncha |
|
1975 |
|
1976 * readme.txt, wp-cache.php: Bump version to 0.9.9.4 and update some |
|
1977 docs |
|
1978 |
|
1979 2010-09-22 15:20 donncha |
|
1980 |
|
1981 * wp-cache.php: When supercache is disabled delete the mod_rewrite |
|
1982 rules |
|
1983 |
|
1984 2010-09-22 15:16 donncha |
|
1985 |
|
1986 * wp-cache.php: Don't check the mod_rewrite rules if caching |
|
1987 disabled |
|
1988 |
|
1989 2010-09-22 14:54 donncha |
|
1990 |
|
1991 * readme.txt: Updated changelog and added language credits |
|
1992 |
|
1993 2010-09-22 14:26 donncha |
|
1994 |
|
1995 * wp-super-cache.pot: Updated translation file |
|
1996 |
|
1997 2010-09-22 14:18 donncha |
|
1998 |
|
1999 * plugins/domain-mapping.php: Added code to check if domain mapping |
|
2000 used and print a warning message |
|
2001 |
|
2002 2010-09-22 13:23 donncha |
|
2003 |
|
2004 * wp-cache.php: Set "wp_cache_mod_rewrite" if it's not defined |
|
2005 already, for those upgrading |
|
2006 |
|
2007 2010-09-22 11:50 donncha |
|
2008 |
|
2009 * wp-cache.php: Fixed typo in rewrite rules notice |
|
2010 |
|
2011 2010-09-21 11:54 donncha |
|
2012 |
|
2013 * wp-cache.php: Don't need this adminpage form any more |
|
2014 |
|
2015 2010-09-21 10:00 donncha |
|
2016 |
|
2017 * wp-cache.php: Update the docs explaining garbage collection |
|
2018 |
|
2019 2010-09-21 09:58 donncha |
|
2020 |
|
2021 * wp-cache.php: Show advanced settings page if legacy caching |
|
2022 enabled too |
|
2023 |
|
2024 2010-09-21 09:44 donncha |
|
2025 |
|
2026 * wp-cache.php: Show "advanced settings" page when mod_rewrite |
|
2027 caching enabled. |
|
2028 |
|
2029 2010-09-21 09:34 donncha |
|
2030 |
|
2031 * wp-cache.php: Disable .htaccess checks when not running on "main |
|
2032 site" instead of disabling settings page completely |
|
2033 |
|
2034 2010-09-20 15:43 donncha |
|
2035 |
|
2036 * plugins/domain-mapping.php, wp-cache-phase2.php: Added "gc_cache" |
|
2037 action and domain mapping cache plugin to clear the cache of |
|
2038 domain mapped multisite websites |
|
2039 |
|
2040 2010-09-20 12:58 donncha |
|
2041 |
|
2042 * wp-cache.php: Added another check for the mod_rewrite config |
|
2043 before displaying a warning about those rules |
|
2044 |
|
2045 2010-09-20 12:47 donncha |
|
2046 |
|
2047 * wp-cache.php: Correctly check for the "main blog" |
|
2048 |
|
2049 2010-09-20 12:01 donncha |
|
2050 |
|
2051 * wp-cache.php: * Tester tab added "& Contents" to make it clearer |
|
2052 what's in this page. |
|
2053 * Add back in "List Files" link. Oops. |
|
2054 |
|
2055 2010-09-20 11:59 donncha |
|
2056 |
|
2057 * wp-cache-config-sample.php, wp-cache.php: No need for simple |
|
2058 setup variable now |
|
2059 |
|
2060 2010-09-20 11:37 donncha |
|
2061 |
|
2062 * plugins/awaitingmoderation.php: Added example plugin to remove |
|
2063 "Awaiting moderation" message when comments left on posts. |
|
2064 |
|
2065 2010-09-20 11:36 donncha |
|
2066 |
|
2067 * plugins/badbehaviour.php, plugins/searchengine.php: Make plugins |
|
2068 listed in an ordered list |
|
2069 |
|
2070 2010-09-20 11:35 donncha |
|
2071 |
|
2072 * wp-cache.php: * Added Plugins tab |
|
2073 * Check if if PHP or Supercache mode before checking .htaccess |
|
2074 file for rewrite rules. |
|
2075 * Change "half-on" text to "legacy" to reflect new terminology |
|
2076 * Split Settings page into Easy and Advanced tabs instead of |
|
2077 form. |
|
2078 |
|
2079 2010-09-13 22:46 donncha |
|
2080 |
|
2081 * wp-cache.php: Make tabs like those on the themes page |
|
2082 |
|
2083 2010-09-13 04:31 donncha |
|
2084 |
|
2085 * wp-cache.php: Cast as an array to hide a warning about 2nd arg. |
|
2086 |
|
2087 2010-09-13 04:28 donncha |
|
2088 |
|
2089 * wp-cache.php: Hopefully trap wp_errors generating from page |
|
2090 requests to tester |
|
2091 |
|
2092 2010-09-07 16:16 donncha |
|
2093 |
|
2094 * wp-cache.php: Enable "PHP Caching" from the easy setup page |
|
2095 |
|
2096 2010-09-07 16:07 donncha |
|
2097 |
|
2098 * wp-cache.php: Minor tweaks to layout of admin page |
|
2099 |
|
2100 2010-09-07 16:06 donncha |
|
2101 |
|
2102 * wp-cache-config-sample.php, wp-cache.php: Added "easy setup" |
|
2103 configuration screen (WIP) |
|
2104 |
|
2105 2010-09-07 16:03 donncha |
|
2106 |
|
2107 * wp-cache.php: Fixed check for "main site" on MU sites |
|
2108 |
|
2109 2010-09-07 12:31 donncha |
|
2110 |
|
2111 * wp-cache.php: * Fixed check for "main site" |
|
2112 * Updated error messages |
|
2113 |
|
2114 2010-09-07 12:09 donncha |
|
2115 |
|
2116 * wp-cache.php: Added tabs to the Supercache admin page |
|
2117 |
|
2118 2010-09-06 07:33 donncha |
|
2119 |
|
2120 * readme.txt: Added FAQ on writable directories and fixed a few |
|
2121 typos |
|
2122 |
|
2123 2010-09-03 15:15 donncha |
|
2124 |
|
2125 * readme.txt, wp-cache-phase1.php: Updated headers and docs for PHP |
|
2126 served cache files |
|
2127 |
|
2128 2010-08-31 17:55 donncha |
|
2129 |
|
2130 * wp-cache.php: Added "$wp_super_cache_lock_down" config variable |
|
2131 to hide lockdown and directly cached pages admin menus |
|
2132 |
|
2133 2010-08-31 17:44 donncha |
|
2134 |
|
2135 * readme.txt: Major updates to the docs, covering legacy mode. |
|
2136 |
|
2137 2010-08-31 15:34 donncha |
|
2138 |
|
2139 * readme.txt: Updated docs on legacy caching |
|
2140 |
|
2141 2010-08-31 13:50 donncha |
|
2142 |
|
2143 * readme.txt: Minor mod to caching mechanism list |
|
2144 |
|
2145 2010-08-31 13:48 donncha |
|
2146 |
|
2147 * readme.txt: Added docs on legacy caching and the different |
|
2148 caching mechanisms |
|
2149 |
|
2150 2010-08-31 12:45 donncha |
|
2151 |
|
2152 * wp-cache-phase2.php: Added action on "wp_update_nav_menu" to |
|
2153 clear cache, props |
|
2154 http://www.webmasterbulletin.net/2010/07/wp-super-cache-and-wp3-0-menus/1270 |
|
2155 |
|
2156 2010-08-30 16:50 donncha |
|
2157 |
|
2158 * wp-cache.php: Admin page upgrades: |
|
2159 * Separate out PHP and mod_rewrite supercaching. |
|
2160 * Minor text changes |
|
2161 |
|
2162 2010-08-30 16:38 donncha |
|
2163 |
|
2164 * wp-cache-phase2.php: Hide potential error messages |
|
2165 |
|
2166 2010-08-30 16:37 donncha |
|
2167 |
|
2168 * wp-cache-phase2.php: Revert this settings change for now. |
|
2169 |
|
2170 2010-08-30 16:35 donncha |
|
2171 |
|
2172 * wp-cache-phase2.php: If caching disabled, then don't run the |
|
2173 second phase function |
|
2174 |
|
2175 2010-08-30 11:46 donncha |
|
2176 |
|
2177 * wp-cache-phase1.php: Minor whitespace mod |
|
2178 |
|
2179 2010-08-30 11:46 donncha |
|
2180 |
|
2181 * wp-cache-phase1.php: Serve a gzipped supercache file if the |
|
2182 client supports it. |
|
2183 |
|
2184 2010-08-30 10:16 donncha |
|
2185 |
|
2186 * wp-cache-phase2.php: Remove unused global variable |
|
2187 |
|
2188 2010-08-30 09:36 donncha |
|
2189 |
|
2190 * wp-cache-phase2.php: Don't delete supercache files if supercache |
|
2191 is disabled when posts change. Stops moderated comments deleting |
|
2192 the front page. |
|
2193 |
|
2194 2010-08-29 10:17 donncha |
|
2195 |
|
2196 * wp-cache-phase2.php: Check for empty tmp cache files and report |
|
2197 them correctly. |
|
2198 |
|
2199 2010-08-27 15:40 donncha |
|
2200 |
|
2201 * wp-cache.php: Change cache compression on/off into a checkbox and |
|
2202 move into "Misc" section. |
|
2203 |
|
2204 2010-08-27 14:56 donncha |
|
2205 |
|
2206 * wp-cache.php: Ignore case when checking mobile user agents in |
|
2207 .htaccess |
|
2208 |
|
2209 2010-08-26 16:37 donncha |
|
2210 |
|
2211 * wp-cache.php: Hide warnings from these unlinks, even though the |
|
2212 plugin checks if they exist! |
|
2213 |
|
2214 2010-08-26 14:43 donncha |
|
2215 |
|
2216 * wp-cache.php: Add a timestamp to the preload counter to catch |
|
2217 when it stalls. Reschedule the preload job when that happens. |
|
2218 |
|
2219 2010-08-26 12:34 donncha |
|
2220 |
|
2221 * wp-cache.php: Cache tester should probably send http requests for |
|
2222 homepage if admin is secure |
|
2223 |
|
2224 2010-08-26 11:30 donncha |
|
2225 |
|
2226 * wp-cache.php: Ony add mobile rules if mobile support is enabled |
|
2227 |
|
2228 2010-08-26 11:26 donncha |
|
2229 |
|
2230 * wp-cache.php: Move code to handle updating the options into it's |
|
2231 own function and move more error checking into it's own function |
|
2232 |
|
2233 2010-08-24 17:07 donncha |
|
2234 |
|
2235 * wp-cache.php: First go at reorganising the admin page |
|
2236 |
|
2237 2010-08-23 17:27 donncha |
|
2238 |
|
2239 * wp-cache-phase2.php: Starting to use $wpsc_settings |
|
2240 |
|
2241 2010-08-23 17:09 donncha |
|
2242 |
|
2243 * wp-cache-phase1.php, wp-cache-phase2.php: Added |
|
2244 "wp_cache_load_config()" and $wpsc_settings array |
|
2245 |
|
2246 2010-08-23 12:23 donncha |
|
2247 |
|
2248 * readme.txt: Added new FAQ, "How do I delay serving the cache |
|
2249 until the "init" action fires?" |
|
2250 |
|
2251 2010-08-23 12:07 donncha |
|
2252 |
|
2253 * readme.txt: Include a simple mfunc example |
|
2254 |
|
2255 2010-08-23 12:06 donncha |
|
2256 |
|
2257 * wp-cache-config-sample.php, wp-cache-phase2.php: Removed |
|
2258 $wp_cache_gzip_first, if compression is enabled there's no reason |
|
2259 it won't work for the cache generating visit |
|
2260 |
|
2261 2010-08-23 11:40 donncha |
|
2262 |
|
2263 * wp-cache-phase2.php: Warn if late init not set on dynamic pages |
|
2264 |
|
2265 2010-08-23 10:45 donncha |
|
2266 |
|
2267 * wp-cache-phase2.php: Added "wp_cache_append_tag()" to add the |
|
2268 Supercache log message after filtering |
|
2269 |
|
2270 2010-08-06 17:09 donncha |
|
2271 |
|
2272 * wp-cache.php: Added the function "wpsupercache_site_admin()" to |
|
2273 support old versions of MU using is_site_admin() |
|
2274 |
|
2275 2010-08-06 16:10 donncha |
|
2276 |
|
2277 * wp-cache-phase1.php, wp-cache.php: Removed lots of PHP variable |
|
2278 warnings. Props Joel Hardi |
|
2279 |
|
2280 2010-08-06 15:30 donncha |
|
2281 |
|
2282 * wp-cache.php: Fixed cache tester when WP is installed in a sub |
|
2283 directory |
|
2284 |
|
2285 2010-08-03 12:17 donncha |
|
2286 |
|
2287 * wp-cache-phase2.php: Check for closing "urlset" tag for xml |
|
2288 sitemap generators |
|
2289 (http://wordpress.org/support/topic/plugin-wp-super-cache-xml-sitemap-feed-not-cached?replies=11#post-1627457) |
|
2290 |
|
2291 2010-07-30 12:19 donncha |
|
2292 |
|
2293 * wp-cache.php: Check the status of pages returned by the cache |
|
2294 tester and report any problems. |
|
2295 |
|
2296 2010-07-01 15:30 donncha |
|
2297 |
|
2298 * wp-cache.php: Removed donation blurb from admin page |
|
2299 |
|
2300 2010-07-01 15:27 donncha |
|
2301 |
|
2302 * readme.txt: Removed donation link, updated min version and added |
|
2303 automattic as contributor |
|
2304 |
|
2305 2010-06-28 10:25 donncha |
|
2306 |
|
2307 * wp-cache-config-sample.php: Use WP_PLUGIN_DIR instead of |
|
2308 WP_CONTENT_DIR, props Baris Unver |
|
2309 |
|
2310 2010-06-21 15:42 donncha |
|
2311 |
|
2312 * wp-cache.php: On MU/WP 3.0 network sites only allow admin page on |
|
2313 main site. http://wordpress.org/support/topic/412472?replies=2 |
|
2314 |
|
2315 2010-06-16 10:34 donncha |
|
2316 |
|
2317 * Changelog.txt, readme.txt: Updated changelogs |
|
2318 |
|
2319 2010-06-16 10:26 donncha |
|
2320 |
|
2321 * wp-super-cache.pot: Updated translation file for 0.9.9.3 |
|
2322 |
|
2323 2010-06-16 10:24 donncha |
|
2324 |
|
2325 * readme.txt, wp-cache.php: Bump version to 0.9.9.3 |
|
2326 |
|
2327 2010-06-16 10:20 donncha |
|
2328 |
|
2329 * wp-cache.php: Minor mod to preloading text |
|
2330 |
|
2331 2010-06-16 10:18 donncha |
|
2332 |
|
2333 * wp-cache.php: If cache stats are not cached then do so, and also |
|
2334 include an explanation of caching stats. |
|
2335 |
|
2336 2010-06-16 10:11 donncha |
|
2337 |
|
2338 * wp-cache.php: Minor mod to preloading text |
|
2339 |
|
2340 2010-06-16 10:07 donncha |
|
2341 |
|
2342 * wp-cache.php: Slight change in "preload mode" description and |
|
2343 donation link |
|
2344 |
|
2345 2010-06-16 09:14 donncha |
|
2346 |
|
2347 * wp-cache.php: Minor change to "about" text on admin page. |
|
2348 |
|
2349 2010-06-15 22:55 donncha |
|
2350 |
|
2351 * wp-cache.php: Avoid division by zero error when plugin is |
|
2352 "half-on" and always show "delete cache" button. |
|
2353 |
|
2354 2010-06-15 15:59 donncha |
|
2355 |
|
2356 * wp-cache.php: Check if $wpmu_version is set rather than if |
|
2357 is_site_admin() exists to detect MU |
|
2358 |
|
2359 2010-06-15 13:34 donncha |
|
2360 |
|
2361 * readme.txt, wp-cache.php: Version 0.9.9.2 |
|
2362 |
|
2363 2010-06-15 13:27 donncha |
|
2364 |
|
2365 * wp-super-cache.pot: Updated pot translation file |
|
2366 |
|
2367 2010-06-15 13:22 donncha |
|
2368 |
|
2369 * Changelog.txt: Updated changelog, version 0.9.9.1 |
|
2370 |
|
2371 2010-06-15 13:19 donncha |
|
2372 |
|
2373 * readme.txt: Bump version to 0.9.9.1 |
|
2374 |
|
2375 2010-06-15 12:23 donncha |
|
2376 |
|
2377 * Changelog.txt, readme.txt: Updated changelog and readme.txt |
|
2378 changelog |
|
2379 |
|
2380 2010-06-15 11:38 donncha |
|
2381 |
|
2382 * wp-cache.php: Separate out full and in-refresh jobs |
|
2383 |
|
2384 2010-06-14 21:31 donncha |
|
2385 |
|
2386 * wp-cache.php: Remove link to uninstall.php and rearrange docs a |
|
2387 bit |
|
2388 |
|
2389 2010-06-14 16:28 donncha |
|
2390 |
|
2391 * wp-cache.php: Added medium email notification volume of |
|
2392 preloading |
|
2393 |
|
2394 2010-06-14 10:45 donncha |
|
2395 |
|
2396 * wp-cache.php: Check cache stats correctly before showing file |
|
2397 listing link |
|
2398 |
|
2399 2010-06-14 10:32 donncha |
|
2400 |
|
2401 * readme.txt: Removed "why shouldn't I cache every page" question |
|
2402 and updated test version |
|
2403 |
|
2404 2010-06-14 10:23 donncha |
|
2405 |
|
2406 * wp-cache.php: Added "Cache Preload Started" email |
|
2407 |
|
2408 2010-06-14 10:10 donncha |
|
2409 |
|
2410 * wp-cache.php: Cache "cache contents" output and add "Regenerate" |
|
2411 link to refresh it. |
|
2412 |
|
2413 2010-06-09 15:52 donncha |
|
2414 |
|
2415 * wp-cache.php: Allow adjustment of email notification volume |
|
2416 |
|
2417 2010-05-30 07:54 donncha |
|
2418 |
|
2419 * wp-cache.php: gettext changes to refresh messages and on preload, |
|
2420 use an expiry of 1 day if no refresh timeout defined when |
|
2421 clearing out old supercache files |
|
2422 |
|
2423 2010-05-30 07:43 donncha |
|
2424 |
|
2425 * wp-cache-phase2.php: Only delete front page of blog if "page on |
|
2426 front" selected rather than all cached files |
|
2427 |
|
2428 2010-05-14 13:51 donncha |
|
2429 |
|
2430 * wp-cache-phase2.php: Only GC the supercache dir if preload mode |
|
2431 is off or we're forcing it |
|
2432 |
|
2433 2010-05-14 13:47 donncha |
|
2434 |
|
2435 * wp-cache.php: Added "email me" option to track progress of |
|
2436 preload function |
|
2437 |
|
2438 2010-05-10 07:47 donncha |
|
2439 |
|
2440 * wp-cache-phase2.php, wp-cache.php: Allow GC of supercache files |
|
2441 to be forced and use that to clean up really old files after |
|
2442 preload refresh |
|
2443 |
|
2444 2010-05-09 09:07 donncha |
|
2445 |
|
2446 * wp-cache-phase2.php: Don't delete cache when moderated comments |
|
2447 are modified, and don't delete the site when "page on front" |
|
2448 option is selected |
|
2449 |
|
2450 2010-05-09 08:05 donncha |
|
2451 |
|
2452 * wp-cache-phase1.php: Don't do slash checks on / |
|
2453 |
|
2454 2010-05-09 07:41 donncha |
|
2455 |
|
2456 * wp-cache-phase1.php, wp-cache.php: Avoid duplicate content |
|
2457 problems when slashes are missing and plugin tries to server |
|
2458 static html file |
|
2459 |
|
2460 2010-05-07 10:59 donncha |
|
2461 |
|
2462 * wp-cache-phase2.php: Don't delete any cache pages when a draft |
|
2463 post is saved |
|
2464 |
|
2465 2010-05-07 10:37 donncha |
|
2466 |
|
2467 * wp-cache.php: The imploded mobile browser config data is only |
|
2468 ever used by phase1, the admin page uses the arrays |
|
2469 |
|
2470 2010-05-07 10:21 donncha |
|
2471 |
|
2472 * wp-cache.php: Make mobile device support message generic |
|
2473 |
|
2474 2010-05-07 10:15 donncha |
|
2475 |
|
2476 * wp-cache.php: Add warning if mod_rewrite rules don't match |
|
2477 |
|
2478 2010-05-07 09:22 donncha |
|
2479 |
|
2480 * wp-cache-phase1.php, wp-cache.php: Check for wordpress_logged_in |
|
2481 cookies to avoid matching wordpress_test_cookie |
|
2482 |
|
2483 2010-05-06 14:43 donncha |
|
2484 |
|
2485 * wp-cache.php: Added "clear_post_supercache()" to clear the |
|
2486 supercache for a particular post. Use that function to clear the |
|
2487 cache for individual posts while preloading |
|
2488 |
|
2489 2010-05-06 14:41 donncha |
|
2490 |
|
2491 * wp-cache-phase1.php: Get supercache dir of a post |
|
2492 |
|
2493 2010-05-04 16:43 donncha |
|
2494 |
|
2495 * wp-cache.php: Add seconds too for completeness |
|
2496 |
|
2497 2010-05-04 16:41 donncha |
|
2498 |
|
2499 * wp-cache.php: Show next refresh time in friendly hours and |
|
2500 minutes |
|
2501 |
|
2502 2010-05-04 16:36 donncha |
|
2503 |
|
2504 * wp-cache.php: case POST variable as an int first |
|
2505 |
|
2506 2010-05-04 16:35 donncha |
|
2507 |
|
2508 * wp-cache.php: Don't reset cache expiry time when preload is done. |
|
2509 |
|
2510 2010-05-04 12:50 donncha |
|
2511 |
|
2512 * wp-cache.php: Order get from posts table by publish date rather |
|
2513 than ID |
|
2514 |
|
2515 2010-05-04 12:49 donncha |
|
2516 |
|
2517 * wp-cache.php: Avoid showing gigantic intervals while scheduled |
|
2518 job is running |
|
2519 |
|
2520 2010-05-04 12:43 donncha |
|
2521 |
|
2522 * wp-cache.php: Minor rearrangement of text |
|
2523 |
|
2524 2010-05-04 12:37 donncha |
|
2525 |
|
2526 * wp-cache.php: Show time until next cache refresh in seconds |
|
2527 |
|
2528 2010-05-04 12:33 donncha |
|
2529 |
|
2530 * wp-cache.php: Added "Cancel Cache Preload" button to cancel |
|
2531 current preload |
|
2532 |
|
2533 2010-05-04 12:13 donncha |
|
2534 |
|
2535 * wp-cache.php: Don't show "number of posts" that matches total |
|
2536 posts |
|
2537 |
|
2538 2010-05-04 12:11 donncha |
|
2539 |
|
2540 * wp-cache.php: 60 seconds between preloading of 100 posts to save |
|
2541 on load |
|
2542 |
|
2543 2010-05-04 12:10 donncha |
|
2544 |
|
2545 * wp-cache.php: Only schedule preload refresh when interval is non |
|
2546 zero, props Daniel, |
|
2547 http://ocaoimh.ie/preload-cache-wp-super-cache/#comment-675081 |
|
2548 |
|
2549 2010-05-03 07:40 donncha |
|
2550 |
|
2551 * wp-cache.php: Always define posts_to_cache, props Daniel @ |
|
2552 http://ocaoimh.ie/preload-cache-wp-super-cache/#comment-674977 |
|
2553 |
|
2554 2010-04-30 09:03 donncha |
|
2555 |
|
2556 * wp-cache.php: Enclose rewrite rules in quotes, props duanestorey, |
|
2557 http://wordpress.org/support/topic/339075/page/2?replies=32#post-1496557 |
|
2558 |
|
2559 2010-04-29 13:37 donncha |
|
2560 |
|
2561 * wp-cache.php: These are arrays, not strings |
|
2562 |
|
2563 2010-04-29 13:37 donncha |
|
2564 |
|
2565 * wp-cache.php: Added WAP and Profile header checks, props |
|
2566 AndreaTrasatti |
|
2567 (http://wordpress.org/support/topic/339075?replies=25#post-1493778) |
|
2568 |
|
2569 2010-04-29 13:28 donncha |
|
2570 |
|
2571 * wp-cache.php: * Use POST instead of GET for preload form. |
|
2572 * Added "Preload Cache Now" and "Update Settings" buttons |
|
2573 * Improved select dropdown |
|
2574 |
|
2575 2010-04-29 13:01 donncha |
|
2576 |
|
2577 * wp-cache.php: Make sure mobile browsers and prefixes are defined |
|
2578 before updating .htaccess file |
|
2579 |
|
2580 2010-04-29 11:19 donncha |
|
2581 |
|
2582 * wp-cache-phase2.php, wp-cache.php: * Added "preload on" mode |
|
2583 where only half-on cache files are cleaned up. |
|
2584 * Added "posts to cache" selector if more than 1000 posts. |
|
2585 * Updated text description of preloading |
|
2586 |
|
2587 2010-04-29 11:13 donncha |
|
2588 |
|
2589 * wp-cache.php: Disable preloading UI by defining the constant |
|
2590 "DISABLESUPERCACHEPRELOADING". Just in case some hosts don't like |
|
2591 it. |
|
2592 |
|
2593 2010-04-28 16:54 donncha |
|
2594 |
|
2595 * wp-cache.php: Show next scheduled cache refresh |
|
2596 |
|
2597 2010-04-28 15:51 donncha |
|
2598 |
|
2599 * wp-cache.php: Show preload counter when cache is being preloaded |
|
2600 |
|
2601 2010-04-28 15:46 donncha |
|
2602 |
|
2603 * wp-cache.php: Preload cache using wp-cron and refresh cache every |
|
2604 X minutes |
|
2605 |
|
2606 2010-04-28 14:35 donncha |
|
2607 |
|
2608 * wp-cache-phase1.php: Check if browser is blank before checking |
|
2609 for groups |
|
2610 |
|
2611 2010-04-28 13:09 donncha |
|
2612 |
|
2613 * wp-cache.php: * Only allow preloading when running in supercache |
|
2614 (ON) mode. |
|
2615 * Added wpsc_update_htaccess() for plugins to update .htaccess |
|
2616 rules. |
|
2617 |
|
2618 2010-04-27 17:44 donncha |
|
2619 |
|
2620 * wp-cache-phase1.php, wp-cache.php: Added ability to group mobile |
|
2621 devices. Added "cached_mobile_groups" filter so plugins can |
|
2622 modify groups. One group by default. See |
|
2623 http://wordpress.org/support/topic/339075?replies=21#post-1493412 |
|
2624 |
|
2625 2010-04-27 12:05 donncha |
|
2626 |
|
2627 * wp-cache-phase1.php: Merge code from |
|
2628 http://svn.wp-plugins.org/wordpress-mobile-pack/trunk/plugins/wpmp_switcher/lite_detection.php |
|
2629 into mobile detection function |
|
2630 |
|
2631 2010-04-27 11:36 donncha |
|
2632 |
|
2633 * wp-cache.php: Added support for mobile prefixes, see |
|
2634 http://wordpress.org/support/topic/339075?replies=17#post-1493120 |
|
2635 |
|
2636 2010-04-27 09:33 donncha |
|
2637 |
|
2638 * wp-cache.php: Minor text cleanup |
|
2639 |
|
2640 2010-04-27 09:29 donncha |
|
2641 |
|
2642 * wp-cache.php: gettext this properly |
|
2643 |
|
2644 2010-04-27 08:55 donncha |
|
2645 |
|
2646 * wp-cache.php: Added update_cached_mobile_ua_list() so plugins can |
|
2647 update the list of cached mobile UAs. |
|
2648 |
|
2649 2010-04-27 08:48 donncha |
|
2650 |
|
2651 * wp-cache.php: Added "cached_mobile_browsers" filter so mobile |
|
2652 plugins can filter list of mobile user agents. |
|
2653 |
|
2654 2010-04-26 08:29 donncha |
|
2655 |
|
2656 * wp-cache-phase2.php, wp-cache.php: Garbage collection can be |
|
2657 disabled by setting expiry time to zero. Preloading cache |
|
2658 disables GC too. |
|
2659 |
|
2660 2010-04-25 14:50 donncha |
|
2661 |
|
2662 * wp-cache.php: First pass at a cache preloader |
|
2663 |
|
2664 2010-04-25 14:49 donncha |
|
2665 |
|
2666 * wp-cache-phase1.php: Added error reporting to aid debugging |
|
2667 |
|
2668 2010-04-25 14:49 donncha |
|
2669 |
|
2670 * wp-cache.php: Use WP api to fetch homepage in tester |
|
2671 |
|
2672 2010-04-22 10:17 donncha |
|
2673 |
|
2674 * wp-cache-phase1.php, wp-cache-phase2.php: * Fixed problem with |
|
2675 eval() and html. |
|
2676 * If compression is enabled, and client supports it but gzip |
|
2677 headers are missing, make sure html served is not compressed. |
|
2678 |
|
2679 2010-04-22 08:38 donncha |
|
2680 |
|
2681 * wp-cache-phase1.php: Check if page is dynamic before sending gzip |
|
2682 headers. See http://wordpress.org/support/topic/347847?replies=29 |
|
2683 |
|
2684 2010-04-09 16:16 donncha |
|
2685 |
|
2686 * readme.txt, wp-cache-phase2.php: Remove the "redirect utm_source" |
|
2687 code and add a FAQ on changing it into an anchor tag |
|
2688 |
|
2689 2010-04-08 17:25 donncha |
|
2690 |
|
2691 * wp-cache-phase2.php, wp-cache.php: Add option, "Only refresh |
|
2692 current page when comments made." See |
|
2693 http://wordpress.org/support/topic/385305?replies=5 |
|
2694 |
|
2695 2010-04-07 17:00 donncha |
|
2696 |
|
2697 * wp-cache-phase1.php: Add the SERVER_PORT to the half mode and |
|
2698 object cache. See |
|
2699 http://wordpress.org/support/topic/368679?replies=4 |
|
2700 |
|
2701 2010-03-25 11:51 donncha |
|
2702 |
|
2703 * languages/wp-super-cache-zh_CN.mo, |
|
2704 languages/wp-super-cache-zh_CN.po: Added Chinese(Simplified) |
|
2705 translation, props Chen Yang (http://emule-fans.com/) |
|
2706 |
|
2707 2010-03-25 11:43 donncha |
|
2708 |
|
2709 * wp-cache.php: Check for WP_CACHE set to false and report an error |
|
2710 if the config file can't be updated. Props Artem @ |
|
2711 http://beerpla.net |
|
2712 |
|
2713 2010-03-25 10:22 donncha |
|
2714 |
|
2715 * readme.txt: Added warning about APC, props John Berns |
|
2716 |
|
2717 2010-03-18 15:26 donncha |
|
2718 |
|
2719 * wp-cache-phase2.php: Don't delete cache when spam and trash are |
|
2720 emptied |
|
2721 |
|
2722 2010-03-15 17:14 donncha |
|
2723 |
|
2724 * wp-cache.php: Check $wpmu_version to detect MU, and not |
|
2725 is_site_admin. |
|
2726 |
|
2727 2010-02-25 10:59 donncha |
|
2728 |
|
2729 * wp-cache-phase1.php, wp-cache-phase2.php: More debugging, esp of |
|
2730 page edit clear caching |
|
2731 |
|
2732 2010-02-23 18:01 donncha |
|
2733 |
|
2734 * wp-cache.php: Save rejected user agents properly. |
|
2735 http://wordpress.org/support/topic/366101?replies=2 |
|
2736 |
|
2737 2010-02-23 17:59 donncha |
|
2738 |
|
2739 * wp-cache.php: Better description of "logged in users" option, |
|
2740 make it "known users" |
|
2741 http://wordpress.org/support/topic/366904?replies=2 |
|
2742 |
|
2743 2010-02-21 10:24 donncha |
|
2744 |
|
2745 * wp-cache.php: Compare timestamps on each cached page when testing |
|
2746 |
|
2747 2010-02-21 09:33 donncha |
|
2748 |
|
2749 * wp-cache-phase2.php, wp-cache.php: Added ability to remove |
|
2750 utm_source parameters from urls |
|
2751 |
|
2752 2010-02-19 12:51 donncha |
|
2753 |
|
2754 * wp-cache.php: Make tester more verbose |
|
2755 |
|
2756 2010-02-18 17:51 donncha |
|
2757 |
|
2758 * wp-cache.php: First go at a cache tester |
|
2759 |
|
2760 2010-02-17 15:38 donncha |
|
2761 |
|
2762 * wp-cache-phase1.php: Improved debugging of cache serving |
|
2763 |
|
2764 2010-02-12 12:45 donncha |
|
2765 |
|
2766 * wp-cache-phase2.php: Add more debugging. |
|
2767 |
|
2768 2010-02-09 12:09 donncha |
|
2769 |
|
2770 * languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po: |
|
2771 Updated Japanese language files, props Tai |
|
2772 |
|
2773 2010-02-09 09:04 donncha |
|
2774 |
|
2775 * wp-cache.php: Fix printf warning |
|
2776 |
|
2777 2010-02-08 18:04 donncha |
|
2778 |
|
2779 * languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po: |
|
2780 Updated Japanese translation files, props Tai |
|
2781 |
|
2782 2010-02-08 17:32 donncha |
|
2783 |
|
2784 * languages/wp-super-cache-it_IT.mo, |
|
2785 languages/wp-super-cache-it_IT.po: Updated Italian translation, |
|
2786 props Gianni Diurno |
|
2787 |
|
2788 2010-02-08 14:25 donncha |
|
2789 |
|
2790 * Changelog.txt: Yet another update to changelog |
|
2791 |
|
2792 2010-02-08 14:24 donncha |
|
2793 |
|
2794 * wp-super-cache.pot: Updated pot file |
|
2795 |
|
2796 2010-02-08 14:22 donncha |
|
2797 |
|
2798 * plugins/badbehaviour.php, plugins/searchengine.php: Minor text |
|
2799 change, props Tai |
|
2800 |
|
2801 2010-02-08 14:18 donncha |
|
2802 |
|
2803 * Changelog.txt: Updated, again! |
|
2804 |
|
2805 2010-02-08 14:16 donncha |
|
2806 |
|
2807 * wp-super-cache.pot: Updated pot file |
|
2808 |
|
2809 2010-02-08 14:13 donncha |
|
2810 |
|
2811 * Changelog.txt: Updated changelog |
|
2812 |
|
2813 2010-02-08 14:11 donncha |
|
2814 |
|
2815 * readme.txt, wp-cache.php: Bump version to 0.9.9 |
|
2816 |
|
2817 2010-02-08 14:09 donncha |
|
2818 |
|
2819 * wp-cache.php: Add links to readme and forum |
|
2820 |
|
2821 2010-02-08 14:00 donncha |
|
2822 |
|
2823 * readme.txt, wp-cache.php: Updated tested version. |
|
2824 Added link to WordPress Mobile Edition. |
|
2825 |
|
2826 2010-02-08 13:52 donncha |
|
2827 |
|
2828 * Changelog.txt: Don't serve supercache files from PHP when GET is |
|
2829 not empty |
|
2830 |
|
2831 2010-02-08 13:51 donncha |
|
2832 |
|
2833 * wp-cache-phase1.php: Supercache files can't be used when GET is |
|
2834 not empty |
|
2835 |
|
2836 2010-02-08 13:43 donncha |
|
2837 |
|
2838 * Changelog.txt: Update changelog |
|
2839 |
|
2840 2010-02-08 13:36 donncha |
|
2841 |
|
2842 * wp-cache-phase1.php: Only serve supercached files to anon users |
|
2843 |
|
2844 2010-02-08 13:14 donncha |
|
2845 |
|
2846 * wp-cache-phase1.php: Don't serve GET requests from object cache |
|
2847 |
|
2848 2010-02-08 13:03 donncha |
|
2849 |
|
2850 * readme.txt: Update upgrade note |
|
2851 |
|
2852 2010-02-02 11:56 donncha |
|
2853 |
|
2854 * wp-cache.php: Added check for permalink structure |
|
2855 |
|
2856 2010-01-29 12:28 donncha |
|
2857 |
|
2858 * wp-super-cache.pot: Updated translation pot file |
|
2859 |
|
2860 2010-01-29 12:09 donncha |
|
2861 |
|
2862 * wp-cache.php: Only show object cache option when an external |
|
2863 object cache used. |
|
2864 |
|
2865 2010-01-29 11:15 donncha |
|
2866 |
|
2867 * readme.txt: Added note about supercache header |
|
2868 |
|
2869 2010-01-29 11:13 donncha |
|
2870 |
|
2871 * readme.txt: Updated mobile rewrite rules in readme.txt |
|
2872 |
|
2873 2010-01-29 11:11 donncha |
|
2874 |
|
2875 * Changelog.txt, readme.txt: Update changelog |
|
2876 |
|
2877 2010-01-29 10:40 donncha |
|
2878 |
|
2879 * wp-cache.php: Show delete buttons even when object cache is used. |
|
2880 |
|
2881 2010-01-29 10:36 donncha |
|
2882 |
|
2883 * wp-cache-phase2.php: Use $cache_max_time for object cache timeout |
|
2884 |
|
2885 2010-01-29 10:28 donncha |
|
2886 |
|
2887 * wp-cache-phase2.php: Clear object cache when posts change |
|
2888 |
|
2889 2010-01-29 10:20 donncha |
|
2890 |
|
2891 * wp-cache.php: Don't show cache listing when object cache used. |
|
2892 |
|
2893 2010-01-29 10:13 donncha |
|
2894 |
|
2895 * languages/wp-super-cache-zh_TW.mo, |
|
2896 languages/wp-super-cache-zh_TW.po: Chinese(Traditional) |
|
2897 translation by Pseric |
|
2898 |
|
2899 2010-01-29 10:07 donncha |
|
2900 |
|
2901 * readme.txt: Added FAQ on wp-cache vs supercache files |
|
2902 |
|
2903 2010-01-29 09:47 donncha |
|
2904 |
|
2905 * wp-cache-phase1.php: Hostname is already included in supercache |
|
2906 dir |
|
2907 |
|
2908 2010-01-29 09:45 donncha |
|
2909 |
|
2910 * wp-cache-phase1.php: If cache loader doesn't find a wp-cache |
|
2911 file, look for a supercache one and serve that instead. |
|
2912 |
|
2913 2010-01-28 10:17 donncha |
|
2914 |
|
2915 * wp-cache-phase1.php: Include the hostname in the object cache key |
|
2916 |
|
2917 2010-01-27 17:18 donncha |
|
2918 |
|
2919 * wp-cache-phase1.php: Object cache is only useful for anon users. |
|
2920 |
|
2921 2010-01-27 15:46 donncha |
|
2922 |
|
2923 * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: * Remove |
|
2924 "anon user only", same as logged in option. |
|
2925 * Add gzip encoding to object cache key |
|
2926 * Don't cache for known users in object cache |
|
2927 |
|
2928 2010-01-27 14:58 donncha |
|
2929 |
|
2930 * wp-cache-phase1.php: Oops, don't serve cache file in the right |
|
2931 place |
|
2932 |
|
2933 2010-01-27 14:38 donncha |
|
2934 |
|
2935 * wp-cache-phase1.php, wp-cache.php: Get mobile browser list from |
|
2936 "wp mobile edition". Warn user of obsolete rules. |
|
2937 |
|
2938 2010-01-27 12:26 donncha |
|
2939 |
|
2940 * wp-cache-phase2.php: Let's avoid warnings if we can |
|
2941 |
|
2942 2010-01-27 12:24 donncha |
|
2943 |
|
2944 * wp-cache-config-sample.php: Add more default config settings |
|
2945 |
|
2946 2010-01-26 18:29 donncha |
|
2947 |
|
2948 * wp-cache-phase2.php: Don't cache GET requests in object cache for |
|
2949 the time being. |
|
2950 Missing chunk of code from previous check in |
|
2951 |
|
2952 2010-01-26 18:20 donncha |
|
2953 |
|
2954 * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: First |
|
2955 pass at object cache support. (Thank you Andy Skelton for writing |
|
2956 batcache from where I borrowed some code and ideas) |
|
2957 |
|
2958 2010-01-26 14:38 donncha |
|
2959 |
|
2960 * wp-cache-phase2.php, wp-cache.php: * Added "no caching for known |
|
2961 users" option |
|
2962 * Fix half-on caching. |
|
2963 |
|
2964 2010-01-21 22:10 donncha |
|
2965 |
|
2966 * wp-cache-phase2.php: * Make sure the writer lock is unlocked |
|
2967 * "Logged in" users now include those who leave comments |
|
2968 |
|
2969 2010-01-19 11:13 donncha |
|
2970 |
|
2971 * wp-cache.php: Warn the user is php zlib output_compression is |
|
2972 enabled. |
|
2973 |
|
2974 2010-01-11 10:07 donncha |
|
2975 |
|
2976 * wp-cache-phase2.php: Don't create static cache files when dynamic |
|
2977 mfunc content is detected. |
|
2978 Delete 0 byte size tmp cache files |
|
2979 |
|
2980 2010-01-11 09:56 donncha |
|
2981 |
|
2982 * readme.txt: Added link to developer docs |
|
2983 |
|
2984 2009-12-22 11:14 donncha |
|
2985 |
|
2986 * languages/wp-super-cache-uk.mo, languages/wp-super-cache-uk.po: |
|
2987 Added Ukrainian translation, props Vitaly Mylo |
|
2988 |
|
2989 2009-12-15 10:46 donncha |
|
2990 |
|
2991 * readme.txt: Added Upgrade Notice section to readme |
|
2992 |
|
2993 2009-12-15 10:44 donncha |
|
2994 |
|
2995 * wp-cache.php, wp-super-cache.pot: Wordpress -> WordPress |
|
2996 |
|
2997 2009-12-15 10:36 donncha |
|
2998 |
|
2999 * wp-cache.php: Warn if zlib compression is enabled before user |
|
3000 enables compression in the plugin |
|
3001 |
|
3002 2009-12-15 10:23 donncha |
|
3003 |
|
3004 * readme.txt: Added compression troubleshooting answer, props |
|
3005 Vladimir (http://blog.sjinks.pro/) |
|
3006 |
|
3007 2009-11-23 16:15 donncha |
|
3008 |
|
3009 * languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po, |
|
3010 languages/wp-super-cache-ja_JA.mo, |
|
3011 languages/wp-super-cache-ja_JA.po: Renamed Japanese language |
|
3012 files |
|
3013 |
|
3014 2009-11-23 15:11 donncha |
|
3015 |
|
3016 * languages/wp-super-cache-ja_JA.mo, |
|
3017 languages/wp-super-cache-ja_JA.po: Added Japanese translation, |
|
3018 props Tai (http://tekapo.com/) |
|
3019 |
|
3020 2009-11-19 11:59 donncha |
|
3021 |
|
3022 * languages/wp-super-cache-it_IT.mo, |
|
3023 languages/wp-super-cache-it_IT.po: Updated Italian translation |
|
3024 |
|
3025 2009-11-18 17:50 donncha |
|
3026 |
|
3027 * Changelog.txt: Updated changelog |
|
3028 |
|
3029 2009-11-18 17:49 donncha |
|
3030 |
|
3031 * readme.txt, wp-cache.php: Bump version to 0.9.8 |
|
3032 |
1 2009-11-18 17:28 donncha |
3033 2009-11-18 17:28 donncha |
2 |
3034 |
3 * readme.txt: Added "Translators" thank you message |
3035 * readme.txt: Added "Translators" thank you message |
4 |
3036 |
5 2009-11-18 17:14 donncha |
3037 2009-11-18 17:14 donncha |