home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / wp-super-cache / Changelog.txt next >
Text File  |  2008-02-18  |  9KB  |  353 lines

  1. 2008-01-16 12:13  donncha
  2.  
  3.     * readme.txt, wp-cache.php: Bump version number
  4.       Make admin page readonly if configuration page cannot be written
  5.       to
  6.  
  7. 2008-01-04 11:23  donncha
  8.  
  9.     * Changelog.txt, readme.txt, wp-cache.php: Bump version and update
  10.       changelog
  11.  
  12. 2008-01-04 11:22  donncha
  13.  
  14.     * wp-cache.php: Only update the hello_world option when updating
  15.       the right form
  16.  
  17. 2008-01-04 10:41  donncha
  18.  
  19.     * readme.txt, wp-cache.php: Bump version number
  20.  
  21. 2008-01-04 10:40  donncha
  22.  
  23.     * wp-cache.php: Rearrange .htaccess generator.
  24.       Allow mod_rewrite rules to be viewed later
  25.       Only create wp-content/cache/.htaccess if it doesn't exist
  26.  
  27. 2008-01-04 10:16  donncha
  28.  
  29.     * wp-cache.php: Added Super Cache footer message
  30.  
  31. 2008-01-03 22:29  donncha
  32.  
  33.     * wp-cache.php: More fixes for sub directory blogs, props Otto42 -
  34.       http://wordpress.org/support/topic/146443?replies=9#post-664254
  35.  
  36. 2007-12-16 11:07  donncha
  37.  
  38.     * wp-cache.php: Warn if ABSPATH is writeable
  39.       Add $home_root to cached files path in rewrite rules
  40.       make mod_rewrite module warning more verbose
  41.  
  42. 2007-12-09 07:39  donncha
  43.  
  44.     * wp-cache-phase2.php: Hide unlink errors
  45.  
  46. 2007-12-04 10:18  donncha
  47.  
  48.     * wp-cache-phase2.php: Check that mutex is set,
  49.       http://wordpress.org/support/topic/146052?replies=4
  50.  
  51. 2007-11-28 11:29  donncha
  52.  
  53.     * wp-cache-phase2.php, wp-cache.php: Check that $entries is not
  54.       empty
  55.       Don't ever recurse from ABSPATH up
  56.  
  57. 2007-11-26 11:33  donncha
  58.  
  59.     * Changelog.txt: Updated changelog
  60.  
  61. 2007-11-26 11:32  donncha
  62.  
  63.     * wp-cache.php: It's WPLOCKDOWN
  64.  
  65. 2007-11-26 11:31  donncha
  66.  
  67.     * Changelog.txt: Updated Changelog
  68.  
  69. 2007-11-26 11:30  donncha
  70.  
  71.     * readme.txt, wp-cache.php: Bump the version number
  72.       Docs for lockdown
  73.  
  74. 2007-11-26 11:17  donncha
  75.  
  76.     * wp-cache.php: Bumpy bumpy
  77.  
  78. 2007-11-26 11:12  donncha
  79.  
  80.     * Changelog.txt: Updated Changelog
  81.  
  82. 2007-11-26 11:11  donncha
  83.  
  84.     * readme.txt: Bump version
  85.  
  86. 2007-11-26 11:07  donncha
  87.  
  88.     * readme.txt: Warn about safe mode
  89.  
  90. 2007-11-26 10:56  donncha
  91.  
  92.     * wp-cache.php: Print a warning message if PHP safe mode is
  93.       enabled.
  94.       Super Cache plugins will fail silently if advanced-cache.php is
  95.       not loaded
  96.       Updated "Directly Cached Files" text
  97.  
  98. 2007-11-16 21:56  donncha
  99.  
  100.     * plugins/searchengine.php, wp-cache-phase1.php,
  101.       wp-cache-phase2.php, wp-cache.php: Added »
  102.       Updated formatting of admin backend
  103.       Added "direct caching" of pages.
  104.  
  105. 2007-11-12 21:23  donncha
  106.  
  107.     * wp-cache-phase2.php, wp-cache.php: PHP 5's mkdir() doesn't like
  108.       slashes, http://ie2.php.net/manual/en/function.mkdir.php#73848 -
  109.       props Tummmbler
  110.  
  111. 2007-11-12 15:26  donncha
  112.  
  113.     * Changelog.txt: Updated changelog
  114.  
  115. 2007-11-12 15:23  donncha
  116.  
  117.     * readme.txt, wp-cache.php: Bump version
  118.       Update readme docs
  119.       Add options page for wpmu site admins
  120.  
  121. 2007-11-12 11:32  donncha
  122.  
  123.     * wp-cache.php: Check if cache config file is out of date
  124.  
  125. 2007-11-12 11:14  donncha
  126.  
  127.     * wp-cache-phase2.php, wp-cache.php: Hide some warning messages
  128.       Don't super cache $_GET requests
  129.       Use wp_mkdir_p() instead of mkpath()
  130.       Don't delete meta, supercache or .htaccess
  131.  
  132. 2007-11-11 10:05  donncha
  133.  
  134.     * wp-cache.php: Don't want to check for .gz files twice!
  135.  
  136. 2007-11-11 08:06  donncha
  137.  
  138.     * wp-cache.php: Added 'comment moderation' message when blog locked
  139.       down.
  140.       Formatting changes
  141.       Use 'manage_options' instead of administrator because viper
  142.       changed his role names :)
  143.  
  144. 2007-11-11 01:13  donncha
  145.  
  146.     * wp-cache.php: If .htaccess updating fails, inform the user
  147.  
  148. 2007-11-11 00:20  donncha
  149.  
  150.     * wp-cache-phase2.php, wp-cache.php: Added "Lockdown" function so
  151.       static files won't be deleted by comments
  152.       Minor changes to admin page formatting
  153.       get_settings to get_option
  154.  
  155. 2007-11-10 21:06  donncha
  156.  
  157.     * wp-cache.php: Spell out radio boxes a bit more.
  158.       Modified .htaccess rules so search pages aren't served from super
  159.       cache
  160.       Actually insert_with_markers instead of echoing the command!
  161.       Tell user rules have been updated
  162.       Disable super cache *before* renaming directory. Sleep for a
  163.       second before
  164.       deleting to allow other processes to finish
  165.  
  166. 2007-11-10 20:03  donncha
  167.  
  168.     * wp-cache-phase2.php: Make sure the .htaccess isn't deleted
  169.  
  170. 2007-11-10 09:28  donncha
  171.  
  172.     * wp-cache-phase2.php: Don't remove super-cache file until comment
  173.       is approved
  174.  
  175. 2007-11-10 07:19  donncha
  176.  
  177.     * wp-cache.php: Check that WP_CACHE is defined before checking for
  178.       do_cacheaction.
  179.       Better instructions for verifying a new install
  180.  
  181. 2007-11-09 21:33  donncha
  182.  
  183.     * wp-cache.php: Define WPCACHEHOME properly, thanks tummbler for
  184.       testing!
  185.  
  186. 2007-11-09 17:09  donncha
  187.  
  188.     * wp-cache-phase2.php: Don't super-cache WordPress searches. May
  189.       need to extend that to any GET activity
  190.  
  191. 2007-11-09 15:01  donncha
  192.  
  193.     * wp-cache-phase2.php: Change preg_match delimiter so slashes work
  194.       again
  195.  
  196. 2007-11-09 14:41  donncha
  197.  
  198.     * readme.txt: Updated documentation
  199.  
  200. 2007-11-09 14:27  donncha
  201.  
  202.     * wp-cache.php: Use get_mod_rewrite() to detect if that module is
  203.       loaded
  204.       Automatically populate the .htaccess file if it's writable
  205.       Add gzip encoding rules to the cache dir, props Dennis @
  206.       http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/
  207.       Replace Windows folder deliminator, "\" with "/" in WPCACHEHOME,
  208.       props Computer Guru @
  209.       http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/
  210.  
  211. 2007-11-09 01:19  donncha
  212.  
  213.     * wp-cache-phase2.php: Move is_feed() check earlier.
  214.       Check that mkpath() path is in $cache_path
  215.  
  216. 2007-11-08 21:57  donncha
  217.  
  218.     * wp-cache.php: Single quote ABSPATH
  219.       Check advanced-cache.php for version, remove if necessary, fixed
  220.       create conditions
  221.  
  222. 2007-11-08 21:55  donncha
  223.  
  224.     * wp-cache-phase1.php: realpath() two filenames
  225.  
  226. 2007-11-08 21:53  donncha
  227.  
  228.     * readme.txt: Fix subdirectory .htaccess rules, props Computer Guru
  229.  
  230. 2007-11-08 21:51  donncha
  231.  
  232.     * plugins/searchengine.php: Hide setcookie errors
  233.       Return correct string
  234.  
  235. 2007-11-07 15:38  donncha
  236.  
  237.     * Changelog.txt: Added Changelog.txt
  238.  
  239. 2007-11-07 15:27  donncha
  240.  
  241.     * readme.txt: Bump version to 0.3.1 (getting to 1.0 far too
  242.       quickly!)
  243.       Change formatting again
  244.  
  245. 2007-11-07 15:26  donncha
  246.  
  247.     * wp-cache.php: Bump version to 0.3.1
  248.  
  249. 2007-11-07 15:26  donncha
  250.  
  251.     * wp-cache-config-sample.php, wp-cache-phase2.php: Use preg_match()
  252.       to match rejected URIs.
  253.       Change "wp-" to "wp-.*.php" to match files and paths starting
  254.       with "wp-" and ending in "php"
  255.  
  256. 2007-11-07 11:56  donncha
  257.  
  258.     * wp-cache.php: Bump the version number
  259.  
  260. 2007-11-06 22:50  donncha
  261.  
  262.     * readme.txt: Bump version
  263.  
  264. 2007-11-06 22:18  donncha
  265.  
  266.     * wp-cache-phase2.php: Fix feed content-type, props Dougal,
  267.       (http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds)
  268.  
  269. 2007-11-06 22:15  donncha
  270.  
  271.     * wp-cache.php: Check the do_cacheaction() exists
  272.       Copy file if symlink is not found
  273.  
  274. 2007-11-06 21:44  donncha
  275.  
  276.     * wp-cache.php: Move WP Super Cache to "Site Admin" menu on
  277.       WordPress MU,
  278.       http://www.darcynorman.net/2007/11/06/wordpress-super-cache/
  279.  
  280. 2007-11-06 21:19  donncha
  281.  
  282.     * wp-cache-phase1.php: Don't compress WP-Cache data files is PHP is
  283.       already doing it
  284.  
  285. 2007-11-06 10:29  donncha
  286.  
  287.     * readme.txt: Minor typo in tag
  288.  
  289. 2007-11-06 10:06  donncha
  290.  
  291.     * readme.txt, wp-cache-phase1.php, wp-cache-phase2.php,
  292.       wp-cache.php: Bump the version to 0.2
  293.       Enable gzip support in WP-Cache data files, fix feed content
  294.       type, props tummbler:
  295.       http://www.tummblr.com/wordpress/improving-wp-super-cache-gzip-for-logged-in-users/
  296.       http://elliottback.com/wp/archives/2005/07/12/getting-wp-cache-to-work/
  297.       http://blog.saddey.net/2007/02/18/how-to-prevent-wpcache-from-changing-a-feeds-content-type-to-text-html/
  298.       When Super Cache is disabled, still write to WP-Cache files
  299.       Check that prune_super_cache() exists before calling it in
  300.       wp-cache.php, props Dougal
  301.  
  302. 2007-11-06 09:06  donncha
  303.  
  304.     * readme.txt: Fix line endings
  305.  
  306. 2007-11-05 18:41  donncha
  307.  
  308.     * wp-cache.php: Fixed display of "compression changed" message
  309.  
  310. 2007-11-05 18:06  donncha
  311.  
  312.     * readme.txt: Convert to DOS mode
  313.       reformat lists for display on wporg
  314.  
  315. 2007-11-05 17:25  donncha
  316.  
  317.     * readme.txt: Minor updates to the readme
  318.  
  319. 2007-11-05 15:21  donncha
  320.  
  321.     * wp-cache.php: When disabling or enabling compression make sure
  322.       the user knows about .htaccess
  323.  
  324. 2007-11-05 15:11  donncha
  325.  
  326.     * wp-cache-phase2.php: Rejected URIs must have .php in them now so
  327.       pages starting with "wp-" will be cached
  328.  
  329. 2007-11-05 15:10  donncha
  330.  
  331.     * wp-cache.php: When disabling supercache, make sure wpcache is
  332.       enabled.
  333.       Avoid resetting cache_compression when submitting other forms
  334.       Reset supercache meta cache when compression modified
  335.  
  336. 2007-11-05 14:54  donncha
  337.  
  338.     * wp-cache-config-sample.php, wp-cache.php: Fix weirdness with
  339.       radio buttons on admin page
  340.  
  341. 2007-11-05 11:35  donncha
  342.  
  343.     * plugins, plugins/searchengine.php, readme.txt, wp-cache-base.php,
  344.       wp-cache-config-sample.php, wp-cache-phase1.php,
  345.       wp-cache-phase2.php, wp-cache.php: Initial import of WP Super
  346.       Cache
  347.  
  348. 2007-10-23 20:02  plugin-master
  349.  
  350.     * wp-super-cache, wp-super-cache/branches, wp-super-cache/tags, .:
  351.       adding wp-super-cache by donncha
  352.  
  353.