wp-super-cache
Last commit date
plugins
17 years ago
Changelog.txt
17 years ago
readme.txt
17 years ago
wp-cache-base.php
18 years ago
wp-cache-config-sample.php
17 years ago
wp-cache-phase1.php
17 years ago
wp-cache-phase2.php
17 years ago
wp-cache.php
17 years ago
Changelog.txt
895 lines
| 1 | 2008-09-24 13:03 donncha |
| 2 | |
| 3 | * wp-cache-phase2.php: Added function to clear cache when a post is |
| 4 | edited |
| 5 | |
| 6 | 2008-09-24 13:02 donncha |
| 7 | |
| 8 | * wp-cache.php: Added "Clear on edit" checkbox to clear all cache |
| 9 | files when a post or page is edited |
| 10 | |
| 11 | 2008-09-24 13:01 donncha |
| 12 | |
| 13 | * wp-cache.php: Remove meta and supercache directories when |
| 14 | deactivating |
| 15 | |
| 16 | 2008-09-24 12:47 donncha |
| 17 | |
| 18 | * wp-cache.php: Switch status messages around. |
| 19 | |
| 20 | 2008-09-24 12:47 donncha |
| 21 | |
| 22 | * wp-cache.php: Remove cache/.htaccess when uninstalling. |
| 23 | |
| 24 | 2008-09-24 12:44 donncha |
| 25 | |
| 26 | * readme.txt: Make mod mime and rewrite line clearer, hopefully |
| 27 | |
| 28 | 2008-09-24 12:38 donncha |
| 29 | |
| 30 | * wp-cache-phase2.php: comment_id typo |
| 31 | Only clear supercache files if it's enabled |
| 32 | |
| 33 | 2008-09-24 12:37 donncha |
| 34 | |
| 35 | * readme.txt: Updated mod_rewrite rules and expiry/mime type rules |
| 36 | |
| 37 | 2008-09-24 11:57 donncha |
| 38 | |
| 39 | * Changelog.txt: Updated changelog for 0.8.1 |
| 40 | |
| 41 | 2008-09-24 11:57 donncha |
| 42 | |
| 43 | * readme.txt, wp-cache.php: Bump the version number |
| 44 | |
| 45 | 2008-09-24 10:01 donncha |
| 46 | |
| 47 | * wp-cache-phase2.php: Make the temporary filename world readable |
| 48 | to avoid problems where Apache and PHP run as different users. |
| 49 | Thanks Tigertech for the code. |
| 50 | |
| 51 | 2008-09-24 09:57 donncha |
| 52 | |
| 53 | * wp-cache-phase2.php: Check that rename worked, if not, remove |
| 54 | cache file and rename again. Props tigertech |
| 55 | |
| 56 | 2008-09-23 19:55 donncha |
| 57 | |
| 58 | * wp-cache-phase2.php: Don't clear the supercache if it's not |
| 59 | enabled (In blog context, when a moderated comment is made) |
| 60 | |
| 61 | 2008-09-23 13:09 donncha |
| 62 | |
| 63 | * Changelog.txt: Updated changelog |
| 64 | |
| 65 | 2008-09-23 13:05 donncha |
| 66 | |
| 67 | * readme.txt, wp-cache.php: Bump the version to 0.8 |
| 68 | |
| 69 | 2008-09-23 13:01 donncha |
| 70 | |
| 71 | * wp-cache-phase1.php: Comment: reminder to update .htaccess rules |
| 72 | if get_cookie cacheaction is used. |
| 73 | |
| 74 | 2008-09-23 12:58 donncha |
| 75 | |
| 76 | * wp-cache-phase1.php: Don't return if the $string is not '' |
| 77 | |
| 78 | 2008-09-23 12:50 donncha |
| 79 | |
| 80 | * wp-cache.php: Generate a semaphore id based on hostname and cache |
| 81 | path, props Tigertech |
| 82 | http://wordpress.org/support/topic/205195?replies=4#post-857610 |
| 83 | |
| 84 | 2008-09-23 11:14 donncha |
| 85 | |
| 86 | * wp-cache.php: Make the expiry cleanup list an unordered list |
| 87 | |
| 88 | 2008-09-23 11:06 donncha |
| 89 | |
| 90 | * wp-cache-phase2.php: siteurl -> home for those who run WP in a |
| 91 | different place |
| 92 | |
| 93 | 2008-09-23 10:44 donncha |
| 94 | |
| 95 | * wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php: No |
| 96 | need for $super_cache_max_time |
| 97 | |
| 98 | 2008-09-23 10:39 donncha |
| 99 | |
| 100 | * wp-cache-phase2.php: On post change: |
| 101 | 1. Clear all files from permalink in supercache directory. |
| 102 | 2. Clear siteurl/page/ permalinks. |
| 103 | 3. Clear supercache files when corresponding php meta files are |
| 104 | removed. |
| 105 | |
| 106 | 2008-09-18 09:45 donncha |
| 107 | |
| 108 | * wp-cache.php: Show mod_rewrite rules when .htaccess is RO, props |
| 109 | Matt @ http://mattsblog.ca/ |
| 110 | |
| 111 | 2008-09-17 16:29 donncha |
| 112 | |
| 113 | * wp-cache-phase2.php, wp-cache.php: Decrease the chance of |
| 114 | cleanup. |
| 115 | |
| 116 | 2008-09-17 11:01 donncha |
| 117 | |
| 118 | * wp-cache.php: Don't server cached static files when url contains |
| 119 | "=". Should avoid lots of problems with query strings |
| 120 | |
| 121 | 2008-09-17 11:00 donncha |
| 122 | |
| 123 | * wp-cache-phase2.php: Replace the siteurl correctly for those who |
| 124 | have installed in a subdir, but access from the directory above. |
| 125 | Thanks Viper007Bond. |
| 126 | |
| 127 | 2008-09-16 13:01 donncha |
| 128 | |
| 129 | * wp-cache.php: Check for WordPress MU because .htaccess can't be |
| 130 | updated. |
| 131 | Set cache control and expiry headers of supercached files. Cached |
| 132 | for 5 minutes, but with "must-revalidate" |
| 133 | |
| 134 | 2008-09-06 11:00 donncha |
| 135 | |
| 136 | * wp-cache-phase2.php: Write cache files to a temporary file first, |
| 137 | then rename. Rename should be atomic. |
| 138 | |
| 139 | 2008-08-28 11:30 donncha |
| 140 | |
| 141 | * Changelog.txt: Updated changelog |
| 142 | |
| 143 | 2008-08-28 11:29 donncha |
| 144 | |
| 145 | * readme.txt, wp-cache.php: Bump the version number to 0.7.1 |
| 146 | |
| 147 | 2008-08-28 11:00 donncha |
| 148 | |
| 149 | * wp-cache.php: Updated .htaccess code: |
| 150 | Check that file is writable (again?) |
| 151 | Fix warnings about upgrades. |
| 152 | Bright yellow backgrounds on items that need attention |
| 153 | Thanks Matt @ http://twitter.com/mattfreedman/statuses/901325274 |
| 154 | for reporting. |
| 155 | |
| 156 | 2008-08-27 19:32 donncha |
| 157 | |
| 158 | * Changelog.txt: Updated changelog |
| 159 | |
| 160 | 2008-08-27 19:31 donncha |
| 161 | |
| 162 | * readme.txt, wp-cache.php: Bump to 0.7, fix activation link |
| 163 | |
| 164 | 2008-08-27 19:17 donncha |
| 165 | |
| 166 | * Changelog.txt: Updated Changelog |
| 167 | |
| 168 | 2008-08-27 19:16 donncha |
| 169 | |
| 170 | * readme.txt, wp-cache.php: Bump the version number to 0.6.8 |
| 171 | |
| 172 | 2008-08-27 18:59 donncha |
| 173 | |
| 174 | * wp-cache.php: Added rules to redirect to urls ending with a "/", |
| 175 | props Andylav and definitelynot, |
| 176 | http://wordpress.org/support/topic/199542?replies=6 |
| 177 | |
| 178 | 2008-08-21 16:41 donncha |
| 179 | |
| 180 | * wp-cache.php: Change menu options url |
| 181 | |
| 182 | 2008-08-20 11:47 donncha |
| 183 | |
| 184 | * Changelog.txt: Update Changelog |
| 185 | |
| 186 | 2008-08-20 10:49 donncha |
| 187 | |
| 188 | * readme.txt, wp-cache.php: Bump version number to 0.6.7 |
| 189 | |
| 190 | 2008-08-20 09:38 donncha |
| 191 | |
| 192 | * wp-cache.php: Added CRs |
| 193 | |
| 194 | 2008-08-20 09:01 donncha |
| 195 | |
| 196 | * wp-cache.php: Added apache_request_headers() as suggested in |
| 197 | http://wordpress.org/support/topic/197053 |
| 198 | |
| 199 | 2008-08-19 16:27 donncha |
| 200 | |
| 201 | * plugins/searchengine.php, wp-cache.php: Updated styling with the |
| 202 | help of the simple trackback validation plugin |
| 203 | |
| 204 | 2008-08-19 15:11 donncha |
| 205 | |
| 206 | * wp-cache-config-sample.php: Don't include rss files in cacheable |
| 207 | list |
| 208 | |
| 209 | 2008-08-19 15:05 donncha |
| 210 | |
| 211 | * wp-cache.php: Added "deactivation hook" to remove |
| 212 | advanced-cache.php and wp-cache-config.php and cached files. |
| 213 | |
| 214 | 2008-08-14 10:39 donncha |
| 215 | |
| 216 | * wp-cache-phase1.php: Only include once |
| 217 | |
| 218 | 2008-08-14 09:14 donncha |
| 219 | |
| 220 | * wp-cache-phase1.php, wp-cache-phase2.php: Cron fixed from Mike |
| 221 | |
| 222 | 2008-08-13 12:52 donncha |
| 223 | |
| 224 | * wp-cache-phase2.php, wp-cache.php: Fixes from Mike Beggs: |
| 225 | Use custom is_writeable() that works in Win32 NTFS |
| 226 | Update "Vary" header |
| 227 | Let WP Cron handle cache cleaning. |
| 228 | Don't let mod_deflate try to compress gzipped cached files |
| 229 | |
| 230 | 2008-08-09 10:13 donncha |
| 231 | |
| 232 | * wp-cache-phase2.php: Use get_comment(), props Lazy @ |
| 233 | http://www.lazybrain.de/ |
| 234 | |
| 235 | 2008-07-31 15:53 donncha |
| 236 | |
| 237 | * Changelog.txt: Updated changelog |
| 238 | |
| 239 | 2008-07-31 10:47 donncha |
| 240 | |
| 241 | * readme.txt, wp-cache.php: Bump version numbers |
| 242 | |
| 243 | 2008-07-29 19:52 donncha |
| 244 | |
| 245 | * wp-cache-config-sample.php, wp-cache-phase1.php, wp-cache.php: WP |
| 246 | 2.6 fixes. Use WP_CONTENT_DIR. Have not added to .htaccess rules |
| 247 | yet |
| 248 | |
| 249 | 2008-07-28 09:37 donncha |
| 250 | |
| 251 | * readme.txt, wp-cache.php: Change wp-super-cache expiry to 3600 |
| 252 | seconds. |
| 253 | Avoid foreach error on empty directories |
| 254 | Minor change to status message |
| 255 | |
| 256 | 2008-07-24 16:26 donncha |
| 257 | |
| 258 | * wp-cache-phase2.php, wp-cache.php: Removed debug error log |
| 259 | Catch 404 file not found requests when themes use query_posts() |
| 260 | |
| 261 | 2008-07-24 13:17 donncha |
| 262 | |
| 263 | * wp-cache-phase2.php: If we can't get a file lock, warn user. |
| 264 | |
| 265 | 2008-07-23 18:30 donncha |
| 266 | |
| 267 | * readme.txt: Update FAQ on cache times. |
| 268 | |
| 269 | 2008-07-23 18:27 donncha |
| 270 | |
| 271 | * readme.txt, wp-cache.php: Added p= parameter to htacess rules so |
| 272 | they'll be served by wp-cache only, |
| 273 | http://wordpress.org/support/topic/191275?replies=3 |
| 274 | |
| 275 | 2008-07-17 09:48 donncha |
| 276 | |
| 277 | * wp-cache.php: Handle if wp-config.php has been moved ../ in |
| 278 | WordPress 2.6 |
| 279 | |
| 280 | 2008-07-16 11:12 donncha |
| 281 | |
| 282 | * wp-cache.php: Don't warn the user wp-content is writable if |
| 283 | webserver is running as user. |
| 284 | Create correct .htaccess rules when WordPress is installed in a |
| 285 | different location. Both fixes props Allan Bazinet @ |
| 286 | http://sneezingfrog.com/blog/ |
| 287 | |
| 288 | 2008-07-15 10:17 donncha |
| 289 | |
| 290 | * Changelog.txt: Update changelog |
| 291 | |
| 292 | 2008-07-15 10:15 donncha |
| 293 | |
| 294 | * readme.txt, wp-cache.php: Bump the version number to 0.6.5 |
| 295 | |
| 296 | 2008-07-15 10:14 donncha |
| 297 | |
| 298 | * readme.txt: Add "Subscribe to comments" rule to readme |
| 299 | |
| 300 | 2008-07-15 10:11 donncha |
| 301 | |
| 302 | * wp-cache-phase1.php: Use comment_author instead of email in case |
| 303 | email isn't mandatory. props rhapsodyv @ |
| 304 | http://wordpress.org/support/topic/188775 |
| 305 | |
| 306 | 2008-07-14 10:42 donncha |
| 307 | |
| 308 | * wp-cache-phase2.php, wp-cache.php: Added "wp_cache_gc" option |
| 309 | Allow chance of garbage collection to be configurable. |
| 310 | |
| 311 | 2008-07-14 10:06 donncha |
| 312 | |
| 313 | * readme.txt: If caching doesn't work, it could be |
| 314 | advanced-cache.php |
| 315 | |
| 316 | 2008-07-14 09:53 donncha |
| 317 | |
| 318 | * wp-cache.php: Added Subscribe To Comments exclusion rewrite rule |
| 319 | |
| 320 | 2008-07-14 09:52 donncha |
| 321 | |
| 322 | * wp-cache.php: Warn if wp-content is writable, props alexleonard, |
| 323 | http://wordpress.org/support/topic/188530 |
| 324 | |
| 325 | 2008-07-08 10:41 donncha |
| 326 | |
| 327 | * wp-cache-phase2.php: Remove extra pages generated at the current |
| 328 | permalink. ie. paged comments. |
| 329 | |
| 330 | 2008-06-20 16:16 donncha |
| 331 | |
| 332 | * wp-cache.php: Only need the config file writable to change it |
| 333 | |
| 334 | 2008-06-16 09:08 donncha |
| 335 | |
| 336 | * wp-cache-phase2.php: Increase the chance of expired file cleanup |
| 337 | |
| 338 | 2008-06-16 09:07 donncha |
| 339 | |
| 340 | * wp-cache-phase2.php: Warn if page is a 404 or not complete and |
| 341 | won't be cached |
| 342 | |
| 343 | 2008-06-12 09:53 donncha |
| 344 | |
| 345 | * readme.txt: Add troubleshooting message for Dreamhost users |
| 346 | |
| 347 | 2008-05-26 09:12 donncha |
| 348 | |
| 349 | * wp-cache-phase2.php: Use [] instead of {} for array indexes |
| 350 | Fix warning notices |
| 351 | |
| 352 | 2008-05-14 16:22 donncha |
| 353 | |
| 354 | * Changelog.txt: Updated changelog |
| 355 | |
| 356 | 2008-05-14 16:19 donncha |
| 357 | |
| 358 | * readme.txt, wp-cache-phase2.php, wp-cache.php: Remove comment. |
| 359 | Bump version number |
| 360 | |
| 361 | 2008-05-14 12:21 donncha |
| 362 | |
| 363 | * wp-cache-phase2.php: Clean up the supercache if no post_id is |
| 364 | defined |
| 365 | |
| 366 | 2008-05-14 12:11 donncha |
| 367 | |
| 368 | * wp-cache.php: Move menu code up |
| 369 | |
| 370 | 2008-05-13 14:57 donncha |
| 371 | |
| 372 | * wp-cache-phase2.php: Only prune files in the supercache directory |
| 373 | Remove expired files 1/500's of the time |
| 374 | |
| 375 | 2008-05-11 08:51 donncha |
| 376 | |
| 377 | * wp-cache.php: Allow the "digg proof" message to be styled |
| 378 | Removed whitespace |
| 379 | |
| 380 | 2008-05-05 09:49 donncha |
| 381 | |
| 382 | * wp-cache-phase1.php: Removed Last-Modified header so plugin works |
| 383 | on godaddy servers. props Brad @ |
| 384 | http://www.littleredrails.com/blog/2007/09/08/using-wp-cache-on-godaddy-500-error/ |
| 385 | |
| 386 | 2008-05-05 09:44 donncha |
| 387 | |
| 388 | * readme.txt, wp-cache.php: Added rewrite rules to stop POST |
| 389 | requests to html static files. props eharris @ |
| 390 | http://wordpress.org/support/topic/173972?replies=2 |
| 391 | |
| 392 | 2008-04-24 19:14 donncha |
| 393 | |
| 394 | * Changelog.txt: Update Changelog |
| 395 | |
| 396 | 2008-04-24 19:14 donncha |
| 397 | |
| 398 | * readme.txt: Added changelog link |
| 399 | Added attachment_id mod_rewrite rule |
| 400 | |
| 401 | 2008-04-24 19:11 donncha |
| 402 | |
| 403 | * Changelog.txt: Updated Changelog |
| 404 | |
| 405 | 2008-04-24 19:09 donncha |
| 406 | |
| 407 | * readme.txt, wp-cache.php: Bump the version number |
| 408 | |
| 409 | 2008-04-24 15:45 donncha |
| 410 | |
| 411 | * wp-cache-phase2.php: Put "could not write" message in a HTML |
| 412 | comment at the end of the current page. |
| 413 | |
| 414 | 2008-04-20 07:48 donncha |
| 415 | |
| 416 | * wp-cache.php: Use blog charset for encoding. |
| 417 | Don't supercache attachment pages, props Callum |
| 418 | |
| 419 | 2008-04-17 09:23 donncha |
| 420 | |
| 421 | * wp-cache.php: Make sure files are served as UTF-8, props |
| 422 | tanguillo and nikolayb |
| 423 | http://wordpress.org/support/topic/169540?replies=3 |
| 424 | |
| 425 | 2008-04-12 07:06 donncha |
| 426 | |
| 427 | * Changelog.txt: Updated changelog |
| 428 | |
| 429 | 2008-04-12 07:05 donncha |
| 430 | |
| 431 | * readme.txt, wp-cache.php: Bump version number and update |
| 432 | .htaccess example code |
| 433 | |
| 434 | 2008-04-11 23:30 donncha |
| 435 | |
| 436 | * wp-cache-phase1.php, wp-cache-phase2.php: Remove "index.php" from |
| 437 | cached file paths |
| 438 | |
| 439 | 2008-04-11 23:17 donncha |
| 440 | |
| 441 | * wp-cache-config-sample.php, wp-cache.php: Add index.php to list |
| 442 | of not to be cached pages |
| 443 | Minor typo fix |
| 444 | |
| 445 | 2008-04-08 09:51 donncha |
| 446 | |
| 447 | * wp-cache.php: Delete all contents of cache dir, not just |
| 448 | supercachedir when caching disabled. |
| 449 | |
| 450 | 2008-04-04 11:59 donncha |
| 451 | |
| 452 | * wp-cache.php: wp_specialchars the rules |
| 453 | |
| 454 | 2008-04-01 11:31 donncha |
| 455 | |
| 456 | * wp-cache.php: Added wpsc_remove_marker() to remove WordPress |
| 457 | rewrite rules |
| 458 | Super Cache rules now go in the WPSuperCache marker |
| 459 | Check for comment cookie in one line, props askapache |
| 460 | |
| 461 | 2008-03-31 08:42 donncha |
| 462 | |
| 463 | * wp-cache.php: wp_specialchars() the mod_rewrite rules, props |
| 464 | Viper007Bond |
| 465 | |
| 466 | 2008-03-30 10:42 donncha |
| 467 | |
| 468 | * readme.txt, wp-cache.php: Bump the version numbers |
| 469 | |
| 470 | 2008-03-30 10:41 donncha |
| 471 | |
| 472 | * Changelog.txt: Updated changelog |
| 473 | |
| 474 | 2008-03-30 10:41 donncha |
| 475 | |
| 476 | * wp-cache.php: Warn if mod_rewrite rules are out of date and |
| 477 | encourage user to remove or update them manually |
| 478 | |
| 479 | 2008-03-30 10:26 donncha |
| 480 | |
| 481 | * Changelog.txt: Updated changelog |
| 482 | |
| 483 | 2008-03-28 17:37 donncha |
| 484 | |
| 485 | * wp-cache.php: Login cookie got shortened to "wordpress" in 2.5, |
| 486 | still backwards compatible |
| 487 | |
| 488 | 2008-03-28 17:22 donncha |
| 489 | |
| 490 | * wp-cache.php: Move toggleLayer js around |
| 491 | |
| 492 | 2008-03-13 11:37 donncha |
| 493 | |
| 494 | * readme.txt, wp-cache.php: Bump to 0.6 |
| 495 | |
| 496 | 2008-03-13 11:34 donncha |
| 497 | |
| 498 | * readme.txt: Added compression FAQ |
| 499 | |
| 500 | 2008-03-13 11:28 donncha |
| 501 | |
| 502 | * wp-cache.php: Only require mod_rewrite if super cache is enabled |
| 503 | Hide super cache parts of page when not activated |
| 504 | Add "/" to mod_rewrite rules for URLs not ending in a /, props |
| 505 | Michael R Aulia @ http://www.michaelaulia.com/blogs/ |
| 506 | |
| 507 | 2008-03-13 11:25 donncha |
| 508 | |
| 509 | * readme.txt: Updated documentation |
| 510 | |
| 511 | 2008-03-12 18:55 donncha |
| 512 | |
| 513 | * wp-cache-phase2.php: This somehow stops PHP creating directories |
| 514 | in the root folder, thanks to Cherie and Jennifer for their |
| 515 | invaluable help! |
| 516 | |
| 517 | 2008-03-12 17:00 donncha |
| 518 | |
| 519 | * wp-cache.php: No need for this message any more |
| 520 | |
| 521 | 2008-03-11 13:04 donncha |
| 522 | |
| 523 | * wp-cache.php: Don't auto update .htaccess until user wants to. |
| 524 | Hide listing of cached files, it's wrong anyway. |
| 525 | Move advanced features to the end of backend page. |
| 526 | |
| 527 | 2008-02-11 20:52 donncha |
| 528 | |
| 529 | * readme.txt, wp-cache.php: You must define things before loading |
| 530 | WordPress! (props s2j @ |
| 531 | http://wordpress.org/support/topic/154996?replies=12#post-691402 |
| 532 | ) |
| 533 | |
| 534 | 2008-02-08 10:27 donncha |
| 535 | |
| 536 | * wp-cache.php: Remember to delete compressed files from directly |
| 537 | cached folders, props John Pozadzides |
| 538 | |
| 539 | 2008-01-16 12:14 donncha |
| 540 | |
| 541 | * Changelog.txt: Update changelog |
| 542 | |
| 543 | 2008-01-16 12:13 donncha |
| 544 | |
| 545 | * readme.txt, wp-cache.php: Bump version number |
| 546 | Make admin page readonly if configuration page cannot be written |
| 547 | to |
| 548 | |
| 549 | 2008-01-04 11:23 donncha |
| 550 | |
| 551 | * Changelog.txt, readme.txt, wp-cache.php: Bump version and update |
| 552 | changelog |
| 553 | |
| 554 | 2008-01-04 11:22 donncha |
| 555 | |
| 556 | * wp-cache.php: Only update the hello_world option when updating |
| 557 | the right form |
| 558 | |
| 559 | 2008-01-04 10:41 donncha |
| 560 | |
| 561 | * readme.txt, wp-cache.php: Bump version number |
| 562 | |
| 563 | 2008-01-04 10:40 donncha |
| 564 | |
| 565 | * wp-cache.php: Rearrange .htaccess generator. |
| 566 | Allow mod_rewrite rules to be viewed later |
| 567 | Only create wp-content/cache/.htaccess if it doesn't exist |
| 568 | |
| 569 | 2008-01-04 10:16 donncha |
| 570 | |
| 571 | * wp-cache.php: Added Super Cache footer message |
| 572 | |
| 573 | 2008-01-03 22:29 donncha |
| 574 | |
| 575 | * wp-cache.php: More fixes for sub directory blogs, props Otto42 - |
| 576 | http://wordpress.org/support/topic/146443?replies=9#post-664254 |
| 577 | |
| 578 | 2007-12-16 11:07 donncha |
| 579 | |
| 580 | * wp-cache.php: Warn if ABSPATH is writeable |
| 581 | Add $home_root to cached files path in rewrite rules |
| 582 | make mod_rewrite module warning more verbose |
| 583 | |
| 584 | 2007-12-09 07:39 donncha |
| 585 | |
| 586 | * wp-cache-phase2.php: Hide unlink errors |
| 587 | |
| 588 | 2007-12-04 10:18 donncha |
| 589 | |
| 590 | * wp-cache-phase2.php: Check that mutex is set, |
| 591 | http://wordpress.org/support/topic/146052?replies=4 |
| 592 | |
| 593 | 2007-11-28 11:29 donncha |
| 594 | |
| 595 | * wp-cache-phase2.php, wp-cache.php: Check that $entries is not |
| 596 | empty |
| 597 | Don't ever recurse from ABSPATH up |
| 598 | |
| 599 | 2007-11-26 11:33 donncha |
| 600 | |
| 601 | * Changelog.txt: Updated changelog |
| 602 | |
| 603 | 2007-11-26 11:32 donncha |
| 604 | |
| 605 | * wp-cache.php: It's WPLOCKDOWN |
| 606 | |
| 607 | 2007-11-26 11:31 donncha |
| 608 | |
| 609 | * Changelog.txt: Updated Changelog |
| 610 | |
| 611 | 2007-11-26 11:30 donncha |
| 612 | |
| 613 | * readme.txt, wp-cache.php: Bump the version number |
| 614 | Docs for lockdown |
| 615 | |
| 616 | 2007-11-26 11:17 donncha |
| 617 | |
| 618 | * wp-cache.php: Bumpy bumpy |
| 619 | |
| 620 | 2007-11-26 11:12 donncha |
| 621 | |
| 622 | * Changelog.txt: Updated Changelog |
| 623 | |
| 624 | 2007-11-26 11:11 donncha |
| 625 | |
| 626 | * readme.txt: Bump version |
| 627 | |
| 628 | 2007-11-26 11:07 donncha |
| 629 | |
| 630 | * readme.txt: Warn about safe mode |
| 631 | |
| 632 | 2007-11-26 10:56 donncha |
| 633 | |
| 634 | * wp-cache.php: Print a warning message if PHP safe mode is |
| 635 | enabled. |
| 636 | Super Cache plugins will fail silently if advanced-cache.php is |
| 637 | not loaded |
| 638 | Updated "Directly Cached Files" text |
| 639 | |
| 640 | 2007-11-16 21:56 donncha |
| 641 | |
| 642 | * plugins/searchengine.php, wp-cache-phase1.php, |
| 643 | wp-cache-phase2.php, wp-cache.php: Added » |
| 644 | Updated formatting of admin backend |
| 645 | Added "direct caching" of pages. |
| 646 | |
| 647 | 2007-11-12 21:23 donncha |
| 648 | |
| 649 | * wp-cache-phase2.php, wp-cache.php: PHP 5's mkdir() doesn't like |
| 650 | slashes, http://ie2.php.net/manual/en/function.mkdir.php#73848 - |
| 651 | props Tummmbler |
| 652 | |
| 653 | 2007-11-12 15:26 donncha |
| 654 | |
| 655 | * Changelog.txt: Updated changelog |
| 656 | |
| 657 | 2007-11-12 15:23 donncha |
| 658 | |
| 659 | * readme.txt, wp-cache.php: Bump version |
| 660 | Update readme docs |
| 661 | Add options page for wpmu site admins |
| 662 | |
| 663 | 2007-11-12 11:32 donncha |
| 664 | |
| 665 | * wp-cache.php: Check if cache config file is out of date |
| 666 | |
| 667 | 2007-11-12 11:14 donncha |
| 668 | |
| 669 | * wp-cache-phase2.php, wp-cache.php: Hide some warning messages |
| 670 | Don't super cache $_GET requests |
| 671 | Use wp_mkdir_p() instead of mkpath() |
| 672 | Don't delete meta, supercache or .htaccess |
| 673 | |
| 674 | 2007-11-11 10:05 donncha |
| 675 | |
| 676 | * wp-cache.php: Don't want to check for .gz files twice! |
| 677 | |
| 678 | 2007-11-11 08:06 donncha |
| 679 | |
| 680 | * wp-cache.php: Added 'comment moderation' message when blog locked |
| 681 | down. |
| 682 | Formatting changes |
| 683 | Use 'manage_options' instead of administrator because viper |
| 684 | changed his role names :) |
| 685 | |
| 686 | 2007-11-11 01:13 donncha |
| 687 | |
| 688 | * wp-cache.php: If .htaccess updating fails, inform the user |
| 689 | |
| 690 | 2007-11-11 00:20 donncha |
| 691 | |
| 692 | * wp-cache-phase2.php, wp-cache.php: Added "Lockdown" function so |
| 693 | static files won't be deleted by comments |
| 694 | Minor changes to admin page formatting |
| 695 | get_settings to get_option |
| 696 | |
| 697 | 2007-11-10 21:06 donncha |
| 698 | |
| 699 | * wp-cache.php: Spell out radio boxes a bit more. |
| 700 | Modified .htaccess rules so search pages aren't served from super |
| 701 | cache |
| 702 | Actually insert_with_markers instead of echoing the command! |
| 703 | Tell user rules have been updated |
| 704 | Disable super cache *before* renaming directory. Sleep for a |
| 705 | second before |
| 706 | deleting to allow other processes to finish |
| 707 | |
| 708 | 2007-11-10 20:03 donncha |
| 709 | |
| 710 | * wp-cache-phase2.php: Make sure the .htaccess isn't deleted |
| 711 | |
| 712 | 2007-11-10 09:28 donncha |
| 713 | |
| 714 | * wp-cache-phase2.php: Don't remove super-cache file until comment |
| 715 | is approved |
| 716 | |
| 717 | 2007-11-10 07:19 donncha |
| 718 | |
| 719 | * wp-cache.php: Check that WP_CACHE is defined before checking for |
| 720 | do_cacheaction. |
| 721 | Better instructions for verifying a new install |
| 722 | |
| 723 | 2007-11-09 21:33 donncha |
| 724 | |
| 725 | * wp-cache.php: Define WPCACHEHOME properly, thanks tummbler for |
| 726 | testing! |
| 727 | |
| 728 | 2007-11-09 17:09 donncha |
| 729 | |
| 730 | * wp-cache-phase2.php: Don't super-cache WordPress searches. May |
| 731 | need to extend that to any GET activity |
| 732 | |
| 733 | 2007-11-09 15:01 donncha |
| 734 | |
| 735 | * wp-cache-phase2.php: Change preg_match delimiter so slashes work |
| 736 | again |
| 737 | |
| 738 | 2007-11-09 14:41 donncha |
| 739 | |
| 740 | * readme.txt: Updated documentation |
| 741 | |
| 742 | 2007-11-09 14:27 donncha |
| 743 | |
| 744 | * wp-cache.php: Use get_mod_rewrite() to detect if that module is |
| 745 | loaded |
| 746 | Automatically populate the .htaccess file if it's writable |
| 747 | Add gzip encoding rules to the cache dir, props Dennis @ |
| 748 | http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/ |
| 749 | Replace Windows folder deliminator, "\" with "/" in WPCACHEHOME, |
| 750 | props Computer Guru @ |
| 751 | http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/ |
| 752 | |
| 753 | 2007-11-09 01:19 donncha |
| 754 | |
| 755 | * wp-cache-phase2.php: Move is_feed() check earlier. |
| 756 | Check that mkpath() path is in $cache_path |
| 757 | |
| 758 | 2007-11-08 21:57 donncha |
| 759 | |
| 760 | * wp-cache.php: Single quote ABSPATH |
| 761 | Check advanced-cache.php for version, remove if necessary, fixed |
| 762 | create conditions |
| 763 | |
| 764 | 2007-11-08 21:55 donncha |
| 765 | |
| 766 | * wp-cache-phase1.php: realpath() two filenames |
| 767 | |
| 768 | 2007-11-08 21:53 donncha |
| 769 | |
| 770 | * readme.txt: Fix subdirectory .htaccess rules, props Computer Guru |
| 771 | |
| 772 | 2007-11-08 21:51 donncha |
| 773 | |
| 774 | * plugins/searchengine.php: Hide setcookie errors |
| 775 | Return correct string |
| 776 | |
| 777 | 2007-11-07 15:38 donncha |
| 778 | |
| 779 | * Changelog.txt: Added Changelog.txt |
| 780 | |
| 781 | 2007-11-07 15:27 donncha |
| 782 | |
| 783 | * readme.txt: Bump version to 0.3.1 (getting to 1.0 far too |
| 784 | quickly!) |
| 785 | Change formatting again |
| 786 | |
| 787 | 2007-11-07 15:26 donncha |
| 788 | |
| 789 | * wp-cache.php: Bump version to 0.3.1 |
| 790 | |
| 791 | 2007-11-07 15:26 donncha |
| 792 | |
| 793 | * wp-cache-config-sample.php, wp-cache-phase2.php: Use preg_match() |
| 794 | to match rejected URIs. |
| 795 | Change "wp-" to "wp-.*.php" to match files and paths starting |
| 796 | with "wp-" and ending in "php" |
| 797 | |
| 798 | 2007-11-07 11:56 donncha |
| 799 | |
| 800 | * wp-cache.php: Bump the version number |
| 801 | |
| 802 | 2007-11-06 22:50 donncha |
| 803 | |
| 804 | * readme.txt: Bump version |
| 805 | |
| 806 | 2007-11-06 22:18 donncha |
| 807 | |
| 808 | * wp-cache-phase2.php: Fix feed content-type, props Dougal, |
| 809 | (http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds) |
| 810 | |
| 811 | 2007-11-06 22:15 donncha |
| 812 | |
| 813 | * wp-cache.php: Check the do_cacheaction() exists |
| 814 | Copy file if symlink is not found |
| 815 | |
| 816 | 2007-11-06 21:44 donncha |
| 817 | |
| 818 | * wp-cache.php: Move WP Super Cache to "Site Admin" menu on |
| 819 | WordPress MU, |
| 820 | http://www.darcynorman.net/2007/11/06/wordpress-super-cache/ |
| 821 | |
| 822 | 2007-11-06 21:19 donncha |
| 823 | |
| 824 | * wp-cache-phase1.php: Don't compress WP-Cache data files is PHP is |
| 825 | already doing it |
| 826 | |
| 827 | 2007-11-06 10:29 donncha |
| 828 | |
| 829 | * readme.txt: Minor typo in tag |
| 830 | |
| 831 | 2007-11-06 10:06 donncha |
| 832 | |
| 833 | * readme.txt, wp-cache-phase1.php, wp-cache-phase2.php, |
| 834 | wp-cache.php: Bump the version to 0.2 |
| 835 | Enable gzip support in WP-Cache data files, fix feed content |
| 836 | type, props tummbler: |
| 837 | http://www.tummblr.com/wordpress/improving-wp-super-cache-gzip-for-logged-in-users/ |
| 838 | http://elliottback.com/wp/archives/2005/07/12/getting-wp-cache-to-work/ |
| 839 | http://blog.saddey.net/2007/02/18/how-to-prevent-wpcache-from-changing-a-feeds-content-type-to-text-html/ |
| 840 | When Super Cache is disabled, still write to WP-Cache files |
| 841 | Check that prune_super_cache() exists before calling it in |
| 842 | wp-cache.php, props Dougal |
| 843 | |
| 844 | 2007-11-06 09:06 donncha |
| 845 | |
| 846 | * readme.txt: Fix line endings |
| 847 | |
| 848 | 2007-11-05 18:41 donncha |
| 849 | |
| 850 | * wp-cache.php: Fixed display of "compression changed" message |
| 851 | |
| 852 | 2007-11-05 18:06 donncha |
| 853 | |
| 854 | * readme.txt: Convert to DOS mode |
| 855 | reformat lists for display on wporg |
| 856 | |
| 857 | 2007-11-05 17:25 donncha |
| 858 | |
| 859 | * readme.txt: Minor updates to the readme |
| 860 | |
| 861 | 2007-11-05 15:21 donncha |
| 862 | |
| 863 | * wp-cache.php: When disabling or enabling compression make sure |
| 864 | the user knows about .htaccess |
| 865 | |
| 866 | 2007-11-05 15:11 donncha |
| 867 | |
| 868 | * wp-cache-phase2.php: Rejected URIs must have .php in them now so |
| 869 | pages starting with "wp-" will be cached |
| 870 | |
| 871 | 2007-11-05 15:10 donncha |
| 872 | |
| 873 | * wp-cache.php: When disabling supercache, make sure wpcache is |
| 874 | enabled. |
| 875 | Avoid resetting cache_compression when submitting other forms |
| 876 | Reset supercache meta cache when compression modified |
| 877 | |
| 878 | 2007-11-05 14:54 donncha |
| 879 | |
| 880 | * wp-cache-config-sample.php, wp-cache.php: Fix weirdness with |
| 881 | radio buttons on admin page |
| 882 | |
| 883 | 2007-11-05 11:35 donncha |
| 884 | |
| 885 | * plugins, plugins/searchengine.php, readme.txt, wp-cache-base.php, |
| 886 | wp-cache-config-sample.php, wp-cache-phase1.php, |
| 887 | wp-cache-phase2.php, wp-cache.php: Initial import of WP Super |
| 888 | Cache |
| 889 | |
| 890 | 2007-10-23 20:02 plugin-master |
| 891 | |
| 892 | * wp-super-cache, wp-super-cache/branches, wp-super-cache/tags, .: |
| 893 | adding wp-super-cache by donncha |
| 894 | |
| 895 |