1 | 2009-07-17 15:30 donncha
|
---|
2 |
|
---|
3 | * readme.txt: Added changelog to readme.txt
|
---|
4 |
|
---|
5 | 2009-07-17 15:22 donncha
|
---|
6 |
|
---|
7 | * readme.txt, wp-cache.php: Bump version to 0.9.5
|
---|
8 | Bump tested version to 2.8.1
|
---|
9 |
|
---|
10 | 2009-07-17 15:19 donncha
|
---|
11 |
|
---|
12 | * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Don't
|
---|
13 | serve wp_cached cache files to rejected USER AGENTs
|
---|
14 |
|
---|
15 | 2009-07-17 15:08 donncha
|
---|
16 |
|
---|
17 | * wp-cache.php: Show next and last GC times in minutes, not local
|
---|
18 | times
|
---|
19 |
|
---|
20 | 2009-07-02 17:21 donncha
|
---|
21 |
|
---|
22 | * wp-cache-phase2.php: Rearrange checks for cache files.
|
---|
23 |
|
---|
24 | 2009-06-25 21:01 donncha
|
---|
25 |
|
---|
26 | * wp-cache-phase2.php: Hide filemtime warnings
|
---|
27 |
|
---|
28 | 2009-06-19 15:07 donncha
|
---|
29 |
|
---|
30 | * wp-cache-phase1.php: Don't check the filesize or mtime
|
---|
31 |
|
---|
32 | 2009-06-19 13:02 donncha
|
---|
33 |
|
---|
34 | * wp-cache-phase1.php, wp-cache-phase2.php: Don't check file age
|
---|
35 | when serving cached content - it will be deleted by ordinary
|
---|
36 | updates or by garbage collection
|
---|
37 | Check file age of each cache file only when regenerating (and
|
---|
38 | only to check if file was recently recreated)
|
---|
39 |
|
---|
40 | 2009-06-19 09:03 donncha
|
---|
41 |
|
---|
42 | * wp-cache.php: Updated blurb
|
---|
43 |
|
---|
44 | 2009-06-19 09:01 donncha
|
---|
45 |
|
---|
46 | * Changelog.txt: Updated changelog
|
---|
47 |
|
---|
48 | 2009-06-18 12:34 donncha
|
---|
49 |
|
---|
50 | * wp-cache-phase2.php: Typos in closing and unlink commands
|
---|
51 |
|
---|
52 | 2009-06-12 10:47 donncha
|
---|
53 |
|
---|
54 | * readme.txt, wp-cache-config-sample.php, wp-cache-phase1.php,
|
---|
55 | wp-cache.php: Bump tested version to 2.8
|
---|
56 | Applied patch to fix PHP warnings by Matt Martz,
|
---|
57 | http://sivel.net/
|
---|
58 |
|
---|
59 | 2009-06-10 22:46 donncha
|
---|
60 |
|
---|
61 | * wp-cache-phase1.php: Forgot the mobile whitelist
|
---|
62 |
|
---|
63 | 2009-06-05 17:04 donncha
|
---|
64 |
|
---|
65 | * wp-cache-phase1.php: Use cookies action instead of cache_key so
|
---|
66 | that supercache files aren't generated by anon mobile users
|
---|
67 |
|
---|
68 | 2009-06-05 15:12 donncha
|
---|
69 |
|
---|
70 | * wp-cache-config-sample.php, wp-cache.php: Added "Android" mobile
|
---|
71 | user agent, thanks Matt Martz/sivel
|
---|
72 |
|
---|
73 | 2009-06-05 12:27 donncha
|
---|
74 |
|
---|
75 | * readme.txt, wp-cache.php: Don't force the plugin into "half on"
|
---|
76 | mode if mobile support selected.
|
---|
77 | Added rewrite rules so that mobile devices are ignored by static
|
---|
78 | cache.
|
---|
79 | Thanks Vladimir Prelovac for bugging me about this.
|
---|
80 |
|
---|
81 | 2009-05-29 08:40 donncha
|
---|
82 |
|
---|
83 | * wp-cache-phase1.php: Ignore the WP test cookie, props Jay @
|
---|
84 | http://jay.gooby.org/post/nginx-wp-super-cache-not-writing-cache-files-solved
|
---|
85 |
|
---|
86 | 2009-05-26 09:55 donncha
|
---|
87 |
|
---|
88 | * wp-cache-phase2.php: Use blog's html type rather than text/html,
|
---|
89 | props Weston Ruter
|
---|
90 |
|
---|
91 | 2009-05-26 09:25 donncha
|
---|
92 |
|
---|
93 | * wp-cache-phase1.php, wp-cache-phase2.php: Cache the REQUEST_URI
|
---|
94 | in $wp_cache_request_uri in case a plugin overwrites it.
|
---|
95 |
|
---|
96 | 2009-05-21 13:12 donncha
|
---|
97 |
|
---|
98 | * wp-cache.php: Add newlines to mod_rewrite rules
|
---|
99 |
|
---|
100 | 2009-05-19 11:21 donncha
|
---|
101 |
|
---|
102 | * readme.txt: Updated recent changes list
|
---|
103 |
|
---|
104 | 2009-05-19 11:18 donncha
|
---|
105 |
|
---|
106 | * readme.txt: Updated docs for DONOTCACHEPAGE constant
|
---|
107 |
|
---|
108 | 2009-05-19 11:15 donncha
|
---|
109 |
|
---|
110 | * wp-cache.php: Added "WPSC_DISABLE_COMPRESSION" constant so
|
---|
111 | hosting companies can disable compression in wp-super-cache
|
---|
112 |
|
---|
113 | 2009-05-19 11:04 donncha
|
---|
114 |
|
---|
115 | * wp-cache.php: Added "WPSC_DISABLE_LOCKING" constant so hosting
|
---|
116 | companies can disable file locking sitewide
|
---|
117 |
|
---|
118 | 2009-05-19 10:19 donncha
|
---|
119 |
|
---|
120 | * wp-cache-phase2.php: Added "DONOTCACHEPAGE" constant so plugins
|
---|
121 | can specify pages that should not be cached.
|
---|
122 |
|
---|
123 | 2009-05-11 13:35 donncha
|
---|
124 |
|
---|
125 | * wp-cache.php: Use PHP_DOCUMENT_ROOT in .htaccess rules if set,
|
---|
126 | props Adrian Ott @ Mosso
|
---|
127 |
|
---|
128 | 2009-04-25 06:30 donncha
|
---|
129 |
|
---|
130 | * Changelog.txt: Updated changelog
|
---|
131 |
|
---|
132 | 2009-04-25 06:30 donncha
|
---|
133 |
|
---|
134 | * readme.txt, wp-cache.php: Bumped version number to 0.9.4.3
|
---|
135 |
|
---|
136 | 2009-04-23 20:04 donncha
|
---|
137 |
|
---|
138 | * wp-cache-phase2.php: Move mutex init above actions again
|
---|
139 |
|
---|
140 | 2009-04-22 11:34 donncha
|
---|
141 |
|
---|
142 | * readme.txt, wp-cache.php: Bump version number to 0.9.4.2
|
---|
143 |
|
---|
144 | 2009-04-22 11:06 donncha
|
---|
145 |
|
---|
146 | * wp-cache-phase2.php: Move check for logged in user after actions
|
---|
147 | are defined, otherwise cache files aren't updated. See
|
---|
148 | http://wordpress.org/support/topic/264090?replies=2
|
---|
149 |
|
---|
150 | 2009-04-21 19:53 donncha
|
---|
151 |
|
---|
152 | * Changelog.txt: Updated changelog
|
---|
153 |
|
---|
154 | 2009-04-21 19:53 donncha
|
---|
155 |
|
---|
156 | * readme.txt, wp-cache.php: Bumped version to 0.9.4.1
|
---|
157 |
|
---|
158 | 2009-04-21 19:52 donncha
|
---|
159 |
|
---|
160 | * wp-cache.php: Oops, make sure the "don't cache if logged in"
|
---|
161 | checkbox can be unchecked!
|
---|
162 | Clear the cache when it's enabled
|
---|
163 |
|
---|
164 | 2009-04-21 15:46 donncha
|
---|
165 |
|
---|
166 | * Changelog.txt: Updated changelog
|
---|
167 |
|
---|
168 | 2009-04-21 15:45 donncha
|
---|
169 |
|
---|
170 | * readme.txt: Updated recent changes
|
---|
171 |
|
---|
172 | 2009-04-21 15:44 donncha
|
---|
173 |
|
---|
174 | * Changelog.txt: Updated changelog
|
---|
175 |
|
---|
176 | 2009-04-21 15:43 donncha
|
---|
177 |
|
---|
178 | * readme.txt, wp-cache.php: Bumped version number to 0.9.4
|
---|
179 |
|
---|
180 | 2009-04-21 11:46 donncha
|
---|
181 |
|
---|
182 | * wp-cache.php: Minor docs update
|
---|
183 |
|
---|
184 | 2009-04-20 09:25 donncha
|
---|
185 |
|
---|
186 | * wp-cache-phase2.php: Check that user is logged in before not
|
---|
187 | caching
|
---|
188 |
|
---|
189 | 2009-04-20 08:49 donncha
|
---|
190 |
|
---|
191 | * wp-cache-phase2.php, wp-cache.php: Added "Don't cache for logged
|
---|
192 | in users" option
|
---|
193 |
|
---|
194 | 2009-04-18 22:03 donncha
|
---|
195 |
|
---|
196 | * readme.txt: Updated donation link
|
---|
197 |
|
---|
198 | 2009-04-15 16:38 donncha
|
---|
199 |
|
---|
200 | * wp-cache.php: Display file size stats on admin page
|
---|
201 |
|
---|
202 | 2009-04-15 15:27 donncha
|
---|
203 |
|
---|
204 | * wp-cache-phase2.php: Clear the cache when the profile is updated.
|
---|
205 | Props djquinn http://wordpress.org/support/topic/261504?replies=6
|
---|
206 | http://www.dquinn.net/wp-super-cache-preview-draft-update-profile-wordpress/
|
---|
207 |
|
---|
208 | 2009-04-15 15:25 donncha
|
---|
209 |
|
---|
210 | * wp-cache-phase1.php: Don't cache post previews
|
---|
211 |
|
---|
212 | 2009-04-14 14:10 donncha
|
---|
213 |
|
---|
214 | * wp-cache-config-sample.php, wp-cache.php: Added backslashes to
|
---|
215 | rejected URI. See
|
---|
216 | http://wordpress.org/support/topic/260790?replies=10#post-1045412
|
---|
217 |
|
---|
218 | 2009-04-06 14:17 donncha
|
---|
219 |
|
---|
220 | * Changelog.txt: Updated changelog to 0.9.3.1
|
---|
221 |
|
---|
222 | 2009-04-06 14:16 donncha
|
---|
223 |
|
---|
224 | * readme.txt, wp-cache.php: Bump version to 0.9.3.1
|
---|
225 |
|
---|
226 | 2009-04-06 14:16 donncha
|
---|
227 |
|
---|
228 | * readme.txt: Added link to forum thread on posting problems in
|
---|
229 | 0.9.3
|
---|
230 |
|
---|
231 | 2009-04-06 14:11 donncha
|
---|
232 |
|
---|
233 | * readme.txt: Added "Recent Changes" section to start of readme.txt
|
---|
234 | to make life easier on those upgrading
|
---|
235 |
|
---|
236 | 2009-04-05 22:15 donncha
|
---|
237 |
|
---|
238 | * advanced-cache.php: Don't show broken path message in wp-admin.
|
---|
239 | Check if file is missing before showing an error
|
---|
240 |
|
---|
241 | 2009-04-05 21:51 donncha
|
---|
242 |
|
---|
243 | * wp-cache-phase1.php: Return true so the include_once() returns
|
---|
244 | true. Fixes problem with saving posts
|
---|
245 |
|
---|
246 | 2009-04-05 18:53 donncha
|
---|
247 |
|
---|
248 | * wp-cache-phase2.php: Clear the supercache when all cache is
|
---|
249 | cleared on post edit.
|
---|
250 |
|
---|
251 | 2009-04-05 18:53 donncha
|
---|
252 |
|
---|
253 | * advanced-cache.php: whitespace cleanup
|
---|
254 |
|
---|
255 | 2009-04-05 09:36 donncha
|
---|
256 |
|
---|
257 | * Changelog.txt: Updated changelog
|
---|
258 |
|
---|
259 | 2009-04-05 08:25 donncha
|
---|
260 |
|
---|
261 | * wp-cache-phase2.php: Hide any potential opendir warnings
|
---|
262 |
|
---|
263 | 2009-04-04 11:40 donncha
|
---|
264 |
|
---|
265 | * Changelog.txt: Updated Changelog to 0.9.3
|
---|
266 |
|
---|
267 | 2009-04-04 11:40 donncha
|
---|
268 |
|
---|
269 | * readme.txt, wp-cache.php: Bump version number to 0.9.3
|
---|
270 |
|
---|
271 | 2009-04-04 11:23 donncha
|
---|
272 |
|
---|
273 | * wp-cache.php: Minor change in cache rebuild and mutex option text
|
---|
274 |
|
---|
275 | 2009-04-04 11:15 donncha
|
---|
276 |
|
---|
277 | * wp-cache-phase1.php: Cache files for single blogs go in cache/,
|
---|
278 | MU cache files go in cache/blogs/
|
---|
279 |
|
---|
280 | 2009-04-03 15:01 donncha
|
---|
281 |
|
---|
282 | * wp-cache-config-sample.php, wp-cache.php: "Cache rebuild" feature
|
---|
283 | is now on by default
|
---|
284 | File locks are off by default
|
---|
285 | Change language on admin page to "Enable file locking" instead of
|
---|
286 | "Disable..."
|
---|
287 |
|
---|
288 | 2009-04-02 19:56 donncha
|
---|
289 |
|
---|
290 | * wp-cache-phase2.php: Get rid of more get_option() calls in the
|
---|
291 | shutdown function
|
---|
292 |
|
---|
293 | 2009-04-02 13:42 donncha
|
---|
294 |
|
---|
295 | * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Added a
|
---|
296 | blog cache dir. WordPress MU blogs will be cached into different
|
---|
297 | directories.
|
---|
298 | Regular WP will cache into cache/blogs/ instead of cache/
|
---|
299 |
|
---|
300 | 2009-04-02 13:41 donncha
|
---|
301 |
|
---|
302 | * readme.txt: Update docs:
|
---|
303 | 1. new signature on page.
|
---|
304 | 2. Minor text changes
|
---|
305 |
|
---|
306 | 2009-04-02 11:49 donncha
|
---|
307 |
|
---|
308 | * wp-cache-phase2.php: Removed errlog
|
---|
309 |
|
---|
310 | 2009-04-02 11:09 donncha
|
---|
311 |
|
---|
312 | * wp-cache-phase2.php: Check if rejected uri expr is a blank. See
|
---|
313 | http://justinblanton.com/2009/03/broken-wp-super-cache
|
---|
314 |
|
---|
315 | 2009-04-01 11:46 donncha
|
---|
316 |
|
---|
317 | * wp-cache-phase2.php: Added "wp_cache_rebuild_or_delete()"
|
---|
318 | function to delete or create rebuild cache files
|
---|
319 |
|
---|
320 | 2009-03-31 10:56 donncha
|
---|
321 |
|
---|
322 | * readme.txt: Minor docs update
|
---|
323 |
|
---|
324 | 2009-03-31 10:53 donncha
|
---|
325 |
|
---|
326 | * readme.txt: Updated docs to stress that wp-cached files are "good
|
---|
327 | enough" for most people.
|
---|
328 |
|
---|
329 | 2009-03-31 10:46 donncha
|
---|
330 |
|
---|
331 | * advanced-cache.php, readme.txt: Added "wpcache_broken_message()"
|
---|
332 | and code to catch when path in advanced-cache.php is broken.
|
---|
333 |
|
---|
334 | 2009-03-31 10:32 donncha
|
---|
335 |
|
---|
336 | * wp-cache.php: Check if admin_url exists. Not everyone updates
|
---|
337 | WordPress.
|
---|
338 |
|
---|
339 | 2009-03-31 10:31 donncha
|
---|
340 |
|
---|
341 | * wp-cache-phase2.php: In post change, remove corrupted or obsolete
|
---|
342 | meta and cache files
|
---|
343 |
|
---|
344 | 2009-03-31 10:30 donncha
|
---|
345 |
|
---|
346 | * Changelog.txt: Updated changelog.txt
|
---|
347 |
|
---|
348 | 2009-03-30 16:12 donncha
|
---|
349 |
|
---|
350 | * wp-cache-phase2.php: Added an "auto reject" list of URIs
|
---|
351 |
|
---|
352 | 2009-03-30 06:22 donncha
|
---|
353 |
|
---|
354 | * wp-cache-phase1.php: Remove corrupted or obsolete meta file and
|
---|
355 | cache file.
|
---|
356 |
|
---|
357 | 2009-03-30 04:53 donncha
|
---|
358 |
|
---|
359 | * wp-cache-phase1.php, wp-cache-phase2.php: Don't use array_push().
|
---|
360 | Removed wp_cache_file_contents action as it may contribute to
|
---|
361 | memory problems for some hosts.
|
---|
362 | Pass buffer by reference to ob function.
|
---|
363 | Revert merge of shutdown function and ob function
|
---|
364 | Pass "siteurl" to post_id gc function
|
---|
365 |
|
---|
366 | 2009-03-29 16:32 donncha
|
---|
367 |
|
---|
368 | * wp-cache-phase1.php: Make sure $meta is an array
|
---|
369 |
|
---|
370 | 2009-03-28 13:03 donncha
|
---|
371 |
|
---|
372 | * Changelog.txt: Updated changelog
|
---|
373 |
|
---|
374 | 2009-03-28 13:02 donncha
|
---|
375 |
|
---|
376 | * readme.txt, wp-cache.php: Bump version number to 0.9.2
|
---|
377 |
|
---|
378 | 2009-03-28 12:58 donncha
|
---|
379 |
|
---|
380 | * readme.txt: Added a troubleshooting entry for advanced-cache.php
|
---|
381 |
|
---|
382 | 2009-03-28 12:54 donncha
|
---|
383 |
|
---|
384 | * advanced-cache.php: Include once instead of require because it
|
---|
385 | won't cause a FATAL error if the path is incorrect
|
---|
386 |
|
---|
387 | 2009-03-28 12:39 donncha
|
---|
388 |
|
---|
389 | * readme.txt: Minimum version is now 2.6, props tigertech,
|
---|
390 | http://wordpress.org/support/topic/255628?replies=1
|
---|
391 |
|
---|
392 | 2009-03-28 12:34 donncha
|
---|
393 |
|
---|
394 | * wp-cache-phase2.php: Delete static "pages on front" when posts
|
---|
395 | change.
|
---|
396 |
|
---|
397 | 2009-03-28 12:30 donncha
|
---|
398 |
|
---|
399 | * readme.txt: Move uninstall instructions up
|
---|
400 | Added "If all else fails" instructions
|
---|
401 |
|
---|
402 | 2009-03-21 21:15 donncha
|
---|
403 |
|
---|
404 | * wp-cache.php: Added "Settings" link on plugins page.
|
---|
405 | Simplified admin notice, may fix 500 internal errors
|
---|
406 |
|
---|
407 | 2009-03-21 21:13 donncha
|
---|
408 |
|
---|
409 | * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Revert
|
---|
410 | moving meta information into cache file. It took too long to scan
|
---|
411 | the directory
|
---|
412 |
|
---|
413 | 2009-03-20 15:34 donncha
|
---|
414 |
|
---|
415 | * wp-cache-phase2.php: Unlink supercache cache files as well as
|
---|
416 | wp-cache files
|
---|
417 |
|
---|
418 | 2009-03-20 15:33 donncha
|
---|
419 |
|
---|
420 | * wp-cache-phase2.php: No need for separate $log variable
|
---|
421 |
|
---|
422 | 2009-03-20 15:31 donncha
|
---|
423 |
|
---|
424 | * wp-cache-phase2.php: $supercacheonly is set further up
|
---|
425 |
|
---|
426 | 2009-03-20 15:30 donncha
|
---|
427 |
|
---|
428 | * wp-cache-phase2.php: Minor typos "attac"
|
---|
429 | Removed unused function
|
---|
430 |
|
---|
431 | 2009-03-20 15:28 donncha
|
---|
432 |
|
---|
433 | * wp-cache-phase2.php: Make sure other actions have a chance to
|
---|
434 | mark comments as spam
|
---|
435 |
|
---|
436 | 2009-03-13 22:19 donncha
|
---|
437 |
|
---|
438 | * wp-cache-phase1.php: Don't need that error_log
|
---|
439 |
|
---|
440 | 2009-03-13 11:41 donncha
|
---|
441 |
|
---|
442 | * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Make meta
|
---|
443 | an array rather than an object because of this change to PHP5:
|
---|
444 | http://bugs.php.net/bug.php?id=40104
|
---|
445 | Move meta file data into cache file.
|
---|
446 |
|
---|
447 | 2009-03-13 09:06 donncha
|
---|
448 |
|
---|
449 | * wp-cache-phase2.php: Move wp_cache_shutdown_callback() into the
|
---|
450 | ob callback
|
---|
451 |
|
---|
452 | 2009-03-09 09:52 donncha
|
---|
453 |
|
---|
454 | * wp-cache.php: Only check for apache modules if in supercache
|
---|
455 | mode.
|
---|
456 |
|
---|
457 | 2009-02-27 09:55 donncha
|
---|
458 |
|
---|
459 | * plugins/badbehaviour.php: Note that compression disabled when BB
|
---|
460 | support enabled.
|
---|
461 |
|
---|
462 | 2009-02-27 09:46 donncha
|
---|
463 |
|
---|
464 | * plugins/badbehaviour.php: Bad-behavior fixes. Plugin will find
|
---|
465 | the bb plugin folder now.
|
---|
466 |
|
---|
467 | 2009-02-26 12:55 donncha
|
---|
468 |
|
---|
469 | * wp-cache-phase1.php: set the right variable.
|
---|
470 |
|
---|
471 | 2009-02-26 11:53 donncha
|
---|
472 |
|
---|
473 | * Changelog.txt: Updated changelog, should have svnupped last time
|
---|
474 |
|
---|
475 | 2009-02-26 11:53 donncha
|
---|
476 |
|
---|
477 | * Changelog.txt: Updated changelog
|
---|
478 |
|
---|
479 | 2009-02-26 11:51 donncha
|
---|
480 |
|
---|
481 | * readme.txt, wp-cache.php: Bump version to 0.9.1
|
---|
482 |
|
---|
483 | 2009-02-26 11:35 donncha
|
---|
484 |
|
---|
485 | * readme.txt: Updated docs on "expired pages" and the required
|
---|
486 | modules needed to serve new data
|
---|
487 |
|
---|
488 | 2009-02-26 11:23 donncha
|
---|
489 |
|
---|
490 | * wp-cache.php: Remove "experimental" heading.
|
---|
491 |
|
---|
492 | 2009-02-26 11:07 donncha
|
---|
493 |
|
---|
494 | * wp-cache.php: Added "About the author" box to admin page.
|
---|
495 |
|
---|
496 | 2009-02-19 16:07 donncha
|
---|
497 |
|
---|
498 | * wp-cache.php: Make the donation box hidable.
|
---|
499 |
|
---|
500 | 2009-02-19 15:46 donncha
|
---|
501 |
|
---|
502 | * wp-cache.php: Added donation button, yes my html skills suck.
|
---|
503 |
|
---|
504 | 2009-02-19 15:00 donncha
|
---|
505 |
|
---|
506 | * wp-cache.php: Match IP against 192.168 instead of 192.
|
---|
507 |
|
---|
508 | 2009-02-19 13:43 donncha
|
---|
509 |
|
---|
510 | * readme.txt, wp-cache.php: Added checks for hostname = 127.x.x.x
|
---|
511 | or 192.x.x.x or if available uses wp_remote_get() to load
|
---|
512 | wp-cron.php
|
---|
513 | Gives warning if checks fail
|
---|
514 | Updated readme.txt with docs on how to resolve. Thanks to Joost
|
---|
515 | de Valk for help debugging this. http://yoast.com/wp-cron-issues/
|
---|
516 |
|
---|
517 | 2009-02-19 13:34 donncha
|
---|
518 |
|
---|
519 | * wp-cache-phase2.php: Hide file op warning.
|
---|
520 | Removed register_shutdown command that's not used any more
|
---|
521 |
|
---|
522 | 2009-02-19 11:48 donncha
|
---|
523 |
|
---|
524 | * wp-cache.php: Hide rename warning. Possibly related to no global
|
---|
525 | lock.
|
---|
526 |
|
---|
527 | 2009-02-17 13:04 donncha
|
---|
528 |
|
---|
529 | * Changelog.txt: Updated changelog
|
---|
530 |
|
---|
531 | 2009-02-17 12:58 donncha
|
---|
532 |
|
---|
533 | * wp-cache-phase2.php: Don't show no HTML tag warning for
|
---|
534 | robots.txt, http://wordpress.org/support/topic/243904?replies=1
|
---|
535 |
|
---|
536 | 2009-02-17 12:36 donncha
|
---|
537 |
|
---|
538 | * wp-cache.php: Clear the supercache folder when it's disabled.
|
---|
539 | Remove the .disabled folder if a supercache folder exists.
|
---|
540 | Show Last and Next garbage collection times as UTC
|
---|
541 | Added an admin notice on the plugins page if wp-super-cache
|
---|
542 | caching is disabled
|
---|
543 | Add plugin notice below plugin row if caching is disabled
|
---|
544 |
|
---|
545 | 2009-02-17 12:34 donncha
|
---|
546 |
|
---|
547 | * wp-cache-phase2.php: Hide some filemtime() warnings. Without a
|
---|
548 | global file lock we'll get more of these.
|
---|
549 |
|
---|
550 | 2009-02-17 12:33 donncha
|
---|
551 |
|
---|
552 | * plugins/badbehaviour.php: Disable the supercache if Bad Behaviour
|
---|
553 | support is enabled.
|
---|
554 |
|
---|
555 | 2009-02-14 11:48 donncha
|
---|
556 |
|
---|
557 | * readme.txt: Updated tag and added Donation link
|
---|
558 |
|
---|
559 | 2009-02-06 10:48 donncha
|
---|
560 |
|
---|
561 | * wp-cache-phase1.php, wp-cache-phase2.php: Just use the output
|
---|
562 | buffer, no shutdown functions.
|
---|
563 |
|
---|
564 | 2009-02-05 20:53 donncha
|
---|
565 |
|
---|
566 | * wp-cache-phase2.php: No need to call this callback twice!
|
---|
567 |
|
---|
568 | 2009-02-05 15:32 donncha
|
---|
569 |
|
---|
570 | * wp-cache-config-sample.php: Remove any slashes left in the
|
---|
571 | blogcacheid
|
---|
572 |
|
---|
573 | 2009-02-05 13:36 donncha
|
---|
574 |
|
---|
575 | * wp-cache.php: Replace blashslashes in WP_CONTENT_DIR here,
|
---|
576 | possible Win32 fix
|
---|
577 |
|
---|
578 | 2009-02-05 10:20 donncha
|
---|
579 |
|
---|
580 | * readme.txt: Added "UserOnline" to the list of plugins that don't
|
---|
581 | update when a page is cached
|
---|
582 |
|
---|
583 | 2009-02-05 09:55 donncha
|
---|
584 |
|
---|
585 | * wp-cache.php: Replace backslashes in WP_CONTENT_DIR too. Win32
|
---|
586 | fix. props Chris (beerfan)
|
---|
587 |
|
---|
588 | 2009-02-04 21:49 donncha
|
---|
589 |
|
---|
590 | * wp-cache-config-sample.php, wp-cache-phase2.php: Added
|
---|
591 | $wp_cache_shutdown_gc config option to use shutdown instead of
|
---|
592 | wp-cron
|
---|
593 | Added comments on config options
|
---|
594 |
|
---|
595 | 2009-02-04 20:38 donncha
|
---|
596 |
|
---|
597 | * wp-cache-phase2.php: Don't create empty supercache directories.
|
---|
598 |
|
---|
599 | 2009-02-04 10:25 donncha
|
---|
600 |
|
---|
601 | * readme.txt: Troubleshooting updates: advanced-cache.php, cache on
|
---|
602 | NFS warning
|
---|
603 |
|
---|
604 | 2009-02-03 21:53 donncha
|
---|
605 |
|
---|
606 | * plugins/badbehaviour.php, wp-cache-phase1.php: Things act strange
|
---|
607 | when a function has a require_once(), even if it's never reached
|
---|
608 |
|
---|
609 | 2009-02-03 21:41 donncha
|
---|
610 |
|
---|
611 | * plugins/badbehaviour.php, plugins/searchengine.php,
|
---|
612 | wp-cache-config-sample.php, wp-cache-phase1.php: Added Bad
|
---|
613 | Behaviour plugin
|
---|
614 | Allow SuperCache plugin directory to be relocated. See
|
---|
615 | $wp_cache_plugins_dir in config file.
|
---|
616 | Fixed updating Active status of searchengine plugin
|
---|
617 | Added new cacheactions:
|
---|
618 | 'wp_cache_served_cache_file' activated just before headers are
|
---|
619 | sent for an existing cache file.
|
---|
620 | 'wp_cache_file_contents' filter that every wp-cache cache file is
|
---|
621 | sent through. (ignoring mfunc)
|
---|
622 |
|
---|
623 | 2009-02-03 12:11 donncha
|
---|
624 |
|
---|
625 | * wp-cache-phase1.php: Clean and echo the buffer
|
---|
626 |
|
---|
627 | 2009-02-03 11:49 donncha
|
---|
628 |
|
---|
629 | * wp-cache-phase1.php, wp-cache-phase2.php: Register supercache
|
---|
630 | shutdown function right at the start of the process so it's
|
---|
631 | executed before WP objects are destroyed
|
---|
632 |
|
---|
633 | 2009-02-02 15:48 donncha
|
---|
634 |
|
---|
635 | * wp-cache-phase2.php: Don't register shutdown function, call it
|
---|
636 | from the output buffer callback.
|
---|
637 |
|
---|
638 | 2009-02-02 09:58 donncha
|
---|
639 |
|
---|
640 | * wp-cache-phase2.php: Don't read files into an array, reverting
|
---|
641 | [86134]
|
---|
642 |
|
---|
643 | 2009-01-29 17:19 donncha
|
---|
644 |
|
---|
645 | * wp-cache.php: Remove double slashes from inst_root
|
---|
646 |
|
---|
647 | 2009-01-29 16:28 donncha
|
---|
648 |
|
---|
649 | * wp-cache.php: Guess the install root properly
|
---|
650 |
|
---|
651 | 2009-01-29 14:25 donncha
|
---|
652 |
|
---|
653 | * wp-cache-phase2.php: Revert prune_super_cache and
|
---|
654 | garbage_collection code.
|
---|
655 |
|
---|
656 | 2009-01-29 06:41 donncha
|
---|
657 |
|
---|
658 | * wp-cache.php: Fix caching for blogs installed in sub dirs. See
|
---|
659 | http://wordpress.org/support/topic/238022?replies=6
|
---|
660 |
|
---|
661 | 2009-01-27 19:57 donncha
|
---|
662 |
|
---|
663 | * wp-cache-phase2.php: Only rename the tmp cache file when it's
|
---|
664 | created.
|
---|
665 | Hide warnings about renames and unlinks
|
---|
666 |
|
---|
667 | 2009-01-27 06:18 donncha
|
---|
668 |
|
---|
669 | * Changelog.txt: Updated changelog
|
---|
670 |
|
---|
671 | 2009-01-27 06:17 donncha
|
---|
672 |
|
---|
673 | * readme.txt, wp-cache.php: Bump version to 0.9
|
---|
674 |
|
---|
675 | 2009-01-27 06:17 donncha
|
---|
676 |
|
---|
677 | * wp-cache-phase2.php: Bring back mfunc code
|
---|
678 |
|
---|
679 | 2009-01-27 05:53 donncha
|
---|
680 |
|
---|
681 | * wp-cache-phase2.php, wp-cache.php: Set GC to 10 minutes instead
|
---|
682 | of 30.
|
---|
683 |
|
---|
684 | 2009-01-26 20:08 donncha
|
---|
685 |
|
---|
686 | * wp-cache.php: Show last and next garbage collection times
|
---|
687 |
|
---|
688 | 2009-01-26 18:11 donncha
|
---|
689 |
|
---|
690 | * wp-cache.php: Make sure constant value is displayed, props
|
---|
691 | Jonathan Dingman
|
---|
692 |
|
---|
693 | 2009-01-26 17:32 donncha
|
---|
694 |
|
---|
695 | * wp-cache-phase1.php: Update mobile "enabled" variable
|
---|
696 |
|
---|
697 | 2009-01-26 17:32 donncha
|
---|
698 |
|
---|
699 | * wp-cache-phase2.php: Don't send gzip headers if headers already
|
---|
700 | sent
|
---|
701 |
|
---|
702 | 2009-01-26 13:00 donncha
|
---|
703 |
|
---|
704 | * wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php:
|
---|
705 | Removed "dynamic caching" that isn't documented anywhere any more
|
---|
706 | Fixed activate bugs with mobile device support
|
---|
707 |
|
---|
708 | 2009-01-26 11:12 donncha
|
---|
709 |
|
---|
710 | * wp-cache-config-sample.php, wp-cache-phase1.php, wp-cache.php:
|
---|
711 | Mobile device support via
|
---|
712 | http://wordpress.org/extend/plugins/wordpress-mobile-edition/ by
|
---|
713 | Alex King
|
---|
714 |
|
---|
715 | 2009-01-26 10:03 donncha
|
---|
716 |
|
---|
717 | * readme.txt: Added extra FAQs
|
---|
718 |
|
---|
719 | 2009-01-25 11:21 donncha
|
---|
720 |
|
---|
721 | * wp-cache-phase2.php, wp-cache.php: Admin page updates
|
---|
722 | If expiry time is over 30 minutes, set garbage collection to 30
|
---|
723 | minutes, else expiry time
|
---|
724 |
|
---|
725 | 2009-01-25 09:11 donncha
|
---|
726 |
|
---|
727 | * wp-cache-phase2.php: If supercache enabled, Don't create wp-cache
|
---|
728 | files for anonymous users. Should cut down cached files by half
|
---|
729 | ore more.
|
---|
730 |
|
---|
731 | 2009-01-25 07:56 donncha
|
---|
732 |
|
---|
733 | * wp-cache-phase2.php: Warn if cache expiry cron job took longer
|
---|
734 | than 30 seconds, props SiriusBuzz
|
---|
735 |
|
---|
736 | 2009-01-25 07:49 donncha
|
---|
737 |
|
---|
738 | * advanced-cache.php, wp-cache-phase2.php, wp-cache.php:
|
---|
739 | advanced-cache.php will load the phase1.php even in relocated
|
---|
740 | plugin folders now. (NOTE. Must be updated if plugin folder
|
---|
741 | changes)
|
---|
742 | Removed error_log()
|
---|
743 |
|
---|
744 | 2009-01-24 06:03 donncha
|
---|
745 |
|
---|
746 | * wp-cache.php: Update advanced-cache.php message, props Jonathan
|
---|
747 | Dingman
|
---|
748 |
|
---|
749 | 2009-01-23 19:10 donncha
|
---|
750 |
|
---|
751 | * Changelog.txt: Updated Changelog for 0.8.9
|
---|
752 |
|
---|
753 | 2009-01-23 19:09 donncha
|
---|
754 |
|
---|
755 | * readme.txt, wp-cache.php: Bump version number to 0.8.9 and update
|
---|
756 | documentation
|
---|
757 |
|
---|
758 | 2009-01-23 18:34 donncha
|
---|
759 |
|
---|
760 | * wp-cache.php: Updated text
|
---|
761 |
|
---|
762 | 2009-01-23 12:43 donncha
|
---|
763 |
|
---|
764 | * wp-cache-phase2.php, wp-cache.php: Set garbage collection to 10
|
---|
765 | seconds after expiry
|
---|
766 |
|
---|
767 | 2009-01-23 12:13 donncha
|
---|
768 |
|
---|
769 | * wp-cache.php: mutext variable needs to be global
|
---|
770 |
|
---|
771 | 2009-01-23 12:06 donncha
|
---|
772 |
|
---|
773 | * advanced-cache.php, wp-cache.php: Added "advanced-cache.php"
|
---|
774 | which will load wp-cache-phase1.php
|
---|
775 | Copy that file to wp-content/ instead of symlinking
|
---|
776 | Added checkboxes for "cache rebuild" and "disable file locking"
|
---|
777 | remove #list anchor tag
|
---|
778 |
|
---|
779 | 2009-01-22 11:26 donncha
|
---|
780 |
|
---|
781 | * wp-cache-phase2.php: Delete lots more cache files in one go, for
|
---|
782 | busy sites
|
---|
783 |
|
---|
784 | 2009-01-21 13:42 donncha
|
---|
785 |
|
---|
786 | * wp-cache-phase2.php: Removed "cron job called" debug message
|
---|
787 |
|
---|
788 | 2009-01-21 13:05 donncha
|
---|
789 |
|
---|
790 | * wp-cache.php: Show all sections of the admin page by default.
|
---|
791 | Move cache contents up
|
---|
792 |
|
---|
793 | 2009-01-20 11:23 donncha
|
---|
794 |
|
---|
795 | * wp-cache.php: Admin page UI update, props Robert Wolf
|
---|
796 |
|
---|
797 | 2009-01-19 18:29 donncha
|
---|
798 |
|
---|
799 | * wp-cache-config-sample.php: Comment out $wp_cache_mutex_disabled
|
---|
800 | by default
|
---|
801 |
|
---|
802 | 2009-01-19 18:27 donncha
|
---|
803 |
|
---|
804 | * wp-cache-config-sample.php, wp-cache-phase2.php: Allow mutex file
|
---|
805 | locking to be disabled
|
---|
806 |
|
---|
807 | 2009-01-19 18:18 donncha
|
---|
808 |
|
---|
809 | * wp-cache.php: Fix the favourites if a non admin users logs in
|
---|
810 |
|
---|
811 | 2009-01-16 17:04 donncha
|
---|
812 |
|
---|
813 | * Changelog.txt: Updated Changelog
|
---|
814 |
|
---|
815 | 2009-01-16 17:03 donncha
|
---|
816 |
|
---|
817 | * wp-cache-config-sample.php, wp-cache-phase1.php,
|
---|
818 | wp-cache-phase2.php: Added simple DEBUG mode. Activate by setting
|
---|
819 | $wp_cache_debug to your email address in wp-cache-config.php
|
---|
820 | Sends debug emails on: cron job, failed job, when gzip headers
|
---|
821 | are missing from wp-cache meta file.
|
---|
822 |
|
---|
823 | 2009-01-16 16:14 donncha
|
---|
824 |
|
---|
825 | * readme.txt, wp-cache.php: Bump version to 0.8.8
|
---|
826 |
|
---|
827 | 2009-01-16 16:10 donncha
|
---|
828 |
|
---|
829 | * wp-cache.php: Added "Delete Cache" link to Favourites menu
|
---|
830 |
|
---|
831 | 2009-01-15 23:16 donncha
|
---|
832 |
|
---|
833 | * wp-cache-phase2.php: We clean up files as well as directories.
|
---|
834 | Should fix issue with non-updating blogs
|
---|
835 |
|
---|
836 | 2009-01-14 22:47 donncha
|
---|
837 |
|
---|
838 | * wp-cache-config-sample.php, wp-cache-phase1.php,
|
---|
839 | wp-cache-phase2.php: Remove debugging code
|
---|
840 |
|
---|
841 | 2009-01-14 18:51 donncha
|
---|
842 |
|
---|
843 | * wp-cache-config-sample.php, wp-cache-phase1.php,
|
---|
844 | wp-cache-phase2.php: Lots of debug code
|
---|
845 |
|
---|
846 | 2009-01-14 14:33 donncha
|
---|
847 |
|
---|
848 | * readme.txt: Updated the "How do I know my blog is being cached?"
|
---|
849 | FAQ
|
---|
850 |
|
---|
851 | 2009-01-12 17:51 donncha
|
---|
852 |
|
---|
853 | * wp-cache-phase2.php: Don't overwrite $dh directory handler
|
---|
854 |
|
---|
855 | 2009-01-12 17:38 donncha
|
---|
856 |
|
---|
857 | * wp-cache-phase2.php: When reading large directories, create array
|
---|
858 | of files. The opendir handle seems to die.
|
---|
859 |
|
---|
860 | 2009-01-11 09:16 donncha
|
---|
861 |
|
---|
862 | * wp-cache-phase2.php, wp-cache.php: Use opendir()/readdir()
|
---|
863 | instead of glob()
|
---|
864 |
|
---|
865 | 2009-01-09 21:16 donncha
|
---|
866 |
|
---|
867 | * wp-cache-phase2.php: Minor typo
|
---|
868 |
|
---|
869 | 2009-01-09 11:04 donncha
|
---|
870 |
|
---|
871 | * Changelog.txt: Updated changelog
|
---|
872 |
|
---|
873 | 2009-01-09 11:04 donncha
|
---|
874 |
|
---|
875 | * readme.txt, wp-cache.php: Bump version to 0.8.7
|
---|
876 |
|
---|
877 | 2009-01-09 10:59 donncha
|
---|
878 |
|
---|
879 | * wp-cache-phase2.php, wp-cache.php: Change default expiry time to
|
---|
880 | 10 minutes
|
---|
881 | Only clean out 100 files at a time. Should help with very large
|
---|
882 | sites.
|
---|
883 | Fix file pointer.
|
---|
884 |
|
---|
885 | 2008-12-05 09:57 donncha
|
---|
886 |
|
---|
887 | * wp-cache.php: Fix term -> meta typo, props kettari,
|
---|
888 | http://wordpress.org/support/topic/222613?replies=1
|
---|
889 |
|
---|
890 | 2008-12-04 18:13 donncha
|
---|
891 |
|
---|
892 | * Changelog.txt: Updated changelog for 0.8.6
|
---|
893 |
|
---|
894 | 2008-12-04 18:12 donncha
|
---|
895 |
|
---|
896 | * wp-cache-phase1.php: Added "WP-Super-Cache: WP-Cache" header for
|
---|
897 | cached php files.
|
---|
898 |
|
---|
899 | 2008-12-04 17:59 donncha
|
---|
900 |
|
---|
901 | * readme.txt, wp-cache.php: Bump version numberb to 2.7
|
---|
902 |
|
---|
903 | 2008-12-04 17:44 donncha
|
---|
904 |
|
---|
905 | * wp-cache.php: Hide unlink errors
|
---|
906 |
|
---|
907 | 2008-12-04 16:53 donncha
|
---|
908 |
|
---|
909 | * wp-cache-phase2.php: Use uniqid() instead of tempnam() to
|
---|
910 | generate temporary filenames.
|
---|
911 | No need for chmod.
|
---|
912 | Fixed minor typo
|
---|
913 |
|
---|
914 | 2008-12-04 13:40 donncha
|
---|
915 |
|
---|
916 | * wp-cache-phase2.php: Record time of cache generation
|
---|
917 |
|
---|
918 | 2008-12-04 13:27 donncha
|
---|
919 |
|
---|
920 | * readme.txt: Added Apache configuration docs on AllowOverride
|
---|
921 |
|
---|
922 | 2008-12-02 11:00 donncha
|
---|
923 |
|
---|
924 | * wp-cache.php: If WP_CACHE is not enabled, but the define() line
|
---|
925 | is in wp-config.php, stop, because it's probably commented out.
|
---|
926 |
|
---|
927 | 2008-12-01 11:38 donncha
|
---|
928 |
|
---|
929 | * wp-cache-phase2.php: Abort caching if plugin can't write to any
|
---|
930 | cache file, and report error
|
---|
931 | $gzsize may not survive to shutdown callback. Get the filesize
|
---|
932 | again
|
---|
933 |
|
---|
934 | 2008-12-01 11:37 donncha
|
---|
935 |
|
---|
936 | * wp-cache-phase1.php: Push the headers into the headers array, not
|
---|
937 | the meta object
|
---|
938 |
|
---|
939 | 2008-11-25 12:58 donncha
|
---|
940 |
|
---|
941 | * Changelog.txt: Updated changelog
|
---|
942 |
|
---|
943 | 2008-11-25 12:58 donncha
|
---|
944 |
|
---|
945 | * readme.txt, wp-cache.php: Bump version number to 0.8.5
|
---|
946 |
|
---|
947 | 2008-11-25 12:45 donncha
|
---|
948 |
|
---|
949 | * wp-cache-phase2.php: Added "supercache_dir" filter so supercache
|
---|
950 | directory can be modified.
|
---|
951 |
|
---|
952 | 2008-11-25 12:40 donncha
|
---|
953 |
|
---|
954 | * wp-cache-phase2.php: Removed backslashes from the supercache
|
---|
955 | filename
|
---|
956 |
|
---|
957 | 2008-11-25 12:27 donncha
|
---|
958 |
|
---|
959 | * wp-cache.php: Warn if Apache modules are missing.
|
---|
960 | Display gzip cache rewrite rules.
|
---|
961 | Deal with WordPress MU better as it can't upgrade the .htaccess
|
---|
962 | file.
|
---|
963 |
|
---|
964 | 2008-11-25 12:24 donncha
|
---|
965 |
|
---|
966 | * wp-cache-phase1.php: Added wp_cache_key cacheaction to modify
|
---|
967 | cache key (ie. add user agent, IP, etc)
|
---|
968 |
|
---|
969 | 2008-11-25 11:10 donncha
|
---|
970 |
|
---|
971 | * wp-cache-phase1.php, wp-cache-phase2.php: Check that cache file
|
---|
972 | exists before serving, it may have been removed without the meta
|
---|
973 | file
|
---|
974 |
|
---|
975 | 2008-11-25 11:01 donncha
|
---|
976 |
|
---|
977 | * wp-cache-phase2.php: Removed $gzipped variable
|
---|
978 |
|
---|
979 | 2008-11-25 10:54 donncha
|
---|
980 |
|
---|
981 | * wp-cache-phase2.php: No need to addslashes() to file functions
|
---|
982 |
|
---|
983 | 2008-11-14 13:20 donncha
|
---|
984 |
|
---|
985 | * wp-cache-phase2.php: Added wpsupercache_buffer filter so buffer
|
---|
986 | can be manipulated before writing to cache file
|
---|
987 |
|
---|
988 | 2008-11-14 13:00 donncha
|
---|
989 |
|
---|
990 | * wp-cache-phase2.php: Move gzip header detection down
|
---|
991 |
|
---|
992 | 2008-11-14 10:09 donncha
|
---|
993 |
|
---|
994 | * wp-cache-phase1.php, wp-cache-phase2.php: Add gzip headers back
|
---|
995 | if they are missing. Should fix problems with users seeing
|
---|
996 | corrupted pages.
|
---|
997 |
|
---|
998 | 2008-11-14 10:00 donncha
|
---|
999 |
|
---|
1000 | * readme.txt: Updated docs on file locking
|
---|
1001 |
|
---|
1002 | 2008-11-11 17:28 donncha
|
---|
1003 |
|
---|
1004 | * wp-cache-phase2.php: Write wp-cache php cache files to temporary
|
---|
1005 | files before moving into place.
|
---|
1006 | Increase gzip compression to 3
|
---|
1007 | If cron job failed to get mutex lock, try again in 10 minutes
|
---|
1008 |
|
---|
1009 | 2008-11-07 09:43 donncha
|
---|
1010 |
|
---|
1011 | * wp-cache.php: Use WP_CONTENT_URL in mod_rewrite rules.
|
---|
1012 | Use WP_CONTENT_DIR in WPCACHEHOME definition.
|
---|
1013 |
|
---|
1014 | 2008-10-27 13:21 donncha
|
---|
1015 |
|
---|
1016 | * readme.txt: Added links section and link to WP Widget Cache,
|
---|
1017 | props to Ben @ http://www.binarymoon.co.uk/
|
---|
1018 | Minor troubleshooting update
|
---|
1019 |
|
---|
1020 | 2008-10-23 08:14 donncha
|
---|
1021 |
|
---|
1022 | * wp-cache.php: wp_cache_check_global_config() fixes by joelhardi,
|
---|
1023 | http://wordpress.org/support/topic/211477?replies=1#post-879591
|
---|
1024 |
|
---|
1025 | 2008-10-22 15:57 donncha
|
---|
1026 |
|
---|
1027 | * Changelog.txt: Updated changelog
|
---|
1028 |
|
---|
1029 | 2008-10-22 15:55 donncha
|
---|
1030 |
|
---|
1031 | * readme.txt, wp-cache.php: Bump version number to 0.8.4
|
---|
1032 |
|
---|
1033 | 2008-10-11 22:10 donncha
|
---|
1034 |
|
---|
1035 | * wp-cache-phase2.php: Update the time of last gc
|
---|
1036 |
|
---|
1037 | 2008-10-10 11:54 donncha
|
---|
1038 |
|
---|
1039 | * wp-cache-phase2.php, wp-cache.php: Change garbage collection
|
---|
1040 | parameters to time rather than hits
|
---|
1041 |
|
---|
1042 | 2008-10-08 16:06 donncha
|
---|
1043 |
|
---|
1044 | * Changelog.txt: Updated changelog
|
---|
1045 |
|
---|
1046 | 2008-10-08 16:04 donncha
|
---|
1047 |
|
---|
1048 | * readme.txt, wp-cache.php: Bump version numbers to 0.8.3
|
---|
1049 | Updated docs
|
---|
1050 |
|
---|
1051 | 2008-10-08 08:12 donncha
|
---|
1052 |
|
---|
1053 | * readme.txt: Note for WPMU users,
|
---|
1054 | http://wordpress.org/support/topic/208770?replies=3#post-871207
|
---|
1055 |
|
---|
1056 | 2008-10-07 12:03 donncha
|
---|
1057 |
|
---|
1058 | * readme.txt: x-gzip->gzip
|
---|
1059 |
|
---|
1060 | 2008-10-07 10:50 donncha
|
---|
1061 |
|
---|
1062 | * readme.txt: Minor typo,
|
---|
1063 | http://wordpress.org/support/topic/208770?replies=1#post-870518
|
---|
1064 |
|
---|
1065 | 2008-10-07 10:44 donncha
|
---|
1066 |
|
---|
1067 | * plugins/searchengine.php: Don't overwrite logged in user details
|
---|
1068 | in searchengine plugin.
|
---|
1069 |
|
---|
1070 | 2008-10-06 09:19 donncha
|
---|
1071 |
|
---|
1072 | * wp-cache-phase1.php, wp-cache.php: Encode as gzip, not x-gzip as
|
---|
1073 | IE7 has problems with it. ref:
|
---|
1074 | http://bugs.typo3.org/view.php?id=4623
|
---|
1075 |
|
---|
1076 | 2008-10-01 08:05 donncha
|
---|
1077 |
|
---|
1078 | * readme.txt, wp-cache.php: Options -> Settings, thanks webmaestro
|
---|
1079 | http://wordpress.org/support/topic/207576?replies=2
|
---|
1080 |
|
---|
1081 | 2008-09-29 09:29 donncha
|
---|
1082 |
|
---|
1083 | * wp-cache.php: Only update "clear on post" setting when saving
|
---|
1084 | status options, thanks Viper007Bond
|
---|
1085 |
|
---|
1086 | 2008-09-28 11:04 donncha
|
---|
1087 |
|
---|
1088 | * wp-cache-phase2.php: Only create compressed data if required
|
---|
1089 |
|
---|
1090 | 2008-09-28 06:16 donncha
|
---|
1091 |
|
---|
1092 | * wp-cache-phase2.php: Compress cache files with "dynamic content"
|
---|
1093 | too
|
---|
1094 |
|
---|
1095 | 2008-09-28 05:56 donncha
|
---|
1096 |
|
---|
1097 | * wp-cache-phase2.php: Only compress cached files once. Nice speed
|
---|
1098 | boost!
|
---|
1099 |
|
---|
1100 | 2008-09-28 05:46 donncha
|
---|
1101 |
|
---|
1102 | * wp-cache-phase2.php: Write gzipped supercache files using fopen
|
---|
1103 | instead of gzopen
|
---|
1104 |
|
---|
1105 | 2008-09-26 23:16 donncha
|
---|
1106 |
|
---|
1107 | * Changelog.txt: Updated changelog
|
---|
1108 |
|
---|
1109 | 2008-09-26 23:15 donncha
|
---|
1110 |
|
---|
1111 | * readme.txt, wp-cache.php: Bump the version number to 0.8.2
|
---|
1112 |
|
---|
1113 | 2008-09-26 23:14 donncha
|
---|
1114 |
|
---|
1115 | * wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php:
|
---|
1116 | Added $cache_rebuild_files setting to switch off "need rebuild"
|
---|
1117 | functionality by default
|
---|
1118 |
|
---|
1119 | 2008-09-26 16:00 donncha
|
---|
1120 |
|
---|
1121 | * wp-cache-phase2.php: On post change clear the front page
|
---|
1122 |
|
---|
1123 | 2008-09-26 12:04 donncha
|
---|
1124 |
|
---|
1125 | * wp-cache-phase2.php: Move cache writers entry up above supercache
|
---|
1126 | cleaning.
|
---|
1127 | Only clean individual posts, don't clear cache when no post_id
|
---|
1128 |
|
---|
1129 | 2008-09-26 09:49 donncha
|
---|
1130 |
|
---|
1131 | * wp-cache.php: Only show "Delete Cache" link to MU site admins or
|
---|
1132 | admins on WP blogs
|
---|
1133 |
|
---|
1134 | 2008-09-25 12:47 donncha
|
---|
1135 |
|
---|
1136 | * wp-cache.php: Save "wp_cache_clear_on_post_edit" properly, thanks
|
---|
1137 | HarryRAR,
|
---|
1138 | http://wordpress.org/support/topic/206371?replies=2#post-861998
|
---|
1139 |
|
---|
1140 | 2008-09-25 11:12 donncha
|
---|
1141 |
|
---|
1142 | * wp-cache-phase2.php, wp-cache.php: Can't clear cache on edit_post
|
---|
1143 | because leaving a comment calls edit_post unfortunately
|
---|
1144 | Experimental code to preserve supercache version of a page while
|
---|
1145 | it's being regenerated.
|
---|
1146 |
|
---|
1147 | 2008-09-24 14:21 donncha
|
---|
1148 |
|
---|
1149 | * wp-cache.php: Added "Delete Cache" link at top of admin pages
|
---|
1150 |
|
---|
1151 | 2008-09-24 13:57 donncha
|
---|
1152 |
|
---|
1153 | * Changelog.txt: Updated changelog, still release 0.8.1
|
---|
1154 |
|
---|
1155 | 2008-09-24 13:03 donncha
|
---|
1156 |
|
---|
1157 | * wp-cache-phase2.php: Added function to clear cache when a post is
|
---|
1158 | edited
|
---|
1159 |
|
---|
1160 | 2008-09-24 13:02 donncha
|
---|
1161 |
|
---|
1162 | * wp-cache.php: Added "Clear on edit" checkbox to clear all cache
|
---|
1163 | files when a post or page is edited
|
---|
1164 |
|
---|
1165 | 2008-09-24 13:01 donncha
|
---|
1166 |
|
---|
1167 | * wp-cache.php: Remove meta and supercache directories when
|
---|
1168 | deactivating
|
---|
1169 |
|
---|
1170 | 2008-09-24 12:47 donncha
|
---|
1171 |
|
---|
1172 | * wp-cache.php: Switch status messages around.
|
---|
1173 |
|
---|
1174 | 2008-09-24 12:47 donncha
|
---|
1175 |
|
---|
1176 | * wp-cache.php: Remove cache/.htaccess when uninstalling.
|
---|
1177 |
|
---|
1178 | 2008-09-24 12:44 donncha
|
---|
1179 |
|
---|
1180 | * readme.txt: Make mod mime and rewrite line clearer, hopefully
|
---|
1181 |
|
---|
1182 | 2008-09-24 12:38 donncha
|
---|
1183 |
|
---|
1184 | * wp-cache-phase2.php: comment_id typo
|
---|
1185 | Only clear supercache files if it's enabled
|
---|
1186 |
|
---|
1187 | 2008-09-24 12:37 donncha
|
---|
1188 |
|
---|
1189 | * readme.txt: Updated mod_rewrite rules and expiry/mime type rules
|
---|
1190 |
|
---|
1191 | 2008-09-24 11:57 donncha
|
---|
1192 |
|
---|
1193 | * Changelog.txt: Updated changelog for 0.8.1
|
---|
1194 |
|
---|
1195 | 2008-09-24 11:57 donncha
|
---|
1196 |
|
---|
1197 | * readme.txt, wp-cache.php: Bump the version number
|
---|
1198 |
|
---|
1199 | 2008-09-24 10:01 donncha
|
---|
1200 |
|
---|
1201 | * wp-cache-phase2.php: Make the temporary filename world readable
|
---|
1202 | to avoid problems where Apache and PHP run as different users.
|
---|
1203 | Thanks Tigertech for the code.
|
---|
1204 |
|
---|
1205 | 2008-09-24 09:57 donncha
|
---|
1206 |
|
---|
1207 | * wp-cache-phase2.php: Check that rename worked, if not, remove
|
---|
1208 | cache file and rename again. Props tigertech
|
---|
1209 |
|
---|
1210 | 2008-09-23 19:55 donncha
|
---|
1211 |
|
---|
1212 | * wp-cache-phase2.php: Don't clear the supercache if it's not
|
---|
1213 | enabled (In blog context, when a moderated comment is made)
|
---|
1214 |
|
---|
1215 | 2008-09-23 13:09 donncha
|
---|
1216 |
|
---|
1217 | * Changelog.txt: Updated changelog
|
---|
1218 |
|
---|
1219 | 2008-09-23 13:05 donncha
|
---|
1220 |
|
---|
1221 | * readme.txt, wp-cache.php: Bump the version to 0.8
|
---|
1222 |
|
---|
1223 | 2008-09-23 13:01 donncha
|
---|
1224 |
|
---|
1225 | * wp-cache-phase1.php: Comment: reminder to update .htaccess rules
|
---|
1226 | if get_cookie cacheaction is used.
|
---|
1227 |
|
---|
1228 | 2008-09-23 12:58 donncha
|
---|
1229 |
|
---|
1230 | * wp-cache-phase1.php: Don't return if the $string is not ''
|
---|
1231 |
|
---|
1232 | 2008-09-23 12:50 donncha
|
---|
1233 |
|
---|
1234 | * wp-cache.php: Generate a semaphore id based on hostname and cache
|
---|
1235 | path, props Tigertech
|
---|
1236 | http://wordpress.org/support/topic/205195?replies=4#post-857610
|
---|
1237 |
|
---|
1238 | 2008-09-23 11:14 donncha
|
---|
1239 |
|
---|
1240 | * wp-cache.php: Make the expiry cleanup list an unordered list
|
---|
1241 |
|
---|
1242 | 2008-09-23 11:06 donncha
|
---|
1243 |
|
---|
1244 | * wp-cache-phase2.php: siteurl -> home for those who run WP in a
|
---|
1245 | different place
|
---|
1246 |
|
---|
1247 | 2008-09-23 10:44 donncha
|
---|
1248 |
|
---|
1249 | * wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php: No
|
---|
1250 | need for $super_cache_max_time
|
---|
1251 |
|
---|
1252 | 2008-09-23 10:39 donncha
|
---|
1253 |
|
---|
1254 | * wp-cache-phase2.php: On post change:
|
---|
1255 | 1. Clear all files from permalink in supercache directory.
|
---|
1256 | 2. Clear siteurl/page/ permalinks.
|
---|
1257 | 3. Clear supercache files when corresponding php meta files are
|
---|
1258 | removed.
|
---|
1259 |
|
---|
1260 | 2008-09-18 09:45 donncha
|
---|
1261 |
|
---|
1262 | * wp-cache.php: Show mod_rewrite rules when .htaccess is RO, props
|
---|
1263 | Matt @ http://mattsblog.ca/
|
---|
1264 |
|
---|
1265 | 2008-09-17 16:29 donncha
|
---|
1266 |
|
---|
1267 | * wp-cache-phase2.php, wp-cache.php: Decrease the chance of
|
---|
1268 | cleanup.
|
---|
1269 |
|
---|
1270 | 2008-09-17 11:01 donncha
|
---|
1271 |
|
---|
1272 | * wp-cache.php: Don't server cached static files when url contains
|
---|
1273 | "=". Should avoid lots of problems with query strings
|
---|
1274 |
|
---|
1275 | 2008-09-17 11:00 donncha
|
---|
1276 |
|
---|
1277 | * wp-cache-phase2.php: Replace the siteurl correctly for those who
|
---|
1278 | have installed in a subdir, but access from the directory above.
|
---|
1279 | Thanks Viper007Bond.
|
---|
1280 |
|
---|
1281 | 2008-09-16 13:01 donncha
|
---|
1282 |
|
---|
1283 | * wp-cache.php: Check for WordPress MU because .htaccess can't be
|
---|
1284 | updated.
|
---|
1285 | Set cache control and expiry headers of supercached files. Cached
|
---|
1286 | for 5 minutes, but with "must-revalidate"
|
---|
1287 |
|
---|
1288 | 2008-09-06 11:00 donncha
|
---|
1289 |
|
---|
1290 | * wp-cache-phase2.php: Write cache files to a temporary file first,
|
---|
1291 | then rename. Rename should be atomic.
|
---|
1292 |
|
---|
1293 | 2008-08-28 11:30 donncha
|
---|
1294 |
|
---|
1295 | * Changelog.txt: Updated changelog
|
---|
1296 |
|
---|
1297 | 2008-08-28 11:29 donncha
|
---|
1298 |
|
---|
1299 | * readme.txt, wp-cache.php: Bump the version number to 0.7.1
|
---|
1300 |
|
---|
1301 | 2008-08-28 11:00 donncha
|
---|
1302 |
|
---|
1303 | * wp-cache.php: Updated .htaccess code:
|
---|
1304 | Check that file is writable (again?)
|
---|
1305 | Fix warnings about upgrades.
|
---|
1306 | Bright yellow backgrounds on items that need attention
|
---|
1307 | Thanks Matt @ http://twitter.com/mattfreedman/statuses/901325274
|
---|
1308 | for reporting.
|
---|
1309 |
|
---|
1310 | 2008-08-27 19:32 donncha
|
---|
1311 |
|
---|
1312 | * Changelog.txt: Updated changelog
|
---|
1313 |
|
---|
1314 | 2008-08-27 19:31 donncha
|
---|
1315 |
|
---|
1316 | * readme.txt, wp-cache.php: Bump to 0.7, fix activation link
|
---|
1317 |
|
---|
1318 | 2008-08-27 19:17 donncha
|
---|
1319 |
|
---|
1320 | * Changelog.txt: Updated Changelog
|
---|
1321 |
|
---|
1322 | 2008-08-27 19:16 donncha
|
---|
1323 |
|
---|
1324 | * readme.txt, wp-cache.php: Bump the version number to 0.6.8
|
---|
1325 |
|
---|
1326 | 2008-08-27 18:59 donncha
|
---|
1327 |
|
---|
1328 | * wp-cache.php: Added rules to redirect to urls ending with a "/",
|
---|
1329 | props Andylav and definitelynot,
|
---|
1330 | http://wordpress.org/support/topic/199542?replies=6
|
---|
1331 |
|
---|
1332 | 2008-08-21 16:41 donncha
|
---|
1333 |
|
---|
1334 | * wp-cache.php: Change menu options url
|
---|
1335 |
|
---|
1336 | 2008-08-20 11:47 donncha
|
---|
1337 |
|
---|
1338 | * Changelog.txt: Update Changelog
|
---|
1339 |
|
---|
1340 | 2008-08-20 10:49 donncha
|
---|
1341 |
|
---|
1342 | * readme.txt, wp-cache.php: Bump version number to 0.6.7
|
---|
1343 |
|
---|
1344 | 2008-08-20 09:38 donncha
|
---|
1345 |
|
---|
1346 | * wp-cache.php: Added CRs
|
---|
1347 |
|
---|
1348 | 2008-08-20 09:01 donncha
|
---|
1349 |
|
---|
1350 | * wp-cache.php: Added apache_request_headers() as suggested in
|
---|
1351 | http://wordpress.org/support/topic/197053
|
---|
1352 |
|
---|
1353 | 2008-08-19 16:27 donncha
|
---|
1354 |
|
---|
1355 | * plugins/searchengine.php, wp-cache.php: Updated styling with the
|
---|
1356 | help of the simple trackback validation plugin
|
---|
1357 |
|
---|
1358 | 2008-08-19 15:11 donncha
|
---|
1359 |
|
---|
1360 | * wp-cache-config-sample.php: Don't include rss files in cacheable
|
---|
1361 | list
|
---|
1362 |
|
---|
1363 | 2008-08-19 15:05 donncha
|
---|
1364 |
|
---|
1365 | * wp-cache.php: Added "deactivation hook" to remove
|
---|
1366 | advanced-cache.php and wp-cache-config.php and cached files.
|
---|
1367 |
|
---|
1368 | 2008-08-14 10:39 donncha
|
---|
1369 |
|
---|
1370 | * wp-cache-phase1.php: Only include once
|
---|
1371 |
|
---|
1372 | 2008-08-14 09:14 donncha
|
---|
1373 |
|
---|
1374 | * wp-cache-phase1.php, wp-cache-phase2.php: Cron fixed from Mike
|
---|
1375 |
|
---|
1376 | 2008-08-13 12:52 donncha
|
---|
1377 |
|
---|
1378 | * wp-cache-phase2.php, wp-cache.php: Fixes from Mike Beggs:
|
---|
1379 | Use custom is_writeable() that works in Win32 NTFS
|
---|
1380 | Update "Vary" header
|
---|
1381 | Let WP Cron handle cache cleaning.
|
---|
1382 | Don't let mod_deflate try to compress gzipped cached files
|
---|
1383 |
|
---|
1384 | 2008-08-09 10:13 donncha
|
---|
1385 |
|
---|
1386 | * wp-cache-phase2.php: Use get_comment(), props Lazy @
|
---|
1387 | http://www.lazybrain.de/
|
---|
1388 |
|
---|
1389 | 2008-07-31 15:53 donncha
|
---|
1390 |
|
---|
1391 | * Changelog.txt: Updated changelog
|
---|
1392 |
|
---|
1393 | 2008-07-31 10:47 donncha
|
---|
1394 |
|
---|
1395 | * readme.txt, wp-cache.php: Bump version numbers
|
---|
1396 |
|
---|
1397 | 2008-07-29 19:52 donncha
|
---|
1398 |
|
---|
1399 | * wp-cache-config-sample.php, wp-cache-phase1.php, wp-cache.php: WP
|
---|
1400 | 2.6 fixes. Use WP_CONTENT_DIR. Have not added to .htaccess rules
|
---|
1401 | yet
|
---|
1402 |
|
---|
1403 | 2008-07-28 09:37 donncha
|
---|
1404 |
|
---|
1405 | * readme.txt, wp-cache.php: Change wp-super-cache expiry to 3600
|
---|
1406 | seconds.
|
---|
1407 | Avoid foreach error on empty directories
|
---|
1408 | Minor change to status message
|
---|
1409 |
|
---|
1410 | 2008-07-24 16:26 donncha
|
---|
1411 |
|
---|
1412 | * wp-cache-phase2.php, wp-cache.php: Removed debug error log
|
---|
1413 | Catch 404 file not found requests when themes use query_posts()
|
---|
1414 |
|
---|
1415 | 2008-07-24 13:17 donncha
|
---|
1416 |
|
---|
1417 | * wp-cache-phase2.php: If we can't get a file lock, warn user.
|
---|
1418 |
|
---|
1419 | 2008-07-23 18:30 donncha
|
---|
1420 |
|
---|
1421 | * readme.txt: Update FAQ on cache times.
|
---|
1422 |
|
---|
1423 | 2008-07-23 18:27 donncha
|
---|
1424 |
|
---|
1425 | * readme.txt, wp-cache.php: Added p= parameter to htacess rules so
|
---|
1426 | they'll be served by wp-cache only,
|
---|
1427 | http://wordpress.org/support/topic/191275?replies=3
|
---|
1428 |
|
---|
1429 | 2008-07-17 09:48 donncha
|
---|
1430 |
|
---|
1431 | * wp-cache.php: Handle if wp-config.php has been moved ../ in
|
---|
1432 | WordPress 2.6
|
---|
1433 |
|
---|
1434 | 2008-07-16 11:12 donncha
|
---|
1435 |
|
---|
1436 | * wp-cache.php: Don't warn the user wp-content is writable if
|
---|
1437 | webserver is running as user.
|
---|
1438 | Create correct .htaccess rules when WordPress is installed in a
|
---|
1439 | different location. Both fixes props Allan Bazinet @
|
---|
1440 | http://sneezingfrog.com/blog/
|
---|
1441 |
|
---|
1442 | 2008-07-15 10:17 donncha
|
---|
1443 |
|
---|
1444 | * Changelog.txt: Update changelog
|
---|
1445 |
|
---|
1446 | 2008-07-15 10:15 donncha
|
---|
1447 |
|
---|
1448 | * readme.txt, wp-cache.php: Bump the version number to 0.6.5
|
---|
1449 |
|
---|
1450 | 2008-07-15 10:14 donncha
|
---|
1451 |
|
---|
1452 | * readme.txt: Add "Subscribe to comments" rule to readme
|
---|
1453 |
|
---|
1454 | 2008-07-15 10:11 donncha
|
---|
1455 |
|
---|
1456 | * wp-cache-phase1.php: Use comment_author instead of email in case
|
---|
1457 | email isn't mandatory. props rhapsodyv @
|
---|
1458 | http://wordpress.org/support/topic/188775
|
---|
1459 |
|
---|
1460 | 2008-07-14 10:42 donncha
|
---|
1461 |
|
---|
1462 | * wp-cache-phase2.php, wp-cache.php: Added "wp_cache_gc" option
|
---|
1463 | Allow chance of garbage collection to be configurable.
|
---|
1464 |
|
---|
1465 | 2008-07-14 10:06 donncha
|
---|
1466 |
|
---|
1467 | * readme.txt: If caching doesn't work, it could be
|
---|
1468 | advanced-cache.php
|
---|
1469 |
|
---|
1470 | 2008-07-14 09:53 donncha
|
---|
1471 |
|
---|
1472 | * wp-cache.php: Added Subscribe To Comments exclusion rewrite rule
|
---|
1473 |
|
---|
1474 | 2008-07-14 09:52 donncha
|
---|
1475 |
|
---|
1476 | * wp-cache.php: Warn if wp-content is writable, props alexleonard,
|
---|
1477 | http://wordpress.org/support/topic/188530
|
---|
1478 |
|
---|
1479 | 2008-07-08 10:41 donncha
|
---|
1480 |
|
---|
1481 | * wp-cache-phase2.php: Remove extra pages generated at the current
|
---|
1482 | permalink. ie. paged comments.
|
---|
1483 |
|
---|
1484 | 2008-06-20 16:16 donncha
|
---|
1485 |
|
---|
1486 | * wp-cache.php: Only need the config file writable to change it
|
---|
1487 |
|
---|
1488 | 2008-06-16 09:08 donncha
|
---|
1489 |
|
---|
1490 | * wp-cache-phase2.php: Increase the chance of expired file cleanup
|
---|
1491 |
|
---|
1492 | 2008-06-16 09:07 donncha
|
---|
1493 |
|
---|
1494 | * wp-cache-phase2.php: Warn if page is a 404 or not complete and
|
---|
1495 | won't be cached
|
---|
1496 |
|
---|
1497 | 2008-06-12 09:53 donncha
|
---|
1498 |
|
---|
1499 | * readme.txt: Add troubleshooting message for Dreamhost users
|
---|
1500 |
|
---|
1501 | 2008-05-26 09:12 donncha
|
---|
1502 |
|
---|
1503 | * wp-cache-phase2.php: Use [] instead of {} for array indexes
|
---|
1504 | Fix warning notices
|
---|
1505 |
|
---|
1506 | 2008-05-14 16:22 donncha
|
---|
1507 |
|
---|
1508 | * Changelog.txt: Updated changelog
|
---|
1509 |
|
---|
1510 | 2008-05-14 16:19 donncha
|
---|
1511 |
|
---|
1512 | * readme.txt, wp-cache-phase2.php, wp-cache.php: Remove comment.
|
---|
1513 | Bump version number
|
---|
1514 |
|
---|
1515 | 2008-05-14 12:21 donncha
|
---|
1516 |
|
---|
1517 | * wp-cache-phase2.php: Clean up the supercache if no post_id is
|
---|
1518 | defined
|
---|
1519 |
|
---|
1520 | 2008-05-14 12:11 donncha
|
---|
1521 |
|
---|
1522 | * wp-cache.php: Move menu code up
|
---|
1523 |
|
---|
1524 | 2008-05-13 14:57 donncha
|
---|
1525 |
|
---|
1526 | * wp-cache-phase2.php: Only prune files in the supercache directory
|
---|
1527 | Remove expired files 1/500's of the time
|
---|
1528 |
|
---|
1529 | 2008-05-11 08:51 donncha
|
---|
1530 |
|
---|
1531 | * wp-cache.php: Allow the "digg proof" message to be styled
|
---|
1532 | Removed whitespace
|
---|
1533 |
|
---|
1534 | 2008-05-05 09:49 donncha
|
---|
1535 |
|
---|
1536 | * wp-cache-phase1.php: Removed Last-Modified header so plugin works
|
---|
1537 | on godaddy servers. props Brad @
|
---|
1538 | http://www.littleredrails.com/blog/2007/09/08/using-wp-cache-on-godaddy-500-error/
|
---|
1539 |
|
---|
1540 | 2008-05-05 09:44 donncha
|
---|
1541 |
|
---|
1542 | * readme.txt, wp-cache.php: Added rewrite rules to stop POST
|
---|
1543 | requests to html static files. props eharris @
|
---|
1544 | http://wordpress.org/support/topic/173972?replies=2
|
---|
1545 |
|
---|
1546 | 2008-04-24 19:14 donncha
|
---|
1547 |
|
---|
1548 | * Changelog.txt: Update Changelog
|
---|
1549 |
|
---|
1550 | 2008-04-24 19:14 donncha
|
---|
1551 |
|
---|
1552 | * readme.txt: Added changelog link
|
---|
1553 | Added attachment_id mod_rewrite rule
|
---|
1554 |
|
---|
1555 | 2008-04-24 19:11 donncha
|
---|
1556 |
|
---|
1557 | * Changelog.txt: Updated Changelog
|
---|
1558 |
|
---|
1559 | 2008-04-24 19:09 donncha
|
---|
1560 |
|
---|
1561 | * readme.txt, wp-cache.php: Bump the version number
|
---|
1562 |
|
---|
1563 | 2008-04-24 15:45 donncha
|
---|
1564 |
|
---|
1565 | * wp-cache-phase2.php: Put "could not write" message in a HTML
|
---|
1566 | comment at the end of the current page.
|
---|
1567 |
|
---|
1568 | 2008-04-20 07:48 donncha
|
---|
1569 |
|
---|
1570 | * wp-cache.php: Use blog charset for encoding.
|
---|
1571 | Don't supercache attachment pages, props Callum
|
---|
1572 |
|
---|
1573 | 2008-04-17 09:23 donncha
|
---|
1574 |
|
---|
1575 | * wp-cache.php: Make sure files are served as UTF-8, props
|
---|
1576 | tanguillo and nikolayb
|
---|
1577 | http://wordpress.org/support/topic/169540?replies=3
|
---|
1578 |
|
---|
1579 | 2008-04-12 07:06 donncha
|
---|
1580 |
|
---|
1581 | * Changelog.txt: Updated changelog
|
---|
1582 |
|
---|
1583 | 2008-04-12 07:05 donncha
|
---|
1584 |
|
---|
1585 | * readme.txt, wp-cache.php: Bump version number and update
|
---|
1586 | .htaccess example code
|
---|
1587 |
|
---|
1588 | 2008-04-11 23:30 donncha
|
---|
1589 |
|
---|
1590 | * wp-cache-phase1.php, wp-cache-phase2.php: Remove "index.php" from
|
---|
1591 | cached file paths
|
---|
1592 |
|
---|
1593 | 2008-04-11 23:17 donncha
|
---|
1594 |
|
---|
1595 | * wp-cache-config-sample.php, wp-cache.php: Add index.php to list
|
---|
1596 | of not to be cached pages
|
---|
1597 | Minor typo fix
|
---|
1598 |
|
---|
1599 | 2008-04-08 09:51 donncha
|
---|
1600 |
|
---|
1601 | * wp-cache.php: Delete all contents of cache dir, not just
|
---|
1602 | supercachedir when caching disabled.
|
---|
1603 |
|
---|
1604 | 2008-04-04 11:59 donncha
|
---|
1605 |
|
---|
1606 | * wp-cache.php: wp_specialchars the rules
|
---|
1607 |
|
---|
1608 | 2008-04-01 11:31 donncha
|
---|
1609 |
|
---|
1610 | * wp-cache.php: Added wpsc_remove_marker() to remove WordPress
|
---|
1611 | rewrite rules
|
---|
1612 | Super Cache rules now go in the WPSuperCache marker
|
---|
1613 | Check for comment cookie in one line, props askapache
|
---|
1614 |
|
---|
1615 | 2008-03-31 08:42 donncha
|
---|
1616 |
|
---|
1617 | * wp-cache.php: wp_specialchars() the mod_rewrite rules, props
|
---|
1618 | Viper007Bond
|
---|
1619 |
|
---|
1620 | 2008-03-30 10:42 donncha
|
---|
1621 |
|
---|
1622 | * readme.txt, wp-cache.php: Bump the version numbers
|
---|
1623 |
|
---|
1624 | 2008-03-30 10:41 donncha
|
---|
1625 |
|
---|
1626 | * Changelog.txt: Updated changelog
|
---|
1627 |
|
---|
1628 | 2008-03-30 10:41 donncha
|
---|
1629 |
|
---|
1630 | * wp-cache.php: Warn if mod_rewrite rules are out of date and
|
---|
1631 | encourage user to remove or update them manually
|
---|
1632 |
|
---|
1633 | 2008-03-30 10:26 donncha
|
---|
1634 |
|
---|
1635 | * Changelog.txt: Updated changelog
|
---|
1636 |
|
---|
1637 | 2008-03-28 17:37 donncha
|
---|
1638 |
|
---|
1639 | * wp-cache.php: Login cookie got shortened to "wordpress" in 2.5,
|
---|
1640 | still backwards compatible
|
---|
1641 |
|
---|
1642 | 2008-03-28 17:22 donncha
|
---|
1643 |
|
---|
1644 | * wp-cache.php: Move toggleLayer js around
|
---|
1645 |
|
---|
1646 | 2008-03-13 11:37 donncha
|
---|
1647 |
|
---|
1648 | * readme.txt, wp-cache.php: Bump to 0.6
|
---|
1649 |
|
---|
1650 | 2008-03-13 11:34 donncha
|
---|
1651 |
|
---|
1652 | * readme.txt: Added compression FAQ
|
---|
1653 |
|
---|
1654 | 2008-03-13 11:28 donncha
|
---|
1655 |
|
---|
1656 | * wp-cache.php: Only require mod_rewrite if super cache is enabled
|
---|
1657 | Hide super cache parts of page when not activated
|
---|
1658 | Add "/" to mod_rewrite rules for URLs not ending in a /, props
|
---|
1659 | Michael R Aulia @ http://www.michaelaulia.com/blogs/
|
---|
1660 |
|
---|
1661 | 2008-03-13 11:25 donncha
|
---|
1662 |
|
---|
1663 | * readme.txt: Updated documentation
|
---|
1664 |
|
---|
1665 | 2008-03-12 18:55 donncha
|
---|
1666 |
|
---|
1667 | * wp-cache-phase2.php: This somehow stops PHP creating directories
|
---|
1668 | in the root folder, thanks to Cherie and Jennifer for their
|
---|
1669 | invaluable help!
|
---|
1670 |
|
---|
1671 | 2008-03-12 17:00 donncha
|
---|
1672 |
|
---|
1673 | * wp-cache.php: No need for this message any more
|
---|
1674 |
|
---|
1675 | 2008-03-11 13:04 donncha
|
---|
1676 |
|
---|
1677 | * wp-cache.php: Don't auto update .htaccess until user wants to.
|
---|
1678 | Hide listing of cached files, it's wrong anyway.
|
---|
1679 | Move advanced features to the end of backend page.
|
---|
1680 |
|
---|
1681 | 2008-02-11 20:52 donncha
|
---|
1682 |
|
---|
1683 | * readme.txt, wp-cache.php: You must define things before loading
|
---|
1684 | WordPress! (props s2j @
|
---|
1685 | http://wordpress.org/support/topic/154996?replies=12#post-691402
|
---|
1686 | )
|
---|
1687 |
|
---|
1688 | 2008-02-08 10:27 donncha
|
---|
1689 |
|
---|
1690 | * wp-cache.php: Remember to delete compressed files from directly
|
---|
1691 | cached folders, props John Pozadzides
|
---|
1692 |
|
---|
1693 | 2008-01-16 12:14 donncha
|
---|
1694 |
|
---|
1695 | * Changelog.txt: Update changelog
|
---|
1696 |
|
---|
1697 | 2008-01-16 12:13 donncha
|
---|
1698 |
|
---|
1699 | * readme.txt, wp-cache.php: Bump version number
|
---|
1700 | Make admin page readonly if configuration page cannot be written
|
---|
1701 | to
|
---|
1702 |
|
---|
1703 | 2008-01-04 11:23 donncha
|
---|
1704 |
|
---|
1705 | * Changelog.txt, readme.txt, wp-cache.php: Bump version and update
|
---|
1706 | changelog
|
---|
1707 |
|
---|
1708 | 2008-01-04 11:22 donncha
|
---|
1709 |
|
---|
1710 | * wp-cache.php: Only update the hello_world option when updating
|
---|
1711 | the right form
|
---|
1712 |
|
---|
1713 | 2008-01-04 10:41 donncha
|
---|
1714 |
|
---|
1715 | * readme.txt, wp-cache.php: Bump version number
|
---|
1716 |
|
---|
1717 | 2008-01-04 10:40 donncha
|
---|
1718 |
|
---|
1719 | * wp-cache.php: Rearrange .htaccess generator.
|
---|
1720 | Allow mod_rewrite rules to be viewed later
|
---|
1721 | Only create wp-content/cache/.htaccess if it doesn't exist
|
---|
1722 |
|
---|
1723 | 2008-01-04 10:16 donncha
|
---|
1724 |
|
---|
1725 | * wp-cache.php: Added Super Cache footer message
|
---|
1726 |
|
---|
1727 | 2008-01-03 22:29 donncha
|
---|
1728 |
|
---|
1729 | * wp-cache.php: More fixes for sub directory blogs, props Otto42 -
|
---|
1730 | http://wordpress.org/support/topic/146443?replies=9#post-664254
|
---|
1731 |
|
---|
1732 | 2007-12-16 11:07 donncha
|
---|
1733 |
|
---|
1734 | * wp-cache.php: Warn if ABSPATH is writeable
|
---|
1735 | Add $home_root to cached files path in rewrite rules
|
---|
1736 | make mod_rewrite module warning more verbose
|
---|
1737 |
|
---|
1738 | 2007-12-09 07:39 donncha
|
---|
1739 |
|
---|
1740 | * wp-cache-phase2.php: Hide unlink errors
|
---|
1741 |
|
---|
1742 | 2007-12-04 10:18 donncha
|
---|
1743 |
|
---|
1744 | * wp-cache-phase2.php: Check that mutex is set,
|
---|
1745 | http://wordpress.org/support/topic/146052?replies=4
|
---|
1746 |
|
---|
1747 | 2007-11-28 11:29 donncha
|
---|
1748 |
|
---|
1749 | * wp-cache-phase2.php, wp-cache.php: Check that $entries is not
|
---|
1750 | empty
|
---|
1751 | Don't ever recurse from ABSPATH up
|
---|
1752 |
|
---|
1753 | 2007-11-26 11:33 donncha
|
---|
1754 |
|
---|
1755 | * Changelog.txt: Updated changelog
|
---|
1756 |
|
---|
1757 | 2007-11-26 11:32 donncha
|
---|
1758 |
|
---|
1759 | * wp-cache.php: It's WPLOCKDOWN
|
---|
1760 |
|
---|
1761 | 2007-11-26 11:31 donncha
|
---|
1762 |
|
---|
1763 | * Changelog.txt: Updated Changelog
|
---|
1764 |
|
---|
1765 | 2007-11-26 11:30 donncha
|
---|
1766 |
|
---|
1767 | * readme.txt, wp-cache.php: Bump the version number
|
---|
1768 | Docs for lockdown
|
---|
1769 |
|
---|
1770 | 2007-11-26 11:17 donncha
|
---|
1771 |
|
---|
1772 | * wp-cache.php: Bumpy bumpy
|
---|
1773 |
|
---|
1774 | 2007-11-26 11:12 donncha
|
---|
1775 |
|
---|
1776 | * Changelog.txt: Updated Changelog
|
---|
1777 |
|
---|
1778 | 2007-11-26 11:11 donncha
|
---|
1779 |
|
---|
1780 | * readme.txt: Bump version
|
---|
1781 |
|
---|
1782 | 2007-11-26 11:07 donncha
|
---|
1783 |
|
---|
1784 | * readme.txt: Warn about safe mode
|
---|
1785 |
|
---|
1786 | 2007-11-26 10:56 donncha
|
---|
1787 |
|
---|
1788 | * wp-cache.php: Print a warning message if PHP safe mode is
|
---|
1789 | enabled.
|
---|
1790 | Super Cache plugins will fail silently if advanced-cache.php is
|
---|
1791 | not loaded
|
---|
1792 | Updated "Directly Cached Files" text
|
---|
1793 |
|
---|
1794 | 2007-11-16 21:56 donncha
|
---|
1795 |
|
---|
1796 | * plugins/searchengine.php, wp-cache-phase1.php,
|
---|
1797 | wp-cache-phase2.php, wp-cache.php: Added »
|
---|
1798 | Updated formatting of admin backend
|
---|
1799 | Added "direct caching" of pages.
|
---|
1800 |
|
---|
1801 | 2007-11-12 21:23 donncha
|
---|
1802 |
|
---|
1803 | * wp-cache-phase2.php, wp-cache.php: PHP 5's mkdir() doesn't like
|
---|
1804 | slashes, http://ie2.php.net/manual/en/function.mkdir.php#73848 -
|
---|
1805 | props Tummmbler
|
---|
1806 |
|
---|
1807 | 2007-11-12 15:26 donncha
|
---|
1808 |
|
---|
1809 | * Changelog.txt: Updated changelog
|
---|
1810 |
|
---|
1811 | 2007-11-12 15:23 donncha
|
---|
1812 |
|
---|
1813 | * readme.txt, wp-cache.php: Bump version
|
---|
1814 | Update readme docs
|
---|
1815 | Add options page for wpmu site admins
|
---|
1816 |
|
---|
1817 | 2007-11-12 11:32 donncha
|
---|
1818 |
|
---|
1819 | * wp-cache.php: Check if cache config file is out of date
|
---|
1820 |
|
---|
1821 | 2007-11-12 11:14 donncha
|
---|
1822 |
|
---|
1823 | * wp-cache-phase2.php, wp-cache.php: Hide some warning messages
|
---|
1824 | Don't super cache $_GET requests
|
---|
1825 | Use wp_mkdir_p() instead of mkpath()
|
---|
1826 | Don't delete meta, supercache or .htaccess
|
---|
1827 |
|
---|
1828 | 2007-11-11 10:05 donncha
|
---|
1829 |
|
---|
1830 | * wp-cache.php: Don't want to check for .gz files twice!
|
---|
1831 |
|
---|
1832 | 2007-11-11 08:06 donncha
|
---|
1833 |
|
---|
1834 | * wp-cache.php: Added 'comment moderation' message when blog locked
|
---|
1835 | down.
|
---|
1836 | Formatting changes
|
---|
1837 | Use 'manage_options' instead of administrator because viper
|
---|
1838 | changed his role names :)
|
---|
1839 |
|
---|
1840 | 2007-11-11 01:13 donncha
|
---|
1841 |
|
---|
1842 | * wp-cache.php: If .htaccess updating fails, inform the user
|
---|
1843 |
|
---|
1844 | 2007-11-11 00:20 donncha
|
---|
1845 |
|
---|
1846 | * wp-cache-phase2.php, wp-cache.php: Added "Lockdown" function so
|
---|
1847 | static files won't be deleted by comments
|
---|
1848 | Minor changes to admin page formatting
|
---|
1849 | get_settings to get_option
|
---|
1850 |
|
---|
1851 | 2007-11-10 21:06 donncha
|
---|
1852 |
|
---|
1853 | * wp-cache.php: Spell out radio boxes a bit more.
|
---|
1854 | Modified .htaccess rules so search pages aren't served from super
|
---|
1855 | cache
|
---|
1856 | Actually insert_with_markers instead of echoing the command!
|
---|
1857 | Tell user rules have been updated
|
---|
1858 | Disable super cache *before* renaming directory. Sleep for a
|
---|
1859 | second before
|
---|
1860 | deleting to allow other processes to finish
|
---|
1861 |
|
---|
1862 | 2007-11-10 20:03 donncha
|
---|
1863 |
|
---|
1864 | * wp-cache-phase2.php: Make sure the .htaccess isn't deleted
|
---|
1865 |
|
---|
1866 | 2007-11-10 09:28 donncha
|
---|
1867 |
|
---|
1868 | * wp-cache-phase2.php: Don't remove super-cache file until comment
|
---|
1869 | is approved
|
---|
1870 |
|
---|
1871 | 2007-11-10 07:19 donncha
|
---|
1872 |
|
---|
1873 | * wp-cache.php: Check that WP_CACHE is defined before checking for
|
---|
1874 | do_cacheaction.
|
---|
1875 | Better instructions for verifying a new install
|
---|
1876 |
|
---|
1877 | 2007-11-09 21:33 donncha
|
---|
1878 |
|
---|
1879 | * wp-cache.php: Define WPCACHEHOME properly, thanks tummbler for
|
---|
1880 | testing!
|
---|
1881 |
|
---|
1882 | 2007-11-09 17:09 donncha
|
---|
1883 |
|
---|
1884 | * wp-cache-phase2.php: Don't super-cache WordPress searches. May
|
---|
1885 | need to extend that to any GET activity
|
---|
1886 |
|
---|
1887 | 2007-11-09 15:01 donncha
|
---|
1888 |
|
---|
1889 | * wp-cache-phase2.php: Change preg_match delimiter so slashes work
|
---|
1890 | again
|
---|
1891 |
|
---|
1892 | 2007-11-09 14:41 donncha
|
---|
1893 |
|
---|
1894 | * readme.txt: Updated documentation
|
---|
1895 |
|
---|
1896 | 2007-11-09 14:27 donncha
|
---|
1897 |
|
---|
1898 | * wp-cache.php: Use get_mod_rewrite() to detect if that module is
|
---|
1899 | loaded
|
---|
1900 | Automatically populate the .htaccess file if it's writable
|
---|
1901 | Add gzip encoding rules to the cache dir, props Dennis @
|
---|
1902 | http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/
|
---|
1903 | Replace Windows folder deliminator, "\" with "/" in WPCACHEHOME,
|
---|
1904 | props Computer Guru @
|
---|
1905 | http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/
|
---|
1906 |
|
---|
1907 | 2007-11-09 01:19 donncha
|
---|
1908 |
|
---|
1909 | * wp-cache-phase2.php: Move is_feed() check earlier.
|
---|
1910 | Check that mkpath() path is in $cache_path
|
---|
1911 |
|
---|
1912 | 2007-11-08 21:57 donncha
|
---|
1913 |
|
---|
1914 | * wp-cache.php: Single quote ABSPATH
|
---|
1915 | Check advanced-cache.php for version, remove if necessary, fixed
|
---|
1916 | create conditions
|
---|
1917 |
|
---|
1918 | 2007-11-08 21:55 donncha
|
---|
1919 |
|
---|
1920 | * wp-cache-phase1.php: realpath() two filenames
|
---|
1921 |
|
---|
1922 | 2007-11-08 21:53 donncha
|
---|
1923 |
|
---|
1924 | * readme.txt: Fix subdirectory .htaccess rules, props Computer Guru
|
---|
1925 |
|
---|
1926 | 2007-11-08 21:51 donncha
|
---|
1927 |
|
---|
1928 | * plugins/searchengine.php: Hide setcookie errors
|
---|
1929 | Return correct string
|
---|
1930 |
|
---|
1931 | 2007-11-07 15:38 donncha
|
---|
1932 |
|
---|
1933 | * Changelog.txt: Added Changelog.txt
|
---|
1934 |
|
---|
1935 | 2007-11-07 15:27 donncha
|
---|
1936 |
|
---|
1937 | * readme.txt: Bump version to 0.3.1 (getting to 1.0 far too
|
---|
1938 | quickly!)
|
---|
1939 | Change formatting again
|
---|
1940 |
|
---|
1941 | 2007-11-07 15:26 donncha
|
---|
1942 |
|
---|
1943 | * wp-cache.php: Bump version to 0.3.1
|
---|
1944 |
|
---|
1945 | 2007-11-07 15:26 donncha
|
---|
1946 |
|
---|
1947 | * wp-cache-config-sample.php, wp-cache-phase2.php: Use preg_match()
|
---|
1948 | to match rejected URIs.
|
---|
1949 | Change "wp-" to "wp-.*.php" to match files and paths starting
|
---|
1950 | with "wp-" and ending in "php"
|
---|
1951 |
|
---|
1952 | 2007-11-07 11:56 donncha
|
---|
1953 |
|
---|
1954 | * wp-cache.php: Bump the version number
|
---|
1955 |
|
---|
1956 | 2007-11-06 22:50 donncha
|
---|
1957 |
|
---|
1958 | * readme.txt: Bump version
|
---|
1959 |
|
---|
1960 | 2007-11-06 22:18 donncha
|
---|
1961 |
|
---|
1962 | * wp-cache-phase2.php: Fix feed content-type, props Dougal,
|
---|
1963 | (http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds)
|
---|
1964 |
|
---|
1965 | 2007-11-06 22:15 donncha
|
---|
1966 |
|
---|
1967 | * wp-cache.php: Check the do_cacheaction() exists
|
---|
1968 | Copy file if symlink is not found
|
---|
1969 |
|
---|
1970 | 2007-11-06 21:44 donncha
|
---|
1971 |
|
---|
1972 | * wp-cache.php: Move WP Super Cache to "Site Admin" menu on
|
---|
1973 | WordPress MU,
|
---|
1974 | http://www.darcynorman.net/2007/11/06/wordpress-super-cache/
|
---|
1975 |
|
---|
1976 | 2007-11-06 21:19 donncha
|
---|
1977 |
|
---|
1978 | * wp-cache-phase1.php: Don't compress WP-Cache data files is PHP is
|
---|
1979 | already doing it
|
---|
1980 |
|
---|
1981 | 2007-11-06 10:29 donncha
|
---|
1982 |
|
---|
1983 | * readme.txt: Minor typo in tag
|
---|
1984 |
|
---|
1985 | 2007-11-06 10:06 donncha
|
---|
1986 |
|
---|
1987 | * readme.txt, wp-cache-phase1.php, wp-cache-phase2.php,
|
---|
1988 | wp-cache.php: Bump the version to 0.2
|
---|
1989 | Enable gzip support in WP-Cache data files, fix feed content
|
---|
1990 | type, props tummbler:
|
---|
1991 | http://www.tummblr.com/wordpress/improving-wp-super-cache-gzip-for-logged-in-users/
|
---|
1992 | http://elliottback.com/wp/archives/2005/07/12/getting-wp-cache-to-work/
|
---|
1993 | http://blog.saddey.net/2007/02/18/how-to-prevent-wpcache-from-changing-a-feeds-content-type-to-text-html/
|
---|
1994 | When Super Cache is disabled, still write to WP-Cache files
|
---|
1995 | Check that prune_super_cache() exists before calling it in
|
---|
1996 | wp-cache.php, props Dougal
|
---|
1997 |
|
---|
1998 | 2007-11-06 09:06 donncha
|
---|
1999 |
|
---|
2000 | * readme.txt: Fix line endings
|
---|
2001 |
|
---|
2002 | 2007-11-05 18:41 donncha
|
---|
2003 |
|
---|
2004 | * wp-cache.php: Fixed display of "compression changed" message
|
---|
2005 |
|
---|
2006 | 2007-11-05 18:06 donncha
|
---|
2007 |
|
---|
2008 | * readme.txt: Convert to DOS mode
|
---|
2009 | reformat lists for display on wporg
|
---|
2010 |
|
---|
2011 | 2007-11-05 17:25 donncha
|
---|
2012 |
|
---|
2013 | * readme.txt: Minor updates to the readme
|
---|
2014 |
|
---|
2015 | 2007-11-05 15:21 donncha
|
---|
2016 |
|
---|
2017 | * wp-cache.php: When disabling or enabling compression make sure
|
---|
2018 | the user knows about .htaccess
|
---|
2019 |
|
---|
2020 | 2007-11-05 15:11 donncha
|
---|
2021 |
|
---|
2022 | * wp-cache-phase2.php: Rejected URIs must have .php in them now so
|
---|
2023 | pages starting with "wp-" will be cached
|
---|
2024 |
|
---|
2025 | 2007-11-05 15:10 donncha
|
---|
2026 |
|
---|
2027 | * wp-cache.php: When disabling supercache, make sure wpcache is
|
---|
2028 | enabled.
|
---|
2029 | Avoid resetting cache_compression when submitting other forms
|
---|
2030 | Reset supercache meta cache when compression modified
|
---|
2031 |
|
---|
2032 | 2007-11-05 14:54 donncha
|
---|
2033 |
|
---|
2034 | * wp-cache-config-sample.php, wp-cache.php: Fix weirdness with
|
---|
2035 | radio buttons on admin page
|
---|
2036 |
|
---|
2037 | 2007-11-05 11:35 donncha
|
---|
2038 |
|
---|
2039 | * plugins, plugins/searchengine.php, readme.txt, wp-cache-base.php,
|
---|
2040 | wp-cache-config-sample.php, wp-cache-phase1.php,
|
---|
2041 | wp-cache-phase2.php, wp-cache.php: Initial import of WP Super
|
---|
2042 | Cache
|
---|
2043 |
|
---|
2044 | 2007-10-23 20:02 plugin-master
|
---|
2045 |
|
---|
2046 | * wp-super-cache, wp-super-cache/branches, wp-super-cache/tags, .:
|
---|
2047 | adding wp-super-cache by donncha
|
---|
2048 |
|
---|