diff --git a/Changelog.txt b/Changelog.txt index 64d712e..ea35fe0 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5795 +1,178 @@ -2013-04-24 19:53 donncha - - * readme.txt, wp-cache.php: Bump version to 1.3.2 - -2013-04-24 19:52 donncha - - * readme.txt: Added upgrade notice and changelog for 1.3.2 - -2013-04-17 13:06 donncha - - * wp-cache.php: Fixed warnings on the action POST parameter, props - @michiecat - -2013-04-17 10:31 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Dump the GET array if - required. - -2013-04-16 12:17 donncha - - * plugins/jetpack.php: Check if Jetpack is installed before showing - helper form - -2013-04-16 12:05 donncha - - * wp-cache-phase2.php: Need to pass this as a global variable so - mfunc can be disabled! - -2013-04-16 12:03 donncha +2013-10-23 10:49 donncha * wp-super-cache.pot: Updated translation file -2013-04-16 11:59 donncha - - * plugins/jetpack.php: Added plugin to provide support for the - Jetpack Mobile Theme. - -2013-04-16 11:48 donncha - - * plugins/wptouch.php: Minor change to text output - -2013-04-16 11:37 donncha - - * wp-cache-phase1.php: Added debug logs to mobile detection code - -2013-04-16 11:31 donncha - - * wp-cache-phase1.php: Re-org the comment check regex - -2013-04-16 08:27 donncha - - * wp-cache.php: Remove just the leading mfunc tag to mangle dynamic - code inserted into comments - -2013-04-15 10:18 donncha - - * wp-cache.php: Remove ending mfunc etc tags to mangle - multi-comment tags - -2013-04-12 14:00 donncha - - * wp-cache-phase2.php: Escape urls in "last cached" list - -2013-04-12 13:59 donncha - - * wp-cache-phase2.php, wp-cache.php: Disable mfunc and related - tags. Add an option on the settings page. - -2013-04-12 11:39 donncha - - * readme.txt: Slightly modified the warning in the upgrade notice - -2013-04-12 11:29 donncha - - * Changelog.txt: Updated changelog - -2013-04-12 11:25 donncha - - * readme.txt, wp-cache.php: Bump version to 1.3.1 - -2013-04-12 11:13 donncha - - * readme.txt: Updated changelog and documentation - -2013-04-12 10:42 donncha - - * plugins/awaitingmoderation.php, plugins/badbehaviour.php, - plugins/domain-mapping.php, plugins/searchengine.php, - plugins/wptouch.php, wp-cache.php: Fixed XSS problems with - REQUEST_URI on the settings page. - -2013-04-11 11:18 donncha - - * Changelog.txt: Updated changelog - -2013-04-11 11:14 donncha - - * readme.txt, wp-cache.php: Bump version tested to 3.5.1 and - version to 1.3 - -2013-04-11 11:07 donncha +2013-10-23 10:35 donncha * readme.txt: Updated changelog -2013-04-11 10:39 donncha +2013-10-22 20:26 donncha - * wp-cache.php: Remove mfunc, mclude and dynamic-cached-content - tags from comments. Props Frank Goossen - (http://blog.futtta.be/2013/04/10/wp-safer-cache-stopgap-for-wordpress-cache-plugins-vulnerability/) - and kisscsaby - (http://wordpress.org/support/topic/pwn3d?replies=6) + * wp-cache-phase1.php, wp-cache.php: Handle site migration more + gracefully. Recreate advanced-cache.php and WPCACHEHOME if + wp-cache-phase1.php wasn't loaded when admin loaded. -2012-12-13 08:17 donncha +2013-10-22 20:24 donncha - * readme.txt: Bumped tested version to 3.5 + * wp-cache-phase2.php: Minor change to text of buffer warning when + late init not set on dynamic pages -2012-12-03 09:59 donncha +2013-10-22 12:06 donncha - * wp-cache-phase2.php: Hide these fs warnings from the logs + * wp-cache-phase2.php: No assign by reference here, not allowed any + more. Ref: + http://wordpress.org/support/topic/php-strict-standards-2?replies=1 -2012-10-24 06:17 donncha +2013-10-22 11:58 donncha - * wp-cache.php: Don't mention GoDaddy in the 304 warning, it's - hopefully fixed. + * Changelog.txt: Updated and truncated Changelog. It was getting + way too big -2012-10-08 10:07 donncha +2013-10-22 11:52 donncha - * wp-cache-phase1.php, wp-cache.php: * Use LOGGED_IN_COOKIE in more - places, props askapache - * Make sure to check if that constant is defined before using it - to avoid fatal errors - * Added wpsc_get_logged_in_cookie() to get cookie value without - requiring rewrites of the .htaccess file + * readme.txt: Updated docs, mostly in the dynamic content section -2012-10-05 11:39 donncha +2013-10-21 14:23 donncha - * Changelog.txt: Updated changelog for version 1.2 + * wp-cache-phase2.php: Added debug log when obsolete mfunc tags + used -2012-10-05 11:36 donncha +2013-10-21 14:13 donncha - * readme.txt, wp-cache.php: * Updated version to 1.2 and bumped - tested version. - * Added changelog for 1.2 + * plugins/dynamic-cache-test.php: Added and output buffer example + plugin -2012-10-04 20:31 donncha +2013-10-21 14:02 donncha - * wp-super-cache.pot: Updated translation file - -2012-10-04 20:27 donncha - - * wp-cache-phase1.php: Check for $wp_cache_disable_utf8 when - serving supercache files from PHP, like it affects mod_rewrite - served files. - -2012-09-21 16:04 donncha - - * wp-cache.php: Oops, fixed a minor typo - -2012-09-21 16:01 donncha - - * wp-cache.php: Set up the cached pages counter correctly, see - http://wordpress.org/support/topic/plugin-wp-super-cache-confusing-information-in-cached-pages-since?replies=2 - -2012-09-19 21:15 donncha + * wp-cache-phase2.php: Added "wpsc_cachedata_safety" filter to + allow plugins to make sure they're ready to run filter. - * wp-cache.php: Fixed term link when preloading, props Stefan - Parmark +2013-10-18 16:44 donncha -2012-08-30 11:53 donncha + * wp-cache-phase2.php: Revert the code that would allow output + buffer callbacks to work in dynamic cached pages. It's too + complicated/dangerous for too little payback. See + http://wordpress.org/support/topic/mfunc-is-going-away-in-the-next-version - * wp-cache.php: Remove is_main_blog() calls, requires 3.0 already. - Props angelxas. - http://wordpress.org/support/topic/plugin-wp-super-cache-crashes-wp-341-multisite?replies=2 +2013-08-20 13:13 donncha -2012-08-30 10:59 donncha + * wp-cache-phase2.php: Use a function hooked on to the shutdown + action to display the buffer for dynamic cached blogs. See + http://wordpress.org/support/topic/mfunc-is-going-away-in-the-next-version - * wp-cache.php: Very minor whitespace fix +2013-08-19 20:16 donncha -2012-08-30 10:39 donncha + * readme.txt: Bumped version to 3.6 - * wp-cache-phase2.php: Make sure sites that upgrade to 1.0 don't - schedule the GC too often, props tigertech, fixed #1569. - http://wordpress.org/support/topic/wp-super-cache-causes-high-doing_wp_cron-load?replies=3 +2013-08-02 21:07 donncha -2012-08-30 10:32 donncha + * wp-cache.php: Added check for constant + "WPSC_DISABLE_HTACCESS_UPDATE" to disable updating the .htaccess + rules. Ref: + http://wordpress.org/support/topic/cache-control-max-age3-must-revalidate?replies=1 - * wp-cache.php: Allow editors to delete cached files for specific - pages via the admin bar. See - http://wordpress.org/support/topic/plugin-wp-super-cache-allow-editor-role-to-delete-cache?replies=8 +2013-08-02 20:57 donncha -2012-08-03 09:57 donncha + * wp-cache-phase2.php: Added function "wpsc_post_transition" that + deletes the post, tag and category cache when a post changes from + draft to publish or publish to draft. Props @Biranit + http://wordpress.org/support/topic/wp-super-cache-do-not-delete-category-pages-when-new-post-is-posted?replies=8#post-4467574 - * wp-cache.php: * Added warning if garbage collection wasn't - enabled - * schedule watcher job when GC form is submitted - * Enable GC when using the easy settings page +2013-07-04 16:01 donncha -2012-08-03 09:53 donncha + * readme.txt: The next version will be 1.4, update the versions in + the changelog - * wp-cache-phase2.php: Added function to create garbage collection - flag filename. +2013-07-04 15:52 donncha -2012-07-30 09:01 donncha + * readme.txt: Updated the FAQ - * wp-cache-phase2.php: Use GC flag wp_cache_gc.txt in cache - directory so watcher job doesn't schedule a GC when it's already - running +2013-07-04 15:26 donncha -2012-07-30 08:58 donncha + * wp-cache-phase2.php: Detect old mfunc tags and add a warning in + the source of the page. - * wp-cache-phase2.php: If wp_cache_gc job is NOT scheduled then we - need to schedule a new one in the watcher job +2013-07-04 13:47 donncha -2012-07-27 10:20 donncha - - * wp-super-cache.pot: Updated translation pot file - -2012-07-27 10:17 donncha - - * languages/wp-super-cache-zh_CN.po: Updated translation, props - Christopher Meng + * wp-cache-phase2.php: * Return a buffer directly and maybe reduce + memory usage. + * Minor text changes -2012-07-27 09:48 donncha +2013-07-04 13:44 donncha - * readme.txt: Updated docs on late init, props Storm. - http://wordpress.org/support/topic/plugin-wp-super-cache-mfunc-issue?replies=4#post-3018123 + * plugins/searchengine.php: Avoid warnings in the php logs -2012-07-27 09:39 donncha +2013-05-20 12:35 donncha - * wp-cache-phase2.php, wp-cache.php: * Added a garbage collection - watcher job to restart GC if it somehow fails. - * Clear gc hooks when uninstalling - * Added a check for shutdown gc when scheduling default gc + * languages/wp-super-cache-sr_RS.mo, + languages/wp-super-cache-sr_RS.po, readme.txt: Added + Serbo-Croatian translation by Anja Skrba -2012-07-27 09:14 donncha +2013-05-20 12:32 donncha - * wp-cache.php: Enable garbage collection when activating caching + * readme.txt: Updated dynamic cache content FAQ and added new FAQ + on plugins & upgrading -2012-07-24 08:56 donncha +2013-05-09 13:46 donncha - * wp-cache.php: Fix some links and add a link to the development - version + * readme.txt: Updated changelog -2012-07-17 19:16 donncha +2013-05-01 12:34 donncha - * wp-cache-phase1.php: Use the supercached mobile files, props - turtlehat, - http://wordpress.org/support/topic/plugin-wp-super-cache-why-_mobile-instead-of-mobile-after-wp_cache_check_mobile-action?replies=2 + * plugins/dynamic-cache-test.php: Added "DYNAMIC_CACHE_TEST_TAG" + constant so users will have to pick a secret template tag -2012-07-16 13:04 donncha +2013-05-01 12:19 donncha - * wp-cache-phase1.php: Move call to - wp_supercache_cache_for_admins() down after loading supercache - plugins. Props rapidstrider, - http://wordpress.org/support/topic/plugin-wp-super-cache-wp_supercache_remove_cookies-not-working + * wp-cache-phase2.php: Make sure we process the wpsc_cachedata + cache action even when the page isn't being cached for known + users. -2012-07-16 12:59 donncha +2013-04-26 13:10 donncha - * wp-cache-phase1.php: Added support for LOGGED_IN_COOKIE constant, - props Askapache + * wp-cache-phase2.php: Always set the dynamic flag in the meta + headers for legacy caching when it's required. -2012-07-12 16:47 donncha +2013-04-26 11:51 donncha - * wp-cache-phase1.php: Fixes problems updating cache files on - directory installs. Props Naki-BoT, - http://wordpress.org/support/topic/plugin-wp-super-cache-wordpress-in-directory-and-cache-on-post-edit-not-removed + * wp-cache.php: Dynamic caching option requires legacy or php mode. + Fixed and improved text explanation. -2012-07-10 13:37 donncha +2013-04-26 11:48 donncha - * wp-cache.php: * Added warning if WordPress is installed in a - folder and served from root - * Added Dismiss buttons on htaccess and readable wp-content - warnings. + * wp-cache.php: No need for this function that removes mfunc from + comments when mfunc isn't used any more -2012-07-10 07:50 donncha +2013-04-25 20:44 donncha - * wp-cache.php: Change deactivate hook to uninstall hook so updates - don't delete the old configuration + * wp-cache-phase1.php: Files should not be compressed when + compression is turned off! -2012-06-27 10:14 donncha +2013-04-25 16:36 donncha - * languages/wp-super-cache-zh_TW.mo, - languages/wp-super-cache-zh_TW.po: Updated translation, props - priv + * plugins/dynamic-cache-test.php: Added example dynamic cache + script -2012-06-26 12:21 donncha +2013-04-25 16:00 donncha - * plugins/wptouch.php: Check WPTouch Pro cookies here too + * wp-cache-phase1.php, wp-cache-phase2.php: Replace legacy + mfunc/mnclude/dynamic-cached-data functionality with a + "wpsc_cachedata" cacheaction filter -2012-06-26 10:26 donncha +2013-04-25 11:11 donncha - * plugins/wptouch.php: Support WPTouch Pro switch to desktop, - hopefully. + * wp-cache-phase2.php: Fix some warning during import, props David + Lowry, https://twitter.com/djlowry/status/327369568286826496 -2012-06-22 16:19 donncha +2013-04-24 19:57 donncha * Changelog.txt: Updated changelog -2012-06-21 15:14 donncha - - * wp-cache-phase2.php: Added new constant, "WPSCFORCEUPDATE" that - will disable the draft post check if defined - -2012-06-21 15:08 donncha - - * wp-cache-phase2.php: Only check dupe posts after the post has - been published - -2012-06-21 09:46 donncha - - * wp-super-cache.pot: Updated translation file - -2012-06-21 09:37 donncha - - * readme.txt: Updated credits for translations - -2012-06-21 09:25 donncha - - * languages/wp-super-cache-zh_CN.mo, - languages/wp-super-cache-zh_CN.po: Updated translation, props - Christopher Meng. - -2012-06-21 09:21 donncha - - * languages/wp-super-cache-zh_TW.mo, - languages/wp-super-cache-zh_TW.po: Updated translation, props - Priv - -2012-06-21 08:53 donncha - - * wp-cache-phase2.php: wp_cache_post_edit() checks if the current - post has been processed already. Now that check only happens - after a post is published. Possibly fixes scheduled posts - problems for some users. - -2012-06-20 09:32 donncha - - * wp-cache-base.php: Avoid raising a warning on strpos, see - http://wordpress.org/support/topic/plugin-wp-super-cache-wp-super-cache-warning-strpos-functionstrpos-offset-not-contained-in-stri?replies=2 - -2012-06-13 21:55 donncha - - * readme.txt: Bump tested version - -2012-06-12 12:52 donncha - - * wp-cache.php: No need to schedule a single job if it's going to - be scheduled for a particular time. - -2012-06-12 11:37 donncha - - * wp-cache-base.php, wp-cache-phase1.php, wp-cache-phase2.php, - wp-cache.php: Use HTTP_HOST instead of SERVER_NAME because nginx - has problems with it. - -2012-06-11 16:00 donncha - - * advanced-cache.php, readme.txt, wp-cache.php: Move - advanced-cache.php path into wp-config.php by defining - WPCACHEHOME there. - -2012-06-11 13:40 donncha - - * wp-cache.php: Fixed DO NOT CACHE PAGE url, props netrival, - http://wordpress.org/support/topic/plugin-wp-super-cache-possible-low-priority-bug-do-not-cache-page-secret-key-showing-wrong-link?replies=1 - -2012-06-11 13:39 donncha - - * wp-cache.php: Hide another variable warning - -2012-06-11 13:23 donncha - - * wp-cache.php: Hide "tab" variable warning - -2012-06-11 12:06 donncha - - * wp-cache-phase2.php: Forgot these carriage returns in the debug - messages - -2012-06-11 11:56 donncha - - * wp-cache-phase1.php: Remove warning if this isn't set - -2012-06-08 15:05 donncha - - * wp-cache-phase1.php: Fixed serving of gzipped content to clients - who who don't tell us either way. Fixes #1528. Props pioto - -2012-06-07 16:04 donncha - - * plugins/badbehaviour.php, plugins/domain-mapping.php, - plugins/searchengine.php, plugins/wptouch.php, - wp-cache-config-sample.php, wp-cache.php: Get rid of PHP notices, - props @simonwheatley - -2012-06-05 14:34 donncha - - * wp-cache.php: Don't stop processing form input because - wp-cron.php isn't found. We should still inform the user though. - -2012-05-30 16:22 donncha - - * wp-cache-phase2.php, wp-cache.php: Added option on Debug page to - disable caching comments on public pages. - -2012-05-28 08:46 donncha - - * wp-cache-phase1.php: Fix fatal error when "make known users - anonymous" is selected - -2012-05-23 14:35 donncha - - * wp-cache.php: Check that get_supercache_dir exists before calling - it. Props @hewsut - -2012-05-23 12:16 donncha - - * wp-cache.php: Added note about moving supercache plugins. - -2012-05-23 10:26 donncha - - * readme.txt, wp-cache.php: Bump version and stable versions for - new release - -2012-05-23 10:24 donncha - - * Changelog.txt, readme.txt: Updated changelog - -2012-05-23 10:17 donncha - - * wp-super-cache.pot: Updated translation file - -2012-05-23 10:14 donncha - - * wp-cache.php: Remove mentions of wp-minify as that plugin doesn't - exist any more - -2012-05-23 10:06 donncha - - * wp-super-cache.pot: Updated translation file - -2012-05-23 10:04 donncha - - * wp-cache.php: Added message to yellow box. - -2012-05-23 10:03 donncha - - * wp-super-cache.pot: Updated translation file - -2012-05-17 15:36 donncha - - * wp-cache-phase1.php, wp-cache.php: Remove the debug log level, I - always recommend level 5 anyway. - -2012-05-14 16:32 donncha - - * wp-cache.php: Correctly check $wp_cache_disable_utf8 is not set - -2012-05-11 15:24 donncha - - * Changelog.txt, readme.txt: Added changelog entries for 1.0 and - 1.1 - -2012-05-11 15:02 donncha - - * wp-super-cache.pot: Updated translation file - -2012-05-10 11:14 donncha - - * wp-cache-phase2.php: Create the legacy cache dir if it's not - there - -2012-05-10 10:50 donncha - - * wp-cache-phase2.php: Added wp_cache_clear_cache_on_menu() to - clear the cache when the navigation menu is modified - -2012-05-10 10:41 donncha - - * wp-cache-phase2.php: Revert previous change, - wp_cache_clear_cache() with no parameter is supposed to clear out - all cached files - -2012-05-10 10:32 donncha - - * wp-cache-phase2.php: Only clear the cache for the current blog, - not all blogs - -2012-05-10 10:28 donncha - - * wp-cache-phase2.php: Only clear the cache cache of the current - blog when "clear all cache on new post" is enabled, not all blogs - -2012-05-10 10:25 donncha - - * wp-cache-phase2.php: Added $blog_id parameter to - wp_cache_clear_cache() so only one blog's cache files are deleted - (except legacy files, all deleted regardless) - -2012-05-10 10:22 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Put code that creates - the cache/blogs/ directories into a function so it doesn't get - called all the time, slight speed up and less empty directories - -2012-05-10 10:08 donncha - - * wp-cache-phase2.php: Added "clean_post_cache" action to clear - cache but stop the function being called twice - -2012-05-10 10:07 donncha - - * wp-cache-phase1.php: Add $blog_id parameter to get_supercache_dir - function to get the directory for that blog - -2012-05-01 17:01 donncha - - * wp-cache.php: Removed "Last GC" time as it's on the advanced - settings page. - -2012-05-01 16:50 donncha - - * plugins/wptouch.php, wp-cache-phase1.php: Added - wp_cache_check_mobile filter to short circuit mobile check. See - http://wordpress.org/support/topic/wp-super-cache-and-wptouch?replies=2 - -2012-04-26 07:51 donncha - - * wp-cache-phase2.php: Don't delete cached files on draft post - save, props jrevillini - http://wordpress.org/support/topic/plugin-wp-super-cache-clear-all-cache-shouldnt-be-executed-on-a-draft-post?replies=7#post-2760461 - -2012-04-13 14:05 donncha - - * wp-cache-phase2.php: Added action for wp_trash_post so it clears - the cache - -2012-04-13 14:02 donncha - - * wp-cache.php: Show more files in the file listing - -2012-04-13 13:21 donncha - - * wp-cache.php: Show a warning when 304 browser caching is disabled - -2012-03-12 08:57 donncha - - * wp-cache.php: If site is running less than PHP 5.3.0 then check - for safe mode. Props cyberws, - http://wordpress.org/support/topic/plugin-wp-super-cache-php-53-compatibility - -2012-03-07 10:59 donncha - - * wp-cache-phase1.php: Reverse logic on the remove cookies filter - -2012-03-07 10:55 donncha - - * wp-cache-phase1.php: Added a filter, - 'wp_supercache_remove_cookies' that decides if cookies should be - removed on a per request basis. See - http://wordpress.org/support/topic/plugin-wp-super-cache-make-known-users-anonymous-breaks-autheticated-commenting - -2012-03-01 11:52 donncha - - * wp-cache.php: Fixed cache schedule dropdown - -2012-02-22 22:03 donncha - - * wp-cache-base.php, wp-cache.php: Check that WP_MULTI_SITE is true - as well! - -2012-02-22 22:02 donncha - - * wp-cache-phase2.php: No need to call this twice, removed second - call. - -2012-02-17 10:09 donncha - - * wp-super-cache.pot: Updated translation file - -2012-02-16 14:18 donncha - - * wp-cache.php: Added a title to the Delete Cache admin menu link - -2012-02-16 13:55 donncha - - * wp-cache-base.php, wp-cache.php: Check for VHOST as well as - MULTISITE checks for sites that upgrade from MU and don't have - that constant set. - -2012-02-15 22:11 donncha - - * wp-cache.php: When preloading, don't preload page_on_front or - page_for_poss pages as that will probably clear the cache. Props - te-deum. See - http://wordpress.org/support/topic/plugin-wp-super-cache-preloaded-pages-not-created-until-user-visits?replies=28#post-2627649 - -2012-02-09 19:28 donncha - - * wp-cache-phase2.php: Disable caching AFTER actions added so cache - is cleared - -2012-02-09 18:17 donncha - - * wp-cache-phase1.php: If SERVER_NAME isn't defined then use - HTTP_HOST - -2012-02-09 18:03 donncha - - * wp-cache-phase2.php: Hopefully fix moderation/administration of - comments. - -2012-02-09 16:09 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Check if variables - defined and avoid warnings - -2012-02-09 15:53 donncha - - * wp-cache-phase1.php: Check that site_url returns something and - deal with it if it doesn't. PHP is weird sometimes. - http://wordpress.org/support/topic/wp-super-cache-not-refreshing-post-after-comments-made - -2012-02-09 14:01 donncha - - * wp-cache-phase2.php: Check if referer is comments admin page to - decide what to delete, all or single page. - -2012-02-09 13:59 donncha - - * wp-cache-base.php, wp-cache-phase1.php, wp-cache.php: Replace - HTTP_HOST with SERVER_NAME, props _ck_ - http://wordpress.org/support/topic/plugin-wp-super-cache-minor-bug-with-use-of-_serverhttp_host-instead-of-_serverserver_name - -2012-02-09 13:58 donncha - - * wp-cache-phase2.php: Add slashes to page urls when doing GC - -2012-02-09 13:49 donncha - - * wp-cache.php: This error points at the wrong place in the docs - -2012-02-03 09:30 donncha - - * wp-cache.php: Added link to Cron View, a plugin that can help - debug wp-cron problems - -2012-01-30 13:44 donncha - - * readme.txt: Added link to Cron View plugin to help diagnose - crontab problems - -2012-01-30 12:00 donncha - - * wp-cache-phase2.php: CRON requests are non empty GET requests so - we want to ignore those params - -2012-01-30 11:22 donncha - - * wp-cache.php: Add description of GC notification emails checkbox - -2012-01-30 11:21 donncha - - * wp-cache.php: Make it clearer that GC jobs are scheduled to UTC - times - -2012-01-30 09:19 donncha - - * wp-cache.php: Make preloading of taxonomies optional, see - http://wordpress.org/support/topic/wp-super-cache-causes-time-out-on-file-delete-with-rackspace-cloudsites?replies=12 - -2012-01-30 09:16 donncha - - * wp-cache.php: Fixes for PHP warnings, props vStone, lots more to - come when I have time. - http://plugins.trac.wordpress.org/ticket/1466 - -2012-01-23 09:19 donncha - - * wp-cache.php: Use get_supercache_dir() rather than hardcoding the - supercache directory - -2012-01-23 09:18 donncha - - * plugins/domain-mapping.php, wp-cache-phase1.php: Added - 'wp_super_cache_supercachedir' filter on supercache directory and - modified domain mapping plugin to support it, props Matthew - Boynes. - -2012-01-19 08:23 donncha - - * plugins/wptouch.php: Check if wptouch functions exist before - filtering browsers - -2012-01-18 11:38 donncha - - * readme.txt: Added warning that files in the cache directory are - prone to be deleted. See - http://ocaoimh.ie/2012/01/18/a-cache-directory-is-a-temporary-directory/ - -2012-01-13 09:27 donncha - - * wp-cache-phase2.php: Check that function returns false as it can - return 0 if not files deleted - -2012-01-11 10:59 donncha - - * wp-cache-phase2.php: Clear out the global /page/* pages when a - post is published - -2012-01-11 10:58 donncha - - * wp-cache-phase1.php: Remove https from the home url to get the - supercache dir - -2012-01-10 14:42 donncha - - * wp-cache-phase2.php: Just some more debug messages! - -2012-01-10 14:41 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Added - options: - * disable caching if GET is not empty. - * disable the blog_charset .htaccess directive which I added back - in. - -2012-01-10 14:37 donncha - - * wp-cache.php: don't check the mobile prefix or browser strings - against the rewrite rules when they're empty. Any changes will be - caught further down anyway - -2012-01-09 22:33 donncha - - * wp-cache.php: I forgot that do_cacheaction() isn't defined before - the plugin is configured! See - http://wordpress.org/support/topic/plugin-wp-super-cache-my-page-2-is-randomly-redirecting-to-other-posts?replies=19#post-2549174 - -2012-01-05 17:04 donncha - - * plugins/multisite.php, wp-cache.php: Disable the settings page - when caching disabled on Site admin page. - -2012-01-05 15:52 donncha - - * plugins/multisite.php: Added multisite Network Admin Sites - "Cached" column - -2012-01-05 12:51 donncha - - * wp-cache-phase2.php: Cache the output of is_* functions used by - the plugin because $wp_query may be destroyed by the PHP - destructor. See - http://ocaoimh.ie/2012/01/04/wp-super-cache-bug-fixing-and-php-object-destruction/ - -2012-01-04 16:22 donncha - - * wp-cache.php: Removed unneeded debug log - -2012-01-04 16:04 donncha - - * wp-cache.php: Put preload taxonomy code within posts limit checks - so it doesn't do extra preloads! - -2012-01-04 16:02 donncha - - * wp-cache.php: Check if number of posts is less than post limit so - preload finishes without trying to do an extra 100 posts +2013-04-24 19:53 donncha -2012-01-04 16:01 donncha + * readme.txt, wp-cache.php: Bump version to 1.3.2 - * wp-cache.php: Update preload counter before taxonomy preload so - the admin page shows the preload action +2013-04-24 19:52 donncha -2012-01-04 16:00 donncha - - * wp-cache-phase2.php, wp-cache.php: Added lots more debugging - - prune_super_cache and preload functions - -2012-01-04 11:56 donncha - - * plugins/wptouch.php: Make sure ua list is an array as it's stored - as a string - -2012-01-04 10:26 donncha - - * wp-cache-phase2.php: Fixed minor typo in debug log message - -2012-01-04 10:20 donncha - - * wp-cache-phase2.php: Only write meta cache file if not using only - supercache files. - -2012-01-04 10:16 donncha - - * wp-cache-phase2.php: Check if $wp_query is defined before - checking for is_feed, is_search etc. - -2012-01-04 09:57 donncha - - * wp-cache-phase2.php: Correctly check if GET is empty for anon - caching - -2012-01-04 09:08 donncha - - * plugins/searchengine.php: Update plugin admin page to match other - plugins - -2012-01-04 00:03 donncha - - * wp-cache-phase2.php: Make sure we don't write anon files for GET - requests, see - http://wordpress.org/support/topic/plugin-wp-super-cache-my-page-2-is-randomly-redirecting-to-other-posts?replies=5 - -2012-01-03 23:58 donncha - - * wp-cache-phase2.php: Write meta file if user is not using - supercacheonly or is not logged in, not AND. - -2012-01-03 18:14 donncha - - * wp-cache-phase2.php: Make sure a post is published before - removing cache files. Props _ck_, see - http://wordpress.org/support/topic/plugin-wp-super-cache-found-possible-bug-with-starting-new-post - -2012-01-03 18:08 donncha - - * plugins/wptouch.php, wp-cache-phase1.php, wp-cache.php: Added - WPTouch plugin to modify browser list and prefix list and added - support for exclude list in that plugin. - -2012-01-03 13:12 donncha - - * wp-cache.php: Use display text for scheduled interval. - -2012-01-03 11:02 donncha - - * ossdl-cdn.php: Make sure $arr_of_excludes is an array always to - avoid stristr warning - -2011-12-22 13:16 donncha - - * wp-cache.php: Don't check the blog_id if the site isn't a - multisite network. - -2011-12-22 12:39 donncha - - * wp-cache.php: Only show the "Delete Cache" link in the admin bar - when caching off for known users - -2011-12-15 08:57 donncha - - * wp-cache.php: Make sure pages returned by cache tester are not - error objects! - -2011-12-11 09:05 donncha - - * wp-cache.php: Delete index files rather than directory when - deleting post supercache files. - -2011-12-11 09:04 donncha - - * wp-cache-phase2.php: Added another debug message - -2011-12-10 22:31 donncha - - * wp-cache-phase2.php: Add the cache age limit to the debug message - when a cache file is deleted during GC - -2011-12-10 22:30 donncha - - * wp-cache-phase2.php: Filter the tags that are checked at the end - of a web document with a 'wp_cache_eof_tags' filter. See - http://wordpress.org/support/topic/plugin-wp-super-cache-feature-request-test-for-opening-xml-tag-in-wp_cache_get_ob?replies=4 - -2011-12-10 10:50 donncha - - * wp-cache.php: Fix schedule frequency form, - http://wordpress.org/support/topic/plugin-wp-super-cache-garbage-collection-scheduler-interval-not-saved-always-hourly?replies=2 - -2011-12-10 10:02 donncha - - * wp-cache.php: Clear out wp-cache legacy files from root cache dir - as well as blogs directories - -2011-12-10 10:01 donncha - - * readme.txt: Attempt to fix formatting of FAQ - -2011-12-06 17:04 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Check if the rejected - uri or ua is an array. - -2011-12-06 15:13 donncha - - * wp-super-cache.pot: Updated the translation file - -2011-12-06 12:44 donncha - - * wp-cache.php: Explain that cancelling a preload may take some - time. - -2011-12-06 12:22 donncha - - * wp-cache.php: Move preload notifications around and added - notification for taxonomy preload - -2011-12-05 20:42 donncha - - * readme.txt: Bump the WP version number. - -2011-12-05 18:01 donncha - - * readme.txt, wp-cache.php: Bump version to 1.0 - -2011-12-05 17:58 donncha - - * Changelog.txt: Updated changelog - -2011-12-05 17:56 donncha - - * wp-super-cache.pot: Updated the translation file - -2011-12-05 17:50 donncha - - * wp-cache.php: Added warning about preload mode to expiry settings - form - -2011-12-05 16:58 donncha - - * wp-cache.php: Small changes to scheduling form. - -2011-12-05 11:18 donncha - - * readme.txt, wp-cache.php: Added FAQ for mobile plugins and - changed text in settings page slightly - -2011-12-05 10:28 donncha - - * readme.txt, wp-cache.php: Removed AddDefaultCharset and added - note to readme.txt, see - http://wordpress.org/support/topic/plugin-wp-super-cache-please-please-please-leave-adddefaultcharset-out-of-htaccess?replies=3 - -2011-12-01 15:48 donncha - - * wp-super-cache.pot: Updated translation file - -2011-11-30 17:57 donncha - - * wp-cache-phase1.php, wp-cache.php: Fix for blogs that use a - folder install and don't have a trailing slash. See - http://wordpress.org/support/topic/plugin-wp-super-cache-one-of-the-root-causes-of-the-timestamps-difference - -2011-11-30 11:42 donncha - - * wp-cache-phase2.php, wp-cache.php: Set these scheduling variables - -2011-11-29 12:09 donncha - - * wp-cache-phase2.php: Cast the number of deleted files and - directories as an int, because false !== 0 - -2011-11-29 10:49 donncha - - * wp-cache.php: Minor text change, props talgalili - -2011-11-29 09:41 donncha - - * wp-cache.php: Minor text changes, fixes to labels - -2011-11-29 09:34 donncha - - * wp-cache-phase2.php: Record how many files were deleted by cron - job - -2011-11-28 22:39 donncha - - * wp-cache-phase2.php, wp-cache.php: Revamped scheduling of garbage - collection system. WIP. - -2011-11-24 17:57 donncha - - * wp-cache.php: Added an admin bar link to delete the cache for the - current page, but only if no caching for known users. - -2011-11-23 17:13 donncha - - * readme.txt: Added more troubleshooting tips - -2011-11-21 11:30 donncha - - * wp-super-cache.pot: Updated translation file - -2011-11-21 10:37 donncha - - * wp-cache.php: Ooops, don't forget Stephen here too! - -2011-11-21 10:27 donncha - - * wp-cache.php: Digg is old hat, it's Stephen Fry now. - -2011-10-26 17:29 donncha - - * readme.txt: Updated translation credits - -2011-10-26 17:25 donncha - - * languages/wp-super-cache-ru_RU.mo, - languages/wp-super-cache-ru_RU.po: Updated Russian translation by - Elvis - -2011-10-26 17:23 donncha - - * wp-super-cache.pot: Updated translation file - -2011-10-26 17:21 donncha - - * languages/wp-super-cache-zh_TW.mo, - languages/wp-super-cache-zh_TW.po: Updated translation, props - Priv - -2011-10-26 17:16 donncha - - * languages/wp-super-cache-ro_RO.mo, - languages/wp-super-cache-ro_RO.po: Added Romanian translation, - props Michail Bogdanov, http://www.webhostinghub.com/ - -2011-10-26 17:10 donncha - - * languages/wp-super-cache-be_BY.mo, - languages/wp-super-cache-be_BY.po: Added Belarusian translation, - props Alexander Alexandrov, http://www.designcontest.com/ - -2011-10-26 17:02 donncha - - * languages/wp-super-cache-lt_LT.mo, - languages/wp-super-cache-lt_LT.po: Added Lithuanian translation, - props Nata Strazda, www.webhostingrating.com - -2011-10-26 16:41 donncha - - * wp-cache-phase2.php: Revert [66003] so supercache files are - cleared always. http://plugins.trac.wordpress.org/changeset/66003 - -2011-10-26 16:24 donncha - - * wp-cache-phase2.php: Remove $permalink, as $dir already has the - permalink, props Alex Bitsche - -2011-10-24 17:10 donncha - - * wp-cache-phase2.php: Delete the cached file in the right - directory. Props Alex Bitsche. - -2011-10-20 15:08 donncha - - * wp-cache.php: Colour code the cache tester results - -2011-10-19 12:01 donncha - - * wp-cache.php: Preload all post types except for revisions and nav - menu items - -2011-10-19 11:15 donncha - - * wp-cache.php: * Populate preload counter if not set. - * Preload 50 taxonomy pages at a time rather than 10 - * Push current taxonomy page into permalink text file - -2011-10-18 17:05 donncha - - * wp-cache.php: Preload can now preload taxonomies, use - 'wp_cache_preload_taxonomies' filter to change taxonomies. - -2011-10-18 15:31 donncha - - * readme.txt: Minor typo fix and added a new FAQ: "What does the - Cache Rebuild feature do?" - -2011-10-11 16:48 donncha - - * wp-cache.php: Make the file listing wider - -2011-10-11 16:47 donncha - - * wp-cache.php: Correct the "Hide list" link - -2011-10-11 16:43 donncha - - * wp-cache.php: Regenerate the list of files correctly. - -2011-10-11 16:13 donncha - - * wp-cache-phase2.php: Hide preg_match warnings like - http://wordpress.org/support/topic/plugin-wp-super-cache-errors-shown-at-top-of-cached-pages?replies=6 - -2011-10-11 16:00 donncha - - * wp-cache-phase2.php: Make "Page not cached message a bit clearer" - -2011-09-09 08:26 donncha - - * wp-cache.php: Fix empty date param, props hew, fixes - http://plugins.trac.wordpress.org/ticket/1378 - -2011-08-29 14:35 donncha - - * wp-cache.php: Added docs suggesting what to do when cache tester - doesn't work. - -2011-07-27 17:30 donncha - - * languages/wp-super-cache-ua_UA.mo, - languages/wp-super-cache-ua_UA.po, readme.txt: Added Ukranian - translation, props Alyona Lompar. - -2011-07-25 11:13 donncha - - * wp-cache-phase1.php: Allow previews by logged in users, even when - they're made anon on the blog. - -2011-07-22 15:42 donncha - - * wp-cache-phase1.php, wp-cache.php: Make it "known users" rather - than logged in users, and interrogate $_COOKIE directly - -2011-07-22 15:10 donncha - - * wp-cache-phase1.php, wp-cache.php: Added option to make logged in - users anonymous so they're served static cached files. Props - DrEmixam, - http://wordpress.org/support/topic/plugin-wp-super-cache-not-caching-pages-for-logged-in-users-1 - -2011-07-20 11:29 donncha - - * readme.txt: Bump tested and requried versions. - -2011-07-20 11:25 donncha - - * wp-cache-base.php, wp-cache-config-sample.php: Update multisite - detection to 3.0 standards. Fixes caching of XML sitemaps - -2011-07-15 09:49 donncha - - * ossdl-cdn.php: Generate hash keys so files are served from the - same CDN on multisite networks. - -2011-07-13 12:55 donncha - - * wp-cache-phase2.php, wp-cache.php: * On multisite networks add a - new button "Delete cache on all blogs" for superadmins. - * Deleting cache now only deletes cache for that blog - -2011-07-12 06:13 donncha - - * wp-cache.php: Put ' around the cache secret key, props Simon - Prosser. - -2011-07-11 16:51 donncha - - * wp-cache-phase1.php, wp-cache.php: Added "donotcachepage" GET - parameter to disable cache on page. - -2011-07-11 15:49 donncha - - * wp-cache-phase2.php, wp-cache.php: Added support for is_author() - exclusion - -2011-07-11 15:41 donncha - - * wp-cache-phase2.php: Only rebuild the current url, or the - homepage will never be updated - -2011-07-11 14:52 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: * Added - get_supercache_dir() and modified get_all_supercache_filenames() - to take a directory name. - * get_all_supercache_filenames() now scans the given directory - for index files. - * Scan root dir for rebuild files now - -2011-07-01 08:32 donncha - - * readme.txt: Added link to codex page on permissions, props - Ipstenu - -2011-06-30 13:07 donncha - - * readme.txt: Added new faq, "How many pages can I cache?" - -2011-06-27 09:29 donncha - - * wp-cache-phase2.php: Fix for when strlen() doesn't work on binary - data. See - http://wordpress.org/support/topic/plugin-wp-super-cache-patch-strlen-vs-utf8-mbstringfunc_overload-2 - -2011-06-17 08:45 donncha - - * wp-cache-phase1.php: Fix cache action array check, see - http://wordpress.org/support/topic/plugin-wp-super-cache-bug-report?replies=3#post-2171915 - -2011-06-03 15:32 donncha - - * wp-cache-phase1.php: Added "cache_init" action that fires on - every page, uncached or PHP cached. - -2011-05-24 15:52 donncha - - * wp-cache.php: Remove duplicate / from rewrite rules and display - diff of rules when they're different. - -2011-05-24 10:48 donncha - - * wp-cache.php: Don't stop the settings page when wp-cron.php is - missing. - -2011-05-06 17:00 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Allow mobile check to - modify supercache index.html filename rather than cache key - -2011-05-06 15:00 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Add a - string to the index.html instead of using a new directory - -2011-04-28 09:51 donncha - - * wp-cache.php: Added lowercase root directory in supercache dir in - .htaccess rules. Fixes - http://wordpress.org/support/topic/plugin-wp-super-cache-mod_rewrite-caching-fails-if-wp-is-in-sub-directory-with-upper-case-letters?replies=4 - I hope - -2011-04-27 15:08 donncha - - * wp-cache.php: heck perms of ABSPATH in case webserver has write - access anyway. - -2011-04-25 09:49 donncha - - * wp-cache.php: Handle problems with the cache tester before trying - to save the failed page. - -2011-04-23 19:01 donncha - - * ossdl-cdn.php: If cdn url is blank then don't try to rewrite - urls. Possible fix for - http://wordpress.org/support/topic/plugin-wp-super-cache-ossdl-cdn-off-linker-not-working-from-super-cache?replies=5 - -2011-03-30 18:03 donncha - - * wp-cache.php: Convert directory permsissions to octal and make - sure group and world aren't writable if directory is writable. - Fixes http://plugins.trac.wordpress.org/ticket/1291 - -2011-03-30 14:11 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Use supercache base - dirs in wp_cache_post_id_gc() too - -2011-03-21 16:10 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Support - more than 1 supercache directory, props Simon Wheatley - http://wordpress.org/support/topic/patch-allowing-multiple-static-cache-dirs-for-wp-super-cache - -2011-03-21 14:10 donncha - - * wp-cache-phase1.php, wp-cache.php: Added support for http and - https caching, props 0blivian, see - http://wordpress.org/support/topic/wp-super-cache-protocol-aware-caching-patch?replies=3 - -2011-03-15 11:07 donncha - - * readme.txt, wp-cache-phase1.php, wp-cache.php: Change expiry of - html files from 300 seconds to 3 seconds - -2011-03-15 11:02 donncha - - * wp-cache-phase1.php: Don't issue 304 headers for known users to - avoid problems when people logout. See - http://wordpress.org/support/topic/plugin-wp-super-cache-logged-in-but-actually-not/page/2?replies=33#post-1998397 - -2011-03-01 19:47 donncha - - * wp-cache-phase1.php: Make uri lowercase, not filesystem path - because the FS is case sensitive - -2011-03-01 19:02 donncha - - * wp-cache-phase2.php: Remember to create the cache directory, in - legacy mode or supercache mode! - -2011-02-28 22:18 donncha - - * readme.txt, wp-cache.php: Bump version to 0.9.9.9 - -2011-02-28 22:10 donncha - - * readme.txt: Minor typo - -2011-02-28 22:09 donncha - - * wp-super-cache.pot: updated translation file - -2011-02-27 12:15 donncha - - * wp-cache.php: Fixed typo in permissions message. - -2011-02-24 16:48 donncha - - * languages/wp-super-cache-de_DE.mo, - languages/wp-super-cache-de_DE.po: Updated German translation, - props Mathias Roth (http://trade-service.eu) - -2011-02-24 10:23 donncha - - * languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po: - Updated Japanese translation, props Tai, http://tekapo.com - -2011-02-23 18:47 donncha - - * Changelog.txt: Updated changelog - -2011-02-23 18:38 donncha - - * readme.txt: Added changelog, and translation credits - -2011-02-23 18:36 donncha - - * languages/wp-super-cache-sv_SE.mo, - languages/wp-super-cache-sv_SE.po: Added Swedish translation, - props Fredrik Forséll - -2011-02-23 18:32 donncha - - * languages/wp-super-cache-ru_RU.mo, - languages/wp-super-cache-ru_RU.po: Added Russian translation, - props Elvis Fweb (http://fweb.org.ru/blog/super-cache-rus) - -2011-02-23 18:17 donncha - - * languages/wp-super-cache-tr_TR.mo, - languages/wp-super-cache-tr_TR.po: Added Turkish translation, - props Barış Ünver - -2011-02-23 18:00 donncha - - * wp-super-cache.pot: Updated translation file - -2011-02-23 17:56 donncha - - * languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po: - Updated Japanese translation, props Tai. http://tekapo.com - -2011-02-19 09:51 donncha - - * readme.txt: Added FAQ about load spikes - -2011-01-26 11:42 donncha - - * wp-cache-phase2.php: Remove the 5 second old check on existing - cache files as it may cause problems on pages with frequent - comments - -2011-01-25 21:23 donncha - - * ossdl-cdn.php: Add osscdl option to skip https loaded static - content, see - http://wordpress.org/support/topic/plugin-wp-super-cache-toggle-for-conditional-cdn-for-sites-with-some-ssl-https-content?replies=3 - -2011-01-25 20:40 donncha - - * wp-cache-phase2.php: If caching disabled leave a html comment at - the end of the page. Remove a caching check that's no longer - needed - -2011-01-25 20:27 donncha - - * wp-cache-phase1.php: Make the supercachedir lowercase to avoid - problems with unicode characters. See - http://wordpress.org/support/topic/plugin-wp-super-cache-not-deleting-cache-on-comment-post - and - http://wordpress.org/support/topic/plugin-wp-super-cache-still-not-corrected-bug-about-unicode-range-letters-in-permalink - -2011-01-18 16:08 donncha - - * readme.txt, wp-cache.php: Added link to - http://codex.wordpress.org/Changing_File_Permissions where - permissions need to be changed, see - http://wordpress.org/support/topic/wp-super-cache-getting-warning-message, - props Samuel B - -2011-01-18 15:59 donncha - - * wp-cache-phase1.php: Cache get_current_url_supercache_dir() as - it's called several times during a request. - -2011-01-17 16:29 donncha - - * wp-cache.php: Show mod_rewrite rules even when WordPress rules - are not detected. - http://wordpress.org/support/topic/plugin-wp-super-cache-module-is-painful-to-use-if-you-dont-use-htaccess?replies=4#post-1890602 - -2011-01-17 13:35 donncha - - * wp-cache.php: Show the right url to older MU sites, props Raphaël - Hertzog, - http://twitter.com/#!/raphaelhertzog/statuses/26993300657414145 - -2011-01-11 11:33 donncha - - * wp-cache-phase2.php: If we're serving a feed we always want to - cache that. - -2011-01-10 12:13 donncha - - * languages/wp-super-cache-de_DE.mo, - languages/wp-super-cache-de_DE.po: Updated German translation by - Mathias Roth - -2011-01-10 12:09 donncha - - * ossdl-cdn.php: If an image appears more than once on a page serve - it from the same CDN hostname. See - http://wordpress.org/support/topic/plugin-wp-super-cache-start-page-and-rejected-user-agent?replies=3 - -2011-01-07 17:04 donncha - - * wp-cache.php: Make sure to use is_front_page(), the function. - Props Backie. - http://wordpress.org/support/topic/plugin-wp-super-cache-wp_cache_is_home-always-true?replies=2#post-1873743 - -2011-01-07 12:24 donncha - - * uninstall.php: No need for this uninstall script any more! - -2011-01-07 12:20 donncha - - * readme.txt: Bump the tested version - -2011-01-07 12:07 donncha - - * readme.txt: Minor typo - -2011-01-07 12:02 donncha - - * Changelog.txt: Updated changelog - -2011-01-06 17:37 donncha - - * wp-cache.php: Print the text, not __() it, and check if rewrite - rules in .htaccess are present before emailing user about it. - -2011-01-06 13:21 donncha - - * Changelog.txt: Updated changelog - -2011-01-06 13:13 donncha - - * readme.txt: Updated docs - -2011-01-06 12:12 donncha - - * readme.txt: Minor changes to docs - -2011-01-06 10:03 donncha - - * readme.txt, wp-cache.php: Tagged version 0.9.9.8 - -2011-01-05 15:02 donncha - - * Changelog.txt, readme.txt: Updated changelogs - -2011-01-05 14:54 donncha - - * wp-super-cache.pot: Updated pot file - -2011-01-05 14:51 donncha - - * ossdl-cdn.php, wp-cache.php: Fixed link to CDN Sync support - forum. - -2011-01-05 13:37 donncha - - * wp-super-cache.pot: Updated pot file. - -2011-01-05 13:32 donncha - - * ossdl-cdn.php, wp-cache.php: Link to the CDN Sync tool from the - Easy settings page too - -2011-01-05 13:15 donncha - - * ossdl-cdn.php: Link to CDN Sync Tool on CDN page. - -2011-01-05 11:50 donncha - - * Changelog.txt: Updated changelog - -2011-01-05 11:46 donncha - - * wp-cache-phase1.php, wp-cache.php: Remove log by email - functionality. It cases problems for users when they get too much - email - -2011-01-05 11:45 donncha - - * wp-cache-phase2.php: Warn user by debug log if cache expiry is - zero and therefore no garbage collection - -2011-01-04 15:22 donncha - - * languages/wp-super-cache-zh_TW.mo, - languages/wp-super-cache-zh_TW.po: Updated Traditional Chinese - translation - -2011-01-04 12:49 donncha - - * wp-cache.php: Added an extra space to make selecting chmod - command easier. - -2011-01-04 12:48 donncha - - * wp-cache.php: Flush the rewrite rules after uninstalling. Props - @nacin, http://ocaoimh.ie/uninstall-supercache/ - -2011-01-04 12:42 donncha - - * wp-cache.php: Make uninstall warnings clearer and easier to read, - hopefully - -2010-12-22 16:22 donncha - - * wp-cache.php: Cast $lines as array to avoid warnings arising from - empty config files. - -2010-12-22 12:00 donncha - - * wp-cache.php: Remove .htaccess rules if they match the ones in - the plugin, else email the blog admin that there's a problem. - -2010-12-21 14:26 donncha - - * readme.txt: Updated docs to reflect changes to caching modes and - uninstall instructions - -2010-12-21 12:52 donncha - - * wp-cache.php: Let's tidy up and add some space - -2010-12-21 12:44 donncha - - * wp-cache.php: * Added code to remove plugin files when plugin - deactivated. - * Show cache contents even when caching is disabled. - * Minor fixes - -2010-12-21 12:17 donncha - - * wp-cache.php: Fixed easy page "Update Status" button, it was - triggering the cache tester - -2010-12-20 15:26 donncha - - * wp-cache.php: Put cache tester and delete buttons on the "Easy" - setup page. - -2010-12-20 14:43 donncha - - * wp-cache-phase1.php: Allow functions in classes to be used in - cacheactions. Props exz, - http://wordpress.org/support/topic/plugin-wp-super-cache-use-function-in-a-class-with-add_cacheaction?replies=1 - -2010-12-17 18:32 donncha - - * wp-cache.php: Show Settings->Super Cache page to super admins to - preserve old links - -2010-12-17 16:47 donncha - - * wp-cache-phase2.php, wp-cache.php: Added option to enable front - page cache checks and enable by default. - -2010-12-17 16:04 donncha - - * wp-cache-phase1.php: Print compression comment on cached dynamic - pages - -2010-12-17 14:13 donncha - - * wp-cache-phase2.php: Gzip the dynamic cached page before we serve - the first user to visit a page. - -2010-12-17 14:10 donncha - - * wp-cache-phase1.php: Use the plugin $cache_compression settings - to determine if gzipped dynamic cached files should be served or - not. - -2010-12-17 13:04 donncha - - * wp-cache-phase1.php: Sometimes "zlib.output_compression" is set - to "off" rather than 0, check for "on" to make sure we don't - disable compression accidentally. - -2010-12-15 12:42 donncha - - * wp-cache-phase1.php: CHeck if PHP is using zlib compression - already before compressing dynamic pages - -2010-12-15 12:37 donncha - - * wp-cache-phase1.php: Use "ob_gzhandler" to compress dynamic pages - on the fly if supported, see - http://wordpress.org/support/topic/plugin-wp-super-cache-suggestion-mod_rewrite-mode-with-legacy-fallback?replies=8#post-1837856 - -2010-12-15 12:27 donncha - - * wp-cache.php: Updated patch to support 1and1 webhosting, see - http://wordpress.org/support/topic/plugin-wp-super-cache-how-to-get-mod_rewrite-working-on-1and1-shared-hosting?replies=6#post-1837843 - -2010-12-15 07:20 donncha - - * wp-cache-phase2.php: oops, left some debug code in! - -2010-12-14 14:56 donncha - - * wp-cache.php: Regenerate the cache stats when the cache is - deleted - -2010-12-14 14:34 donncha - - * wp-cache.php: Minor typo fixed. - -2010-12-14 13:38 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: First pass at using - supercache files to store "dynamic pages". See - http://wordpress.org/support/topic/plugin-wp-super-cache-suggestion-mod_rewrite-mode-with-legacy-fallback?replies=5 - -2010-12-14 10:48 donncha - - * wp-cache.php: Hopefully fix problems with 1and1 hosting as they - use /kunden/ in their path, see - http://wordpress.org/support/topic/plugin-wp-super-cache-how-to-get-mod_rewrite-working-on-1and1-shared-hosting, - props reviewmylife - -2010-12-13 18:52 donncha - - * wp-cache.php: For the purposes of our checks, home is / or - wherever the blog lives, not in the paged content. - -2010-12-13 18:38 donncha - - * wp-cache.php: Call the correct function on template_redirect to - set the is_home cache. - -2010-12-13 17:30 donncha - - * languages/wp-super-cache-de_DE.mo, - languages/wp-super-cache-de_DE.po: Updated German translation, - props Mathias, - http://wordpress.org/support/topic/plugin-wp-super-cache-can-i-help-to-improve-language-file?replies=11#post-1829165 - -2010-12-13 15:54 donncha - - * wp-cache-phase2.php, wp-cache.php: Cache is_home and - is_front_page in $wp_cache_is_home because they may not work on - PHP shutdown. See - http://wordpress.org/support/topic/plugin-wp-super-cache-not-writing-another-page-to-front-page-cache?replies=8 - -2010-12-09 13:34 donncha - - * wp-super-cache.pot: Updated pot file for translation - -2010-12-09 13:31 donncha - - * languages/wp-super-cache-de_DE.mo, - languages/wp-super-cache-de_DE.po: Updated German translation, - props Mathias (http://trade-service.biz/) - -2010-12-09 12:28 donncha - - * ossdl-cdn.php: Added multiple CNAME support to CDN functionality - (props David Ward) and add translation strings - -2010-12-07 16:00 donncha - - * plugins/badbehaviour.php: Fixed admin form on Bad Behavior plugin - -2010-11-30 12:08 donncha - - * ossdl-cdn.php, wp-cache-config-sample.php: Allow CDN support to - be switched off, see - http://wordpress.org/support/topic/plugin-wp-super-cache-wp_supercache-problem-with-sharedaddy-shareandfollow?replies=6 - -2010-11-29 15:55 donncha - - * wp-cache.php: Add Supercache menu item on network admin menu, - WordPress 3.1 - -2010-11-29 11:24 donncha - - * wp-cache.php: Silently fail when the config file is missing and - we try to update it. Only happens when the settings page is first - loaded. - http://wordpress.org/support/topic/plugin-wp-super-cache-warning-invalid-argument-supplied-for-foreach?replies=3 - -2010-11-26 12:25 donncha - - * wp-cache-phase2.php: There's no need to write meta files when - we're not caching for logged in users! - -2010-11-26 11:31 donncha - - * advanced-cache.php, wp-cache.php: Define the constant - "ADVANCEDCACHEPROBLEM" if wp-cache-phase1.php can't be loaded and - report it on the dashboard. See - http://thehoneymonster.com/2010/10/wp-super-cache-oopsiedoodle/ - -2010-11-26 10:03 donncha - - * wp-cache.php: Fixed translation domain on string, props Priv, - http://wordpress.org/support/topic/plugin-wp-super-cache-can-i-help-to-improve-language-file?replies=6 - -2010-11-24 09:55 donncha - - * wp-cache.php: Preload pages as well as posts, see - http://wordpress.org/support/topic/plugin-wp-super-cache-pages-are-not-cached-in-preload-mode?replies=2 - -2010-11-23 20:37 donncha - - * languages/wp-super-cache-it_IT.mo, - languages/wp-super-cache-it_IT.po: Updated Italian translation, - props Gianni - -2010-11-23 13:48 donncha - - * readme.txt, wp-cache.php: Bump version to 0.9.9.7 - -2010-11-23 13:45 donncha - - * Changelog.txt: Updated changelog - -2010-11-23 13:38 donncha - - * wp-cache-phase1.php: Check if there are any actions before - processing a cacheaction(), see - http://wordpress.org/support/topic/plugin-wp-super-cache-wp-admin-problem?replies=2 - -2010-11-23 13:29 donncha - - * wp-cache.php: Change preload limits and increase steps for - smaller preloads - - http://wordpress.org/support/topic/plugin-wp-super-cache-how-do-i-cache-the-newest?replies=3 - -2010-11-23 13:03 donncha - - * readme.txt: Minor changes to documentation - -2010-11-23 12:51 donncha - - * readme.txt: Updated docs for MU/MS - -2010-11-23 12:43 donncha - - * readme.txt: Added a link to Priv's credit for translation - -2010-11-23 12:41 donncha - - * languages/wp-super-cache-zh_TW.mo, - languages/wp-super-cache-zh_TW.po: Updated translation file by - Priv (http://priv.tw/blog) - -2010-11-22 17:44 donncha - - * readme.txt: Credit priv with updated Traditional Chinese - translation. - -2010-11-22 17:41 donncha - - * languages/wp-super-cache-zh_TW.mo, - languages/wp-super-cache-zh_TW.po: Updated translation file by - priv - -2010-11-22 17:32 donncha - - * readme.txt: Add link to development version for translators - -2010-11-22 17:31 donncha - - * wp-super-cache.pot: Updated pot file for translation - -2010-11-22 17:20 donncha - - * wp-cache.php: Link to WPSCMin and GTMetrix - -2010-11-22 17:03 donncha - - * ossdl-cdn.php: Updated CDN settings page docs - -2010-11-22 16:28 donncha - - * wp-cache-phase2.php: Increase the gzip level so pages are - slightly smaller - -2010-11-22 16:03 donncha - - * readme.txt: Added CDN docs - -2010-11-20 15:31 donncha - - * wp-super-cache.pot: Updated translation file. - -2010-11-16 18:14 donncha - - * wp-cache.php: Added a "rate this plugin" reminder to the sidebar - on the settings page. - -2010-11-16 15:18 donncha - - * wp-cache-phase2.php, wp-cache.php: Don't make extra front page - checks optional - -2010-11-15 09:41 donncha - - * readme.txt: Updated uninstall instructions - -2010-11-15 08:53 donncha - - * wp-cache.php: Remove cdn line from recommended plugins, and - change pause between urls in preload from 2 seconds to 1 second - -2010-11-15 08:51 donncha - - * uninstall.php: Replaced UNINSTALL.. constant with nonce in the - uninstall form to make things easier. - -2010-11-15 08:28 donncha - - * plugins/awaitingmoderation.php, plugins/badbehaviour.php, - plugins/domain-mapping.php, plugins/searchengine.php: Updated the - settings page on SC plugins - -2010-11-09 09:52 donncha - - * ossdl-cdn.php: Before rewriting URL to CDN, make sure it's in the - include directories - -2010-11-08 20:56 donncha - - * ossdl-cdn.php, wp-cache.php: Initial import of OSSDL CDN - off-linker, a plugin by W-Mark Kubacki (http://mark.ossdl.de/) - -2010-11-06 09:47 donncha - - * wp-cache-phase2.php: Added "wp_cache_ob_callback_filter" to - filter the output callback buffer every time - -2010-11-06 09:43 donncha - - * wp-cache.php: Change copyright notice, as others have of course - contributed code! - -2010-11-03 16:45 donncha - - * readme.txt: Added troubleshooting point explaining why permalinks - might break after uninstalling - -2010-11-02 12:30 donncha - - * wp-cache.php: Don't show Supercache admin page to ordinary users - on MS sites. Props Mark Bailey. - -2010-11-01 11:56 donncha - - * readme.txt, uninstall.php: uninstall.php now runs from where - Wordpress is installed instead of in the supercache plugin - directory - -2010-10-22 09:32 donncha - - * wp-cache-phase2.php: Check if current page is front page or home - page if cache file to write is for the homepage - -2010-10-21 13:45 donncha - - * wp-cache-phase2.php: First paranoid check - check if the front - page is being cached correctly - -2010-10-21 13:42 donncha - - * wp-cache.php: Added "extra paranoid checks" option on the - settings page - -2010-10-21 11:35 donncha - - * wp-cache.php: Only show advanced settings page if cache enabled. - -2010-10-20 13:08 donncha - - * wp-cache-phase2.php: Don't try to write a cache file for another - page to the front page cache location - -2010-10-20 12:54 donncha - - * wp-cache.php: Added "late init" option to settings page - -2010-10-20 12:29 donncha - - * readme.txt: Added docs for new dynamic cached content tag - -2010-10-20 12:28 donncha - - * wp-cache-phase2.php: When in legacy mode, no need to check for - supercache - -2010-10-20 12:10 donncha - - * wp-cache-phase2.php: Show supercache footer message on Legacy - cached pages. Fixes the cache tester for those using this cache. - -2010-10-20 10:58 donncha - - * wp-cache-phase2.php: Added "dynamic-cached-content" tag, see - http://wordpress.org/support/topic/plugin-wp-super-cache-proposed-replacement-to-mfuncmclude?replies=7 - -2010-10-15 12:35 donncha - - * wp-cache-phase2.php: Use the host from get_bloginfo( 'url' ) to - figure out the supercache directory - -2010-10-11 17:18 donncha - - * wp-cache.php: Fixed "Delete Cache" link on admin dropdown. See - http://wordpress.org/support/topic/plugin-wp-super-cache-delete-cache-on-dashboard-drop-down-doesnt-seem-to-work?replies=2#post-1734185 - -2010-10-08 13:04 donncha - - * wp-cache.php: Added recommended links and plugins and update - "rewrite rules detected" notice - -2010-10-07 16:03 donncha - - * wp-cache.php: Make sure compression stays disabled if gzencode() - not found. See - http://wordpress.org/support/topic/plugin-wp-super-cache-check-for-gzencode?replies=2 - -2010-09-30 11:43 donncha - - * wp-cache.php: Only select posts, props liangzai, - http://wordpress.org/support/topic/plugin-wp-super-cache-preload-files?replies=7#post-1716174 - -2010-09-30 11:35 donncha - - * wp-cache.php: Reduce preload pause to 2 seconds and added - notification of currently cached post plus faster cancellation - -2010-09-29 16:46 donncha - - * Changelog.txt: Updated changelog - -2010-09-29 16:43 donncha - - * readme.txt, wp-cache.php: Bump to 0.9.9.6 - -2010-09-29 16:36 donncha - - * readme.txt: Minor updated to changelog - -2010-09-29 16:33 donncha - - * readme.txt: Added new FAQ on editing the .htaccess file - -2010-09-29 16:09 donncha - - * readme.txt: Added new FAQ, "How do I delete the WP_CACHE define - from wp-config.php?" - -2010-09-29 16:06 donncha - - * wp-cache.php: Added "need help?" section to yellow box - -2010-09-29 14:30 donncha - - * wp-cache.php: Sleep for 4 seconds between preloads to reduce - server load some more when preloading - -2010-09-29 14:08 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Fix - variable warning messages - -2010-09-29 10:11 donncha - - * wp-cache-phase1.php: Send Content-Length header if 304 support - enabled - -2010-09-29 09:50 donncha - - * wp-cache.php: Don't delete expired supercache files when preload - mode is on - -2010-09-29 09:05 donncha - - * wp-cache.php: Pause 2 seconds instead of 5 between preload urls - -2010-09-28 17:30 donncha - - * readme.txt: Updated readme, changelog and credits for German - translation - -2010-09-28 17:26 donncha - - * languages/wp-super-cache-de_DE.mo, - languages/wp-super-cache-de_DE.po: Added German translation, - props Mathias Roth, (http://trade-service.eu/) - -2010-09-28 16:34 donncha - - * readme.txt: Added French translation credit - -2010-09-28 16:32 donncha - - * languages/wp-super-cache-fr_FR.mo, - languages/wp-super-cache-fr_FR.po: Added French translation, - props Maitre Mo (http://maitremo.fr/) - -2010-09-28 16:28 donncha - - * languages/wp-super-cache-it_IT.mo, - languages/wp-super-cache-it_IT.po: Updated Italian translation, - props Gianni Diurno - -2010-09-28 16:14 donncha - - * wp-cache.php: Only show styled tabs in WP 3.0.1 and higher - -2010-09-28 13:58 donncha - - * wp-cache.php: Sleep 5 seconds between preloads - -2010-09-27 13:59 donncha - - * wp-super-cache.pot: Updated translation file - -2010-09-27 13:57 donncha - - * wp-cache.php: Gettext fixes, props Gianni Diurno for most of - them. - -2010-09-27 12:09 donncha - - * wp-cache-phase1.php: Added 304 not modified header check to - legacy caching too. NOT for dynamic pages. - -2010-09-27 11:44 donncha - - * wp-cache-phase1.php, wp-cache.php: Added 304 "File not modified" - support in PHP mode, props qdinar, - http://wordpress.org/support/topic/plugin-wp-super-cache-still-not-corrected-bug-about-unicode-range-letters-in-permalink?replies=24#post-1687175 - -2010-09-27 11:41 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Revert $wpsc_settings - changes. - -2010-09-27 06:43 donncha - - * wp-cache-phase1.php: Forgot to init the slashcheck variable - -2010-09-24 11:33 donncha - - * Changelog.txt: Updated changelog for 0.9.9.5 - -2010-09-24 11:31 donncha - - * readme.txt, wp-cache.php: Bump to 0.9.9.5 for minor bug fixes. - -2010-09-24 11:26 donncha - - * wp-cache.php: Show the lockdown menu again. - -2010-09-24 07:00 donncha - - * wp-cache.php: Disable compression when using easy page, and only - warn of mod_rewrite rules if they're turned off - -2010-09-24 06:47 donncha - - * wp-cache.php: Disable cache compression, still problems with the - occasional host. - -2010-09-23 18:08 donncha - - * wp-cache.php: The plugin works somewhat well in safemode so don't - stop users using the settings page. - -2010-09-23 17:53 donncha - - * wp-cache.php: No more hello world notices and don't delete - mod_rewrite rules when caching is disabled - -2010-09-22 16:05 donncha - - * Changelog.txt: Updated changelog - -2010-09-22 16:02 donncha - - * readme.txt, wp-cache.php: Bump version to 0.9.9.4 and update some - docs - -2010-09-22 15:20 donncha - - * wp-cache.php: When supercache is disabled delete the mod_rewrite - rules - -2010-09-22 15:16 donncha - - * wp-cache.php: Don't check the mod_rewrite rules if caching - disabled - -2010-09-22 14:54 donncha - - * readme.txt: Updated changelog and added language credits - -2010-09-22 14:26 donncha - - * wp-super-cache.pot: Updated translation file - -2010-09-22 14:18 donncha - - * plugins/domain-mapping.php: Added code to check if domain mapping - used and print a warning message - -2010-09-22 13:23 donncha - - * wp-cache.php: Set "wp_cache_mod_rewrite" if it's not defined - already, for those upgrading - -2010-09-22 11:50 donncha - - * wp-cache.php: Fixed typo in rewrite rules notice - -2010-09-21 11:54 donncha - - * wp-cache.php: Don't need this adminpage form any more - -2010-09-21 10:00 donncha - - * wp-cache.php: Update the docs explaining garbage collection - -2010-09-21 09:58 donncha - - * wp-cache.php: Show advanced settings page if legacy caching - enabled too - -2010-09-21 09:44 donncha - - * wp-cache.php: Show "advanced settings" page when mod_rewrite - caching enabled. - -2010-09-21 09:34 donncha - - * wp-cache.php: Disable .htaccess checks when not running on "main - site" instead of disabling settings page completely - -2010-09-20 15:43 donncha - - * plugins/domain-mapping.php, wp-cache-phase2.php: Added "gc_cache" - action and domain mapping cache plugin to clear the cache of - domain mapped multisite websites - -2010-09-20 12:58 donncha - - * wp-cache.php: Added another check for the mod_rewrite config - before displaying a warning about those rules - -2010-09-20 12:47 donncha - - * wp-cache.php: Correctly check for the "main blog" - -2010-09-20 12:01 donncha - - * wp-cache.php: * Tester tab added "& Contents" to make it clearer - what's in this page. - * Add back in "List Files" link. Oops. - -2010-09-20 11:59 donncha - - * wp-cache-config-sample.php, wp-cache.php: No need for simple - setup variable now - -2010-09-20 11:37 donncha - - * plugins/awaitingmoderation.php: Added example plugin to remove - "Awaiting moderation" message when comments left on posts. - -2010-09-20 11:36 donncha - - * plugins/badbehaviour.php, plugins/searchengine.php: Make plugins - listed in an ordered list - -2010-09-20 11:35 donncha - - * wp-cache.php: * Added Plugins tab - * Check if if PHP or Supercache mode before checking .htaccess - file for rewrite rules. - * Change "half-on" text to "legacy" to reflect new terminology - * Split Settings page into Easy and Advanced tabs instead of - form. - -2010-09-13 22:46 donncha - - * wp-cache.php: Make tabs like those on the themes page - -2010-09-13 04:31 donncha - - * wp-cache.php: Cast as an array to hide a warning about 2nd arg. - -2010-09-13 04:28 donncha - - * wp-cache.php: Hopefully trap wp_errors generating from page - requests to tester - -2010-09-07 16:16 donncha - - * wp-cache.php: Enable "PHP Caching" from the easy setup page - -2010-09-07 16:07 donncha - - * wp-cache.php: Minor tweaks to layout of admin page - -2010-09-07 16:06 donncha - - * wp-cache-config-sample.php, wp-cache.php: Added "easy setup" - configuration screen (WIP) - -2010-09-07 16:03 donncha - - * wp-cache.php: Fixed check for "main site" on MU sites - -2010-09-07 12:31 donncha - - * wp-cache.php: * Fixed check for "main site" - * Updated error messages - -2010-09-07 12:09 donncha - - * wp-cache.php: Added tabs to the Supercache admin page - -2010-09-06 07:33 donncha - - * readme.txt: Added FAQ on writable directories and fixed a few - typos - -2010-09-03 15:15 donncha - - * readme.txt, wp-cache-phase1.php: Updated headers and docs for PHP - served cache files - -2010-08-31 17:55 donncha - - * wp-cache.php: Added "$wp_super_cache_lock_down" config variable - to hide lockdown and directly cached pages admin menus - -2010-08-31 17:44 donncha - - * readme.txt: Major updates to the docs, covering legacy mode. - -2010-08-31 15:34 donncha - - * readme.txt: Updated docs on legacy caching - -2010-08-31 13:50 donncha - - * readme.txt: Minor mod to caching mechanism list - -2010-08-31 13:48 donncha - - * readme.txt: Added docs on legacy caching and the different - caching mechanisms - -2010-08-31 12:45 donncha - - * wp-cache-phase2.php: Added action on "wp_update_nav_menu" to - clear cache, props - http://www.webmasterbulletin.net/2010/07/wp-super-cache-and-wp3-0-menus/1270 - -2010-08-30 16:50 donncha - - * wp-cache.php: Admin page upgrades: - * Separate out PHP and mod_rewrite supercaching. - * Minor text changes - -2010-08-30 16:38 donncha - - * wp-cache-phase2.php: Hide potential error messages - -2010-08-30 16:37 donncha - - * wp-cache-phase2.php: Revert this settings change for now. - -2010-08-30 16:35 donncha - - * wp-cache-phase2.php: If caching disabled, then don't run the - second phase function - -2010-08-30 11:46 donncha - - * wp-cache-phase1.php: Minor whitespace mod - -2010-08-30 11:46 donncha - - * wp-cache-phase1.php: Serve a gzipped supercache file if the - client supports it. - -2010-08-30 10:16 donncha - - * wp-cache-phase2.php: Remove unused global variable - -2010-08-30 09:36 donncha - - * wp-cache-phase2.php: Don't delete supercache files if supercache - is disabled when posts change. Stops moderated comments deleting - the front page. - -2010-08-29 10:17 donncha - - * wp-cache-phase2.php: Check for empty tmp cache files and report - them correctly. - -2010-08-27 15:40 donncha - - * wp-cache.php: Change cache compression on/off into a checkbox and - move into "Misc" section. - -2010-08-27 14:56 donncha - - * wp-cache.php: Ignore case when checking mobile user agents in - .htaccess - -2010-08-26 16:37 donncha - - * wp-cache.php: Hide warnings from these unlinks, even though the - plugin checks if they exist! - -2010-08-26 14:43 donncha - - * wp-cache.php: Add a timestamp to the preload counter to catch - when it stalls. Reschedule the preload job when that happens. - -2010-08-26 12:34 donncha - - * wp-cache.php: Cache tester should probably send http requests for - homepage if admin is secure - -2010-08-26 11:30 donncha - - * wp-cache.php: Ony add mobile rules if mobile support is enabled - -2010-08-26 11:26 donncha - - * wp-cache.php: Move code to handle updating the options into it's - own function and move more error checking into it's own function - -2010-08-24 17:07 donncha - - * wp-cache.php: First go at reorganising the admin page - -2010-08-23 17:27 donncha - - * wp-cache-phase2.php: Starting to use $wpsc_settings - -2010-08-23 17:09 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Added - "wp_cache_load_config()" and $wpsc_settings array - -2010-08-23 12:23 donncha - - * readme.txt: Added new FAQ, "How do I delay serving the cache - until the "init" action fires?" - -2010-08-23 12:07 donncha - - * readme.txt: Include a simple mfunc example - -2010-08-23 12:06 donncha - - * wp-cache-config-sample.php, wp-cache-phase2.php: Removed - $wp_cache_gzip_first, if compression is enabled there's no reason - it won't work for the cache generating visit - -2010-08-23 11:40 donncha - - * wp-cache-phase2.php: Warn if late init not set on dynamic pages - -2010-08-23 10:45 donncha - - * wp-cache-phase2.php: Added "wp_cache_append_tag()" to add the - Supercache log message after filtering - -2010-08-06 17:09 donncha - - * wp-cache.php: Added the function "wpsupercache_site_admin()" to - support old versions of MU using is_site_admin() - -2010-08-06 16:10 donncha - - * wp-cache-phase1.php, wp-cache.php: Removed lots of PHP variable - warnings. Props Joel Hardi - -2010-08-06 15:30 donncha - - * wp-cache.php: Fixed cache tester when WP is installed in a sub - directory - -2010-08-03 12:17 donncha - - * wp-cache-phase2.php: Check for closing "urlset" tag for xml - sitemap generators - (http://wordpress.org/support/topic/plugin-wp-super-cache-xml-sitemap-feed-not-cached?replies=11#post-1627457) - -2010-07-30 12:19 donncha - - * wp-cache.php: Check the status of pages returned by the cache - tester and report any problems. - -2010-07-01 15:30 donncha - - * wp-cache.php: Removed donation blurb from admin page - -2010-07-01 15:27 donncha - - * readme.txt: Removed donation link, updated min version and added - automattic as contributor - -2010-06-28 10:25 donncha - - * wp-cache-config-sample.php: Use WP_PLUGIN_DIR instead of - WP_CONTENT_DIR, props Baris Unver - -2010-06-21 15:42 donncha - - * wp-cache.php: On MU/WP 3.0 network sites only allow admin page on - main site. http://wordpress.org/support/topic/412472?replies=2 - -2010-06-16 10:34 donncha - - * Changelog.txt, readme.txt: Updated changelogs - -2010-06-16 10:26 donncha - - * wp-super-cache.pot: Updated translation file for 0.9.9.3 - -2010-06-16 10:24 donncha - - * readme.txt, wp-cache.php: Bump version to 0.9.9.3 - -2010-06-16 10:20 donncha - - * wp-cache.php: Minor mod to preloading text - -2010-06-16 10:18 donncha - - * wp-cache.php: If cache stats are not cached then do so, and also - include an explanation of caching stats. - -2010-06-16 10:11 donncha - - * wp-cache.php: Minor mod to preloading text - -2010-06-16 10:07 donncha - - * wp-cache.php: Slight change in "preload mode" description and - donation link - -2010-06-16 09:14 donncha - - * wp-cache.php: Minor change to "about" text on admin page. - -2010-06-15 22:55 donncha - - * wp-cache.php: Avoid division by zero error when plugin is - "half-on" and always show "delete cache" button. - -2010-06-15 15:59 donncha - - * wp-cache.php: Check if $wpmu_version is set rather than if - is_site_admin() exists to detect MU - -2010-06-15 13:34 donncha - - * readme.txt, wp-cache.php: Version 0.9.9.2 - -2010-06-15 13:27 donncha - - * wp-super-cache.pot: Updated pot translation file - -2010-06-15 13:22 donncha - - * Changelog.txt: Updated changelog, version 0.9.9.1 - -2010-06-15 13:19 donncha - - * readme.txt: Bump version to 0.9.9.1 - -2010-06-15 12:23 donncha - - * Changelog.txt, readme.txt: Updated changelog and readme.txt - changelog - -2010-06-15 11:38 donncha - - * wp-cache.php: Separate out full and in-refresh jobs - -2010-06-14 21:31 donncha - - * wp-cache.php: Remove link to uninstall.php and rearrange docs a - bit - -2010-06-14 16:28 donncha - - * wp-cache.php: Added medium email notification volume of - preloading - -2010-06-14 10:45 donncha - - * wp-cache.php: Check cache stats correctly before showing file - listing link - -2010-06-14 10:32 donncha - - * readme.txt: Removed "why shouldn't I cache every page" question - and updated test version - -2010-06-14 10:23 donncha - - * wp-cache.php: Added "Cache Preload Started" email - -2010-06-14 10:10 donncha - - * wp-cache.php: Cache "cache contents" output and add "Regenerate" - link to refresh it. - -2010-06-09 15:52 donncha - - * wp-cache.php: Allow adjustment of email notification volume - -2010-05-30 07:54 donncha - - * wp-cache.php: gettext changes to refresh messages and on preload, - use an expiry of 1 day if no refresh timeout defined when - clearing out old supercache files - -2010-05-30 07:43 donncha - - * wp-cache-phase2.php: Only delete front page of blog if "page on - front" selected rather than all cached files - -2010-05-14 13:51 donncha - - * wp-cache-phase2.php: Only GC the supercache dir if preload mode - is off or we're forcing it - -2010-05-14 13:47 donncha - - * wp-cache.php: Added "email me" option to track progress of - preload function - -2010-05-10 07:47 donncha - - * wp-cache-phase2.php, wp-cache.php: Allow GC of supercache files - to be forced and use that to clean up really old files after - preload refresh - -2010-05-09 09:07 donncha - - * wp-cache-phase2.php: Don't delete cache when moderated comments - are modified, and don't delete the site when "page on front" - option is selected - -2010-05-09 08:05 donncha - - * wp-cache-phase1.php: Don't do slash checks on / - -2010-05-09 07:41 donncha - - * wp-cache-phase1.php, wp-cache.php: Avoid duplicate content - problems when slashes are missing and plugin tries to server - static html file - -2010-05-07 10:59 donncha - - * wp-cache-phase2.php: Don't delete any cache pages when a draft - post is saved - -2010-05-07 10:37 donncha - - * wp-cache.php: The imploded mobile browser config data is only - ever used by phase1, the admin page uses the arrays - -2010-05-07 10:21 donncha - - * wp-cache.php: Make mobile device support message generic - -2010-05-07 10:15 donncha - - * wp-cache.php: Add warning if mod_rewrite rules don't match - -2010-05-07 09:22 donncha - - * wp-cache-phase1.php, wp-cache.php: Check for wordpress_logged_in - cookies to avoid matching wordpress_test_cookie - -2010-05-06 14:43 donncha - - * wp-cache.php: Added "clear_post_supercache()" to clear the - supercache for a particular post. Use that function to clear the - cache for individual posts while preloading - -2010-05-06 14:41 donncha - - * wp-cache-phase1.php: Get supercache dir of a post - -2010-05-04 16:43 donncha - - * wp-cache.php: Add seconds too for completeness - -2010-05-04 16:41 donncha - - * wp-cache.php: Show next refresh time in friendly hours and - minutes - -2010-05-04 16:36 donncha - - * wp-cache.php: case POST variable as an int first - -2010-05-04 16:35 donncha - - * wp-cache.php: Don't reset cache expiry time when preload is done. - -2010-05-04 12:50 donncha - - * wp-cache.php: Order get from posts table by publish date rather - than ID - -2010-05-04 12:49 donncha - - * wp-cache.php: Avoid showing gigantic intervals while scheduled - job is running - -2010-05-04 12:43 donncha - - * wp-cache.php: Minor rearrangement of text - -2010-05-04 12:37 donncha - - * wp-cache.php: Show time until next cache refresh in seconds - -2010-05-04 12:33 donncha - - * wp-cache.php: Added "Cancel Cache Preload" button to cancel - current preload - -2010-05-04 12:13 donncha - - * wp-cache.php: Don't show "number of posts" that matches total - posts - -2010-05-04 12:11 donncha - - * wp-cache.php: 60 seconds between preloading of 100 posts to save - on load - -2010-05-04 12:10 donncha - - * wp-cache.php: Only schedule preload refresh when interval is non - zero, props Daniel, - http://ocaoimh.ie/preload-cache-wp-super-cache/#comment-675081 - -2010-05-03 07:40 donncha - - * wp-cache.php: Always define posts_to_cache, props Daniel @ - http://ocaoimh.ie/preload-cache-wp-super-cache/#comment-674977 - -2010-04-30 09:03 donncha - - * wp-cache.php: Enclose rewrite rules in quotes, props duanestorey, - http://wordpress.org/support/topic/339075/page/2?replies=32#post-1496557 - -2010-04-29 13:37 donncha - - * wp-cache.php: These are arrays, not strings - -2010-04-29 13:37 donncha - - * wp-cache.php: Added WAP and Profile header checks, props - AndreaTrasatti - (http://wordpress.org/support/topic/339075?replies=25#post-1493778) - -2010-04-29 13:28 donncha - - * wp-cache.php: * Use POST instead of GET for preload form. - * Added "Preload Cache Now" and "Update Settings" buttons - * Improved select dropdown - -2010-04-29 13:01 donncha - - * wp-cache.php: Make sure mobile browsers and prefixes are defined - before updating .htaccess file - -2010-04-29 11:19 donncha - - * wp-cache-phase2.php, wp-cache.php: * Added "preload on" mode - where only half-on cache files are cleaned up. - * Added "posts to cache" selector if more than 1000 posts. - * Updated text description of preloading - -2010-04-29 11:13 donncha - - * wp-cache.php: Disable preloading UI by defining the constant - "DISABLESUPERCACHEPRELOADING". Just in case some hosts don't like - it. - -2010-04-28 16:54 donncha - - * wp-cache.php: Show next scheduled cache refresh - -2010-04-28 15:51 donncha - - * wp-cache.php: Show preload counter when cache is being preloaded - -2010-04-28 15:46 donncha - - * wp-cache.php: Preload cache using wp-cron and refresh cache every - X minutes - -2010-04-28 14:35 donncha - - * wp-cache-phase1.php: Check if browser is blank before checking - for groups - -2010-04-28 13:09 donncha - - * wp-cache.php: * Only allow preloading when running in supercache - (ON) mode. - * Added wpsc_update_htaccess() for plugins to update .htaccess - rules. - -2010-04-27 17:44 donncha - - * wp-cache-phase1.php, wp-cache.php: Added ability to group mobile - devices. Added "cached_mobile_groups" filter so plugins can - modify groups. One group by default. See - http://wordpress.org/support/topic/339075?replies=21#post-1493412 - -2010-04-27 12:05 donncha - - * wp-cache-phase1.php: Merge code from - http://svn.wp-plugins.org/wordpress-mobile-pack/trunk/plugins/wpmp_switcher/lite_detection.php - into mobile detection function - -2010-04-27 11:36 donncha - - * wp-cache.php: Added support for mobile prefixes, see - http://wordpress.org/support/topic/339075?replies=17#post-1493120 - -2010-04-27 09:33 donncha - - * wp-cache.php: Minor text cleanup - -2010-04-27 09:29 donncha - - * wp-cache.php: gettext this properly - -2010-04-27 08:55 donncha - - * wp-cache.php: Added update_cached_mobile_ua_list() so plugins can - update the list of cached mobile UAs. - -2010-04-27 08:48 donncha - - * wp-cache.php: Added "cached_mobile_browsers" filter so mobile - plugins can filter list of mobile user agents. - -2010-04-26 08:29 donncha - - * wp-cache-phase2.php, wp-cache.php: Garbage collection can be - disabled by setting expiry time to zero. Preloading cache - disables GC too. - -2010-04-25 14:50 donncha - - * wp-cache.php: First pass at a cache preloader - -2010-04-25 14:49 donncha - - * wp-cache-phase1.php: Added error reporting to aid debugging - -2010-04-25 14:49 donncha - - * wp-cache.php: Use WP api to fetch homepage in tester - -2010-04-22 10:17 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: * Fixed problem with - eval() and html. - * If compression is enabled, and client supports it but gzip - headers are missing, make sure html served is not compressed. - -2010-04-22 08:38 donncha - - * wp-cache-phase1.php: Check if page is dynamic before sending gzip - headers. See http://wordpress.org/support/topic/347847?replies=29 - -2010-04-09 16:16 donncha - - * readme.txt, wp-cache-phase2.php: Remove the "redirect utm_source" - code and add a FAQ on changing it into an anchor tag - -2010-04-08 17:25 donncha - - * wp-cache-phase2.php, wp-cache.php: Add option, "Only refresh - current page when comments made." See - http://wordpress.org/support/topic/385305?replies=5 - -2010-04-07 17:00 donncha - - * wp-cache-phase1.php: Add the SERVER_PORT to the half mode and - object cache. See - http://wordpress.org/support/topic/368679?replies=4 - -2010-03-25 11:51 donncha - - * languages/wp-super-cache-zh_CN.mo, - languages/wp-super-cache-zh_CN.po: Added Chinese(Simplified) - translation, props Chen Yang (http://emule-fans.com/) - -2010-03-25 11:43 donncha - - * wp-cache.php: Check for WP_CACHE set to false and report an error - if the config file can't be updated. Props Artem @ - http://beerpla.net - -2010-03-25 10:22 donncha - - * readme.txt: Added warning about APC, props John Berns - -2010-03-18 15:26 donncha - - * wp-cache-phase2.php: Don't delete cache when spam and trash are - emptied - -2010-03-15 17:14 donncha - - * wp-cache.php: Check $wpmu_version to detect MU, and not - is_site_admin. - -2010-02-25 10:59 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: More debugging, esp of - page edit clear caching - -2010-02-23 18:01 donncha - - * wp-cache.php: Save rejected user agents properly. - http://wordpress.org/support/topic/366101?replies=2 - -2010-02-23 17:59 donncha - - * wp-cache.php: Better description of "logged in users" option, - make it "known users" - http://wordpress.org/support/topic/366904?replies=2 - -2010-02-21 10:24 donncha - - * wp-cache.php: Compare timestamps on each cached page when testing - -2010-02-21 09:33 donncha - - * wp-cache-phase2.php, wp-cache.php: Added ability to remove - utm_source parameters from urls - -2010-02-19 12:51 donncha - - * wp-cache.php: Make tester more verbose - -2010-02-18 17:51 donncha - - * wp-cache.php: First go at a cache tester - -2010-02-17 15:38 donncha - - * wp-cache-phase1.php: Improved debugging of cache serving - -2010-02-12 12:45 donncha - - * wp-cache-phase2.php: Add more debugging. - -2010-02-09 12:09 donncha - - * languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po: - Updated Japanese language files, props Tai - -2010-02-09 09:04 donncha - - * wp-cache.php: Fix printf warning - -2010-02-08 18:04 donncha - - * languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po: - Updated Japanese translation files, props Tai - -2010-02-08 17:32 donncha - - * languages/wp-super-cache-it_IT.mo, - languages/wp-super-cache-it_IT.po: Updated Italian translation, - props Gianni Diurno - -2010-02-08 14:25 donncha - - * Changelog.txt: Yet another update to changelog - -2010-02-08 14:24 donncha - - * wp-super-cache.pot: Updated pot file - -2010-02-08 14:22 donncha - - * plugins/badbehaviour.php, plugins/searchengine.php: Minor text - change, props Tai - -2010-02-08 14:18 donncha - - * Changelog.txt: Updated, again! - -2010-02-08 14:16 donncha - - * wp-super-cache.pot: Updated pot file - -2010-02-08 14:13 donncha - - * Changelog.txt: Updated changelog - -2010-02-08 14:11 donncha - - * readme.txt, wp-cache.php: Bump version to 0.9.9 - -2010-02-08 14:09 donncha - - * wp-cache.php: Add links to readme and forum - -2010-02-08 14:00 donncha - - * readme.txt, wp-cache.php: Updated tested version. - Added link to WordPress Mobile Edition. - -2010-02-08 13:52 donncha - - * Changelog.txt: Don't serve supercache files from PHP when GET is - not empty - -2010-02-08 13:51 donncha - - * wp-cache-phase1.php: Supercache files can't be used when GET is - not empty - -2010-02-08 13:43 donncha - - * Changelog.txt: Update changelog - -2010-02-08 13:36 donncha - - * wp-cache-phase1.php: Only serve supercached files to anon users - -2010-02-08 13:14 donncha - - * wp-cache-phase1.php: Don't serve GET requests from object cache - -2010-02-08 13:03 donncha - - * readme.txt: Update upgrade note - -2010-02-02 11:56 donncha - - * wp-cache.php: Added check for permalink structure - -2010-01-29 12:28 donncha - - * wp-super-cache.pot: Updated translation pot file - -2010-01-29 12:09 donncha - - * wp-cache.php: Only show object cache option when an external - object cache used. - -2010-01-29 11:15 donncha - - * readme.txt: Added note about supercache header - -2010-01-29 11:13 donncha - - * readme.txt: Updated mobile rewrite rules in readme.txt - -2010-01-29 11:11 donncha - - * Changelog.txt, readme.txt: Update changelog - -2010-01-29 10:40 donncha - - * wp-cache.php: Show delete buttons even when object cache is used. - -2010-01-29 10:36 donncha - - * wp-cache-phase2.php: Use $cache_max_time for object cache timeout - -2010-01-29 10:28 donncha - - * wp-cache-phase2.php: Clear object cache when posts change - -2010-01-29 10:20 donncha - - * wp-cache.php: Don't show cache listing when object cache used. - -2010-01-29 10:13 donncha - - * languages/wp-super-cache-zh_TW.mo, - languages/wp-super-cache-zh_TW.po: Chinese(Traditional) - translation by Pseric - -2010-01-29 10:07 donncha - - * readme.txt: Added FAQ on wp-cache vs supercache files - -2010-01-29 09:47 donncha - - * wp-cache-phase1.php: Hostname is already included in supercache - dir - -2010-01-29 09:45 donncha - - * wp-cache-phase1.php: If cache loader doesn't find a wp-cache - file, look for a supercache one and serve that instead. - -2010-01-28 10:17 donncha - - * wp-cache-phase1.php: Include the hostname in the object cache key - -2010-01-27 17:18 donncha - - * wp-cache-phase1.php: Object cache is only useful for anon users. - -2010-01-27 15:46 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: * Remove - "anon user only", same as logged in option. - * Add gzip encoding to object cache key - * Don't cache for known users in object cache - -2010-01-27 14:58 donncha - - * wp-cache-phase1.php: Oops, don't serve cache file in the right - place - -2010-01-27 14:38 donncha - - * wp-cache-phase1.php, wp-cache.php: Get mobile browser list from - "wp mobile edition". Warn user of obsolete rules. - -2010-01-27 12:26 donncha - - * wp-cache-phase2.php: Let's avoid warnings if we can - -2010-01-27 12:24 donncha - - * wp-cache-config-sample.php: Add more default config settings - -2010-01-26 18:29 donncha - - * wp-cache-phase2.php: Don't cache GET requests in object cache for - the time being. - Missing chunk of code from previous check in - -2010-01-26 18:20 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: First - pass at object cache support. (Thank you Andy Skelton for writing - batcache from where I borrowed some code and ideas) - -2010-01-26 14:38 donncha - - * wp-cache-phase2.php, wp-cache.php: * Added "no caching for known - users" option - * Fix half-on caching. - -2010-01-21 22:10 donncha - - * wp-cache-phase2.php: * Make sure the writer lock is unlocked - * "Logged in" users now include those who leave comments - -2010-01-19 11:13 donncha - - * wp-cache.php: Warn the user is php zlib output_compression is - enabled. - -2010-01-11 10:07 donncha - - * wp-cache-phase2.php: Don't create static cache files when dynamic - mfunc content is detected. - Delete 0 byte size tmp cache files - -2010-01-11 09:56 donncha - - * readme.txt: Added link to developer docs - -2009-12-22 11:14 donncha - - * languages/wp-super-cache-uk.mo, languages/wp-super-cache-uk.po: - Added Ukrainian translation, props Vitaly Mylo - -2009-12-15 10:46 donncha - - * readme.txt: Added Upgrade Notice section to readme - -2009-12-15 10:44 donncha - - * wp-cache.php, wp-super-cache.pot: Wordpress -> WordPress - -2009-12-15 10:36 donncha - - * wp-cache.php: Warn if zlib compression is enabled before user - enables compression in the plugin - -2009-12-15 10:23 donncha - - * readme.txt: Added compression troubleshooting answer, props - Vladimir (http://blog.sjinks.pro/) - -2009-11-23 16:15 donncha - - * languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po, - languages/wp-super-cache-ja_JA.mo, - languages/wp-super-cache-ja_JA.po: Renamed Japanese language - files - -2009-11-23 15:11 donncha - - * languages/wp-super-cache-ja_JA.mo, - languages/wp-super-cache-ja_JA.po: Added Japanese translation, - props Tai (http://tekapo.com/) - -2009-11-19 11:59 donncha - - * languages/wp-super-cache-it_IT.mo, - languages/wp-super-cache-it_IT.po: Updated Italian translation - -2009-11-18 17:50 donncha - - * Changelog.txt: Updated changelog - -2009-11-18 17:49 donncha - - * readme.txt, wp-cache.php: Bump version to 0.9.8 - -2009-11-18 17:28 donncha - - * readme.txt: Added "Translators" thank you message - -2009-11-18 17:14 donncha - - * Changelog.txt, readme.txt: Updated changelog - -2009-11-18 16:36 donncha - - * wp-cache-config-sample.php, wp-cache.php: Added - $wp_super_cache_advanced_debug and hide advanced debug features - by default - -2009-11-13 12:33 donncha - - * languages/wp-super-cache-es_ES.mo, - languages/wp-super-cache-es_ES.po: Update Spanish translation - files, props Omi - -2009-11-13 10:34 donncha - - * wp-super-cache.pot: Update translation file - -2009-11-13 10:24 donncha - - * wp-cache.php: Fire off page checker every 5 minutes rather than 1 - minute. - -2009-11-13 10:02 donncha - - * languages/wp-super-cache-it_IT.mo, - languages/wp-super-cache-it_IT.po: Fixed typo in translation - -2009-11-12 14:05 donncha - - * languages/wp-super-cache-es_ES.mo, - languages/wp-super-cache-es_ES.po, - languages/wp-super-cache-it_IT.mo, - languages/wp-super-cache-it_IT.po: Language updates via Gianni - Diurno and Omi (thanks guys, you do a great job!) - -2009-11-10 16:31 donncha - - * wp-super-cache.pot: Updated translation file - -2009-11-10 16:26 donncha - - * wp-cache-config-sample.php, wp-cache.php: Added - wp_cache_check_site() function - -2009-11-10 13:00 donncha - - * wp-cache.php: More gettext fixes - -2009-11-10 12:24 donncha - - * languages/wp-super-cache-es_ES.mo, - languages/wp-super-cache-es_ES.po: Added Spanish translation, - props Omi - -2009-11-09 16:45 donncha - - * wp-cache.php: Change wordpress_logged_in to wordpress in - supercache cookie checks to match PHP code - -2009-11-05 18:01 donncha - - * languages/wp-super-cache-it_IT.po: Fix link to adverts for - friends plugin - -2009-11-05 16:17 donncha - - * wp-cache.php: More gettext fixes, props Juan P.F. - -2009-11-05 12:24 donncha - - * languages/wp-super-cache-it_IT.mo, - languages/wp-super-cache-it_IT.po: First check in of Italian - translation by Gianni Diurno (http://gidibao.net/) - -2009-11-05 12:10 donncha - - * wp-super-cache.pot: Update translations - -2009-11-05 11:57 donncha - - * wp-cache.php: More gettext changes, props Gianni - -2009-11-04 16:28 donncha - - * wp-super-cache.pot: Fixed missing < in text - -2009-11-04 16:26 donncha - - * plugins/searchengine.php: Ooops, minor typo, props Juan P.F. - -2009-11-04 12:07 donncha - - * languages, wp-cache.php: Load translation files from languages - folder - -2009-11-04 11:50 donncha - - * wp-super-cache.pot: Updated translation file - -2009-11-04 11:39 donncha - - * wp-cache-phase1.php: Split user agent and cache file checks into - two for easier debugging - -2009-11-04 11:38 donncha - - * plugins/badbehaviour.php, plugins/searchengine.php, wp-cache.php: - gettext updates, thanks Gianni - -2009-10-25 17:44 donncha - - * wp-cache.php: Check for WP_CACHE when plugin loaded rather than - after init. See - http://wordpress.org/support/topic/307644?replies=28#post-1258599 - -2009-10-21 12:22 donncha - - * wp-cache-phase2.php: Add wp_cache_clear_cache() function to clean - cache directory - -2009-10-21 12:04 donncha - - * wp-cache-phase2.php: Fix indentation in ob callback - -2009-10-21 12:01 donncha - - * wp-cache-phase2.php: Only show logged in message when debugging - enabled - -2009-10-20 11:21 donncha - - * wp-super-cache.pot: Updated translation file - -2009-10-20 11:19 donncha - - * wp-cache.php: Minor typo - -2009-10-20 11:13 donncha - - * wp-cache.php: Minor text change to aid translation. Props Aldo - Latino - -2009-10-15 03:08 donncha - - * readme.txt: Added troubleshooting no 20., php vs apache owners - accessing cache files. props Nikolay Bachiyski. - -2009-10-12 22:01 donncha - - * wp-cache.php: Fix problem deleting cache files. props Marco - Schmoecker - -2009-10-06 14:55 donncha - - * wp-cache-phase2.php: Deleting a moderated comment shouldn't - delete cached files. - -2009-10-06 10:32 donncha - - * wp-cache-phase2.php: "wp_set_comment_status" action has 2 - parameters - -2009-10-06 08:50 donncha - - * wp-cache-phase2.php: Don't delete cache files on moderated pings - or trackbacks - -2009-10-05 21:29 donncha - - * wp-cache.php: Remove this debugging code - -2009-10-05 21:25 donncha - - * wp-cache.php: Schedule the site checker from the admin page, fix - typo when checking schedules - -2009-10-05 16:53 donncha - - * wp-cache.php: Added gzipped front page checker that kicks in - every 60 seconds via cron - -2009-10-02 21:42 donncha - - * Changelog.txt: More updating - -2009-10-02 21:40 donncha - - * readme.txt, wp-cache.php: Bump version to 0.9.7 - -2009-10-02 21:39 donncha - - * Changelog.txt: Updated changelog - -2009-10-02 21:34 donncha - - * wp-cache-phase2.php: Don't show "blank page", "404 not cached" or - "no html tag" warnings on output unless debugging enabled. - -2009-10-02 19:45 donncha - - * Changelog.txt, readme.txt: Updated changelog and readme.txt - changes - -2009-10-02 13:14 donncha - - * wp-super-cache.pot: Updated POT file - -2009-10-02 13:09 donncha - - * wp-cache.php: Minor text change to bio text - -2009-10-01 20:47 donncha - - * wp-cache-phase2.php, wp-cache.php: Added more debugging, on cache - cleanup - -2009-10-01 20:26 donncha - - * wp-cache.php: Sort the file listing by newest first. - Hide a filemtime warning, props @reverbstudios - -2009-10-01 19:57 donncha - - * wp-cache-phase1.php: Load wp-cache-phase2.php all the time - -2009-10-01 17:50 donncha - - * readme.txt: Added "How do I make certain parts of the page stay - dynamic?" to FAQ - -2009-09-30 09:51 donncha - - * wp-cache.php: Sort the stale from the fresh wp-cache files - properly - -2009-09-29 22:21 donncha - - * wp-cache-config-sample.php: Added $wp_super_cache_late_init to - config page - -2009-09-29 10:17 donncha - - * wp-cache.php: Add button to delete specific cache files. - -2009-09-29 09:14 donncha - - * wp-cache.php: Count wp-cached cache files correctly - -2009-09-29 08:17 donncha - - * wp-cache-config-sample.php: Added "Yandex" to list of rejected UA - for not caching - -2009-09-29 08:08 donncha - - * wp-cache.php: Add anchors to each section of the admin page - -2009-09-29 07:47 donncha - - * wp-cache-phase2.php: Don't cache wp-admin requests - -2009-09-29 07:43 donncha - - * wp-cache-phase2.php: Disable supercaching when GET parameters - present instead of all caching. Disable on POST (as normal) and - preview - -2009-09-28 21:59 donncha - - * wp-cache-phase1.php: Move cron code down so that cache variables - are set. - -2009-09-28 21:37 donncha - - * wp-super-cache.pot: More translatable text - -2009-09-28 21:35 donncha - - * wp-cache.php: More il8n mods - -2009-09-28 17:48 donncha - - * wp-cache.php: More il8n mods - -2009-09-28 13:57 donncha - - * wp-cache.php: Add positional anchors - -2009-09-28 13:52 donncha - - * wp-cache.php: Improve listing of cache files - -2009-09-28 13:35 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Record - the cache key in the wp-cache meta file. Show that key on the - admin page file listings and add "wp_cache_meta" filter to modify - the cache meta data - -2009-09-28 13:12 donncha - - * wp-cache.php: Warn users they must enable mobile device support - if rewrite rules detected. Better detect when to warn that - .htaccess rules must be updated (no need when rewrite rules not - present) - -2009-09-28 11:12 donncha - - * wp-cache.php: Allow admin to list cached files. - -2009-09-28 09:43 donncha - - * wp-cache.php: More il8n changes - -2009-09-24 20:45 donncha - - * wp-cache.php: Forgot the fieldset, props thunderlounge! - -2009-09-24 11:43 donncha - - * wp-cache.php, wp-super-cache.pot: Renamed text domain to - wp-super-cache - Added .pot file - Load text domain as described in - http://codex.wordpress.org/I18n_for_WordPress_Developers - -2009-09-24 11:27 donncha - - * wp-cache.php: First stab at internationalising wp-super-cache - -2009-09-24 10:18 donncha - - * wp-cache.php: Removed REQUEST_URI from form actions - -2009-09-20 21:13 donncha - - * wp-cache-phase2.php, wp-cache.php: Added "Newest Cached Pages" - option to list 10 newest pages cached by the plugin. - -2009-09-20 19:10 donncha - - * wp-cache-phase2.php: Added "wpsupercache_404" filter. Return true - to cache error 404 pages. Props simonwheatley, see - http://wordpress.org/support/topic/312672 - -2009-09-18 20:37 donncha - - * wp-cache-phase1.php: Include the wordpress_test_cookie in the - cache key for wp-cache files. - -2009-09-16 10:23 donncha - - * wp-cache-phase1.php: Late Init. Don't do anything until "init" - -2009-09-16 10:21 donncha - - * wp-cache-phase2.php: Better debug messages - -2009-09-15 10:58 donncha - - * wp-cache-config-sample.php, wp-cache-phase1.php, - wp-cache-phase2.php, wp-cache.php: Check if logging enabled - before calling debug function (optimization) - Improve debug admin screen - -2009-09-10 10:12 donncha - - * wp-cache.php: Generate the correct rules for users ins - directories - -2009-09-10 08:41 donncha - - * wp-cache.php: When cache compression is off don't divide number - of cached files by 2 as no .gz files are created. Props dpark, - http://wordpress.org/support/topic/309443 - -2009-09-09 16:29 donncha - - * wp-cache-phase2.php: Improved output buffer error message - -2009-09-09 12:37 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Added - debug settings section on admin page. - -2009-09-09 09:11 donncha - - * wp-cache.php: Check if safe_mode is 1 or "on", - http://wordpress.org/support/topic/239579?replies=9#post-1204927 - -2009-09-03 11:06 donncha - - * wp-cache-phase2.php: Don't cache GET requests earlier on before - OB is set up. - -2009-09-03 11:05 donncha - - * wp-cache-phase1.php: If debugging is not set then return - immediately - -2009-09-03 11:02 donncha - - * wp-cache-config-sample.php, wp-cache-phase1.php, - wp-cache-phase2.php: Added logging to a file and configurable log - level - -2009-09-01 09:31 donncha - - * readme.txt: Updated description of "How to tell if a page is - cached" - -2009-09-01 09:26 donncha - - * wp-cache.php: Tell user that compression is enabled in half-on - mode. - -2009-08-24 13:04 donncha - - * readme.txt: Added http://redbot.org/ to FAQ (thanks Alex!) - -2009-08-24 12:14 donncha - - * wp-cache.php: Send the Vary header to browsers - -2009-08-24 08:49 donncha - - * readme.txt: Added FAQ about caching warnings at - ismyblogworking.com - -2009-08-21 16:52 donncha - - * wp-cache.php: Minor fixes for rewrite rules. - http://wordpress.org/support/topic/301570?replies=14 - -2009-08-19 08:44 donncha - - * readme.txt: Added troubleshooting note to use half-on mode if - timestamp keeps updating. - -2009-08-06 10:55 donncha - - * wp-cache-phase2.php, wp-cache.php: Added "Cached Page" counter. - -2009-07-30 08:24 donncha - - * wp-cache-phase2.php, wp-cache.php: Add support for not caching - feeds and search pages. - -2009-07-29 17:28 donncha - - * Changelog.txt: Updated changelog - -2009-07-29 17:26 donncha - - * readme.txt, wp-cache.php: Bump version to 0.9.6.1 - -2009-07-29 17:13 donncha - - * readme.txt: Added changelog details for 0.9.6.1 - -2009-07-29 11:43 donncha - - * wp-cache-phase2.php, wp-cache.php: Apply "no caching" rules - Record options properly - -2009-07-29 11:29 donncha - - * wp-cache.php: Add page types to not cache to admin page - -2009-07-29 09:36 donncha - - * wp-cache-phase2.php: Move logged in message below check for POST - Add check for is_admin() too - (http://wordpress.org/support/topic/294687) - -2009-07-27 11:51 donncha - - * Changelog.txt: Updated changelog - -2009-07-27 11:50 donncha - - * readme.txt, wp-cache.php: Bumped version to 0.9.6 - -2009-07-27 11:49 donncha - - * Changelog.txt: Updated changelog.txt - -2009-07-27 11:46 donncha - - * wp-cache.php: I prefer pretty links - -2009-07-27 11:43 donncha - - * readme.txt: Added 0.9.6 changelog - -2009-07-27 11:38 donncha - - * wp-cache-phase2.php: Only show "not cached" message to logged in - users if not a feed. - -2009-07-27 11:34 donncha - - * wp-cache.php: Add link to uninstall script to admin page - -2009-07-27 11:33 donncha - - * readme.txt: Added filesmatch rules to docs - -2009-07-27 11:26 donncha - - * readme.txt: Added docs for using uninstall script - -2009-07-27 11:25 donncha - - * uninstall.php: Check if user can install plugins in uninstall - script - -2009-07-27 11:17 donncha - - * uninstall.php: Added uninstall script - -2009-07-27 10:42 donncha - - * wp-cache-phase2.php: Removed check of filemtime that's not needed - any more. - -2009-07-27 10:41 donncha - - * wp-cache.php: Added "ForceType" in cache .htaccess to force - supercache html.gz files to be served as html files. - -2009-07-27 10:39 donncha - - * readme.txt: Added category page and static page problem to FAQ - -2009-07-21 11:57 donncha - - * wp-cache-phase1.php: Fix indentation - -2009-07-21 11:55 donncha - - * wp-cache-phase2.php: Add back in - wp_cache_user_agent_is_rejected() if it doesn't exist (shouldn't - happen but it does) - -2009-07-21 10:58 donncha - - * wp-cache-phase2.php: Added message to show to logged in users - when caching disabled for them. - -2009-07-21 10:34 donncha - - * wp-cache-phase2.php: Check the filemtime on the right file, props - Simone Marx - -2009-07-20 16:37 donncha - - * wp-cache.php: Remove "get_comment_author_url" filter - -2009-07-17 15:42 donncha - - * wp-cache.php: Silly typo - -2009-07-17 15:41 donncha - - * wp-cache.php: Use Amazon UK link rather than US one - -2009-07-17 15:31 donncha - - * Changelog.txt: Updated changelog - -2009-07-17 15:30 donncha - - * readme.txt: Added changelog to readme.txt - -2009-07-17 15:22 donncha - - * readme.txt, wp-cache.php: Bump version to 0.9.5 - Bump tested version to 2.8.1 - -2009-07-17 15:19 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Don't - serve wp_cached cache files to rejected USER AGENTs - -2009-07-17 15:08 donncha - - * wp-cache.php: Show next and last GC times in minutes, not local - times - -2009-07-02 17:21 donncha - - * wp-cache-phase2.php: Rearrange checks for cache files. - -2009-06-25 21:01 donncha - - * wp-cache-phase2.php: Hide filemtime warnings - -2009-06-19 15:07 donncha - - * wp-cache-phase1.php: Don't check the filesize or mtime - -2009-06-19 13:02 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Don't check file age - when serving cached content - it will be deleted by ordinary - updates or by garbage collection - Check file age of each cache file only when regenerating (and - only to check if file was recently recreated) - -2009-06-19 09:03 donncha - - * wp-cache.php: Updated blurb - -2009-06-19 09:01 donncha - - * Changelog.txt: Updated changelog - -2009-06-18 12:34 donncha - - * wp-cache-phase2.php: Typos in closing and unlink commands - -2009-06-12 10:47 donncha - - * readme.txt, wp-cache-config-sample.php, wp-cache-phase1.php, - wp-cache.php: Bump tested version to 2.8 - Applied patch to fix PHP warnings by Matt Martz, - http://sivel.net/ - -2009-06-10 22:46 donncha - - * wp-cache-phase1.php: Forgot the mobile whitelist - -2009-06-05 17:04 donncha - - * wp-cache-phase1.php: Use cookies action instead of cache_key so - that supercache files aren't generated by anon mobile users - -2009-06-05 15:12 donncha - - * wp-cache-config-sample.php, wp-cache.php: Added "Android" mobile - user agent, thanks Matt Martz/sivel - -2009-06-05 12:27 donncha - - * readme.txt, wp-cache.php: Don't force the plugin into "half on" - mode if mobile support selected. - Added rewrite rules so that mobile devices are ignored by static - cache. - Thanks Vladimir Prelovac for bugging me about this. - -2009-05-29 08:40 donncha - - * wp-cache-phase1.php: Ignore the WP test cookie, props Jay @ - http://jay.gooby.org/post/nginx-wp-super-cache-not-writing-cache-files-solved - -2009-05-26 09:55 donncha - - * wp-cache-phase2.php: Use blog's html type rather than text/html, - props Weston Ruter - -2009-05-26 09:25 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Cache the REQUEST_URI - in $wp_cache_request_uri in case a plugin overwrites it. - -2009-05-21 13:12 donncha - - * wp-cache.php: Add newlines to mod_rewrite rules - -2009-05-19 11:21 donncha - - * readme.txt: Updated recent changes list - -2009-05-19 11:18 donncha - - * readme.txt: Updated docs for DONOTCACHEPAGE constant - -2009-05-19 11:15 donncha - - * wp-cache.php: Added "WPSC_DISABLE_COMPRESSION" constant so - hosting companies can disable compression in wp-super-cache - -2009-05-19 11:04 donncha - - * wp-cache.php: Added "WPSC_DISABLE_LOCKING" constant so hosting - companies can disable file locking sitewide - -2009-05-19 10:19 donncha - - * wp-cache-phase2.php: Added "DONOTCACHEPAGE" constant so plugins - can specify pages that should not be cached. - -2009-05-11 13:35 donncha - - * wp-cache.php: Use PHP_DOCUMENT_ROOT in .htaccess rules if set, - props Adrian Ott @ Mosso - -2009-04-25 06:30 donncha - - * Changelog.txt: Updated changelog - -2009-04-25 06:30 donncha - - * readme.txt, wp-cache.php: Bumped version number to 0.9.4.3 - -2009-04-23 20:04 donncha - - * wp-cache-phase2.php: Move mutex init above actions again - -2009-04-22 11:34 donncha - - * readme.txt, wp-cache.php: Bump version number to 0.9.4.2 - -2009-04-22 11:06 donncha - - * wp-cache-phase2.php: Move check for logged in user after actions - are defined, otherwise cache files aren't updated. See - http://wordpress.org/support/topic/264090?replies=2 - -2009-04-21 19:53 donncha - - * Changelog.txt: Updated changelog - -2009-04-21 19:53 donncha - - * readme.txt, wp-cache.php: Bumped version to 0.9.4.1 - -2009-04-21 19:52 donncha - - * wp-cache.php: Oops, make sure the "don't cache if logged in" - checkbox can be unchecked! - Clear the cache when it's enabled - -2009-04-21 15:46 donncha - - * Changelog.txt: Updated changelog - -2009-04-21 15:45 donncha - - * readme.txt: Updated recent changes - -2009-04-21 15:44 donncha - - * Changelog.txt: Updated changelog - -2009-04-21 15:43 donncha - - * readme.txt, wp-cache.php: Bumped version number to 0.9.4 - -2009-04-21 11:46 donncha - - * wp-cache.php: Minor docs update - -2009-04-20 09:25 donncha - - * wp-cache-phase2.php: Check that user is logged in before not - caching - -2009-04-20 08:49 donncha - - * wp-cache-phase2.php, wp-cache.php: Added "Don't cache for logged - in users" option - -2009-04-18 22:03 donncha - - * readme.txt: Updated donation link - -2009-04-15 16:38 donncha - - * wp-cache.php: Display file size stats on admin page - -2009-04-15 15:27 donncha - - * wp-cache-phase2.php: Clear the cache when the profile is updated. - Props djquinn http://wordpress.org/support/topic/261504?replies=6 - http://www.dquinn.net/wp-super-cache-preview-draft-update-profile-wordpress/ - -2009-04-15 15:25 donncha - - * wp-cache-phase1.php: Don't cache post previews - -2009-04-14 14:10 donncha - - * wp-cache-config-sample.php, wp-cache.php: Added backslashes to - rejected URI. See - http://wordpress.org/support/topic/260790?replies=10#post-1045412 - -2009-04-06 14:17 donncha - - * Changelog.txt: Updated changelog to 0.9.3.1 - -2009-04-06 14:16 donncha - - * readme.txt, wp-cache.php: Bump version to 0.9.3.1 - -2009-04-06 14:16 donncha - - * readme.txt: Added link to forum thread on posting problems in - 0.9.3 - -2009-04-06 14:11 donncha - - * readme.txt: Added "Recent Changes" section to start of readme.txt - to make life easier on those upgrading - -2009-04-05 22:15 donncha - - * advanced-cache.php: Don't show broken path message in wp-admin. - Check if file is missing before showing an error - -2009-04-05 21:51 donncha - - * wp-cache-phase1.php: Return true so the include_once() returns - true. Fixes problem with saving posts - -2009-04-05 18:53 donncha - - * wp-cache-phase2.php: Clear the supercache when all cache is - cleared on post edit. - -2009-04-05 18:53 donncha - - * advanced-cache.php: whitespace cleanup - -2009-04-05 09:36 donncha - - * Changelog.txt: Updated changelog - -2009-04-05 08:25 donncha - - * wp-cache-phase2.php: Hide any potential opendir warnings - -2009-04-04 11:40 donncha - - * Changelog.txt: Updated Changelog to 0.9.3 - -2009-04-04 11:40 donncha - - * readme.txt, wp-cache.php: Bump version number to 0.9.3 - -2009-04-04 11:23 donncha - - * wp-cache.php: Minor change in cache rebuild and mutex option text - -2009-04-04 11:15 donncha - - * wp-cache-phase1.php: Cache files for single blogs go in cache/, - MU cache files go in cache/blogs/ - -2009-04-03 15:01 donncha - - * wp-cache-config-sample.php, wp-cache.php: "Cache rebuild" feature - is now on by default - File locks are off by default - Change language on admin page to "Enable file locking" instead of - "Disable..." - -2009-04-02 19:56 donncha - - * wp-cache-phase2.php: Get rid of more get_option() calls in the - shutdown function - -2009-04-02 13:42 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Added a - blog cache dir. WordPress MU blogs will be cached into different - directories. - Regular WP will cache into cache/blogs/ instead of cache/ - -2009-04-02 13:41 donncha - - * readme.txt: Update docs: - 1. new signature on page. - 2. Minor text changes - -2009-04-02 11:49 donncha - - * wp-cache-phase2.php: Removed errlog - -2009-04-02 11:09 donncha - - * wp-cache-phase2.php: Check if rejected uri expr is a blank. See - http://justinblanton.com/2009/03/broken-wp-super-cache - -2009-04-01 11:46 donncha - - * wp-cache-phase2.php: Added "wp_cache_rebuild_or_delete()" - function to delete or create rebuild cache files - -2009-03-31 10:56 donncha - - * readme.txt: Minor docs update - -2009-03-31 10:53 donncha - - * readme.txt: Updated docs to stress that wp-cached files are "good - enough" for most people. - -2009-03-31 10:46 donncha - - * advanced-cache.php, readme.txt: Added "wpcache_broken_message()" - and code to catch when path in advanced-cache.php is broken. - -2009-03-31 10:32 donncha - - * wp-cache.php: Check if admin_url exists. Not everyone updates - WordPress. - -2009-03-31 10:31 donncha - - * wp-cache-phase2.php: In post change, remove corrupted or obsolete - meta and cache files - -2009-03-31 10:30 donncha - - * Changelog.txt: Updated changelog.txt - -2009-03-30 16:12 donncha - - * wp-cache-phase2.php: Added an "auto reject" list of URIs - -2009-03-30 06:22 donncha - - * wp-cache-phase1.php: Remove corrupted or obsolete meta file and - cache file. - -2009-03-30 04:53 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Don't use array_push(). - Removed wp_cache_file_contents action as it may contribute to - memory problems for some hosts. - Pass buffer by reference to ob function. - Revert merge of shutdown function and ob function - Pass "siteurl" to post_id gc function - -2009-03-29 16:32 donncha - - * wp-cache-phase1.php: Make sure $meta is an array - -2009-03-28 13:03 donncha - - * Changelog.txt: Updated changelog - -2009-03-28 13:02 donncha - - * readme.txt, wp-cache.php: Bump version number to 0.9.2 - -2009-03-28 12:58 donncha - - * readme.txt: Added a troubleshooting entry for advanced-cache.php - -2009-03-28 12:54 donncha - - * advanced-cache.php: Include once instead of require because it - won't cause a FATAL error if the path is incorrect - -2009-03-28 12:39 donncha - - * readme.txt: Minimum version is now 2.6, props tigertech, - http://wordpress.org/support/topic/255628?replies=1 - -2009-03-28 12:34 donncha - - * wp-cache-phase2.php: Delete static "pages on front" when posts - change. - -2009-03-28 12:30 donncha - - * readme.txt: Move uninstall instructions up - Added "If all else fails" instructions - -2009-03-21 21:15 donncha - - * wp-cache.php: Added "Settings" link on plugins page. - Simplified admin notice, may fix 500 internal errors - -2009-03-21 21:13 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Revert - moving meta information into cache file. It took too long to scan - the directory - -2009-03-20 15:34 donncha - - * wp-cache-phase2.php: Unlink supercache cache files as well as - wp-cache files - -2009-03-20 15:33 donncha - - * wp-cache-phase2.php: No need for separate $log variable - -2009-03-20 15:31 donncha - - * wp-cache-phase2.php: $supercacheonly is set further up - -2009-03-20 15:30 donncha - - * wp-cache-phase2.php: Minor typos "attac" - Removed unused function - -2009-03-20 15:28 donncha - - * wp-cache-phase2.php: Make sure other actions have a chance to - mark comments as spam - -2009-03-13 22:19 donncha - - * wp-cache-phase1.php: Don't need that error_log - -2009-03-13 11:41 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Make meta - an array rather than an object because of this change to PHP5: - http://bugs.php.net/bug.php?id=40104 - Move meta file data into cache file. - -2009-03-13 09:06 donncha - - * wp-cache-phase2.php: Move wp_cache_shutdown_callback() into the - ob callback - -2009-03-09 09:52 donncha - - * wp-cache.php: Only check for apache modules if in supercache - mode. - -2009-02-27 09:55 donncha - - * plugins/badbehaviour.php: Note that compression disabled when BB - support enabled. - -2009-02-27 09:46 donncha - - * plugins/badbehaviour.php: Bad-behavior fixes. Plugin will find - the bb plugin folder now. - -2009-02-26 12:55 donncha - - * wp-cache-phase1.php: set the right variable. - -2009-02-26 11:53 donncha - - * Changelog.txt: Updated changelog, should have svnupped last time - -2009-02-26 11:53 donncha - - * Changelog.txt: Updated changelog - -2009-02-26 11:51 donncha - - * readme.txt, wp-cache.php: Bump version to 0.9.1 - -2009-02-26 11:35 donncha - - * readme.txt: Updated docs on "expired pages" and the required - modules needed to serve new data - -2009-02-26 11:23 donncha - - * wp-cache.php: Remove "experimental" heading. - -2009-02-26 11:07 donncha - - * wp-cache.php: Added "About the author" box to admin page. - -2009-02-19 16:07 donncha - - * wp-cache.php: Make the donation box hidable. - -2009-02-19 15:46 donncha - - * wp-cache.php: Added donation button, yes my html skills suck. - -2009-02-19 15:00 donncha - - * wp-cache.php: Match IP against 192.168 instead of 192. - -2009-02-19 13:43 donncha - - * readme.txt, wp-cache.php: Added checks for hostname = 127.x.x.x - or 192.x.x.x or if available uses wp_remote_get() to load - wp-cron.php - Gives warning if checks fail - Updated readme.txt with docs on how to resolve. Thanks to Joost - de Valk for help debugging this. http://yoast.com/wp-cron-issues/ - -2009-02-19 13:34 donncha - - * wp-cache-phase2.php: Hide file op warning. - Removed register_shutdown command that's not used any more - -2009-02-19 11:48 donncha - - * wp-cache.php: Hide rename warning. Possibly related to no global - lock. - -2009-02-17 13:04 donncha - - * Changelog.txt: Updated changelog - -2009-02-17 12:58 donncha - - * wp-cache-phase2.php: Don't show no HTML tag warning for - robots.txt, http://wordpress.org/support/topic/243904?replies=1 - -2009-02-17 12:36 donncha - - * wp-cache.php: Clear the supercache folder when it's disabled. - Remove the .disabled folder if a supercache folder exists. - Show Last and Next garbage collection times as UTC - Added an admin notice on the plugins page if wp-super-cache - caching is disabled - Add plugin notice below plugin row if caching is disabled - -2009-02-17 12:34 donncha - - * wp-cache-phase2.php: Hide some filemtime() warnings. Without a - global file lock we'll get more of these. - -2009-02-17 12:33 donncha - - * plugins/badbehaviour.php: Disable the supercache if Bad Behaviour - support is enabled. - -2009-02-14 11:48 donncha - - * readme.txt: Updated tag and added Donation link - -2009-02-06 10:48 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Just use the output - buffer, no shutdown functions. - -2009-02-05 20:53 donncha - - * wp-cache-phase2.php: No need to call this callback twice! - -2009-02-05 15:32 donncha - - * wp-cache-config-sample.php: Remove any slashes left in the - blogcacheid - -2009-02-05 13:36 donncha - - * wp-cache.php: Replace blashslashes in WP_CONTENT_DIR here, - possible Win32 fix - -2009-02-05 10:20 donncha - - * readme.txt: Added "UserOnline" to the list of plugins that don't - update when a page is cached - -2009-02-05 09:55 donncha - - * wp-cache.php: Replace backslashes in WP_CONTENT_DIR too. Win32 - fix. props Chris (beerfan) - -2009-02-04 21:49 donncha - - * wp-cache-config-sample.php, wp-cache-phase2.php: Added - $wp_cache_shutdown_gc config option to use shutdown instead of - wp-cron - Added comments on config options - -2009-02-04 20:38 donncha - - * wp-cache-phase2.php: Don't create empty supercache directories. - -2009-02-04 10:25 donncha - - * readme.txt: Troubleshooting updates: advanced-cache.php, cache on - NFS warning - -2009-02-03 21:53 donncha - - * plugins/badbehaviour.php, wp-cache-phase1.php: Things act strange - when a function has a require_once(), even if it's never reached - -2009-02-03 21:41 donncha - - * plugins/badbehaviour.php, plugins/searchengine.php, - wp-cache-config-sample.php, wp-cache-phase1.php: Added Bad - Behaviour plugin - Allow SuperCache plugin directory to be relocated. See - $wp_cache_plugins_dir in config file. - Fixed updating Active status of searchengine plugin - Added new cacheactions: - 'wp_cache_served_cache_file' activated just before headers are - sent for an existing cache file. - 'wp_cache_file_contents' filter that every wp-cache cache file is - sent through. (ignoring mfunc) - -2009-02-03 12:11 donncha - - * wp-cache-phase1.php: Clean and echo the buffer - -2009-02-03 11:49 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Register supercache - shutdown function right at the start of the process so it's - executed before WP objects are destroyed - -2009-02-02 15:48 donncha - - * wp-cache-phase2.php: Don't register shutdown function, call it - from the output buffer callback. - -2009-02-02 09:58 donncha - - * wp-cache-phase2.php: Don't read files into an array, reverting - [86134] - -2009-01-29 17:19 donncha - - * wp-cache.php: Remove double slashes from inst_root - -2009-01-29 16:28 donncha - - * wp-cache.php: Guess the install root properly - -2009-01-29 14:25 donncha - - * wp-cache-phase2.php: Revert prune_super_cache and - garbage_collection code. - -2009-01-29 06:41 donncha - - * wp-cache.php: Fix caching for blogs installed in sub dirs. See - http://wordpress.org/support/topic/238022?replies=6 - -2009-01-27 19:57 donncha - - * wp-cache-phase2.php: Only rename the tmp cache file when it's - created. - Hide warnings about renames and unlinks - -2009-01-27 06:18 donncha - - * Changelog.txt: Updated changelog - -2009-01-27 06:17 donncha - - * readme.txt, wp-cache.php: Bump version to 0.9 - -2009-01-27 06:17 donncha - - * wp-cache-phase2.php: Bring back mfunc code - -2009-01-27 05:53 donncha - - * wp-cache-phase2.php, wp-cache.php: Set GC to 10 minutes instead - of 30. - -2009-01-26 20:08 donncha - - * wp-cache.php: Show last and next garbage collection times - -2009-01-26 18:11 donncha - - * wp-cache.php: Make sure constant value is displayed, props - Jonathan Dingman - -2009-01-26 17:32 donncha - - * wp-cache-phase1.php: Update mobile "enabled" variable - -2009-01-26 17:32 donncha - - * wp-cache-phase2.php: Don't send gzip headers if headers already - sent - -2009-01-26 13:00 donncha - - * wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php: - Removed "dynamic caching" that isn't documented anywhere any more - Fixed activate bugs with mobile device support - -2009-01-26 11:12 donncha - - * wp-cache-config-sample.php, wp-cache-phase1.php, wp-cache.php: - Mobile device support via - http://wordpress.org/extend/plugins/wordpress-mobile-edition/ by - Alex King - -2009-01-26 10:03 donncha - - * readme.txt: Added extra FAQs - -2009-01-25 11:21 donncha - - * wp-cache-phase2.php, wp-cache.php: Admin page updates - If expiry time is over 30 minutes, set garbage collection to 30 - minutes, else expiry time - -2009-01-25 09:11 donncha - - * wp-cache-phase2.php: If supercache enabled, Don't create wp-cache - files for anonymous users. Should cut down cached files by half - ore more. - -2009-01-25 07:56 donncha - - * wp-cache-phase2.php: Warn if cache expiry cron job took longer - than 30 seconds, props SiriusBuzz - -2009-01-25 07:49 donncha - - * advanced-cache.php, wp-cache-phase2.php, wp-cache.php: - advanced-cache.php will load the phase1.php even in relocated - plugin folders now. (NOTE. Must be updated if plugin folder - changes) - Removed error_log() - -2009-01-24 06:03 donncha - - * wp-cache.php: Update advanced-cache.php message, props Jonathan - Dingman - -2009-01-23 19:10 donncha - - * Changelog.txt: Updated Changelog for 0.8.9 - -2009-01-23 19:09 donncha - - * readme.txt, wp-cache.php: Bump version number to 0.8.9 and update - documentation - -2009-01-23 18:34 donncha - - * wp-cache.php: Updated text - -2009-01-23 12:43 donncha - - * wp-cache-phase2.php, wp-cache.php: Set garbage collection to 10 - seconds after expiry - -2009-01-23 12:13 donncha - - * wp-cache.php: mutext variable needs to be global - -2009-01-23 12:06 donncha - - * advanced-cache.php, wp-cache.php: Added "advanced-cache.php" - which will load wp-cache-phase1.php - Copy that file to wp-content/ instead of symlinking - Added checkboxes for "cache rebuild" and "disable file locking" - remove #list anchor tag - -2009-01-22 11:26 donncha - - * wp-cache-phase2.php: Delete lots more cache files in one go, for - busy sites - -2009-01-21 13:42 donncha - - * wp-cache-phase2.php: Removed "cron job called" debug message - -2009-01-21 13:05 donncha - - * wp-cache.php: Show all sections of the admin page by default. - Move cache contents up - -2009-01-20 11:23 donncha - - * wp-cache.php: Admin page UI update, props Robert Wolf - -2009-01-19 18:29 donncha - - * wp-cache-config-sample.php: Comment out $wp_cache_mutex_disabled - by default - -2009-01-19 18:27 donncha - - * wp-cache-config-sample.php, wp-cache-phase2.php: Allow mutex file - locking to be disabled - -2009-01-19 18:18 donncha - - * wp-cache.php: Fix the favourites if a non admin users logs in - -2009-01-16 17:04 donncha - - * Changelog.txt: Updated Changelog - -2009-01-16 17:03 donncha - - * wp-cache-config-sample.php, wp-cache-phase1.php, - wp-cache-phase2.php: Added simple DEBUG mode. Activate by setting - $wp_cache_debug to your email address in wp-cache-config.php - Sends debug emails on: cron job, failed job, when gzip headers - are missing from wp-cache meta file. - -2009-01-16 16:14 donncha - - * readme.txt, wp-cache.php: Bump version to 0.8.8 - -2009-01-16 16:10 donncha - - * wp-cache.php: Added "Delete Cache" link to Favourites menu - -2009-01-15 23:16 donncha - - * wp-cache-phase2.php: We clean up files as well as directories. - Should fix issue with non-updating blogs - -2009-01-14 22:47 donncha - - * wp-cache-config-sample.php, wp-cache-phase1.php, - wp-cache-phase2.php: Remove debugging code - -2009-01-14 18:51 donncha - - * wp-cache-config-sample.php, wp-cache-phase1.php, - wp-cache-phase2.php: Lots of debug code - -2009-01-14 14:33 donncha - - * readme.txt: Updated the "How do I know my blog is being cached?" - FAQ - -2009-01-12 17:51 donncha - - * wp-cache-phase2.php: Don't overwrite $dh directory handler - -2009-01-12 17:38 donncha - - * wp-cache-phase2.php: When reading large directories, create array - of files. The opendir handle seems to die. - -2009-01-11 09:16 donncha - - * wp-cache-phase2.php, wp-cache.php: Use opendir()/readdir() - instead of glob() - -2009-01-09 21:16 donncha - - * wp-cache-phase2.php: Minor typo - -2009-01-09 11:04 donncha - - * Changelog.txt: Updated changelog - -2009-01-09 11:04 donncha - - * readme.txt, wp-cache.php: Bump version to 0.8.7 - -2009-01-09 10:59 donncha - - * wp-cache-phase2.php, wp-cache.php: Change default expiry time to - 10 minutes - Only clean out 100 files at a time. Should help with very large - sites. - Fix file pointer. - -2008-12-05 09:57 donncha - - * wp-cache.php: Fix term -> meta typo, props kettari, - http://wordpress.org/support/topic/222613?replies=1 - -2008-12-04 18:13 donncha - - * Changelog.txt: Updated changelog for 0.8.6 - -2008-12-04 18:12 donncha - - * wp-cache-phase1.php: Added "WP-Super-Cache: WP-Cache" header for - cached php files. - -2008-12-04 17:59 donncha - - * readme.txt, wp-cache.php: Bump version numberb to 2.7 - -2008-12-04 17:44 donncha - - * wp-cache.php: Hide unlink errors - -2008-12-04 16:53 donncha - - * wp-cache-phase2.php: Use uniqid() instead of tempnam() to - generate temporary filenames. - No need for chmod. - Fixed minor typo - -2008-12-04 13:40 donncha - - * wp-cache-phase2.php: Record time of cache generation - -2008-12-04 13:27 donncha - - * readme.txt: Added Apache configuration docs on AllowOverride - -2008-12-02 11:00 donncha - - * wp-cache.php: If WP_CACHE is not enabled, but the define() line - is in wp-config.php, stop, because it's probably commented out. - -2008-12-01 11:38 donncha - - * wp-cache-phase2.php: Abort caching if plugin can't write to any - cache file, and report error - $gzsize may not survive to shutdown callback. Get the filesize - again - -2008-12-01 11:37 donncha - - * wp-cache-phase1.php: Push the headers into the headers array, not - the meta object - -2008-11-25 12:58 donncha - - * Changelog.txt: Updated changelog - -2008-11-25 12:58 donncha - - * readme.txt, wp-cache.php: Bump version number to 0.8.5 - -2008-11-25 12:45 donncha - - * wp-cache-phase2.php: Added "supercache_dir" filter so supercache - directory can be modified. - -2008-11-25 12:40 donncha - - * wp-cache-phase2.php: Removed backslashes from the supercache - filename - -2008-11-25 12:27 donncha - - * wp-cache.php: Warn if Apache modules are missing. - Display gzip cache rewrite rules. - Deal with WordPress MU better as it can't upgrade the .htaccess - file. - -2008-11-25 12:24 donncha - - * wp-cache-phase1.php: Added wp_cache_key cacheaction to modify - cache key (ie. add user agent, IP, etc) - -2008-11-25 11:10 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Check that cache file - exists before serving, it may have been removed without the meta - file - -2008-11-25 11:01 donncha - - * wp-cache-phase2.php: Removed $gzipped variable - -2008-11-25 10:54 donncha - - * wp-cache-phase2.php: No need to addslashes() to file functions - -2008-11-14 13:20 donncha - - * wp-cache-phase2.php: Added wpsupercache_buffer filter so buffer - can be manipulated before writing to cache file - -2008-11-14 13:00 donncha - - * wp-cache-phase2.php: Move gzip header detection down - -2008-11-14 10:09 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Add gzip headers back - if they are missing. Should fix problems with users seeing - corrupted pages. - -2008-11-14 10:00 donncha - - * readme.txt: Updated docs on file locking - -2008-11-11 17:28 donncha - - * wp-cache-phase2.php: Write wp-cache php cache files to temporary - files before moving into place. - Increase gzip compression to 3 - If cron job failed to get mutex lock, try again in 10 minutes - -2008-11-07 09:43 donncha - - * wp-cache.php: Use WP_CONTENT_URL in mod_rewrite rules. - Use WP_CONTENT_DIR in WPCACHEHOME definition. - -2008-10-27 13:21 donncha - - * readme.txt: Added links section and link to WP Widget Cache, - props to Ben @ http://www.binarymoon.co.uk/ - Minor troubleshooting update - -2008-10-23 08:14 donncha - - * wp-cache.php: wp_cache_check_global_config() fixes by joelhardi, - http://wordpress.org/support/topic/211477?replies=1#post-879591 - -2008-10-22 15:57 donncha - - * Changelog.txt: Updated changelog - -2008-10-22 15:55 donncha - - * readme.txt, wp-cache.php: Bump version number to 0.8.4 - -2008-10-11 22:10 donncha - - * wp-cache-phase2.php: Update the time of last gc - -2008-10-10 11:54 donncha - - * wp-cache-phase2.php, wp-cache.php: Change garbage collection - parameters to time rather than hits - -2008-10-08 16:06 donncha - - * Changelog.txt: Updated changelog - -2008-10-08 16:04 donncha - - * readme.txt, wp-cache.php: Bump version numbers to 0.8.3 - Updated docs - -2008-10-08 08:12 donncha - - * readme.txt: Note for WPMU users, - http://wordpress.org/support/topic/208770?replies=3#post-871207 - -2008-10-07 12:03 donncha - - * readme.txt: x-gzip->gzip - -2008-10-07 10:50 donncha - - * readme.txt: Minor typo, - http://wordpress.org/support/topic/208770?replies=1#post-870518 - -2008-10-07 10:44 donncha - - * plugins/searchengine.php: Don't overwrite logged in user details - in searchengine plugin. - -2008-10-06 09:19 donncha - - * wp-cache-phase1.php, wp-cache.php: Encode as gzip, not x-gzip as - IE7 has problems with it. ref: - http://bugs.typo3.org/view.php?id=4623 - -2008-10-01 08:05 donncha - - * readme.txt, wp-cache.php: Options -> Settings, thanks webmaestro - http://wordpress.org/support/topic/207576?replies=2 - -2008-09-29 09:29 donncha - - * wp-cache.php: Only update "clear on post" setting when saving - status options, thanks Viper007Bond - -2008-09-28 11:04 donncha - - * wp-cache-phase2.php: Only create compressed data if required - -2008-09-28 06:16 donncha - - * wp-cache-phase2.php: Compress cache files with "dynamic content" - too - -2008-09-28 05:56 donncha - - * wp-cache-phase2.php: Only compress cached files once. Nice speed - boost! - -2008-09-28 05:46 donncha - - * wp-cache-phase2.php: Write gzipped supercache files using fopen - instead of gzopen - -2008-09-26 23:16 donncha - - * Changelog.txt: Updated changelog - -2008-09-26 23:15 donncha - - * readme.txt, wp-cache.php: Bump the version number to 0.8.2 - -2008-09-26 23:14 donncha - - * wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php: - Added $cache_rebuild_files setting to switch off "need rebuild" - functionality by default - -2008-09-26 16:00 donncha - - * wp-cache-phase2.php: On post change clear the front page - -2008-09-26 12:04 donncha - - * wp-cache-phase2.php: Move cache writers entry up above supercache - cleaning. - Only clean individual posts, don't clear cache when no post_id - -2008-09-26 09:49 donncha - - * wp-cache.php: Only show "Delete Cache" link to MU site admins or - admins on WP blogs - -2008-09-25 12:47 donncha - - * wp-cache.php: Save "wp_cache_clear_on_post_edit" properly, thanks - HarryRAR, - http://wordpress.org/support/topic/206371?replies=2#post-861998 - -2008-09-25 11:12 donncha - - * wp-cache-phase2.php, wp-cache.php: Can't clear cache on edit_post - because leaving a comment calls edit_post unfortunately - Experimental code to preserve supercache version of a page while - it's being regenerated. - -2008-09-24 14:21 donncha - - * wp-cache.php: Added "Delete Cache" link at top of admin pages - -2008-09-24 13:57 donncha - - * Changelog.txt: Updated changelog, still release 0.8.1 - -2008-09-24 13:03 donncha - - * wp-cache-phase2.php: Added function to clear cache when a post is - edited - -2008-09-24 13:02 donncha - - * wp-cache.php: Added "Clear on edit" checkbox to clear all cache - files when a post or page is edited - -2008-09-24 13:01 donncha - - * wp-cache.php: Remove meta and supercache directories when - deactivating - -2008-09-24 12:47 donncha - - * wp-cache.php: Switch status messages around. - -2008-09-24 12:47 donncha - - * wp-cache.php: Remove cache/.htaccess when uninstalling. - -2008-09-24 12:44 donncha - - * readme.txt: Make mod mime and rewrite line clearer, hopefully - -2008-09-24 12:38 donncha - - * wp-cache-phase2.php: comment_id typo - Only clear supercache files if it's enabled - -2008-09-24 12:37 donncha - - * readme.txt: Updated mod_rewrite rules and expiry/mime type rules - -2008-09-24 11:57 donncha - - * Changelog.txt: Updated changelog for 0.8.1 - -2008-09-24 11:57 donncha - - * readme.txt, wp-cache.php: Bump the version number - -2008-09-24 10:01 donncha - - * wp-cache-phase2.php: Make the temporary filename world readable - to avoid problems where Apache and PHP run as different users. - Thanks Tigertech for the code. - -2008-09-24 09:57 donncha - - * wp-cache-phase2.php: Check that rename worked, if not, remove - cache file and rename again. Props tigertech - -2008-09-23 19:55 donncha - - * wp-cache-phase2.php: Don't clear the supercache if it's not - enabled (In blog context, when a moderated comment is made) - -2008-09-23 13:09 donncha - - * Changelog.txt: Updated changelog - -2008-09-23 13:05 donncha - - * readme.txt, wp-cache.php: Bump the version to 0.8 - -2008-09-23 13:01 donncha - - * wp-cache-phase1.php: Comment: reminder to update .htaccess rules - if get_cookie cacheaction is used. - -2008-09-23 12:58 donncha - - * wp-cache-phase1.php: Don't return if the $string is not '' - -2008-09-23 12:50 donncha - - * wp-cache.php: Generate a semaphore id based on hostname and cache - path, props Tigertech - http://wordpress.org/support/topic/205195?replies=4#post-857610 - -2008-09-23 11:14 donncha - - * wp-cache.php: Make the expiry cleanup list an unordered list - -2008-09-23 11:06 donncha - - * wp-cache-phase2.php: siteurl -> home for those who run WP in a - different place - -2008-09-23 10:44 donncha - - * wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php: No - need for $super_cache_max_time - -2008-09-23 10:39 donncha - - * wp-cache-phase2.php: On post change: - 1. Clear all files from permalink in supercache directory. - 2. Clear siteurl/page/ permalinks. - 3. Clear supercache files when corresponding php meta files are - removed. - -2008-09-18 09:45 donncha - - * wp-cache.php: Show mod_rewrite rules when .htaccess is RO, props - Matt @ http://mattsblog.ca/ - -2008-09-17 16:29 donncha - - * wp-cache-phase2.php, wp-cache.php: Decrease the chance of - cleanup. - -2008-09-17 11:01 donncha - - * wp-cache.php: Don't server cached static files when url contains - "=". Should avoid lots of problems with query strings - -2008-09-17 11:00 donncha - - * wp-cache-phase2.php: Replace the siteurl correctly for those who - have installed in a subdir, but access from the directory above. - Thanks Viper007Bond. - -2008-09-16 13:01 donncha - - * wp-cache.php: Check for WordPress MU because .htaccess can't be - updated. - Set cache control and expiry headers of supercached files. Cached - for 5 minutes, but with "must-revalidate" - -2008-09-06 11:00 donncha - - * wp-cache-phase2.php: Write cache files to a temporary file first, - then rename. Rename should be atomic. - -2008-08-28 11:30 donncha - - * Changelog.txt: Updated changelog - -2008-08-28 11:29 donncha - - * readme.txt, wp-cache.php: Bump the version number to 0.7.1 - -2008-08-28 11:00 donncha - - * wp-cache.php: Updated .htaccess code: - Check that file is writable (again?) - Fix warnings about upgrades. - Bright yellow backgrounds on items that need attention - Thanks Matt @ http://twitter.com/mattfreedman/statuses/901325274 - for reporting. - -2008-08-27 19:32 donncha - - * Changelog.txt: Updated changelog - -2008-08-27 19:31 donncha - - * readme.txt, wp-cache.php: Bump to 0.7, fix activation link - -2008-08-27 19:17 donncha - - * Changelog.txt: Updated Changelog - -2008-08-27 19:16 donncha - - * readme.txt, wp-cache.php: Bump the version number to 0.6.8 - -2008-08-27 18:59 donncha - - * wp-cache.php: Added rules to redirect to urls ending with a "/", - props Andylav and definitelynot, - http://wordpress.org/support/topic/199542?replies=6 - -2008-08-21 16:41 donncha - - * wp-cache.php: Change menu options url - -2008-08-20 11:47 donncha - - * Changelog.txt: Update Changelog - -2008-08-20 10:49 donncha - - * readme.txt, wp-cache.php: Bump version number to 0.6.7 - -2008-08-20 09:38 donncha - - * wp-cache.php: Added CRs - -2008-08-20 09:01 donncha - - * wp-cache.php: Added apache_request_headers() as suggested in - http://wordpress.org/support/topic/197053 - -2008-08-19 16:27 donncha - - * plugins/searchengine.php, wp-cache.php: Updated styling with the - help of the simple trackback validation plugin - -2008-08-19 15:11 donncha - - * wp-cache-config-sample.php: Don't include rss files in cacheable - list - -2008-08-19 15:05 donncha - - * wp-cache.php: Added "deactivation hook" to remove - advanced-cache.php and wp-cache-config.php and cached files. - -2008-08-14 10:39 donncha - - * wp-cache-phase1.php: Only include once - -2008-08-14 09:14 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Cron fixed from Mike - -2008-08-13 12:52 donncha - - * wp-cache-phase2.php, wp-cache.php: Fixes from Mike Beggs: - Use custom is_writeable() that works in Win32 NTFS - Update "Vary" header - Let WP Cron handle cache cleaning. - Don't let mod_deflate try to compress gzipped cached files - -2008-08-09 10:13 donncha - - * wp-cache-phase2.php: Use get_comment(), props Lazy @ - http://www.lazybrain.de/ - -2008-07-31 15:53 donncha - - * Changelog.txt: Updated changelog - -2008-07-31 10:47 donncha - - * readme.txt, wp-cache.php: Bump version numbers - -2008-07-29 19:52 donncha - - * wp-cache-config-sample.php, wp-cache-phase1.php, wp-cache.php: WP - 2.6 fixes. Use WP_CONTENT_DIR. Have not added to .htaccess rules - yet - -2008-07-28 09:37 donncha - - * readme.txt, wp-cache.php: Change wp-super-cache expiry to 3600 - seconds. - Avoid foreach error on empty directories - Minor change to status message - -2008-07-24 16:26 donncha - - * wp-cache-phase2.php, wp-cache.php: Removed debug error log - Catch 404 file not found requests when themes use query_posts() - -2008-07-24 13:17 donncha - - * wp-cache-phase2.php: If we can't get a file lock, warn user. - -2008-07-23 18:30 donncha - - * readme.txt: Update FAQ on cache times. - -2008-07-23 18:27 donncha - - * readme.txt, wp-cache.php: Added p= parameter to htacess rules so - they'll be served by wp-cache only, - http://wordpress.org/support/topic/191275?replies=3 - -2008-07-17 09:48 donncha - - * wp-cache.php: Handle if wp-config.php has been moved ../ in - WordPress 2.6 - -2008-07-16 11:12 donncha - - * wp-cache.php: Don't warn the user wp-content is writable if - webserver is running as user. - Create correct .htaccess rules when WordPress is installed in a - different location. Both fixes props Allan Bazinet @ - http://sneezingfrog.com/blog/ - -2008-07-15 10:17 donncha - - * Changelog.txt: Update changelog - -2008-07-15 10:15 donncha - - * readme.txt, wp-cache.php: Bump the version number to 0.6.5 - -2008-07-15 10:14 donncha - - * readme.txt: Add "Subscribe to comments" rule to readme - -2008-07-15 10:11 donncha - - * wp-cache-phase1.php: Use comment_author instead of email in case - email isn't mandatory. props rhapsodyv @ - http://wordpress.org/support/topic/188775 - -2008-07-14 10:42 donncha - - * wp-cache-phase2.php, wp-cache.php: Added "wp_cache_gc" option - Allow chance of garbage collection to be configurable. - -2008-07-14 10:06 donncha - - * readme.txt: If caching doesn't work, it could be - advanced-cache.php - -2008-07-14 09:53 donncha - - * wp-cache.php: Added Subscribe To Comments exclusion rewrite rule - -2008-07-14 09:52 donncha - - * wp-cache.php: Warn if wp-content is writable, props alexleonard, - http://wordpress.org/support/topic/188530 - -2008-07-08 10:41 donncha - - * wp-cache-phase2.php: Remove extra pages generated at the current - permalink. ie. paged comments. - -2008-06-20 16:16 donncha - - * wp-cache.php: Only need the config file writable to change it - -2008-06-16 09:08 donncha - - * wp-cache-phase2.php: Increase the chance of expired file cleanup - -2008-06-16 09:07 donncha - - * wp-cache-phase2.php: Warn if page is a 404 or not complete and - won't be cached - -2008-06-12 09:53 donncha - - * readme.txt: Add troubleshooting message for Dreamhost users - -2008-05-26 09:12 donncha - - * wp-cache-phase2.php: Use [] instead of {} for array indexes - Fix warning notices - -2008-05-14 16:22 donncha - - * Changelog.txt: Updated changelog - -2008-05-14 16:19 donncha - - * readme.txt, wp-cache-phase2.php, wp-cache.php: Remove comment. - Bump version number - -2008-05-14 12:21 donncha - - * wp-cache-phase2.php: Clean up the supercache if no post_id is - defined - -2008-05-14 12:11 donncha - - * wp-cache.php: Move menu code up - -2008-05-13 14:57 donncha - - * wp-cache-phase2.php: Only prune files in the supercache directory - Remove expired files 1/500's of the time - -2008-05-11 08:51 donncha - - * wp-cache.php: Allow the "digg proof" message to be styled - Removed whitespace - -2008-05-05 09:49 donncha - - * wp-cache-phase1.php: Removed Last-Modified header so plugin works - on godaddy servers. props Brad @ - http://www.littleredrails.com/blog/2007/09/08/using-wp-cache-on-godaddy-500-error/ - -2008-05-05 09:44 donncha - - * readme.txt, wp-cache.php: Added rewrite rules to stop POST - requests to html static files. props eharris @ - http://wordpress.org/support/topic/173972?replies=2 - -2008-04-24 19:14 donncha - - * Changelog.txt: Update Changelog - -2008-04-24 19:14 donncha - - * readme.txt: Added changelog link - Added attachment_id mod_rewrite rule - -2008-04-24 19:11 donncha - - * Changelog.txt: Updated Changelog - -2008-04-24 19:09 donncha - - * readme.txt, wp-cache.php: Bump the version number - -2008-04-24 15:45 donncha - - * wp-cache-phase2.php: Put "could not write" message in a HTML - comment at the end of the current page. - -2008-04-20 07:48 donncha - - * wp-cache.php: Use blog charset for encoding. - Don't supercache attachment pages, props Callum - -2008-04-17 09:23 donncha - - * wp-cache.php: Make sure files are served as UTF-8, props - tanguillo and nikolayb - http://wordpress.org/support/topic/169540?replies=3 - -2008-04-12 07:06 donncha - - * Changelog.txt: Updated changelog - -2008-04-12 07:05 donncha - - * readme.txt, wp-cache.php: Bump version number and update - .htaccess example code - -2008-04-11 23:30 donncha - - * wp-cache-phase1.php, wp-cache-phase2.php: Remove "index.php" from - cached file paths - -2008-04-11 23:17 donncha - - * wp-cache-config-sample.php, wp-cache.php: Add index.php to list - of not to be cached pages - Minor typo fix - -2008-04-08 09:51 donncha - - * wp-cache.php: Delete all contents of cache dir, not just - supercachedir when caching disabled. - -2008-04-04 11:59 donncha - - * wp-cache.php: wp_specialchars the rules - -2008-04-01 11:31 donncha - - * wp-cache.php: Added wpsc_remove_marker() to remove WordPress - rewrite rules - Super Cache rules now go in the WPSuperCache marker - Check for comment cookie in one line, props askapache - -2008-03-31 08:42 donncha - - * wp-cache.php: wp_specialchars() the mod_rewrite rules, props - Viper007Bond - -2008-03-30 10:42 donncha - - * readme.txt, wp-cache.php: Bump the version numbers - -2008-03-30 10:41 donncha - - * Changelog.txt: Updated changelog - -2008-03-30 10:41 donncha - - * wp-cache.php: Warn if mod_rewrite rules are out of date and - encourage user to remove or update them manually - -2008-03-30 10:26 donncha - - * Changelog.txt: Updated changelog - -2008-03-28 17:37 donncha - - * wp-cache.php: Login cookie got shortened to "wordpress" in 2.5, - still backwards compatible - -2008-03-28 17:22 donncha - - * wp-cache.php: Move toggleLayer js around - -2008-03-13 11:37 donncha - - * readme.txt, wp-cache.php: Bump to 0.6 - -2008-03-13 11:34 donncha - - * readme.txt: Added compression FAQ - -2008-03-13 11:28 donncha - - * wp-cache.php: Only require mod_rewrite if super cache is enabled - Hide super cache parts of page when not activated - Add "/" to mod_rewrite rules for URLs not ending in a /, props - Michael R Aulia @ http://www.michaelaulia.com/blogs/ - -2008-03-13 11:25 donncha - - * readme.txt: Updated documentation - -2008-03-12 18:55 donncha - - * wp-cache-phase2.php: This somehow stops PHP creating directories - in the root folder, thanks to Cherie and Jennifer for their - invaluable help! - -2008-03-12 17:00 donncha - - * wp-cache.php: No need for this message any more - -2008-03-11 13:04 donncha - - * wp-cache.php: Don't auto update .htaccess until user wants to. - Hide listing of cached files, it's wrong anyway. - Move advanced features to the end of backend page. - -2008-02-11 20:52 donncha - - * readme.txt, wp-cache.php: You must define things before loading - WordPress! (props s2j @ - http://wordpress.org/support/topic/154996?replies=12#post-691402 - ) - -2008-02-08 10:27 donncha - - * wp-cache.php: Remember to delete compressed files from directly - cached folders, props John Pozadzides - -2008-01-16 12:14 donncha - - * Changelog.txt: Update changelog - -2008-01-16 12:13 donncha - - * readme.txt, wp-cache.php: Bump version number - Make admin page readonly if configuration page cannot be written - to - -2008-01-04 11:23 donncha - - * Changelog.txt, readme.txt, wp-cache.php: Bump version and update - changelog - -2008-01-04 11:22 donncha - - * wp-cache.php: Only update the hello_world option when updating - the right form - -2008-01-04 10:41 donncha - - * readme.txt, wp-cache.php: Bump version number - -2008-01-04 10:40 donncha - - * wp-cache.php: Rearrange .htaccess generator. - Allow mod_rewrite rules to be viewed later - Only create wp-content/cache/.htaccess if it doesn't exist - -2008-01-04 10:16 donncha - - * wp-cache.php: Added Super Cache footer message - -2008-01-03 22:29 donncha - - * wp-cache.php: More fixes for sub directory blogs, props Otto42 - - http://wordpress.org/support/topic/146443?replies=9#post-664254 - -2007-12-16 11:07 donncha - - * wp-cache.php: Warn if ABSPATH is writeable - Add $home_root to cached files path in rewrite rules - make mod_rewrite module warning more verbose - -2007-12-09 07:39 donncha - - * wp-cache-phase2.php: Hide unlink errors - -2007-12-04 10:18 donncha - - * wp-cache-phase2.php: Check that mutex is set, - http://wordpress.org/support/topic/146052?replies=4 - -2007-11-28 11:29 donncha - - * wp-cache-phase2.php, wp-cache.php: Check that $entries is not - empty - Don't ever recurse from ABSPATH up - -2007-11-26 11:33 donncha - - * Changelog.txt: Updated changelog - -2007-11-26 11:32 donncha - - * wp-cache.php: It's WPLOCKDOWN - -2007-11-26 11:31 donncha - - * Changelog.txt: Updated Changelog - -2007-11-26 11:30 donncha - - * readme.txt, wp-cache.php: Bump the version number - Docs for lockdown - -2007-11-26 11:17 donncha - - * wp-cache.php: Bumpy bumpy - -2007-11-26 11:12 donncha - - * Changelog.txt: Updated Changelog - -2007-11-26 11:11 donncha - - * readme.txt: Bump version - -2007-11-26 11:07 donncha - - * readme.txt: Warn about safe mode - -2007-11-26 10:56 donncha - - * wp-cache.php: Print a warning message if PHP safe mode is - enabled. - Super Cache plugins will fail silently if advanced-cache.php is - not loaded - Updated "Directly Cached Files" text - -2007-11-16 21:56 donncha - - * plugins/searchengine.php, wp-cache-phase1.php, - wp-cache-phase2.php, wp-cache.php: Added » - Updated formatting of admin backend - Added "direct caching" of pages. - -2007-11-12 21:23 donncha - - * wp-cache-phase2.php, wp-cache.php: PHP 5's mkdir() doesn't like - slashes, http://ie2.php.net/manual/en/function.mkdir.php#73848 - - props Tummmbler - -2007-11-12 15:26 donncha - - * Changelog.txt: Updated changelog - -2007-11-12 15:23 donncha - - * readme.txt, wp-cache.php: Bump version - Update readme docs - Add options page for wpmu site admins - -2007-11-12 11:32 donncha - - * wp-cache.php: Check if cache config file is out of date - -2007-11-12 11:14 donncha - - * wp-cache-phase2.php, wp-cache.php: Hide some warning messages - Don't super cache $_GET requests - Use wp_mkdir_p() instead of mkpath() - Don't delete meta, supercache or .htaccess - -2007-11-11 10:05 donncha - - * wp-cache.php: Don't want to check for .gz files twice! - -2007-11-11 08:06 donncha - - * wp-cache.php: Added 'comment moderation' message when blog locked - down. - Formatting changes - Use 'manage_options' instead of administrator because viper - changed his role names :) - -2007-11-11 01:13 donncha - - * wp-cache.php: If .htaccess updating fails, inform the user - -2007-11-11 00:20 donncha - - * wp-cache-phase2.php, wp-cache.php: Added "Lockdown" function so - static files won't be deleted by comments - Minor changes to admin page formatting - get_settings to get_option - -2007-11-10 21:06 donncha - - * wp-cache.php: Spell out radio boxes a bit more. - Modified .htaccess rules so search pages aren't served from super - cache - Actually insert_with_markers instead of echoing the command! - Tell user rules have been updated - Disable super cache *before* renaming directory. Sleep for a - second before - deleting to allow other processes to finish - -2007-11-10 20:03 donncha - - * wp-cache-phase2.php: Make sure the .htaccess isn't deleted - -2007-11-10 09:28 donncha - - * wp-cache-phase2.php: Don't remove super-cache file until comment - is approved - -2007-11-10 07:19 donncha - - * wp-cache.php: Check that WP_CACHE is defined before checking for - do_cacheaction. - Better instructions for verifying a new install - -2007-11-09 21:33 donncha - - * wp-cache.php: Define WPCACHEHOME properly, thanks tummbler for - testing! - -2007-11-09 17:09 donncha - - * wp-cache-phase2.php: Don't super-cache WordPress searches. May - need to extend that to any GET activity - -2007-11-09 15:01 donncha - - * wp-cache-phase2.php: Change preg_match delimiter so slashes work - again - -2007-11-09 14:41 donncha - - * readme.txt: Updated documentation - -2007-11-09 14:27 donncha - - * wp-cache.php: Use get_mod_rewrite() to detect if that module is - loaded - Automatically populate the .htaccess file if it's writable - Add gzip encoding rules to the cache dir, props Dennis @ - http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/ - Replace Windows folder deliminator, "\" with "/" in WPCACHEHOME, - props Computer Guru @ - http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/ - -2007-11-09 01:19 donncha - - * wp-cache-phase2.php: Move is_feed() check earlier. - Check that mkpath() path is in $cache_path - -2007-11-08 21:57 donncha - - * wp-cache.php: Single quote ABSPATH - Check advanced-cache.php for version, remove if necessary, fixed - create conditions - -2007-11-08 21:55 donncha - - * wp-cache-phase1.php: realpath() two filenames - -2007-11-08 21:53 donncha - - * readme.txt: Fix subdirectory .htaccess rules, props Computer Guru - -2007-11-08 21:51 donncha - - * plugins/searchengine.php: Hide setcookie errors - Return correct string - -2007-11-07 15:38 donncha - - * Changelog.txt: Added Changelog.txt - -2007-11-07 15:27 donncha - - * readme.txt: Bump version to 0.3.1 (getting to 1.0 far too - quickly!) - Change formatting again - -2007-11-07 15:26 donncha - - * wp-cache.php: Bump version to 0.3.1 - -2007-11-07 15:26 donncha - - * wp-cache-config-sample.php, wp-cache-phase2.php: Use preg_match() - to match rejected URIs. - Change "wp-" to "wp-.*.php" to match files and paths starting - with "wp-" and ending in "php" - -2007-11-07 11:56 donncha - - * wp-cache.php: Bump the version number - -2007-11-06 22:50 donncha - - * readme.txt: Bump version - -2007-11-06 22:18 donncha - - * wp-cache-phase2.php: Fix feed content-type, props Dougal, - (http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds) - -2007-11-06 22:15 donncha - - * wp-cache.php: Check the do_cacheaction() exists - Copy file if symlink is not found - -2007-11-06 21:44 donncha - - * wp-cache.php: Move WP Super Cache to "Site Admin" menu on - WordPress MU, - http://www.darcynorman.net/2007/11/06/wordpress-super-cache/ - -2007-11-06 21:19 donncha - - * wp-cache-phase1.php: Don't compress WP-Cache data files is PHP is - already doing it - -2007-11-06 10:29 donncha - - * readme.txt: Minor typo in tag - -2007-11-06 10:06 donncha - - * readme.txt, wp-cache-phase1.php, wp-cache-phase2.php, - wp-cache.php: Bump the version to 0.2 - Enable gzip support in WP-Cache data files, fix feed content - type, props tummbler: - http://www.tummblr.com/wordpress/improving-wp-super-cache-gzip-for-logged-in-users/ - http://elliottback.com/wp/archives/2005/07/12/getting-wp-cache-to-work/ - http://blog.saddey.net/2007/02/18/how-to-prevent-wpcache-from-changing-a-feeds-content-type-to-text-html/ - When Super Cache is disabled, still write to WP-Cache files - Check that prune_super_cache() exists before calling it in - wp-cache.php, props Dougal - -2007-11-06 09:06 donncha - - * readme.txt: Fix line endings - -2007-11-05 18:41 donncha - - * wp-cache.php: Fixed display of "compression changed" message - -2007-11-05 18:06 donncha - - * readme.txt: Convert to DOS mode - reformat lists for display on wporg - -2007-11-05 17:25 donncha - - * readme.txt: Minor updates to the readme - -2007-11-05 15:21 donncha - - * wp-cache.php: When disabling or enabling compression make sure - the user knows about .htaccess - -2007-11-05 15:11 donncha - - * wp-cache-phase2.php: Rejected URIs must have .php in them now so - pages starting with "wp-" will be cached - -2007-11-05 15:10 donncha - - * wp-cache.php: When disabling supercache, make sure wpcache is - enabled. - Avoid resetting cache_compression when submitting other forms - Reset supercache meta cache when compression modified - -2007-11-05 14:54 donncha - - * wp-cache-config-sample.php, wp-cache.php: Fix weirdness with - radio buttons on admin page - -2007-11-05 11:35 donncha - - * plugins, plugins/searchengine.php, readme.txt, wp-cache-base.php, - wp-cache-config-sample.php, wp-cache-phase1.php, - wp-cache-phase2.php, wp-cache.php: Initial import of WP Super - Cache - -2007-10-23 20:02 plugin-master - - * .: adding wp-super-cache by donncha + * readme.txt: Added upgrade notice and changelog for 1.3.2 diff --git a/languages/wp-super-cache-sr_RS.mo b/languages/wp-super-cache-sr_RS.mo new file mode 100644 index 0000000..a3682c7 Binary files /dev/null and b/languages/wp-super-cache-sr_RS.mo differ diff --git a/languages/wp-super-cache-sr_RS.po b/languages/wp-super-cache-sr_RS.po new file mode 100644 index 0000000..07c10ca --- /dev/null +++ b/languages/wp-super-cache-sr_RS.po @@ -0,0 +1,2686 @@ +# Copyright (C) 2013 +# This file is distributed under the same license as the package. +msgid "" +msgstr "" +"Project-Id-Version: WP super cache plugin\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n" +"POT-Creation-Date: 2013-04-16 12:02:02+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2013-05-07 19:00+0100\n" +"Last-Translator: Anja Skrba \n" +"Language-Team: Anja Skrba \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: Srpski / Serbian\n" +"X-Generator: Poedit 1.5.5\n" +"X-Poedit-SourceCharset: UTF-8\n" + +#: ossdl-cdn.php:151 +msgid "" +"Your website probably uses lots of static files. Image, Javascript and CSS " +"files are usually static files that could just as easily be served from " +"another site or CDN. Therefore this plugin replaces any links in the " +"wp-content and wp-includes directories (except for " +"PHP files) on your site with the URL you provide below. That way you can " +"either copy all the static content to a dedicated host or mirror the files " +"to a CDN by origin pull." +msgstr "" +"Vaš web sajt verovatno koristi dosta statičnih fajlova. Slikovni, Javascript " +"i CSS fajlovi su obično statični fajlovi koji lako mogu da se "" +"povlače" sa drugog sajta, ili CDN-a. Iz tog razloga ovaj WordPress " +"dodatak zamenjuje sve linkove u wp-content i wp-includes direktorijumima (izuzev PHP fajlova) vašeg sajta, URL-om koji dajete " +"dole. Na taj način možete, ili kopirati sav statičan sadržaj na poseban " +"hosting server, ili "preslikati" (mirror) fajlove na CDN, pomoću origin pull-a." + +#: ossdl-cdn.php:152 wp-cache.php:1167 +msgid "" +"The CDN Sync Tool plugin will help upload files to " +"Amazon S3/Cloudfront if you would rather not depend on origin pull. See the " +"plugin support forum if you have any queries about this " +"plugin." +msgstr "" +"Dodatak CDN Sync Tool će vam pomoći da prenesete " +"fajlove na Amazon S3/Cloudfront, ako radije ne biste da zavisite od origin " +"pull-a. Pogledajte forum za podršku dodatku, ako imate " +"bilo kakvih pitanja u vezi sa ovim dodatkom." + +#: ossdl-cdn.php:153 +msgid "" +"WARNING: Test some static urls e.g., " +"%s to ensure your CDN service is fully working before saving changes." +msgstr "" +"UPOZORENJE: Pre nego snimite izmene, " +"isprobajte nekoliko statičnih url-ova, npr. %s , da budete sigurni da vaš " +"CDN servis radi u potpunosti." + +#: ossdl-cdn.php:154 +msgid "You can define different CDN URLs for each site on a multsite network." +msgstr "" +"Možete definisati različite CDN URL-ove za svaki sajt iz mreže višestrukih " +"sajtova." + +#: ossdl-cdn.php:162 +msgid "Enable CDN Support" +msgstr "Uključiti CDN podršku" + +#: ossdl-cdn.php:165 +msgid "Off-site URL" +msgstr "Spoljašnji URL" + +#: ossdl-cdn.php:168 +msgid "" +"The new URL to be used in place of %1$s for rewriting. No trailing / please.
Example: %2$s." +msgstr "" +"Novi URL koji će se koristiti umesto %1$s, za ponovno upisivanje. Bez " +"prateće /, molim vas. Primer: %2$s." + +#: ossdl-cdn.php:172 +msgid "Include directories" +msgstr "Uključiti direktorijume" + +#: ossdl-cdn.php:175 +msgid "" +"Directories to include in static file matching. Use a comma as the " +"delimiter. Default is wp-content, wp-includes, which will be " +"enforced if this field is left empty." +msgstr "" +"Direktorijumi koje treba uključiti pri statičkom upoređivanju fajlova. " +"Koristite zapetu kao razdvajač. Podrazumevani su wp-content, wp-" +"includes, koji će se uključiti ako se ovo polje ostavi prazno." + +#: ossdl-cdn.php:179 +msgid "Exclude if substring" +msgstr "Isključiti ako je pod-niz" + +#: ossdl-cdn.php:182 +msgid "" +"Excludes something from being rewritten if one of the above strings is found " +"in the match. Use a comma as the delimiter like this, .php, .flv, .do, and always include .php (default)." +msgstr "" +"Isključuje nešto da ne bude presnimljeno, ako se jedan od gornjih stringova " +"pronađe među rezultatima koji se podudaraju. Upotrebite zapetu kao " +"razdvajač, ovako: .php, .flv, .do, i uvek uključite .php (podrazumevano)." + +#: ossdl-cdn.php:186 +msgid "Additional CNAMES" +msgstr "Dodatni CNAME zapisi" + +#: ossdl-cdn.php:189 +msgid "" +"These CNAMES will " +"be used in place of %1$s for rewriting (in addition to the off-site URL " +"above). Use a comma as the delimiter. For pages with a large number of " +"static files, this can improve browser performance. CNAMEs may also need to " +"be configured on your CDN.
Example: %2$s" +msgstr "" +"Ovi CNAME zapisi " +"će se koristiti umesto %1$s, za ponovno upisivanje (uz gornji spoljašnji " +"URL). Koristite zapetu kao razdvajač. Za strane sa velikim brojem statičkih " +"fajlova, ovo može poboljšati performanse pregledača. Takođe, možda treba " +"konfigurisati CNAME zapise na vašem CDN-u.
Primer: %2$s" + +#: ossdl-cdn.php:193 +msgid "Skip https URLs to avoid \"mixed content\" errors" +msgstr "" +"Preskočiti https URL-ove, da se izbegnu \"pomešani sadržaj (mixed content)\" " +"greške" + +#: ossdl-cdn.php:197 +msgid "Save Changes" +msgstr "Snimiti izmene" + +#: ossdl-cdn.php:199 +msgid "" +"CDN functionality provided by OSSDL CDN Off Linker by Mark Kubacki" +msgstr "" +"CDN funkcionalnost koju daje OSSDL CDN Off Linker od Mark Kubacki-a" + +#: plugins/awaitingmoderation.php:4 +msgid "Your comment is awaiting moderation." +msgstr "Vaš komentar čeka moderaciju." + +#: plugins/awaitingmoderation.php:32 +msgid "Awaiting Moderation" +msgstr "Čekanje na moderaciju" + +#: plugins/awaitingmoderation.php:34 plugins/badbehaviour.php:65 +#: plugins/domain-mapping.php:75 plugins/jetpack.php:27 +#: plugins/searchengine.php:69 plugins/wptouch.php:22 wp-cache.php:1405 +msgid "Enabled" +msgstr "Uključeno" + +#: plugins/awaitingmoderation.php:35 plugins/badbehaviour.php:66 +#: plugins/domain-mapping.php:76 plugins/jetpack.php:28 +#: plugins/searchengine.php:70 plugins/wptouch.php:23 wp-cache.php:1405 +msgid "Disabled" +msgstr "Isključeno" + +#: plugins/awaitingmoderation.php:36 +msgid "" +"Enables or disables plugin to Remove the text \"Your comment is awaiting " +"moderation.\" when someone leaves a moderated comment." +msgstr "" +"Uključuje ili isključuje dodatak za uklanjanje teksta \"Vaš komentar čeka " +"moderaciju (Your comment is awaiting moderation).\", kada neko ostavi " +"moderisani komentar." + +#: plugins/awaitingmoderation.php:40 plugins/badbehaviour.php:71 +#: plugins/domain-mapping.php:81 plugins/jetpack.php:33 +#: plugins/searchengine.php:75 plugins/wptouch.php:28 wp-cache.php:1866 +#: wp-cache.php:1868 +msgid "enabled" +msgstr "uključeno" + +#: plugins/awaitingmoderation.php:42 plugins/badbehaviour.php:73 +#: plugins/domain-mapping.php:83 plugins/jetpack.php:35 +#: plugins/searchengine.php:77 plugins/wptouch.php:30 +msgid "disabled" +msgstr "isključeno" + +#: plugins/awaitingmoderation.php:43 +msgid "Awaiting Moderation is now %s" +msgstr "Čekanje na moderaciju je sada %s" + +#: plugins/awaitingmoderation.php:45 plugins/badbehaviour.php:76 +#: plugins/domain-mapping.php:86 plugins/jetpack.php:38 +#: plugins/searchengine.php:80 plugins/wptouch.php:33 +msgid "Update" +msgstr "Ažurirati" + +#: plugins/badbehaviour.php:47 +msgid "Bad Behaviour not found. Please check your install." +msgstr "Bad Behaviour nije pronađen. Molim vas, proverite vašu instalaciju." + +#: plugins/badbehaviour.php:63 +msgid "Bad Behavior" +msgstr "Bad Behaviour (nepristojno ponašanje)" + +#: plugins/badbehaviour.php:68 +msgid "" +"(Only legacy caching supported, disabled compression and requires Bad Behavior in \"%s/plugins/bad-" +"behavior/\") " +msgstr "" +"(Podržano je samo nasleđeno keširanje, kompresija je isključena, i traži se " +"Bad Behaviour u " +"direktorijumu \"%s/plugins/bad-behavior/\") " + +#: plugins/badbehaviour.php:74 +msgid "Bad Behavior support is now %s" +msgstr "Podrška za Bad Behaviour je sada %s" + +#: plugins/badbehaviour.php:83 wp-cache.php:1495 wp-cache.php:1500 +msgid "Warning!" +msgstr "Upozorenje!" + +#: plugins/domain-mapping.php:73 +msgid "Domain Mapping" +msgstr "Domain Mapping (mapiranje domena)" + +#: plugins/domain-mapping.php:78 +msgid "" +"Provides support for Domain Mapping plugin to map multiple domains to a " +"blog." +msgstr "" +"Obezbeđuje podršku za Domain Mapping dodatak, za uparivanje " +"(mapiranje) više domena sa blogom." + +#: plugins/domain-mapping.php:84 +msgid "Domain Mapping support is now %s" +msgstr "Podrška za Domain Mapping je sada %s" + +#: plugins/domain-mapping.php:98 +msgid "" +"Domain Mapping plugin detected! Please go to the Supercache plugins page and " +"enable the domain mapping helper plugin." +msgstr "" +"Pronađen je dodatak Domain Mapping! Molim vas, idite na stranu Supercache " +"dodataka i uključite pomoćni dodatak za mapiranje domena." + +#: plugins/jetpack.php:25 +msgid "Jetpack Mobile Theme" +msgstr "Jetpack tema za mobilne uređaje" + +#: plugins/jetpack.php:30 +msgid "" +"Provides support for the Jetpack mobile theme and plugin. PHP caching mode and mobile " +"support will be enabled too." +msgstr "" +"Obezbeđuje podršku za Jetpack temu, i dodatak, za mobilne uređaje." + +#: plugins/jetpack.php:36 +msgid "Jetpack Mobile Theme support is now %s" +msgstr "Podrška za Jetpack temu za mobilne uređaje je sada %s" + +#: plugins/multisite.php:13 +msgid "Cached" +msgstr "Keširano" + +#: plugins/multisite.php:31 wp-cache.php:1418 +msgid "Enable" +msgstr "Uključiti" + +#: plugins/multisite.php:33 plugins/searchengine.php:61 wp-cache.php:1418 +msgid "Disable" +msgstr "Isključiti" + +#: plugins/multisite.php:39 +msgid "Caching has been disabled on this blog on the Network Admin Sites page." +msgstr "" +"Keširanje na ovom blogu je isključeno na strani za mrežnu administraciju " +"sajtova (Network Admin Sites)" + +#: plugins/searchengine.php:67 +msgid "No Adverts for Friends" +msgstr "No Adverts for Friends (bez reklama za prijatelje)" + +#: plugins/searchengine.php:72 +msgid "" +"Provides support for No Adverts for Friends." +msgstr "" +"Obezbeđuje podršku za No Adverts for Friends." + +#: plugins/searchengine.php:78 +msgid "No Adverts for Friends support is now %s" +msgstr "Podrška za No Adverts for Friends je sada %s" + +#: plugins/wptouch.php:20 +msgid "WPTouch" +msgstr "WPTouch" + +#: plugins/wptouch.php:25 +msgid "" +"Provides support for WPTouch mobile theme and plugin." +msgstr "" +"Obezbeđuje podršku za WPTouch temu, i dodatak, za mobilne uređaje" + +#: plugins/wptouch.php:31 +msgid "WPTouch support is now %s" +msgstr "Podrška za WPTouch je sada %s" + +#: plugins/wptouch.php:45 +msgid "" +"WPTouch plugin detected! Please go to the Supercache plugins page and enable " +"the WPTouch helper plugin." +msgstr "" +"Pronađen je dodatak WPTouch! Molim vas, idite na stranu Supercache dodataka " +"i uključite pomoćni dodatak za WPTouch." + +#: wp-cache-phase2.php:1257 +msgid "Cache expiry cron job failed. Job will run again in 10 seconds." +msgstr "" +"Cron zadatak za istek keša nije uspeo. Zadatak će se ponovo pokrenuti za 10 " +"sekundi." + +#: wp-cache-phase2.php:1261 +msgid "" +"Cache expiry cron job took more than 30 seconds. You should probably run the " +"garbage collector more often." +msgstr "" +"Cron zadatku za istek keša je trebalo više od 30 sekundi. Verovatno bi " +"trebalo da češće pokrećete sakupljač smeća." + +#: wp-cache-phase2.php:1270 +msgid "[%1$s] WP Super Cache GC Report" +msgstr "[%1$s] WP Super Cache izveštaj o sakupljanju smeća (GC Report)" + +#: wp-cache.php:99 +msgid "" +"Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-" +"sample.php" +msgstr "" +"Molim vas, napravite fajl %s /wp-cache-config.php iz fajla wp-super-cache/wp-" +"cache-config-sample.php" + +#: wp-cache.php:165 +msgid "Warning! PHP Safe Mode Enabled!" +msgstr "Upozorenje! Uključen je PHP siguran način rada (safe mode)!" + +#: wp-cache.php:166 +msgid "" +"You may experience problems running this plugin because SAFE MODE is enabled." +msgstr "" +"Možete imati problema pri radu sa ovim dodatkom, jer je uključen SIGURAN MOD " +"(safe mode)." + +#: wp-cache.php:170 +msgid "" +"Your server is set up to check the owner of PHP scripts before allowing them " +"to read and write files." +msgstr "" +"Vaš server je podešen tako da proverava vlasnika PHP skripti, pre nego im " +"dozvoli da čitaju i upisuju podatke u fajlove." + +#: wp-cache.php:171 +msgid "" +"You or an administrator may be able to make it work by changing the group " +"owner of the plugin scripts to match that of the web server user. The group " +"owner of the %s/cache/ directory must also be changed. See the safe mode manual page for further " +"details." +msgstr "" +"Vi, ili administrator, možda možete učiniti da proradi, menjanjući grupnog " +"vlasnika skripti tako da se poklopi sa korisnikom web servera. Grupni " +"vlasnik direktorijuma %s/cache/ takođe mora da se promeni. Za još detalja " +"pogledajte stranu sa uputstvom " +"za siguran mod." + +#: wp-cache.php:173 +msgid "" +"You or an administrator must disable this. See the safe mode manual page for further details. This " +"cannot be disabled in a .htaccess file unfortunately. It must be done in the " +"php.ini config file." +msgstr "" +"Vi, ili administrator, morate isključiti ovo. Za dalje informacije " +"pogledajte stranu sa uputstvom " +"za siguran mod. Na žalost, ovo se ne može isključiti u fajlu .htaccess. " +"To se mora uraditi u konfiguracionom fajlu php.ini." + +#: wp-cache.php:179 +msgid "Permlink Structure Error" +msgstr "Greška permalink strukture" + +#: wp-cache.php:180 +msgid "" +"A custom url or permalink structure is required for this plugin to work " +"correctly. Please go to the Permalinks " +"Options Page to configure your permalinks." +msgstr "" +"Da bi ovaj dodatak pravilno radio, potreban je prilagođeni url, ili " +"prilagođena permalink struktura. Molim vas, idite na Stranu sa opcijama vezanim za permalinkove (Permalinks " +"Options Page), da konfigurišete vaše permalinkove." + +#: wp-cache.php:192 +msgid "Warning! Your hostname \"%s\" resolves to %s" +msgstr "Upozorenje! Vaše host ime \"%s\" ukazuje na %s" + +#: wp-cache.php:193 +msgid "" +"Your server thinks your hostname resolves to %s. Some services such as " +"garbage collection by this plugin, and WordPress scheduled posts may not " +"operate correctly." +msgstr "" +"Vaš server \"misli\" da vaše host ime ukazuje na %s. Neki servisi, poput " +"sakupljanja smeća od strane ovog dodatka, i WordPress zakazanih objava, " +"možda ne funkcionišu ispravno." + +#: wp-cache.php:194 wp-cache.php:208 +msgid "" +"Please see entry 16 in the Troubleshooting section of the " +"readme.txt" +msgstr "" +"Molim vas, pogledajte stavku 16 u Troubleshooting section " +"(Sekciji o otklanjanju problema) readme.txt fajla" + +#: wp-cache.php:207 +msgid "" +"Unfortunately WordPress cannot find the file wp-cron.php. This script is " +"required for the the correct operation of garbage collection by this plugin, " +"WordPress scheduled posts as well as other critical activities." +msgstr "" +"Na žalost, WordPress ne može da pronađe fajl wp-cron.php. Ova skripta je " +"potrebna za pravilno funkcionisanje sakupljanja smeća od strane ovog " +"dodatka, WordPress zakazanih objava, i drugih kritičnih aktivnosti." + +#: wp-cache.php:221 +msgid "Cannot continue... fix previous problems and retry." +msgstr "" +"Nije moguće nastaviti... otklonite prethodne probleme i pokušajte ponovo." + +#: wp-cache.php:230 +msgid "Zlib Output Compression Enabled!" +msgstr "Zlib izlazna kompresija je uključena!" + +#: wp-cache.php:231 +msgid "" +"PHP is compressing the data sent to the visitors of your site. Disabling " +"this is recommended as the plugin caches the compressed output once instead " +"of compressing the same page over and over again. Also see #21 in the " +"Troubleshooting section. See this page for instructions on modifying your php.ini." +msgstr "" +"PHP komprimuje podatke koji se šalju posetiocima vašeg sajta. Isključivanje " +"ovoga se preporučuje, jer dodatak kešira komprimovani izlaz jednom, umesto " +"komprimovanja iste strane iznova i iznova. Takođe pogledajte #21 u sekciji o " +"otklanjanju problema (Troubleshooting section). Pogledajte ovu stranu za instrukcije o " +"modifikovanju vašeg php.ini fajla." + +#: wp-cache.php:235 +msgid "Mod rewrite may not be installed!" +msgstr "Mod rewrite možda nije instaliran!" + +#: wp-cache.php:236 +msgid "" +"It appears that mod_rewrite is not installed. Sometimes this check isn’" +"t 100% reliable, especially if you are not using Apache. Please verify that " +"the mod_rewrite module is loaded. It is required for serving Super Cache " +"static files. You will still be able to use legacy or PHP modes." +msgstr "" +"Izgleda da mod_rewrite nije instaliran. Ponekad ova provera nije 100% " +"pouzdana, posebno ako ne koristite Apache. Molim vas, potvrdite da je učitan " +"modul mod_rewrite. On je potreban za serviranje Super Cache statičnih " +"fajlova. I dalje ćete moći da koristite zastarele ili PHP modove." + +#: wp-cache.php:242 +msgid "Read Only Mode. Configuration cannot be changed." +msgstr "Mod u kome je moguć samo pregled. Konfiguracija ne može da se menja." + +#: wp-cache.php:243 +msgid "" +"The WP Super Cache configuration file is %s/wp-cache-config.php " +"and cannot be modified. That file must be writeable by the webserver to make " +"any changes." +msgstr "" +"WP Super Cache konfiguracioni fajl je %s/wp-cache-config.php, i " +"ne može se menjati. U taj fajl mora da bude omogućen upis podataka od strane " +"web servera, da bi se pravile bilo kakve izmene." + +#: wp-cache.php:244 +msgid "" +"A simple way of doing that is by changing the permissions temporarily using " +"the CHMOD command or through your ftp client. Make sure it’s globally " +"writeable and it should be fine." +msgstr "" +"Jednostavan način da se to uradi je privremeno menjanje dozvola, koristeći " +"naredbu CHMOD, ili preko vašeg ftp klijenta. Postarajte se da u njega " +"globalno bude omogućen upis podataka, i trebalo bi sve da bude u redu." + +#: wp-cache.php:245 wp-cache.php:294 +msgid "" +"This page explains how to change file permissions." +msgstr "" +"Ova strana objašnjava kako promeniti dozvole za fajlove." + +#: wp-cache.php:246 +msgid "Writeable:" +msgstr "Moguć upis podataka:" + +#: wp-cache.php:247 +msgid "Readonly:" +msgstr "Moguć samo pregled:" + +#: wp-cache.php:265 +msgid "Warning! Garbage collection is not scheduled!" +msgstr "Upozorenje! Sakupljanje smeća nije zakazano!" + +#: wp-cache.php:266 +msgid "" +"Garbage collection by this plugin clears out expired and old cached pages on " +"a regular basis. Use this form to enable it." +msgstr "" +"Sakupljanje smeća od strane ovog dodatka redovno briše istekle i stare " +"keširane strane. Upotrebite ovaj obrazac da ga " +"uključite." + +#: wp-cache.php:271 wp-cache.php:299 wp-cache.php:369 +msgid "Dismiss" +msgstr "Odbaciti" + +#: wp-cache.php:292 +msgid "Warning! %s is writeable!" +msgstr "Pažnja! u %s je moguć upis podataka!" + +#: wp-cache.php:293 +msgid "" +"You should change the permissions on %s and make it more restrictive. Use " +"your ftp client, or the following command to fix things:" +msgstr "" +"Trebalo bi da na %s promenite dozvole, i učinite ih restriktivnijim. Da " +"popravite stvari, upotrebite vaš ftp klijent, ili sledeću naredbu:" + +#: wp-cache.php:311 +msgid "Mobile rewrite rules detected" +msgstr "Otkrivena su mobilna pravila za ponovni upis" + +#: wp-cache.php:312 +msgid "" +"For best performance you should enable \"Mobile device support\" or delete " +"the mobile rewrite rules in your .htaccess. Look for the 2 lines with the " +"text \"2.0\\ MMP|240x320\" and delete those." +msgstr "" +"Za najbolje performanse treba da uključite \"Podršku za mobilne uređaje " +"(Mobile device support)\", ili da obrišete mobilna pravila za ponovni upis u " +"vašem fajlu .htaccess. Potražite 2 linije sa tekstom \"2.0\\ MMP|240x320\", " +"i obrišite ih." + +#: wp-cache.php:312 +msgid "" +"This will have no affect on ordinary users but mobile users will see " +"uncached pages." +msgstr "" +"Ovo se neće odraziti na obične korisnike, ali mobilni korisnici će videti " +"nekeširane strane." + +#: wp-cache.php:318 wp-cache.php:329 +msgid "Rewrite rules must be updated" +msgstr "Pravila za ponovni upis moraju da se ažuriraju" + +#: wp-cache.php:319 wp-cache.php:330 +msgid "The rewrite rules required by this plugin have changed or are missing. " +msgstr "" +"Pravila za ponovni upis, koja zahteva ovaj dodatak, su izmenjena, ili " +"nedostaju." + +#: wp-cache.php:320 +msgid "" +"Mobile support requires extra rules in your .htaccess file, or you can set " +"the plugin to legacy mode. Here are your options (in order of difficulty):" +msgstr "" +"Podrška za mobilne uređaje zahteva dodatna pravila u vašem fajlu .htaccess, " +"ili možete podesiti dodatak na zastareli mod (legacy mode). Evo vaših opcija " +"(poređanih po težini):" + +#: wp-cache.php:321 +msgid "Set the plugin to legacy mode and enable mobile support." +msgstr "" +"Podesite dodatak na zastareli mod i uključite podršku za mobilne uređaje." + +#: wp-cache.php:322 wp-cache.php:331 +msgid "" +"Scroll down the Advanced Settings page and click the Update " +"Mod_Rewrite Rules button." +msgstr "" +"Skrolujte na dole, na strani sa naprednim podešenjima (Advanced Settings), i " +"kliknite na dugme Ažurirati mod_rewrite pravila (Update Mod_Rewrite " +"Rules)." + +#: wp-cache.php:323 +msgid "" +"Delete the plugin mod_rewrite rules in %s.htaccess enclosed by # BEGIN " +"WPSuperCache and # END WPSuperCache and let the plugin " +"regenerate them by reloading this page." +msgstr "" +"U %s.htaccess fajlu obrišite mod_rewrite pravila dodatka, smeštena između " +"# BEGIN WPSuperCache i # END WPSuperCache, i " +"pustite da ih dodatak opet generiše, učitavajući ponovo ovu stranu." + +#: wp-cache.php:324 +msgid "" +"Add the rules yourself. Edit %s.htaccess and find the block of code enclosed " +"by the lines # BEGIN WPSuperCache and # END WPSuperCache. There are two sections that look very similar. Just below the line " +"%%{HTTP:Cookie} !^.*(comment_author_|%s|wp-postpass_).*$ add " +"these lines: (do it twice, once for each section)" +msgstr "" +"Sami dodajte pravila. Otvorite fajl %s.htaccess u uređivaču, i pronađite " +"blok koda koji se nalazi između linija # BEGIN WPSuperCache i " +"# END WPSuperCache. Tu se nalaze dve sekcije koje izgledaju " +"vrlo slično. Odmah ispod linije %%{HTTP:Cookie} !^.*(comment_author_|" +"%s|wp-postpass_).*$ dodajte ove linije: (uradite to dva puta - za " +"svaku sekciju)" + +#: wp-cache.php:337 +msgid "Required to serve compressed supercache files properly." +msgstr "Potrebno da se pravilno serviraju komprimovani supercache fajlovi." + +#: wp-cache.php:337 +msgid "" +"Required to set caching information on supercache pages. IE7 users will see " +"old pages without this module." +msgstr "" +"Potrebno da bi se na supercache stranama postavile informacije o keširanju. " +"Korisnici IE7 će videti stare strane, bez ovog modula." + +#: wp-cache.php:337 +msgid "" +"Set the expiry date on supercached pages. Visitors may not see new pages " +"when they refresh or leave comments without this module." +msgstr "" +"odešavanje datuma isteka na superkeširanim stranama. Posetioci mogu da ne " +"vide nove strane kada osvežavaju sadržaj u pregledaču ili ostavljaju " +"komentare, bez ovog modula." + +#: wp-cache.php:344 +msgid "Missing Apache Modules" +msgstr "Nedostaju Apache moduli " + +#: wp-cache.php:345 +msgid "" +"The following Apache modules are missing. The plugin will work in legacy " +"mode without them. In full Supercache mode, your visitors may see corrupted " +"pages or out of date content however." +msgstr "" +"Nedostaju sledeći Apache moduli. Bez njih će ovaj dodatak raditi u " +"zastarelom modu. Međutim, u punom Supercache modu, vaši posetioci mogu da " +"vide nepotpune strane, ili sadržaj koji više nije važeći." + +#: wp-cache.php:363 +msgid ".htaccess file may need to be moved" +msgstr ".htaccess fajl možda treba da se premesti" + +#: wp-cache.php:364 +msgid "" +"It appears you have WordPress installed in a sub directory as described here. Unfortunately WordPress writes to the .htaccess in the install " +"directory, not where your site is served from.
When you update the " +"rewrite rules in this plugin you will have to copy the file to where your " +"site is hosted. This will be fixed in the future." +msgstr "" +"Izgleda da vam je WordPress instaliran u pod-folderu, kao što je opisano
ovde. Na žalost, WordPress upisuje podatke u .htaccess fajl u instalacionom " +"direktorijumu, a ne tamo odakle se vaš sajt servira.
Kada ažurirate " +"pravila za ponovni upis u ovom dodatku, moraćete da kopirate ovaj fajl na " +"lokaciju na kojoj se hostuje vaš sajt. Ovo će u budućnosti biti rešeno." + +#: wp-cache.php:597 +msgid "" +"Warning! You attempted to enable compression but zlib." +"output_compression is enabled. See #21 in the Troubleshooting section " +"of the readme file." +msgstr "" +"Upozorenje! Pokušali ste da uključite kompresiju, ali je " +"zlib.output_compression uključeno. Pogledajte #21 u sekciji o " +"otklanjanju problema (Troubleshooting section), readme fajla." + +#: wp-cache.php:693 +msgid "WP Super Cache Settings" +msgstr "WP Super Cache podešenja" + +#: wp-cache.php:707 +msgid "" +"Notice: Mod_rewrite or Legacy caching enabled. Showing Advanced " +"Settings Page by default." +msgstr "" +"Obratite pažnju: Uključeni su Mod_rewrite, ili zastarelo keširanje " +"(Legacy caching). Podrazumevano je prikazivanje strane sa naprednim " +"podešenjima (Advanced Settings)." + +#: wp-cache.php:718 +msgid "" +"Configuration file changed, some values might be wrong. Load the page again " +"from the \"Settings\" menu to reset them." +msgstr "" +"Konfiguracioni fajl je izmenjen, neke vrednosti bi mogle biti pogrešne. " +"Učitajte stranu ponovo, iz menija \"Podešenja (Settings\", da ih resetujete." + +#: wp-cache.php:750 +msgid "Caching must be enabled to use this feature" +msgstr "Da bi se koristilo ovo svojstvo, keširanje mora da bude uključeno" + +#: wp-cache.php:768 wp-cache.php:908 +msgid "Cancel Cache Preload" +msgstr "Otkazati učitavanje keša unapred" + +#: wp-cache.php:776 +msgid "" +"Scheduled preloading of cache almost cancelled. It may take up to a minute " +"for it to cancel completely." +msgstr "" +"Zakazano učitavanje keša unapred je skoro otkazano. Može potrajati još " +"najviše minut dok se ono potpuno otkaže." + +#: wp-cache.php:787 +msgid "Scheduled preloading of cache cancelled." +msgstr "Zakazano učitavanje keša unapred je otkazano." + +#: wp-cache.php:819 wp-cache.php:906 +msgid "Preload Cache Now" +msgstr "Učitati keš unapred sada" + +#: wp-cache.php:823 +msgid "Scheduled preloading of cache in 10 seconds." +msgstr "Zakazano učitavanje keša unapred za 10 sekundi." + +#: wp-cache.php:828 +msgid "Scheduled preloading of cache in %d minutes" +msgstr "Zakazano učitavanje keša unapred za %d minuta" + +#: wp-cache.php:832 +msgid "" +"This will cache every published post and page on your site. It will create " +"supercache static files so unknown visitors (including bots) will hit a " +"cached page. This will probably help your Google ranking as they are using " +"speed as a metric when judging websites now." +msgstr "" +"Ovo će keširati svaku objavljenu objavu, ili stranu, na vašem sajtu. " +"Napraviće superkeš statične fajlove, tako da će nepoznati posetioci " +"(uključujući i botove) pogoditi keširanu stranu. Ovo će vam verovatno pomoći " +"kod Google rangiranja, pošto oni sada koriste brzinu kao meru, kada sude o " +"web sajtovima." + +#: wp-cache.php:833 +msgid "" +"Preloading creates lots of files however. Caching is done from the newest " +"post to the oldest so please consider only caching the newest if you have " +"lots (10,000+) of posts. This is especially important on shared hosting." +msgstr "" +"Međutim, učitavanje unapred kreira dosta fajlova. Keširanje se radi od " +"najnovije do najstarije objave, tako da, molim vas, ako imate mnogo " +"(10,000+) objava, razmislite o tome da keširate samo one najnovije. Ovo je " +"naročito važno kod deljenog hostinga." + +#: wp-cache.php:834 +msgid "" +"In ’Preload Mode’ regular garbage collection will only clean out " +"old legacy files for known users, not the preloaded supercache files. This " +"is a recommended setting when the cache is preloaded." +msgstr "" +"U ’Modu za učitavanje unapred (Preload Mode&)#8217; redovno " +"sakupljanje smeća će očistiti samo stare zaostale (legacy) fajlove, za " +"poznate korisnike., a ne unapred učitane superkeš fajlove. Ovo je " +"podrazumevano podešenje, onda kada se keš učitava unapred." + +#: wp-cache.php:838 +msgid "" +"Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d " +"minutes.)" +msgstr "" +"Osvežavati unapred učitane keš fajlove svakih %s minuta. (0 za " +"isključivanje, najmanje %d minuta.)" + +#: wp-cache.php:851 +msgid "all" +msgstr "sve" + +#: wp-cache.php:864 +msgid "Preload %s posts." +msgstr "Unapred učitati %s objava." + +#: wp-cache.php:871 +msgid "" +"Preload mode (garbage collection only on legacy cache files. Recommended.)" +msgstr "" +"Mod za učitavanje unapred (Preload mode) (sakupljanje smeća samo nad " +"zastarelim keš fajlovima. Preporučeno.)" + +#: wp-cache.php:874 +msgid "Preload tags, categories and other taxonomies." +msgstr "Unapred učitati oznake (tags), kategorije i druge taksonomije." + +#: wp-cache.php:877 +msgid "Send me status emails when files are refreshed." +msgstr "Slati mi e-mailove kada se fajlovi osvežavaju." + +#: wp-cache.php:882 +msgid "Many emails, 2 emails per 100 posts." +msgstr "Mnogo e-mailova, 2 e-maila na 100 objava." + +#: wp-cache.php:885 +msgid "Medium, 1 email per 100 posts." +msgstr "Srednje, 1 e-mail na 100 objava." + +#: wp-cache.php:888 +msgid "Less emails, 1 at the start and 1 at the end of preloading all posts." +msgstr "" +"Manje e-mailova, 1 na početku i 1 na kraju prethodnog učitavanja svih objava." + +#: wp-cache.php:892 +msgid "Refresh of cache in %d hours %d minutes and %d seconds." +msgstr "Osvežavanje keša za %d časova, %d minuta i %d sekundi." + +#: wp-cache.php:893 +msgid "Full refresh of cache in %d hours %d minutes and %d seconds." +msgstr "Potpuno osvežavanje keša za %d časova, %d minuta i %d sekundi." + +#: wp-cache.php:899 +msgid "Currently caching from post %d to %d." +msgstr "Trenutno se keširaju objave od %d do %d." + +#: wp-cache.php:903 +msgid "Page last cached: %s" +msgstr "Poslednja keširana strana: %s" + +#: wp-cache.php:906 +msgid "Update Settings" +msgstr "Ažurirati podešenja" + +#: wp-cache.php:914 +msgid "" +"Preloading of cache disabled. Please disable legacy page caching or talk to " +"your host administrator." +msgstr "" +"Isključeno je učitavanje keša unapred. Molim vas, isključite keširanje " +"zastarelih strana, ili razgovarajte sa vašim hosting administratorom." + +#: wp-cache.php:931 wp-cache.php:1043 +msgid "Caching" +msgstr "Keširanje" + +#: wp-cache.php:935 +msgid "Cache hits to this website for quick access." +msgstr "Keš pogoci na ovom web sajtu, za brzi pristup." + +#: wp-cache.php:935 wp-cache.php:936 wp-cache.php:953 wp-cache.php:962 +#: wp-cache.php:969 wp-cache.php:972 wp-cache.php:990 wp-cache.php:1046 +msgid "Recommended" +msgstr "Preporučeno" + +#: wp-cache.php:936 +msgid "Use mod_rewrite to serve cache files." +msgstr "Koristiti mod_rewrite za serviranje keš fajlova." + +#: wp-cache.php:937 +msgid "Use PHP to serve cache files." +msgstr "Koristiti PHP za serviranje keš fajlova." + +#: wp-cache.php:938 +msgid "Legacy page caching." +msgstr "Staro keširanje strana (legacy page caching)." + +#: wp-cache.php:939 +msgid "" +"Mod_rewrite is fastest, PHP is almost as fast and easier to get working, " +"while legacy caching is slower again, but more flexible and also easy to get " +"working. New users should use PHP caching." +msgstr "" +"Mod_rewrite je najbrži, PHP je skoro isto tako brz, a jednostavniji za " +"stavljanje u rad, dok je, opet, staro keširanje (legacy caching) sporije, " +"ali je fleksibilnije i, takođe, jednostavnije za stavljanje u rad. Novi " +"korisnici bi trebalo da koriste PHP keširanje." + +#: wp-cache.php:945 +msgid "Miscellaneous" +msgstr "Razno" + +#: wp-cache.php:951 +msgid "Warning! Compression is disabled as gzencode() function not found." +msgstr "" +"Upozorenje! Kompresija je isključena, jer nije pronađena funkcija gzencode()." + +#: wp-cache.php:953 +msgid "Compress pages so they’re served more quickly to visitors." +msgstr "Komprimovati strane, tako da se brže serviraju posetiocima." + +#: wp-cache.php:954 +msgid "" +"Compression is disabled by default because some hosts have problems with " +"compressed files. Switching it on and off clears the cache." +msgstr "" +"Kompresija je u startu isključena, jer neki hostinzi imaju problema sa " +"komprimovanim fajlovima. Njeno uključivanje i isključivanje brišu keš." + +#: wp-cache.php:962 +msgid "" +"304 Not Modified browser caching. Indicate when a page has not been modified " +"since last requested." +msgstr "" +"304 Ne modifikovano (Not Modified) keširanje od strane pregledača. Ukazuje " +"kada strana nije izmenjena od poslednjeg zahteva." + +#: wp-cache.php:965 +msgid "" +"Warning! 304 browser caching is only supported when not using mod_rewrite " +"caching." +msgstr "" +"Upozorenje! 304 keširanje od strane pregledača je podržano samo kada se ne " +"koristi mod_rewrite keširanje." + +#: wp-cache.php:967 +msgid "" +"304 support is disabled by default because some hosts have had problems with " +"the headers used in the past." +msgstr "" +"Podrška za 304 je u startu isključena, jer neki hostinzi imaju problema sa " +"zaglavljima korišćenim u prošlosti." + +#: wp-cache.php:969 +msgid "" +"Don’t cache pages for known users." +msgstr "" +"Ne keširati strane za poznate korisnike." + +#: wp-cache.php:970 +msgid "Don’t cache pages with GET parameters. (?x=y at the end of a url)" +msgstr "Ne keširati strane sa GETparametrima. (?x=y, na kraju url-a)" + +#: wp-cache.php:971 +msgid "" +"Make known users anonymous so they’re served supercached static files." +msgstr "" +"Učiniti poznate korisnike anonimnim, tako da im se serviraju superkeširani " +"statički fajlovi." + +#: wp-cache.php:972 +msgid "" +"Cache rebuild. Serve a supercache file to anonymous users while a new file " +"is being generated." +msgstr "" +"Ponovna izgradnja keša. Servirati anonimnim korisnicima superkeširani fajl, " +"dok se generiše novi fajl." + +#: wp-cache.php:973 +msgid "" +"Proudly tell the world your server is
Stephen Fry proof! " +"(places a message in your blog’s footer)" +msgstr "" +"Ponosno recite svetu da je vaš server Stephen Fry proof! " +"(postavlja poruku u podnožju vašeg bloga)" + +#: wp-cache.php:979 wp-cache.php:1256 wp-cache.php:1875 +msgid "Advanced" +msgstr "Napredno" + +#: wp-cache.php:983 +msgid "" +"Enable dynamic caching (mfunc, mclude, dynamic-cached-content). See the FAQ for " +"further details.)" +msgstr "" +"Uključiti dinamičko keširanje (mfunc, mclude, dynamic-cached-content). " +"Pogledajte često postavljana pitanja (FAQ) za više detalja.)" + +#: wp-cache.php:984 +msgid "" +"Mobile device support. (External plugin or theme required. See the FAQ for " +"further details.)" +msgstr "" +"Podrška za mobilne uređaje. (Potreban je spoljni dodatak, ili tema. " +"Pogledajte često postavljana pitanja (FAQ) za više detalja.)" + +#: wp-cache.php:986 +msgid "Mobile Browsers" +msgstr "Mobilni pregledači" + +#: wp-cache.php:986 +msgid "Mobile Prefixes" +msgstr "Mobilni prefiksi" + +#: wp-cache.php:988 +msgid "" +"Remove UTF8/blog charset support from .htaccess file. Only necessary if you " +"see odd characters or punctuation looks incorrect. Requires rewrite rules " +"update." +msgstr "" +"Ukloniti UTF8/blog karakter-set podršku iz .htaccess fajla. Potrebno je samo " +"ako vidite neobične karaktere, ili interpunkcija izgleda nepravilno. Zahteva " +"ažuriranje pravila ponovnog upisa (rewrite rules)." + +#: wp-cache.php:989 +msgid "Clear all cache files when a post or page is published or updated." +msgstr "" +"Obrisati sve keš fajlove, onda kada se objava ili strana objavi ili ažurira." + +#: wp-cache.php:990 +msgid "Extra homepage checks. (Very occasionally stops homepage caching)" +msgstr "" +"Dodatne provere početne strane. (Veoma retko zaustavlja keširanje početne " +"strane)" + +#: wp-cache.php:991 +msgid "Only refresh current page when comments made." +msgstr "Osvežiti aktuelnu stranu samo kada se ostave komentari." + +#: wp-cache.php:992 +msgid "List the newest cached pages on this page." +msgstr "Prikazati listu poslednjih keširanih strana na ovoj strani." + +#: wp-cache.php:994 +msgid "" +"Coarse file locking. You probably don’t need this but it may help if " +"your server is underpowered. Warning! May cause your server to lock up " +"in very rare cases!" +msgstr "" +"Grubo zaključavanje fajlova. Ovo vam verovatno ne treba, ali može pomoći ako " +"je vaš server slabijih mogućnosti. Upozorenje! U vrlo retkim slučajevima " +"može izazvati zaključavanje servera!" + +#: wp-cache.php:996 +msgid "" +"Late init. Display cached files after WordPress has loaded. Most useful in " +"legacy mode." +msgstr "" +"Kasna inicijalizacija. Prikazuje keširane fajlove nakon što se učita " +"WordPress. Najkorisnije u starom modu (legacy mode)." + +#: wp-cache.php:998 +msgid "Use object cache to store cached files." +msgstr "Koristiti objektni keš (object cache) za čuvaje keširanih fajlova." + +#: wp-cache.php:998 +msgid "(Experimental)" +msgstr "(Eksperimentalno)" + +#: wp-cache.php:1000 +msgid "DO NOT CACHE PAGE secret key: %s" +msgstr "NE KEŠIRATI STRANU tajni ključ: %s" + +#: wp-cache.php:1006 +msgid "Note:" +msgstr "Napomena:" + +#: wp-cache.php:1008 +msgid "" +"Uninstall this plugin on the plugins page. It will automatically clean up " +"after itself. If manual intervention is required then simple instructions " +"are provided." +msgstr "" +"De-instalirati ovaj dodatak na strani sa dodacima (plugins). On će " +"automatski počistiti za sobom. Ako je potrebna manuelna intervencija, " +"obezbedeđene su jednostavne instrukcije." + +#: wp-cache.php:1009 +msgid "" +"If uninstalling this plugin, make sure the directory %s is " +"writeable by the webserver so the files advanced-cache.php and " +"cache-config.php can be deleted automatically. (Making sure those " +"files are writeable too is probably a good idea!)" +msgstr "" +"Ako de-instalirate ovaj dodatak, postarajte se da u direktorijum %s " +"bude omogućen upis od strane web servera, tako da fajlovi advanced-cache." +"php i cache-config.php mogu automatski da budu obrisani. " +"(Osiguravanje da i u ove fajlove bude moguć upis je verovatno dobra ideja!)" + +#: wp-cache.php:1010 +msgid "" +"Please see the readme.txt for " +"instructions on uninstalling this script. Look for the heading, \"How to " +"uninstall WP Super Cache\"." +msgstr "" +"Molim vas, pogledajte readme.txt fajl, za instrukcije o de-instaliranju ove skripte. otražite naslov \"How " +"to uninstall WP Super Cache (Kako de-instalirati WP Super Cache)\"." + +#: wp-cache.php:1011 +msgid "" +"Need help? Check the Super Cache readme file. It " +"includes installation documentation, a FAQ and Troubleshooting tips. The support forum is also available. Your question may already " +"have been answered." +msgstr "" +"Treba vam pomoć? Pogledajte Super Cache readme fajl. On " +"uključuje instalacionu dokumentaciju, često postavljana pitanja (FAQ) i " +"savete za otklanjanje problema. Takođe je dostupan i forum " +"za podršku. Na vaše pitanje je možda već odgovoreno." + +#: wp-cache.php:1014 wp-cache.php:1061 +msgid "Update Status" +msgstr "Ažurirati status" + +#: wp-cache.php:1021 +msgid "Accepted Filenames & Rejected URIs" +msgstr "Prihvaćena imena fajlova i odbačeni URI-ji" + +#: wp-cache.php:1046 +msgid "Caching On" +msgstr "Keširanje uključeno" + +#: wp-cache.php:1047 +msgid "Caching Off" +msgstr "Keširanje isključeno" + +#: wp-cache.php:1048 +msgid "Note: enables PHP caching, cache rebuild, and mobile support" +msgstr "" +"Napomena: uključuje PHP keširanje, ponovnu izgradnju keša i podršku za " +"mobilne uređaje" + +#: wp-cache.php:1058 +msgid "" +"Notice: PHP caching enabled but Supercache mod_rewrite rules detected. " +"Cached files will be served using those rules. If your site is working ok " +"please ignore this message or you can edit the .htaccess file in the root of " +"your install and remove the SuperCache rules." +msgstr "" +"Obratite pažnju: Uključeno je PHP keširanje, ali su pronađena Supercache " +"mod_rewrite pravila za ponovni upis. Keširani fajlovi će biti servirani " +"koristeći ta pravila. Ako vaš sajt dobro funkcioniše, molim vas, ignorišite " +"ovu poruku, ili možete urediti .htaccess fajl u osnovnom direktorijumu vaše " +"instalacije i ukloniti SuperCache pravila." + +#: wp-cache.php:1063 +msgid "Cache Tester" +msgstr "Proverivač keša" + +#: wp-cache.php:1064 +msgid "Test your cached website by clicking the test button below." +msgstr "Proverite svoj keširani web sajt, klikom na donje dugme za proveru." + +#: wp-cache.php:1070 +msgid "Fetching %s to prime cache: " +msgstr "Preuzimanje %s u primarni keš:" + +#: wp-cache.php:1072 wp-cache.php:1081 wp-cache.php:1093 +msgid "OK" +msgstr "U redu" + +#: wp-cache.php:1075 +msgid "Fetching first copy of %s: " +msgstr "Preuzimanje prve kopije %s:" + +#: wp-cache.php:1084 wp-cache.php:1095 +msgid "FAILED" +msgstr "NIJE USPELO" + +#: wp-cache.php:1087 +msgid "Fetching second copy of %s: " +msgstr "Preuzimanje druge kopije %s:" + +#: wp-cache.php:1099 +msgid "One or more page requests failed:" +msgstr "Jedan ili više zahteva za stranu nije uspelo:" + +#: wp-cache.php:1118 wp-cache.php:1119 +msgid "Page %d: %d (%s)" +msgstr "Strana %d: %d (%s)" + +#: wp-cache.php:1125 +msgid "Page 1: %s" +msgstr "Strana 1: %s" + +#: wp-cache.php:1126 +msgid "Page 2: %s" +msgstr "Strana 2: %s" + +#: wp-cache.php:1127 +msgid "The timestamps on both pages match!" +msgstr "Vremenske oznake (timestamps) na obe strane se podudaraju!" + +#: wp-cache.php:1129 +msgid "The pages do not match! Timestamps differ or were not found!" +msgstr "" +"Strane se ne podudaraju! Vremenske oznake (timestamps) se razlikuju, ili " +"nisu pronađene!" + +#: wp-cache.php:1130 +msgid "Things you can do:" +msgstr "Stvari koje možete uraditi:" + +#: wp-cache.php:1131 +msgid "" +"Load your homepage in a logged out browser, check the timestamp at the end " +"of the html source. Load the page again and compare the timestamp. Caching " +"is working if the timestamps match." +msgstr "" +"Učitajte vašu početnu stranu u odjavljen pregledač i proverite vremensku " +"oznaku na kraju html izvornog koda. Učitajte istu stranu ponovo, i uporedite " +"vremensku oznaku. Keširanje funkcioniše ako se vremenske oznake podudaraju." + +#: wp-cache.php:1132 +msgid "" +"Enable logging on the Debug page here. That should help you track down the " +"problem." +msgstr "" +"Omogućiti prijavu na strani za otklanjanje programskih grešaka (Debugging " +"page), ovde. To bi trebalo da vam pomogne da pronađete problem." + +#: wp-cache.php:1133 +msgid "" +"You should check Page 1 and Page 2 above for errors. Your local server " +"configuration may not allow your website to access itself." +msgstr "" +"Trebalo bi da proverite ima li grešaka na strani 1 i strani 2, gore. " +"Konfiguracija vašeg lokalnog servera možda ne dozvoljava vašem web sajtu da " +"pristupa sam sebi." + +#: wp-cache.php:1141 +msgid "Send non-secure (non https) request for homepage" +msgstr "Slati neobezbeđene (koji nisu https) zahteve za početnu stranu" + +#: wp-cache.php:1142 +msgid "Test Cache" +msgstr "Proveriti keš" + +#: wp-cache.php:1146 +msgid "Delete Cached Pages" +msgstr "Obrisati keširane strane" + +#: wp-cache.php:1147 +msgid "" +"Cached pages are stored on your server as html and PHP files. If you need to " +"delete them use the button below." +msgstr "" +"Keširane strane se čuvaju na vašem serveru, kao html i PHP fajlovi. Ako " +"morate da ih obrišete, upotrebite donje dugme." + +#: wp-cache.php:1150 wp-cache.php:2416 wp-cache.php:2435 wp-cache.php:2606 +#: wp-cache.php:3141 +msgid "Delete Cache" +msgstr "Obrisati keš" + +#: wp-cache.php:1157 wp-cache.php:2422 +msgid "Delete Cache On All Blogs" +msgstr "Obrisati keš na svim blogovima" + +#: wp-cache.php:1162 +msgid "Recommended Links and Plugins" +msgstr "Preporučeni linkovi i dodaci" + +#: wp-cache.php:1163 +msgid "" +"Caching is only one part of making a website faster. Here are some other " +"plugins that will help:" +msgstr "" +"Keširanje je samo jedan deo ubrzavanja web sajta. Evo i nekih drugih " +"dodataka koji će pomoći:" + +#: wp-cache.php:1164 +msgid "" +"WPSCMin, a Supercache plugin that minifies cached pages " +"by removing whitespaces and extra characters " +msgstr "" +"WPSCMin, Supercache dodatak koji minimizira keširane " +"strane, uklanjajući prazan prostor i višak karaktera" + +#: wp-cache.php:1165 +msgid "" +"Yahoo! Yslow is an extension for the Firefox add-on " +"Firebug. It analyzes web pages and suggests ways to improve their " +"performance based on a set of rules for high performance web pages. Also try " +"the performance tools online at GTMetrix." +msgstr "" +"Yahoo! Yslow je proširenje za Firefox nadgradnju, " +"Firebug. Ono analizira web strane i predlaže načine za unapređivanje " +"njihovih performansi, prema pravilima za web strane visokih performansi. " +"Takođe probajte onlajn alate za performanse, na GTMetrix." + +#: wp-cache.php:1166 +msgid "" +"Use Google Libraries allows you to load some commonly " +"used Javascript libraries from Google webservers. Ironically it may reduce " +"your Yslow score." +msgstr "" +"Use Google Libraries vam omogućava da učitate neke često " +"korišćene Javascript biblioteke sa Google web servera. Ironija je što to " +"može umanjiti vaš Yslow rezultat." + +#: wp-cache.php:1168 +msgid "" +"Advanced users only: Speed up your site with " +"Caching and cache-control explains how to make your site more cacheable " +"with .htaccess rules." +msgstr "" +"Samo za napredne korisnike: Speed up your " +"site with Caching and cache-control (Ubrzajte vaš sajt pomoću keširanja i " +"kontrole keša) objašnjava kako da vaš sajt učinite pogodnijim za " +"keširanje, pomoću .htaccess pravila." + +#: wp-cache.php:1169 +msgid "" +"Advanced users only: Install an object cache. Choose from " +"Memcached, XCache, eAcccelerator and others." +msgstr "" +"Samo za napredne korisnike: Instalirajte neki objektni keš. " +"Odaberite između Memcached, XCache, eAcccelerator i drugih." + +#: wp-cache.php:1170 +msgid "" +"Cron View is a useful plugin to use when trying to debug " +"garbage collection and preload problems." +msgstr "" +"Cron View je koristan dodatak, za korišćenje onda kada " +"pokušavate da otklonite programske greške koje prave probleme sa uklanjanjem " +"smeća i učitavanjem unapred." + +#: wp-cache.php:1181 +msgid "Make WordPress Faster" +msgstr "Učinite WordPress bržim" + +#: wp-cache.php:1182 +msgid "" +"%1$s is maintained and developed by %2$s with contributions from many others." +msgstr "%1$s je održavan i razvijen od strane %2$s, uz doprinos mnogih drugih." + +#: wp-cache.php:1183 +msgid "He blogs at %1$s and posts photos at %2$s." +msgstr "On bloguje na %1$s i objavljuje fotografije na %2$s." + +#: wp-cache.php:1184 +msgid "Please say hi to him on %s too!" +msgstr "Molim vas, pozdravite i njega, na %s!" + +#: wp-cache.php:1185 +msgid "Need Help?" +msgstr "Treba vam pomoć?" + +#: wp-cache.php:1187 +msgid "" +"Use the debug system in the Debug tab above. It will tell you what the " +"plugin is doing." +msgstr "" +"Koristite sistem za otklanjanje grešaka u gornjoj kartici Otklanjanje " +"grešaka (Debug). On će vam reći šta dodatak radi." + +#: wp-cache.php:1188 +msgid "Installation Help" +msgstr "Pomoć oko instalacije" + +#: wp-cache.php:1189 +msgid "Frequently Asked Questions" +msgstr "Često postavljana pitanja (FAQ)" + +#: wp-cache.php:1190 +msgid "Support Forum" +msgstr "forum za podršku" + +#: wp-cache.php:1191 +msgid "Development Version" +msgstr "razvojna verzija" + +#: wp-cache.php:1193 +msgid "Rate This Plugin!" +msgstr "Ocenite ovaj dodatak!" + +#: wp-cache.php:1194 +msgid "" +"Please rate this plugin and tell me if it works for you " +"or not. It really helps development." +msgstr "" +"Molim vas, ocenite ovaj dodatak i recite mi da li, u " +"vašem slučaju, funkcioniše, ili ne. Ovo stvarno pomaže razvoju." + +#: wp-cache.php:1203 +msgid "Cached pages since %1$s : %2$s" +msgstr "Keširano strana, od %1$s : %2$s" + +#: wp-cache.php:1204 +msgid "Newest Cached Pages:" +msgstr "Najnovije keširane strane:" + +#: wp-cache.php:1208 +msgid "Cached %s seconds ago" +msgstr "Keširano pre %s sekundi" + +#: wp-cache.php:1211 +msgid "(may not always be accurate on busy sites)" +msgstr "(može biti neprecizno kod opterećenih sajtova)" + +#: wp-cache.php:1227 +msgid "" +"Cache plugins are PHP scripts that live in a plugins folder inside the wp-" +"super-cache folder. They are loaded when Supercache loads, much sooner than " +"regular WordPress plugins." +msgstr "" +"Keš dodaci su PHP skripte koje se nalaze u folderu sa dodacima (plugins), " +"unutar wp-super-cache foldera. One se učitavaju kada se učitava Supercache, " +"mnogo pre nego obični WordPress dodaci." + +#: wp-cache.php:1228 +msgid "" +"This is strictly an advanced feature only and knowledge of both PHP and " +"WordPress actions is required to create them." +msgstr "" +"Ovo je, striktno, samo jedno napredno svojstvo, i potrebno je poznavanje i " +"PHP i WordPress akcija, da bi se ona kreirala." + +#: wp-cache.php:1229 +msgid "" +"Warning! Due to the way WordPress upgrades plugins the " +"plugins you upload to wp-super-cache/plugins/ will be deleted when you " +"upgrade WP Super Cache. You can avoid this by loading the plugins from " +"elsewhere. Set $wp_cache_plugins_dir to the new location in " +"wp-config.php and WP Super Cache will look there instead.
More info " +"available in the developer documentation." +msgstr "" +"Upozorenje! Zbog načina na koji WordPress unapređuje " +"dodatke, dodaci koje prenesete u wp-super-cache/plugins/ će biti obrisani " +"kada unapredite WP Super Cache. Ovo možete izbeći učitavanjem dodataka sa " +"neke druge lokacije. U fajlu wp-config.php podesite " +"$wp_cache_plugins_dir na novu lokaciju, i WP Super Cache će tražiti " +"tu, umesto na staroj lokaciji.
Više informacija je dostupno u dokumentaciji za " +"programere." + +#: wp-cache.php:1239 +msgid "Available Plugins" +msgstr "Raspoloživi dodaci" + +#: wp-cache.php:1256 +msgid "Easy" +msgstr "Jednostavno" + +#: wp-cache.php:1256 +msgid "CDN" +msgstr "CDN" + +#: wp-cache.php:1256 +msgid "Contents" +msgstr "Sadržaji" + +#: wp-cache.php:1256 +msgid "Preload" +msgstr "Učitavanje unapred" + +#: wp-cache.php:1256 +msgid "Plugins" +msgstr "Dodaci" + +#: wp-cache.php:1256 +msgid "Debug" +msgstr "Otklanjanje programskih grešaka" + +#: wp-cache.php:1291 +msgid "" +"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on the main site of this network." +msgstr "" +"Obratite pažnju: Provere WP Super Cache mod_rewrite pravila su iksljučene, " +"osim ako vam glavni sajt radi na ovoj mreži." + +#: wp-cache.php:1300 +msgid "Mod Rewrite Rules" +msgstr "Mod Rewrite pravila" + +#: wp-cache.php:1306 +msgid "WordPress MU Detected" +msgstr "Pronađen je WordPress MU" + +#: wp-cache.php:1306 +msgid "" +"Unfortunately the rewrite rules cannot be updated automatically when running " +"WordPress MU. Please open your .htaccess and add the following mod_rewrite " +"rules above any other rules in that file." +msgstr "" +"Na žalost, pravila za ponovni upis ne mogu da se ažuriraju automatski, kada " +"se koristi WordPress MU. Molim vas, otvorite .htaccess i dodajte sledeća " +"mod_rewrite pravila, iznad svih drugih pravila u tom fajlu." + +#: wp-cache.php:1308 +msgid "Mod Rewrite rules cannot be updated!" +msgstr "Mod Rewrite pravila ne mogu da se ažuriraju!" + +#: wp-cache.php:1309 +msgid "" +"You must have BEGIN and END markers in %s." +"htaccess for the auto update to work. They look like this and surround the " +"main WordPress mod_rewrite rules:" +msgstr "" +"Da bi automatsko ažuriranje funkcionisalo, morate imati BEGIN i END markere u %s.htaccess fajlu. Oni izgledaju " +"ovako, i okružuju glavna WordPress mod_rewrite pravila:" + +#: wp-cache.php:1311 +msgid "Refresh this page when you have updated your .htaccess file." +msgstr "Kada ažurirate vaš .htaccess fajl, osvežite ovu stranu." + +#: wp-cache.php:1315 +msgid "Thank you for upgrading." +msgstr "Hvala vam za unapređivanje." + +#: wp-cache.php:1315 +msgid "" +"The mod_rewrite rules changed since you last installed this plugin. " +"Unfortunately you must remove the old supercache rules before the new ones " +"are updated. Refresh this page when you have edited your .htaccess file. If " +"you wish to manually upgrade, change the following line: %1$s so it looks " +"like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" " +"and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change " +"but it’s backwards compatible with older versions if you’re " +"brave enough to use them." +msgstr "" +"Mod_rewrite pravila su se promenila od kada ste poslednji put instalirali " +"ovaj dodatak. Na žalost, morate ukloniti stara superkeš pravila pre nego se " +"nova ažuriraju. Kada završite uređivanje vašeg .htaccess fajla, osvežite ovu " +"stranu. Ako želite da uradite manuelno unapređivanje, izmenite sledeću " +"liniju: %1$s, da izgleda ovako: %2$s Jedine izmene su to što \"HTTP_COOKIE\" " +"postaje \"HTTP:Cookie\" i \"wordpressuser\" postaje \"wordpress\". Ovo je " +"WordPress 2.5 izmena, ali ona je komaptibilna unazad sa starijim verzijama, " +"ako ste dovoljno hrabri da ih koristite." + +#: wp-cache.php:1319 +msgid "Trailing slash check required." +msgstr "Potrebna je provera prateće kose crte." + +#: wp-cache.php:1319 +msgid "" +"It looks like your blog has URLs that end with a \"/\". Unfortunately since " +"you installed this plugin a duplicate content bug has been found where URLs " +"not ending in a \"/\" end serve the same content as those with the \"/\" and " +"do not redirect to the proper URL. To fix, you must edit your .htaccess file " +"and add these two rules to the two groups of Super Cache rules:" +msgstr "" +"Izgleda da vaš blog ima URL-ove koji završavaju sa \"/\". Na žalost, pošto " +"ste instalirali ovaj dodatak, programska greška sa dupliranim sadržajem se " +"pojavljuje tamo gde URL-ovi ne završavaju sa \"/\", i servira se isti " +"sadržaj kao za one sa \"/\", a ne vrši se usmeravanje na odgovarajući URL. " +"Da popravite ovo, morate urediti vaš .htaccess fajl, i dodati ova pravila " +"dvema grupama Super Cache pravila:" + +#: wp-cache.php:1321 +msgid "" +"You can see where the rules go and examine the complete rules by clicking " +"the \"View mod_rewrite rules\" link below." +msgstr "" +"Možete videti gde pravila idu, i ispitati kompletna pravila, klikom na donji " +"link \"Pregledati mod_rewrite pravila (View mod_rewrite rules)\"." + +#: wp-cache.php:1335 +msgid "Mod Rewrite rules updated!" +msgstr "Mod Rewrite pravila su ažurirana!" + +#: wp-cache.php:1336 +msgid "" +"%s.htaccess has been updated with the necessary mod_rewrite rules. Please " +"verify they are correct. They should look like this:" +msgstr "" +"%s.htaccess je dopunjen sa neophodnim mod_rewrite pravilima. Molim vas, " +"potvrdite da su ona ispravna. Trebalo bi da ovako izgledaju:" + +#: wp-cache.php:1338 +msgid "Mod Rewrite rules must be updated!" +msgstr "Mod Rewrite pravila moraju da budu ažurirana!" + +#: wp-cache.php:1339 +msgid "" +"Your %s.htaccess is not writable by the webserver and must be updated with " +"the necessary mod_rewrite rules. The new rules go above the regular " +"WordPress rules as shown in the code below:" +msgstr "" +"U vaš %s.htaccess fajl nije omogućen upis podataka od strane web servera, a " +"on se mora ažurirati sa neophodnim mod_rewrite pravilima. Nova pravila " +"dolaze iznad uobičajenih WordPress pravila, kao što je prikazano u donjem " +"kodu:" + +#: wp-cache.php:1344 +msgid "" +"WP Super Cache mod rewrite rules were detected in your %s.htaccess file.
Click the following link to see the lines added to that file. If you have " +"upgraded the plugin make sure these rules match." +msgstr "" +"U vašem %s.htaccess fajlu su pronađena WP Super Cache mod rewrite pravila." +"
Kliknite na sledeći link da vidite linije koje su dodate u taj fajl. " +"Ako ste unapredili dodatak, postarajte se da se ova pravila poklapaju." + +#: wp-cache.php:1347 +msgid "" +"A difference between the rules in your .htaccess file and the plugin rewrite " +"rules has been found. This could be simple whitespace differences but you " +"should compare the rules in the file with those below as soon as possible. " +"Click the ’Update Mod_Rewrite Rules’ button to update the rules." +msgstr "" +"Pronađena je razlika između pravila u vašem .htaccess fajlu i pravila " +"dodatka, za ponovni upis. Ovo može biti jednostavno razlika u praznom " +"prostoru, ali bi što pre trebalo da uporedite pravila u fajlu sa ovim " +"donjim. Da ažurirate pravila, kliknite na dugme ’Ažurirati Mod_Rewrite " +"pravila (Update Mod_Rewrite Rules)’." + +#: wp-cache.php:1349 +msgid "View Mod_Rewrite Rules" +msgstr "Pregledati Mod_Rewrite pravila" + +#: wp-cache.php:1355 wp-cache.php:2722 +msgid "Rules must be added to %s too:" +msgstr "Pravila se takođe moraju dodati u %s:" + +#: wp-cache.php:1362 +msgid "Gzip encoding rules in %s.htaccess created." +msgstr "U %s.htaccess fajlu su kreirana pravila za Gzip kodiranje." + +#: wp-cache.php:1369 +msgid "Fix Configuration" +msgstr "Popraviti konfiguraciju" + +#: wp-cache.php:1372 +msgid "Restore Default Configuration" +msgstr "Vratiti podrazumevanu konfiguraciju" + +#: wp-cache.php:1380 +msgid "" +"Comment moderation is enabled. Your comment may take some time to appear." +msgstr "" +"Uključena je moderacija komentara. Vašem komentaru može biti potrebno " +"određeno vreme da se pojavi." + +#: wp-cache.php:1405 +msgid "Lock Down:" +msgstr "Zaključati:" + +#: wp-cache.php:1406 +msgid "" +"Prepare your server for an expected spike in traffic by enabling the lock " +"down. When this is enabled, new comments on a post will not refresh the " +"cached static files." +msgstr "" +"Pripremite vaš server za neočekivani saobraćajni špic, omogućivši " +"zaključavanje. Kada je ono uključeno, novi komentari na objave neće " +"osvežavati keširane statičke fajlove." + +#: wp-cache.php:1407 +msgid "" +"Developers: Make your plugin lock down compatible by checking the " +"\"WPLOCKDOWN\" constant. The following code will make sure your plugin " +"respects the WPLOCKDOWN setting." +msgstr "" +"Programeri: Učinite vaš dodatak kompatibilnim sa zaključavanjem, čekiravši " +"\"WPLOCKDOWN\" konstantu. Sledeći kod će se postarati da vaš dodatak poštuje " +"WPLOCKDOWN podešenje." + +#: wp-cache.php:1409 +msgid "Sorry. My blog is locked down. Updates will appear shortly" +msgstr "" +"Žao mi je. Moj blog je zaključan. Ispravke/dopune će se pojaviti uskoro" + +#: wp-cache.php:1413 +msgid "" +"WordPress is locked down. Super Cache static files will not be deleted when " +"new comments are made." +msgstr "" +"WordPress je zaključan. Super Cache statički fajlovi se neće brisati kada se " +"postave novi komentari." + +#: wp-cache.php:1415 +msgid "" +"WordPress is not locked down. New comments will refresh Super Cache static " +"files as normal." +msgstr "" +"WordPress nije zaključan. Novi komentari će osvežavati Super Cache statičke " +"fajlove, kao i obično." + +#: wp-cache.php:1421 +msgid "Lock Down" +msgstr "Zaključati" + +#: wp-cache.php:1429 +msgid "Directly Cached Files" +msgstr "Direktno keširani fajlovi" + +#: wp-cache.php:1487 +msgid "%s removed!" +msgstr "%s uklonjeno!" + +#: wp-cache.php:1495 +msgid "" +"You must make %s writable to enable this feature. As this is a security risk " +"please make it readonly after your page is generated." +msgstr "" +"Morate omogućiti upis podataka u %s, da biste omogućili ovo svojstvo. Pošto " +"je to sigurnosni rizik, molim vas da ponovo onemogućite upis podataka u " +"fajl, nakon što se vaša strana generiše." + +#: wp-cache.php:1500 +msgid "" +"%s is writable. Please make it readonly after your page is generated as this " +"is a security risk." +msgstr "" +"U %s je moguć upis podataka. Molim vas, onemogućite upis podataka u ovaj " +"fajl, nakon što se generiše vaša strana, jer je to sigurnosni rizik." + +#: wp-cache.php:1515 +msgid "Existing direct page" +msgstr "Postojeća direktna strana" + +#: wp-cache.php:1515 +msgid "Delete cached file" +msgstr "Obrisati keširani fajl" + +#: wp-cache.php:1520 +msgid "Add direct page:" +msgstr "Dodati direktnu stranu:" + +#: wp-cache.php:1522 +msgid "" +"Directly cached files are files created directly off %s where your blog " +"lives. This feature is only useful if you are expecting a major Digg or " +"Slashdot level of traffic to one post or page." +msgstr "" +"Direktno keširani fajlovi se kreiraju direktno iz %s, gde se nalazi vaš " +"blog. Ovo svojstvo je korisno samo ako očekujete značajan nivo Digg ili " +"Slashdot saobraćaja ka jednoj objavi, ili strani." + +#: wp-cache.php:1524 +msgid "" +"For example: to cache %1$sabout/, you would enter %1$sabout/ or /" +"about/. The cached file will be generated the next time an anonymous user " +"visits that page." +msgstr "" +"Na primer: da keširate %1$sabout/, unećete %1$sabout/ ili /about/. " +"Keširani fajl će se generisati sledeći put kada anonimni posetilac poseti tu " +"stranu." + +#: wp-cache.php:1525 +msgid "" +"Make the textbox blank to remove it from the list of direct pages and delete " +"the cached file." +msgstr "" +"Ispraznite tekstualno polje, da ga uklonite sa liste direktnih strana, i " +"obrišete keširani fajl." + +#: wp-cache.php:1530 +msgid "Update Direct Pages" +msgstr "Ažurirati direktne strane" + +#: wp-cache.php:1558 +msgctxt "timezone date format" +msgid "Y-m-d G:i:s" +msgstr "Y-m-d (G-m-d) G:i:s" + +#: wp-cache.php:1620 +msgid "Expiry Time & Garbage Collection" +msgstr "Vreme isteka i sakupljanje smeća" + +#: wp-cache.php:1622 +msgid "" +"UTC time is %s" +msgstr "" +"UTC (usklađeno univerzalno vreme)" +" vreme je %s" + +#: wp-cache.php:1625 +msgid "Local time is %1$s" +msgstr "Lokalno vreme je %1$s" + +#: wp-cache.php:1629 +msgid "Next scheduled garbage collection will be at %s UTC" +msgstr "Sledeće zakazano sakupljanje smeća će biti u %s UTC" + +#: wp-cache.php:1633 +msgid "" +"Warning! PRELOAD MODE activated. Supercache files will not " +"be deleted regardless of age." +msgstr "" +"Upozorenje! PRELOAD MODE (mod za učitavanje unapred) je " +"aktiviran. Superkeš fajlovi se neće brisati, nevezano za starost." + +#: wp-cache.php:1650 +msgid "Cache Timeout" +msgstr "Vreme isteka keša" + +#: wp-cache.php:1651 wp-cache.php:1654 +msgid "seconds" +msgstr "sekundi" + +#: wp-cache.php:1652 +msgid "" +"How long should cached pages remain fresh? Set to 0 to disable garbage " +"collection. A good starting point is 3600 seconds." +msgstr "" +"Koliko dugo keširane strane treba da ostanu sveže? Da isključite sakupljanje " +"smeća, postavite vrednost 0. Dobra polazna tačka je 3600 sekundi." + +#: wp-cache.php:1653 +msgid "Scheduler" +msgstr "Planer" + +#: wp-cache.php:1653 +msgid "Timer:" +msgstr "Tajmer:" + +#: wp-cache.php:1654 +msgid "Check for stale cached files every interval seconds." +msgstr "" +"Tražiti keširane fajlove koji se ne koriste, svakih interval " +"sekundi." + +#: wp-cache.php:1655 +msgid "Clock:" +msgstr "Sat:" + +#: wp-cache.php:1656 +msgid "HH:MM" +msgstr "HH:MM" + +#: wp-cache.php:1656 +msgid "" +"Check for stale cached files at this time (UTC) or starting " +"at this time every interval below." +msgstr "" +"Tražiti keširane fajlove koji se ne koriste u ovo vreme (UTC), ili, počevši od ovog vremena, svakih interval nadalje." + +#: wp-cache.php:1658 +msgid "Interval:" +msgstr "Interval:" + +#: wp-cache.php:1664 +msgid "Notification Emails" +msgstr "E-mailovi sa obaveštenjima" + +#: wp-cache.php:1665 +msgid "Email me when the garbage collection runs." +msgstr "Obavestiti me e-mailom kada se pokrene sakupljanje smeća." + +#: wp-cache.php:1667 +msgid "Garbage Collection" +msgstr "Sakupljanje smeća" + +#: wp-cache.php:1668 +msgid "" +"Garbage collection is the simple act of throwing out your garbage. " +"For this plugin that would be old or stale cached files that may be " +"out of date. New cached files are described as fresh." +msgstr "" +"Sakupljanje smeća je jednostavno čin izbacivanja vašeg smeća. Za " +"ovaj dodatak, to bi bili stari, ili nekorišćeni keširani fajlovi " +"koji bi mogli biti zastareli. Novi keširani fajlovi se nazivaju svežim." + +#: wp-cache.php:1669 +msgid "" +"Cached files are fresh for a limited length of time. You can set that time " +"in the Cache Timeout text box on this page." +msgstr "" +"Keširani fajlovi ostaju sveži ograničeno vreme. To vreme možete podesiti u " +"tekstualnom polju Vreme isteka keša (Cache Timeout), na ovoj strani." + +#: wp-cache.php:1670 +msgid "" +"Stale cached files are not removed as soon as they become stale. They have " +"to be removed by the garbage collecter. That is why you have to tell the " +"plugin when the garbage collector should run." +msgstr "" +"Keširani fajlovi koji se ne koriste, ne uklanjaju se čim postanu \"ustajali" +"\". Njih mora da ukloni sakupljač smeća. Zato morate reći dodatku kada " +"sakupljač smeća treba da se pokrene." + +#: wp-cache.php:1671 +msgid "" +"Use the Timer or Clock schedulers to define when the " +"garbage collector should run." +msgstr "" +"Koristite planere Tajmer (Timer) ili Sat (Clock), da " +"definišete kada sakupljač smeća treba da se pokrene." + +#: wp-cache.php:1672 +msgid "" +"The Timer scheduler tells the plugin to run the garbage collector " +"at regular intervals. When one garbage collection is done, the next run is " +"scheduled." +msgstr "" +"Tajmer (Timer) planer govori dodatku da pokreće sakupljač smeća u " +"pravilnim intervalima. Kada jedan sakupljač smeća završi sa radom, zakazuje " +"se sledeće pokretanje." + +#: wp-cache.php:1673 +msgid "" +"Or, the Clock scheduler allows the garbage collection to run at " +"specific times. If set to run hourly or twicedaily the garbage collector " +"will be first scheduled for the time you enter here. It will then run again " +"at the indicated interval. If set to run daily it will run once a day at the " +"time specified." +msgstr "" +"Ili, Sat (Clock) planer, koji omogućava da se sakupljač smeća " +"pokreće u određeno vreme. Ako je podešen da radi na svaki sat, ili dva puta " +"na dan, pokretanje sakupljača smeća će prvo biti zakazano u vreme koje " +"unesete ovde. Nakon toga će biti pokretan u navedenim intervalima. Ako je " +"podešen da se pokreće jednom dnevno, on će se pokretati jednom dnevno - u " +"navedeno vreme." + +#: wp-cache.php:1675 +msgid "" +"There are no best garbage collection settings but here are a few scenarios. " +"Garbage collection is separate to other actions that clear our cached files " +"like leaving a comment or publishing a post." +msgstr "" +"Ne postoje najbolja podešenja za sakupljanje smeća, ali evo nekoliko " +"scenarija. Sakupljanje smeća je odvojeno od drugih akcija koje brišu " +"keširane fajlove, kao što je ostavljanje komentara, ili objavljivanje objave." + +#: wp-cache.php:1677 +msgid "" +"Sites that want to serve lots of newly generated data should set the " +"Cache Timeout to 60 and use the Timer scheduler set to 90 " +"seconds." +msgstr "" +"Sajtovi koji žele da pruže dosta novo generisanih podataka, treba da podese " +"Vreme isteka keša (Cache Timeout) na 60, i da koriste Tajmer " +"(Timer), podešen na 90 sekundi." + +#: wp-cache.php:1678 +msgid "" +"Sites with widgets and rss feeds in their sidebar should probably use a " +"timeout of 3600 seconds and set the timer to 600 seconds. Stale files will " +"be caught within 10 minutes of going stale." +msgstr "" +"Sajtovi sa vidžetima i sa rss tokovima u svojoj bočnoj traci, verovatno " +"treba da koriste vreme isteka od 3600 sekundi, i da podese tajmer na 600 " +"sekundi. Fajlovi koji se ne koriste će se uhvatiti u roku od 10 minuta, od " +"kako postanu \"ustajali\"." + +#: wp-cache.php:1679 +msgid "" +"Sites with lots of static content, no widgets or rss feeds in their sidebar " +"can use a timeout of 86400 seconds or even more and set the timer to " +"something equally long." +msgstr "" +"Sajtovi sa dosta statičkog sadržaja, bez vidžeta i rss tokova u svojoj " +"bočnoj traci, mogu da koriste vreme isteka od 86400 sekundi, pa čak i više, " +"i da podese tajmer na neko podjednako dugo vreme." + +#: wp-cache.php:1680 +msgid "" +"Sites where an external data source updates at a particular time every day " +"should set the timeout to 86400 seconds and use the Clock scheduler set " +"appropriately." +msgstr "" +"Sajtovi čiji se neki spoljni izvor podataka ažurira svakog dana u isto " +"vreme, treba da podese vreme isteka na 86400 sekundi, i da koriste Sat " +"(Clock) planer u skladu sa tim." + +#: wp-cache.php:1682 +msgid "" +"Checking for and deleting expired files is expensive, but it’s " +"expensive leaving them there too. On a very busy site you should set the " +"expiry time to 600 seconds. Experiment with different values and " +"visit this page to see how many expired files remain at different times " +"during the day. If you are using legacy caching aim to have less than 500 " +"cached files if possible. You can have many times more cached files when " +"using mod_rewrite or PHP caching." +msgstr "" +"Traženje i brisanje isteklih fajlova je skupo, ali je takođe skupo " +"ostavljati ih gde jesu. Na veoma posećenom sajtu, trebalo bi da podesite " +"vreme isteka na 600 sekundi. Eksperimentišite sa različitim " +"vrednostima i posećujte ovu stranu, da vidite koliko isteklih fajlova ostaje " +"u različito vreme, tokom dana. Ako koristite staro keširanje (legacy " +"caching), ciljajte na to da imate manje od 500 keširanih fajlova, ako je to " +"moguće. Kada koristite mod_rewrite ili PHP keširanje, možete imati mnogo " +"više keširanih fajlova." + +#: wp-cache.php:1683 +msgid "Set the expiry time to 0 seconds to disable garbage collection." +msgstr "Da isključite sakupljanje smeća, podesite vreme isteka na 0 sekundi." + +#: wp-cache.php:1684 +msgid "Change Expiration" +msgstr "Izmeniti isticanje" + +#: wp-cache.php:1728 +msgid "Rejected User Agents" +msgstr "Odbačeni korisnički agenti" + +#: wp-cache.php:1729 +msgid "" +"Strings in the HTTP ’User Agent’ header that prevent WP-Cache " +"from caching bot, spiders, and crawlers’ requests. Note that super " +"cached files are still sent to these agents if they already exists." +msgstr "" +"Stringovi u HTTP ’User Agent’ zaglavlju, koji sprečavaju WP-" +"Cache da kešira zahteve botova, tragača (spiders) i pretraživača (crawlers). " +"Imajte na umu da se superkeširani fajlovi i dalje šalju ovim agentima, ako " +"već postoje." + +#: wp-cache.php:1736 +msgid "Save UA Strings" +msgstr "Sačuvati UA stringove" + +#: wp-cache.php:1759 +msgid "" +"Do not cache the following page types. See the Conditional Tags documentation for a " +"complete discussion on each type." +msgstr "" +"Ne keširati sledeće tipove strana. Pogledajte dokumentaciju o Uslovnim tagovima " +"(Conditional Tags), za kompletnu diskusiju o svakom tipu." + +#: wp-cache.php:1762 +msgid "Single Posts" +msgstr "Pojedinačne objave" + +#: wp-cache.php:1763 +msgid "Pages" +msgstr "Strane" + +#: wp-cache.php:1764 +msgid "Front Page" +msgstr "Prva strana" + +#: wp-cache.php:1765 +msgid "Home" +msgstr "Početna strana" + +#: wp-cache.php:1766 +msgid "Archives" +msgstr "Arhive" + +#: wp-cache.php:1767 +msgid "Tags" +msgstr "Oznake (tags)" + +#: wp-cache.php:1768 +msgid "Category" +msgstr "Kategorija" + +#: wp-cache.php:1769 +msgid "Feeds" +msgstr "Izvori podataka (feeds)" + +#: wp-cache.php:1770 +msgid "Search Pages" +msgstr "Strane za pretragu" + +#: wp-cache.php:1771 +msgid "Author Pages" +msgstr "Strane o autorima" + +#: wp-cache.php:1773 wp-cache.php:1885 +msgid "Save" +msgstr "Sačuvati" + +#: wp-cache.php:1790 +msgid "" +"Add here strings (not a filename) that forces a page not to be cached. For " +"example, if your URLs include year and you dont want to cache last year " +"posts, it’s enough to specify the year, i.e. ’/2004/’. WP-" +"Cache will search if that string is part of the URI and if so, it will not " +"cache that page." +msgstr "" +"Ovde dodajte stringove (ne ime fajla), koji forsiraju da strana ne bude " +"keširana. Na primer, ako vaši URL-ovi uključuju godinu, a ne želite da " +"keširate prošlogodišnje objave, dovoljno je navesti godinu, npr. " +"’/2004/’. WP-Cache će tražiti da li je taj string deo URI-ja, i " +"ako jeste, neće keširati tu stranu." + +#: wp-cache.php:1796 +msgid "Save Strings" +msgstr "Sačuvati stringove" + +#: wp-cache.php:1812 +msgid "" +"Add here those filenames that can be cached, even if they match one of the " +"rejected substring specified above." +msgstr "" +"Ovde dodajte imena fajlova koji mogu da se keširaju, čak i ako sadrže neki " +"od gornjih stringova za odbacivanje." + +#: wp-cache.php:1818 +msgid "Save Files" +msgstr "Sačuvati fajlove" + +#: wp-cache.php:1859 +msgid "Currently logging to: %s" +msgstr "Trenutno se prijavljuje na: %s" + +#: wp-cache.php:1862 +msgid "" +"Fix problems with the plugin by debugging it here. It can log them to a file " +"in your cache directory." +msgstr "" +"Rešava probleme sa dodatkom, otklanjajući ovde programske greške. Može " +"napraviti dnevnički zapis o njima u vašem keš direktorijumu." + +#: wp-cache.php:1866 +msgid "Debugging" +msgstr "Otklanjanje programskih grešaka" + +#: wp-cache.php:1867 +msgid "IP Address" +msgstr "IP adrese" + +#: wp-cache.php:1867 +msgid "(only log requests from this IP address. Your IP is %s)" +msgstr "(zahtevi za logove samo sa ove IP adrese. Vaša IP adresa je %s)" + +#: wp-cache.php:1868 +msgid "Cache Status Messages" +msgstr "Poruke o statusu keša" + +#: wp-cache.php:1869 +msgid "Display comments at the end of every page like this:" +msgstr "Prikazivati komentare na kraju svake strane, ovako:" + +#: wp-cache.php:1875 +msgid "" +"In very rare cases two problems may arise on some blogs:
  1. The front " +"page may start downloading as a zip file.
  2. The wrong page is " +"occasionally cached as the front page if your blog uses a static front page " +"and the permalink structure is /%category%/%postname%/.
" +msgstr "" +"U veoma retkim slučajevima, na nekim blogovima se mogu pojaviti dva problema:" +"
  1. Prva strana može da počne da se preuzima kao zip fajl.
  2. " +"Povremeno se kao prva strana kešira pogrešna strana, ako vaš blog koristi " +"statičnu prvu stranu, a permalink struktura teme je /%category%/%postname" +"%/.
" + +#: wp-cache.php:1876 +msgid "" +"I’m 99% certain that they aren’t bugs in WP Super Cache and they " +"only happen in very rare cases but you can run a simple check once every 5 " +"minutes to verify that your site is ok if you’re worried. You will be " +"emailed if there is a problem." +msgstr "" +"99% sam siguran da to nisu programske greške u WP Super Cache-u, i do njih " +"dolazi samo u veoma retkim slučajevima, ali možete pokrenuti jednostavnu " +"proveru svakih 5 minuta, da potvrdite da je vaš sajt u redu, ako ste " +"zabrinuti. Biće vam poslat e-mail ako bude problema." + +#: wp-cache.php:1878 +msgid "Check front page every 5 minutes." +msgstr "Proveravati prvu stranu svakih 5 minuta." + +#: wp-cache.php:1879 +msgid "Front page text" +msgstr "Tekst prve strane" + +#: wp-cache.php:1879 +msgid "" +"Text to search for on your front page. If this text is missing the cache " +"will be cleared. Leave blank to disable." +msgstr "" +"Tekst za traženje na prvoj strani. Ako ovaj tekst nedostaje, keš će biti " +"obrisa. Da isključite, ostavite prazno." + +#: wp-cache.php:1880 +msgid "Clear cache on error." +msgstr "Obrisati keš u slučaju greške." + +#: wp-cache.php:1881 +msgid "Email the blog admin when checks are made. (useful for testing)" +msgstr "" +"Poslati e-amil administratoru bloga, kada se urade provere. (korisno za " +"proveru)" + +#: wp-cache.php:1895 +msgid "" +"Error: GZIP compression is enabled, disable it if you want to enable wp-" +"cache." +msgstr "" +"Greška: GZIP kompresija je uključena, isključite je ako hoćete da uključite " +"wp-cache." + +#: wp-cache.php:1945 wp-cache.php:2086 wp-cache.php:2122 +msgid "Warning" +msgstr "Upozorenje" + +#: wp-cache.php:1945 +msgid "" +"GZIP compression is enabled in WordPress, wp-cache will be bypassed until " +"you disable gzip compression." +msgstr "" +"GZIP kompresija je uključena u WordPress-u, wp-cache će biti zaobilažen dok " +"ne isključite gzip kompresiju." + +#: wp-cache.php:2007 wp-cache.php:2012 wp-cache.php:2045 wp-cache.php:2050 +#: wp-cache.php:2056 +msgid "Error" +msgstr "Greška" + +#: wp-cache.php:2007 +msgid "" +"Your cache directory (%1$s) did not exist and couldn’" +"t be created by the web server. Check %1$s permissions." +msgstr "" +"Vaš keš direktorijum (%1$s) ne postoji, i nije mogao da " +"bude kreiran od strane web servera. Proverite %1$-ove dozvole." + +#: wp-cache.php:2012 +msgid "" +"Your cache directory (%1$s) or %2$s need " +"to be writable for this plugin to work. Double-check it." +msgstr "" +"Upis u vaš keš direktorijum (%1$s), ili %2$s, mora da bude omogućen da bi ovaj dodatak funkcionisao. Proverite ga " +"dva puta." + +#: wp-cache.php:2045 +msgid "" +"Your WP-Cache config file (%s) is out of date and not " +"writable by the Web server.Please delete it and refresh this page." +msgstr "" +"Vaš WP-Cache konfiguracioni fajl (%s) je star i web server " +"ne može da vrši upis u njega. Molim vas, obrišite ga i osvežite ovu stranu." + +#: wp-cache.php:2050 +msgid "" +"Configuration file missing and %1$s directory (%2$s) is " +"not writable by the Web server.Check its permissions." +msgstr "" +"Konfiguracioni fajl nedostaje, a u %1$-ov direktorijum (%2$s) nije moguć upis podataka od strane web servera. Proverite njegove " +"dozvole." + +#: wp-cache.php:2056 +msgid "" +"Sample WP-Cache config file (%s) does not exist.Verify you " +"installation." +msgstr "" +"WP-Cache konfiguracioni fajl - primer (%s) ne postoji. " +"Proverite vašu instalaciju." + +#: wp-cache.php:2086 +msgid "Could not update %s!
WPCACHEHOME must be set in config file." +msgstr "" +"%s nije mogao da se ažurira! WPCACHEHOME mora da se podesi u " +"konfiguracionom fajlu." + +#: wp-cache.php:2122 +msgid "%s/advanced-cache.php does not exist or cannot be updated." +msgstr "%s/advanced-cache.php ne postoji i ne može da se ažurira." + +#: wp-cache.php:2123 +msgid "1. If it already exists please delete the file first." +msgstr "1. Ako već postoji, molim vas da ga prvo obrišete." + +#: wp-cache.php:2124 +msgid "" +"2. Make %1$s writable using the chmod command through your ftp or server " +"software. (chmod 777 %1$s) and refresh this page. This is only a " +"temporary measure and you’ll have to make it read only afterwards " +"again. (Change 777 to 755 in the previous command)" +msgstr "" +"2. Omogućite upis podataka u %s-e, koristeći naredbu chmod, preko vašeg ftp, " +"ili serverskog softvera. (chmod 777 %1$s) i osvežite ovu stranu. " +"Ovo je samo privremena mera, i moraćete posle da opet onemogućite upis u " +"njega. (U prethodnoj naredbi promenite 777 u 755)" + +#: wp-cache.php:2125 +msgid "3. Refresh this page to update %s/advanced-cache.php" +msgstr "3. Osvežite ovu stranu da ažurirate %s/advanced-cache.php" + +#: wp-cache.php:2126 +msgid "" +"If that doesn’t work, make sure the file %s/advanced-cache.php doesn’t exist:" +msgstr "" +"Ako to ne funkcioniše, proverite da li fajl %s/advanced-cache.php " +"postoji:" + +#: wp-cache.php:2127 +msgid "" +"
  • 1. Open %1$s$wp_cache_file in a text editor.
  • 2. Change " +"the text CACHEHOME to %2$s
  • 3. Save the file and " +"copy it to %3$s and refresh this page.
  • " +msgstr "" +"
  • 1. Otvorite fajl %1$s$wp_cache_file u nekom uređivaču teksta.
  • 2. Izmenite tekst CACHEHOME u %2$s
  • 3. " +"Sačuvajte fajl i kopirajte ga u %3$s, a zatim osvežite ovu stranu." + +#: wp-cache.php:2150 +msgid "" +"

    WP_CACHE constant set to false

    The WP_CACHE constant is used by " +"WordPress to load the code that serves cached pages. Unfortunately it is set " +"to false. Please edit your wp-config.php and add or edit the following line " +"above the final require_once command:

    define('WP_CACHE', " +"true);

    " +msgstr "" +"

    WP_CACHE konstanta je podešena na vrednost false

    WP_CACHE " +"konstantu WordPress koristi da učita kod koji servira keširane strane. Na " +"žalost, ona je podešena na vrednost false. Molim vas, uredite vaš wp-config." +"php fajl i dodajte ili uredite sledeće linije, iznad završne naredbe " +"require_once:

    define('WP_CACHE', true);

    " + +#: wp-cache.php:2152 +msgid "" +"Error: WP_CACHE is not enabled in your wp-config.php file and I couldn’t modify it." +msgstr "" +"Greška: WP_CACHE nije uključen u vašem wp-config.php fajlu, i ne mogu da ga izmenim." + +#: wp-cache.php:2153 +msgid "" +"Edit %s and add the following line:
    define" +"('WP_CACHE', true);
    Otherwise, WP-Cache will not be " +"executed by WordPress core. " +msgstr "" +"Uredite %s i dodajte sledeću liniju:
    define" +"('WP_CACHE', true);
    U suprotnom, WP-Cache se neće " +"izvršiti od strane WordPress jezgra. " + +#: wp-cache.php:2157 +msgid "" +"

    WP_CACHE constant added to wp-config.php

    If you continue to see " +"this warning message please see point 5 of the Troubleshooting Guide. The " +"WP_CACHE line must be moved up." +msgstr "" +"

    WP_CACHE konstanta je dodata u wp-config.php

    Ako i dalje budete " +"videli ovu poruku sa upozorenjem, molim vas, pogledajte tačku 5 Vodiča za " +"otklanjanje problema (Troubleshooting Guide). WP_CACHE linija se mora " +"pomeriti na gore." + +#: wp-cache.php:2185 +msgid "Cache Contents" +msgstr "Sadržaj keša" + +#: wp-cache.php:2188 +msgid "Object cache in use. No cache listing available." +msgstr "U upotrebi je objektni keš. Nije dostupan listing keša." + +#: wp-cache.php:2212 +msgid "Deleting supercache file: %s
    " +msgstr "Brisanje superkeš fajla: %s
    " + +#: wp-cache.php:2229 +msgid "Deleting wp-cache file: %s
    " +msgstr "Brisanje wp-cache fajla: %s
    " + +#: wp-cache.php:2294 +msgid "" +"Cache stats are not automatically generated. You must click the link below " +"to regenerate the stats on this page." +msgstr "" +"Statistike keša se ne generišu automatski. Morate kliknuti na donji link da " +"na ovoj strani generišete statistike." + +#: wp-cache.php:2295 +msgid "Regenerate cache stats" +msgstr "Ponovo generisati statistike keša" + +#: wp-cache.php:2297 +msgid "Cache stats last generated: %s minutes ago." +msgstr "Poslednje generisanje statistika keša: pre %s minuta." + +#: wp-cache.php:2303 +msgid "WP-Cache" +msgstr "WP-Cache" + +#: wp-cache.php:2304 wp-cache.php:2319 +msgid "%s Cached Pages" +msgstr "%s keširanih strana" + +#: wp-cache.php:2305 wp-cache.php:2324 +msgid "%s Expired Pages" +msgstr "%s isteklih strana" + +#: wp-cache.php:2318 +msgid "WP-Super-Cache" +msgstr "WP-Super-Cache" + +#: wp-cache.php:2328 +msgid "Fresh WP-Cached Files" +msgstr "Sveži WP-Cache fajlovi" + +#: wp-cache.php:2329 wp-cache.php:2345 wp-cache.php:2361 wp-cache.php:2377 +msgid "URI" +msgstr "URI" + +#: wp-cache.php:2329 wp-cache.php:2345 +msgid "Key" +msgstr "Ključ" + +#: wp-cache.php:2329 wp-cache.php:2345 wp-cache.php:2361 wp-cache.php:2377 +msgid "Age" +msgstr "Starost" + +#: wp-cache.php:2329 wp-cache.php:2345 wp-cache.php:2361 wp-cache.php:2377 +msgid "Delete" +msgstr "Obrisati" + +#: wp-cache.php:2344 +msgid "Stale WP-Cached Files" +msgstr "WP-keširani fajlovi koji se ne koriste" + +#: wp-cache.php:2360 +msgid "Fresh Super Cached Files" +msgstr "Sveži superkeširani fajlovi" + +#: wp-cache.php:2376 +msgid "Stale Super Cached Files" +msgstr "Superkeširani fajlovi koji se ne koriste" + +#: wp-cache.php:2392 +msgid "Hide file list" +msgstr "Sakriti listu fajlova" + +#: wp-cache.php:2394 +msgid "Too many cached files, no listing possible." +msgstr "Previše keširanih fajlova, nije moguć prikaz liste" + +#: wp-cache.php:2396 +msgid "List all cached files" +msgstr "Prikazati listu svih keširanih fajlova" + +#: wp-cache.php:2399 +msgid "" +"Expired files are files older than %s seconds. They are still used by the " +"plugin and are deleted periodically." +msgstr "" +"Istekli fajlovi su stariji od %s sekundi. Oni se i dalje koriste od strane " +"dodatka, i brišu se periodično." + +#: wp-cache.php:2410 +msgid "Delete Expired" +msgstr "Obrisati isteklo" + +#: wp-cache.php:2435 +msgid "Delete Super Cache cached files (opens in new window)" +msgstr "Obrisati Super Cache keširane fajlove (otvara se u novom prozoru)" + +#: wp-cache.php:2582 +msgid "%1$s is Stephen Fry proof thanks to caching by %2$s" +msgstr "" +"%1$s je Stephen Fry proveren (Stephen Fry proof), zahvaljujući keširanju od " +"strane %2$s" + +#: wp-cache.php:2615 +msgid "" +"WP Super Cache must be configured. Go to the admin page " +"to enable and configure the plugin." +msgstr "" +"WP Super Cache mora biti konfigurisan. Idite na stranu za " +"administraciju, da uključite i konfigurišete ovaj dodatak." + +#: wp-cache.php:2621 +msgid "Settings" +msgstr "Podešavanja" + +#: wp-cache.php:2631 +msgid "" +"WP Super Cache is disabled. Please go to the plugin admin " +"page to enable caching." +msgstr "" +"WP Super Cache je isključen. Molim vas, idite na stranu za " +"administraciju dodataka, da omogućite keširanje." + +#: wp-cache.php:2634 +msgid "" +"Warning! WP Super Cache caching broken! The script advanced-cache.php could " +"not load wp-cache-phase1.php.

    Please edit %1$s/advanced-cache.php " +"and make sure the path to %2$swp-cache-phase1.php is correct." +msgstr "" +"Upozorenje! WP Super Cache keširanje je neispravno! Skriptin fajl advanced-" +"cache.php nije mogao da učita wp-cache-phase1.php.

    Molim vas, " +"uredite %1$s/advanced-cache.php fajl i postarajte se da putanja ka %2$swp-" +"cache-phase1.php fajlu bude ispravna." + +#: wp-cache.php:2653 +msgid "[%s] Front page is gzipped! Please clear cache!" +msgstr "[%s] Prva strana je gzip-ovana! Molim vas, obrišite keš!" + +#: wp-cache.php:2653 +msgid "" +"Please visit %s to clear the cache as the front page of your site is now " +"downloading!" +msgstr "" +"Molim vas, posetite %s da obrišete keš, pošto se prva strana vašeg sajta " +"sada preuzima." + +#: wp-cache.php:2656 +msgid "[%s] Front page is gzipped! Cache Cleared!" +msgstr "[%s] Prva strana je gzip-ovana! Keš je obrisan!" + +#: wp-cache.php:2656 +msgid "" +"The cache on your blog has been cleared because the front page of your site " +"is now downloading. Please visit %s to verify the cache has been cleared." +msgstr "" +"Keš na vašem blogu je obrisan, pošto se prva strana vašeg sajta sada " +"preuzima. Molim vas, posetite %s, da potvrdite da je keš obrisan." + +#: wp-cache.php:2663 +msgid "[%s] Front page is not correct! Please clear cache!" +msgstr "[%s] Prva strana nije ispravna! Molim vas, obrišite keš!" + +#: wp-cache.php:2663 +msgid "" +"Please visit %1$s to clear the cache as the front page of your site is not " +"correct and missing the text, \"%2$s\"!" +msgstr "" +"Molim vas, posetite %1$s da obrišete keš, pošto prva strana vašeg sajta nije " +"ispravna, i nedostaje joj tekst, \"%2$s\"!" + +#: wp-cache.php:2666 +msgid "[%s] Front page is not correct! Cache Cleared!" +msgstr "[%s] Prva strana nije ispravna! Keš je obrisan!" + +#: wp-cache.php:2666 +msgid "" +"The cache on your blog has been cleared because the front page of your site " +"is missing the text \"%2$s\". Please visit %1$s to verify the cache has been " +"cleared." +msgstr "" +"Keš na vašem blogu je obrisan, pošto na prvoj strani vašeg sajta nedostaje " +"tekst \"%2$s\". Molim vas, posetite %1$s, da potvrdite da je keš obrisan." + +#: wp-cache.php:2671 +msgid "[%s] Front page check!" +msgstr "[%s] Provera prve strane!" + +#: wp-cache.php:2671 +msgid "" +"WP Super Cache has checked the front page of your blog. Please visit %s if " +"you would like to disable this." +msgstr "" +"WP Super Cache je proverio prvu stranu vašeg bloga. Molim vas, posetite %s, " +"ako želite da ovo isključite." + +#: wp-cache.php:2714 +msgid "Cannot update .htaccess" +msgstr "Fajl .htaccess ne može da se ažurira" + +#: wp-cache.php:2714 +msgid "" +"The file %s.htaccess cannot be modified by the web server. " +"Please correct this using the chmod command or your ftp client." +msgstr "" +"Fajl %s.htaccess nije mogao da bude izmenjen od strane web " +"servera. Molim vas, ispravite ovo, koristeći naredbu chmod, ili vaš ftp " +"klijent." + +#: wp-cache.php:2714 +msgid "Refresh this page when the file permissions have been modified." +msgstr "Osvežiti ovu stranu kada se dozvole fajla izmene." + +#: wp-cache.php:2714 +msgid "" +"Alternatively, you can edit your %s.htaccess file manually and " +"add the following code (before any WordPress rules):" +msgstr "" +"Alternativno, možete manuelno urediti vaš fajl %s.htaccess, i " +"dodati sledeći kod (pre bilo kakvih WordPress pravila):" + +#: wp-cache.php:2718 +msgid "" +"To serve static html files your server must have the correct mod_rewrite " +"rules added to a file called %s.htaccess" +msgstr "" +"Da bi servirao statičke html fajlove, vaš server mora imati ispravna " +"mod_rewrite pravila, dodata u fajl pod nazivom %s.htaccess" + +#: wp-cache.php:2719 +msgid "You can edit the file yourself add the following rules." +msgstr "Možete sami urediti fajl, dodajte sledeća pravila." + +#: wp-cache.php:2720 +msgid " Make sure they appear before any existing WordPress rules. " +msgstr "" +"Postarajte se da se ona pojave pre bilo kakvih postojećih WordPress pravila." + +#: wp-cache.php:2728 +msgid "Update Mod_Rewrite Rules" +msgstr "Ažurirati Mod_Rewrite pravila" + +#: wp-cache.php:2891 +msgid "[%1$s] Cache Preload Started" +msgstr "[%1$s] Učitavanje keša unapred je počelo" + +#: wp-cache.php:2921 +msgid "[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d" +msgstr "[%1$s] Osvežavanje %2$s taksonomije od %3$d do %4$d" + +#: wp-cache.php:2967 +msgid "[%1$s] Refreshing posts from %2$d to %3$d" +msgstr "[%1$s] Osvežavanje objava od %2$d do %3$d" + +#: wp-cache.php:2988 +msgid "[%1$s] Cache Preload Stopped" +msgstr "[%1$s] Učitavanje keša unapred je zaustavljeno" + +#: wp-cache.php:2998 +msgid "[%1$s] %2$d posts refreshed" +msgstr "[%1$s] %2$d objava je osveženo" + +#: wp-cache.php:2998 +msgid "Refreshed the following posts:" +msgstr "Osvežene su sledeće objave:" + +#: wp-cache.php:3008 +msgid "Scheduling next preload refresh in %d minutes." +msgstr "Sledeće osvežavanje učitavanja unapred se zakazuje za %d minuta" + +#: wp-cache.php:3019 +msgid "[%s] Cache Preload Completed" +msgstr "[%s] Učitavanje keša unapred je završeno" + +#: wp-cache.php:3019 +msgid "Cleaning up old supercache files." +msgstr "Brisanje starih superkeš fajlova." + +#: wp-cache.php:3062 +msgid "[%s] Preload may have stalled." +msgstr "[%s] Učitavanje unapred je možda zastalo." + +#: wp-cache.php:3062 +msgid "" +"Preload has been restarted.\n" +"%s" +msgstr "" +"Učitavanje unapred je ponovo započeto.\n" +"%s" + +#: wp-cache.php:3105 +msgid "Supercache Uninstall Problems" +msgstr "Problemi sa de-instaliranjem Supercache-a" + +#: wp-cache.php:3105 +msgid "" +"Dear User,\n" +"\n" +"WP Super Cache was removed from your blog but the mod_rewrite rules\n" +"in your .htaccess were not.\n" +"\n" +"Please edit the following file and remove the code\n" +"between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file " +"first!\n" +"\n" +"%s\n" +"\n" +"Regards,\n" +"WP Super Cache Plugin\n" +"http://wordpress.org/extend/plugins/wp-super-cache/" +msgstr "" +"Dragi korisniče,\n" +"\n" +"WP Super Cache je uklonjen sa vašeg bloga, ali mod_rewrite pravila\n" +"u vašem .htaccess nisu.\n" +"\n" +"Molim vas, uredite sledeći fajl i uklonite kod\n" +"između 'BEGIN WPSuperCache' i 'END WPSuperCache'. Molim vas, prvo napravite " +"backup kopiju fajla!\n" +"\n" +"%s\n" +"\n" +"Sa poštovanjem,\n" +"WP Super Cache dodatak\n" +"http://wordpress.org/extend/plugins/wp-super-cache/" + +#: wp-cache.php:3142 +msgid "Delete cache of the current page" +msgstr "Obrisati keš aktuelne strane" diff --git a/plugins/dynamic-cache-test.php b/plugins/dynamic-cache-test.php new file mode 100644 index 0000000..6d7ac9c --- /dev/null +++ b/plugins/dynamic-cache-test.php @@ -0,0 +1,113 @@ +This is a test. The current time on the server is: " . date( 'H:i:s' ) . "

    "; + $text = ob_get_contents(); + ob_end_clean(); + + if ( $cachedata === 0 ) // called directly from the theme so store the output + define( 'DYNAMIC_OB_TEXT', $text ); + else // called via the wpsc_cachedata filter. We only get here in cached pages in wp-cache-phase1.php + return str_replace( DYNAMIC_OUTPUT_BUFFER_TAG, $text, $cachedata ); + +} +add_cacheaction( 'wpsc_cachedata', 'dynamic_output_buffer_test' ); + +function dynamic_output_buffer_test_safety( $safety ) { + if ( defined( 'DYNAMIC_OB_TEXT' ) ) + return 1; // ready to replace tag with dynamic content. + else + return 0; // tag cannot be replaced. +} +add_cacheaction( 'wpsc_cachedata_safety', 'dynamic_output_buffer_test_safety' ); + +function dynamic_cache_test_filter( &$cachedata) { + return str_replace( DYNAMIC_CACHE_TEST_TAG, "", $cachedata ); +} +add_cacheaction( 'wpsc_cachedata', 'dynamic_cache_test_filter' ); + +function dynamic_cache_test_template_tag() { + echo DYNAMIC_CACHE_TEST_TAG; // This is the template tag +} + +function dynamic_cache_test_init() { + add_action( 'wp_footer', 'dynamic_cache_test_template_tag' ); +} +add_cacheaction( 'add_cacheaction', 'dynamic_cache_test_init' ); +*/ +?> diff --git a/plugins/searchengine.php b/plugins/searchengine.php index 7c6d3c5..d2e9dbe 100644 --- a/plugins/searchengine.php +++ b/plugins/searchengine.php @@ -8,9 +8,9 @@ function wp_supercache_searchengine( $string ) { if( $string != '' ) return $string; - if( $_COOKIE[ '7a1254cba80da02d5478d91cfd0a873a' ] == 1 ) { + if( isset( $_COOKIE[ '7a1254cba80da02d5478d91cfd0a873a' ] ) && $_COOKIE[ '7a1254cba80da02d5478d91cfd0a873a' ] == 1 ) { $string = 'searchengine'; - } elseif( $_SERVER[ 'HTTP_REFERER' ] != '' ) { + } elseif( isset( $_SERVER[ 'HTTP_REFERER' ] ) && $_SERVER[ 'HTTP_REFERER' ] != '' ) { if( is_array( $passingthrough ) == false ) return $string; diff --git a/readme.txt b/readme.txt index 6d58392..13e167a 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === WP Super Cache === Contributors: donncha, automattic Tags: performance,caching,wp-cache,wp-super-cache,cache -Tested up to: 3.5.1 -Stable tag: 1.3.2 +Tested up to: 3.6.1 +Stable tag: 1.4 Requires at least: 3.0 A very fast caching engine for WordPress that produces static html files. @@ -56,10 +56,16 @@ The cache directory, usually wp-content/cache/ is only for temporary files. Do n == Upgrade Notice == -= 1.3.2 = -IMPORTANT - Dynamic cached content now disabled by default. See advanced settings page. Better mangling of the mfunc tag in comments. Jetpack Mobile Theme support. += 1.4 = +Dynamic cached content now disabled by default. mfunc replaced by wpsc_cachedata filter. Read http://ocaoimh.ie/y/6j before updating if you use mfunc/mclude/dynamic-cached-content. == Changelog == += 1.4 = +* Replace legacy mfunc/mnclude/dynamic-cached-content functionality with a "wpsc_cachedata" cacheaction filter. +* Added dynamic-cache-test.php plugin example wpsc_cachedata filter plugin. +* Delete post, tag and category cache when a post changes from draft to publish or vice versa. Props @Biranit. +* Update advanced-cache.php and wp-config.php if wp-cache-phase1.php doesn't load, usually happening after migrating to a new hosting service. +* Misc bugfixes. = 1.3.2 = * Any mfunc/mclude/dynamic-cached-content tags in comments are now removed. @@ -375,60 +381,27 @@ No, it will do the opposite. Super Cache files are compressed and stored that wa = How do I make certain parts of the page stay dynamic? = -Note: from version 1.4 this functionality will be disabled by default. You will have to enable it on the settings page. +Note: this functionality is disabled by default. You will have to enable it on the Advanced Settings page. -There are 2 ways of doing this. You can use Javascript to draw the part of the page you want to keep dynamic. That's what Google Adsense and many widgets from external sites do. Or you can use a WP Super Cache tag to do the job but you can't use mod_rewrite mode caching. You have to switch to PHP or legacy caching. +There are 2 ways of doing this. You can use Javascript to draw the part of the page you want to keep dynamic. That's what Google Adsense and many widgets from external sites do and is the recommended way. Or you can use a WP Super Cache filter to do the job but you can't use mod_rewrite mode caching. You have to switch to PHP or legacy caching. -There are a few ways to do this, you can have functions that stay dynamic or you can include other files on every page load. To execute PHP code on every page load you can use either the "dynamic-cached-content", "mfunc", or "mclude" tags. The "dynamic-cached-content" tag is easier to use but the other tags can still be used. Make sure you duplicate the PHP code when using these tags. The first code is executed when the page is cached, while the second chunk of code is executed when the cached page is served to the next visitor. +WP Super Cache 1.4 introduced a cacheaction filter called wpsc_cachedata. The cached page to be displayed goes through this filter and allows modification of the page. If the page contains a placeholder tag the filter can be used to replace that tag with your dynamically generated html. +The function that hooks on to the wpsc_cachedata filter should be put in a file in the WP Super Cache plugins folder unless you use the late_init feature. An example plugin is included. Edit [dynamic-cache-test.php](http://svn.wp-plugins.org/wp-super-cache/trunk/plugins/dynamic-cache-test.php) to see the example code. +There are two example functions there. There's a simple function that replaces a string (or tag) you define when the cached page is served. The other example function uses an output buffer to generate the dynamic content. Due to a limitation in how PHP works the output buffer code MUST run before the wpsc_cachedata filter is hit, at least for when a page is cached. It doesn't matter when serving cached pages. See [this post](http://ocaoimh.ie/y/6j) for a more technical and longer explanation. To execute WordPress functions you must enable the 'Late init' feature on the advanced settings page. -= dynamic-cached-content example = - -This code will include the file adverts.php and will execute the functions "print_sidebar_ad()" and "do_more_stuff()". Make sure there's no space before or after the PHP tags. - -`` - -= mfunc example = - -To execute the function "function_name()": - -` - -` - -= mclude example = -To include another file: - -` - -` - -That will include file.php under the ABSPATH directory, which is the same as where your wp-config.php file is located. - -Example: -` - -` - = How do I use WordPress functions in cached dynamic pages? = - -See the next qestion, you have to load WordPress before the cached file is served. - = How do I delay serving the cache until the "init" action fires? = -Cached files are served before almost all of WordPress is loaded. While that's great for performance it's a pain when you want to extend the plugin using a core part of WordPress. Set $wp_super_cache_late_init to "1" in wp-content/wp-cache-config.php and cached files will be served when "init" fires. WordPress and it's plugins will be loaded now. This is very useful when you are using the mfunc tag in your theme. +Cached files are served before almost all of WordPress is loaded. While that's great for performance it's a pain when you want to extend the plugin using a core part of WordPress. Enable 'Late init' mode on the Advanced settings page and cached files will be served when "init" fires. WordPress and it's plugins will be loaded now. = Why don't WP UserOnline, Popularity Contest, WP Postratings or plugin X not work or update on my blog now? = -This plugin caches entire pages but some plugins think they can run PHP code every time a page loads. To fix this, the plugin needs to use Javascript/AJAX methods or the dynamic-cached-content/mfunc/mclude code described in the previous answer to update or display dynamic information. +This plugin caches entire pages but some plugins think they can run PHP code every time a page loads. To fix this, the plugin needs to use Javascript/AJAX methods or the wpsc_cachedata filter described in the previous answer to update or display dynamic information. + += Why do my WP Super Cache plugin disappear when I upgrade the plugin? = + +WordPress deletes the plugin folder when it updates a plugin. This is the same with WP Super Cache so any modified files in wp-super-cache/plugins/ will be deleted. You can define the variable $wp_cache_plugins_dir in wp-config.php or wp-content/wp-cache-config.php and point it at a directory outside of the wp-super-cache folder. The plugin will look there for it's plugins. = What does the Cache Rebuild feature do? = @@ -590,3 +563,4 @@ Translators who did a great job converting the text of the plugin to their nativ * [Nata Strazda](http://www.webhostingrating.com/) (Lithuanian) * [Alexander Alexandrov](http://www.designcontest.com/) (Belarusian) * [Michail Bogdanov](http://www.webhostinghub.com/) (Romanian) +* [Anja Skrba](http://science.webhostinggeeks.com/wordpress-super-cache) (Serbo-Croatian) diff --git a/wp-cache-base.php b/wp-cache-base.php index 2877fc7..b846eab 100644 --- a/wp-cache-base.php +++ b/wp-cache-base.php @@ -19,6 +19,8 @@ class CacheMeta { if( defined( 'SUBDOMAIN_INSTALL' ) && constant( 'SUBDOMAIN_INSTALL' ) == true ) { $blogcacheid = $WPSC_HTTP_HOST; } else { + if ( isset( $base ) == false ) + $base = ''; $request_uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '..', '', $_SERVER['REQUEST_URI'] ) ); if( strpos( $request_uri, '/', 1 ) ) { if( $base == '/' ) { diff --git a/wp-cache-phase1.php b/wp-cache-phase1.php index 87249e5..d62cbdb 100644 --- a/wp-cache-phase1.php +++ b/wp-cache-phase1.php @@ -19,6 +19,8 @@ $blog_cache_dir = $cache_path; } +$wp_cache_phase1_loaded = true; + $mutex_filename = 'wp_cache_mutex.lock'; $new_cache = false; @@ -119,7 +121,7 @@ function wp_super_cache_init() { function wp_cache_serve_cache_file() { global $key, $blogcacheid, $wp_cache_request_uri, $file_prefix, $blog_cache_dir, $meta_file, $cache_file, $cache_filename, $wp_super_cache_debug, $meta_pathname, $wp_cache_gzip_encoding, $meta; global $wp_cache_object_cache, $cache_compression, $wp_cache_slash_check, $wp_supercache_304, $wp_cache_home_path, $wp_cache_no_cache_for_get; - global $wp_cache_disable_utf8; + global $wp_cache_disable_utf8, $wp_cache_mfunc_enabled; extract( wp_super_cache_init() ); @@ -167,37 +169,67 @@ function wp_cache_serve_cache_file() { // last chance, check if a supercache file exists. Just in case .htaccess rules don't work on this host $filename = supercache_filename(); $file = get_current_url_supercache_dir() . $filename; - $phpfile = get_current_url_supercache_dir() . $filename . ".php"; - $serving_supercache = false; - if ( file_exists( $file ) ) { - $serving_supercache = 'html'; - } elseif ( file_exists( $phpfile ) ) { - $serving_supercache = 'php'; + if ( false == file_exists( $file ) ) { + if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "No Super Cache file found for current URL: $file" ); + return false; + } elseif ( false == empty( $_GET ) ) { + if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "GET array not empty. Cannot serve a supercache file. " . print_r( $_GET, 1 ) ); + return false; + } elseif ( wp_cache_get_cookies_values() != '' ) { + if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Cookies found. Cannot serve a supercache file. " . wp_cache_get_cookies_values() ); + return false; } + + if ( isset( $wp_cache_mfunc_enabled ) == false ) + $wp_cache_mfunc_enabled = 0; + if ( false == isset( $wp_cache_home_path ) ) $wp_cache_home_path = '/'; - if ( - ( - $wp_cache_request_uri == $wp_cache_home_path || - ( $wp_cache_slash_check && substr( $wp_cache_request_uri, -1 ) == '/' ) || - ( $wp_cache_slash_check == 0 && substr( $wp_cache_request_uri, -1 ) != '/' ) - ) && - ( wp_cache_get_cookies_values() == '' && empty( $_GET ) && $serving_supercache ) ) - { + + // make sure ending slashes are ok + if ( $wp_cache_request_uri == $wp_cache_home_path || ( $wp_cache_slash_check && substr( $wp_cache_request_uri, -1 ) == '/' ) || ( $wp_cache_slash_check == 0 && substr( $wp_cache_request_uri, -1 ) != '/' ) ) { + + if ( $wp_cache_mfunc_enabled == 0 ) { + // get data from file + if ( $wp_cache_gzip_encoding ) { + if ( file_exists( $file . '.gz' ) ) { + $cachefiledata = file_get_contents( $file . '.gz' ); + if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Fetched gzip static page data from supercache file using PHP. File: $file.gz" ); + } else { + $cachefiledata = gzencode( file_get_contents( $file ), 6, FORCE_GZIP ); + if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Fetched static page data from supercache file using PHP and gzipped it. File: $file" ); + } + } else { + $cachefiledata = file_get_contents( $file ); + if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Fetched static page data from supercache file using PHP. File: $file" ); + } + } else { + // get dynamic data from filtered file + $cachefiledata = do_cacheaction( 'wpsc_cachedata', file_get_contents( $file ) ); + if ( $wp_cache_gzip_encoding ) { + $cachefiledata = gzencode( $cachefiledata, 6, FORCE_GZIP ); + if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Fetched dynamic page data from supercache file using PHP and gzipped it. File: $file" ); + } else { + if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Fetched dynamic page data from supercache file using PHP. File: $file" ); + } + } + if ( isset( $wp_cache_disable_utf8 ) == false || $wp_cache_disable_utf8 == 0 ) header( "Content-type: text/html; charset=UTF-8" ); + header( "Vary: Accept-Encoding, Cookie" ); header( "Cache-Control: max-age=3, must-revalidate" ); header( "WP-Super-Cache: Served supercache file from PHP" ); - if ( file_exists( $file . '.gz' ) && $wp_cache_gzip_encoding ) { - $file = $file . '.gz'; + $size = function_exists( 'mb_strlen' ) ? mb_strlen( $cachefiledata, '8bit' ) : strlen( $cachefiledata ); + if ( $wp_cache_gzip_encoding ) { header( 'Content-Encoding: ' . $wp_cache_gzip_encoding ); - header( 'Content-Length: ' . filesize( $file ) ); - } elseif ( $serving_supercache == 'html' && $wp_supercache_304 ) { - header( 'Content-Length: ' . filesize( $file ) ); + header( 'Content-Length: ' . $size ); + } elseif ( $wp_supercache_304 ) { + header( 'Content-Length: ' . $size ); } - if ( $serving_supercache == 'html' && $wp_supercache_304 ) { + // don't try to match modified dates if using dynamic code. + if ( $wp_cache_mfunc_enabled == 0 && $wp_supercache_304 ) { if ( function_exists( 'apache_request_headers' ) ) { $request = apache_request_headers(); $remote_mod_time = $request[ 'If-Modified-Since' ]; @@ -211,29 +243,14 @@ function wp_cache_serve_cache_file() { } header( 'Last-Modified: ' . $local_mod_time ); } - if ( $serving_supercache == 'html' ) { - readfile( $file ); - if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Served page from supercache file using PHP.", 5 ); - exit(); - } elseif ( $serving_supercache == 'php' ) { - $cachefiledata = file_get_contents($phpfile); - if ( $cache_compression and $wp_cache_gzip_encoding ) { - ob_start("ob_gzhandler"); - eval( '?>' . $cachefiledata . '\n"; - ob_end_flush(); - if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Served compressed dynamic page from supercache file using PHP. File: $file", 5 ); - } else { - eval( '?>' . $cachefiledata . '' . $cache . '' . $uncompressed . '' . $cache . '/', $buffer ) ) { //Dynamic content - if ( !isset( $wp_cache_mfunc_enabled ) || $wp_cache_mfunc_enabled == 0 ) { - if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Dynamic content found in buffer but dynamic caching disabled on settings page.", 4 ); - wp_cache_add_to_buffer( $buffer, 'Super Cache dynamic page detected but dynamic caching disabled on the settings page.' ); - $buffer = preg_replace( '#((.*?)|is', - "\n\n", $buffer); - $store = preg_replace('|(.*?)|is', - "\n\n", $store); - $store = preg_replace('|(.*?)|is', - "\n\n", $store); - $wp_cache_meta[ 'dynamic' ] = true; - /* Clean function calls in tag */ - $buffer = preg_replace('||is', '', $buffer); - $buffer = preg_replace('||is', '', $buffer); - $buffer = preg_replace('|(.*?)|is', - "$1", $buffer); - $store = apply_filters( 'wpsupercache_buffer', $store ); + $buffer = apply_filters( 'wpsupercache_buffer', $buffer ); + wp_cache_append_tag( $buffer ); + + /* + * Dynamic content enabled: write the buffer to a file and then process any templates found using + * the wpsc_cachedata filter. Buffer is then returned to the visitor. + */ + if ( $wp_cache_mfunc_enabled == 1 ) { + if ( preg_match( '//', $buffer ) ) { //Dynamic content + if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "mfunc/mclude/dynamic-cached-content tags have been retired. Please update your theme. See docs for updates." ); + wp_cache_add_to_buffer( $buffer, "Warning! Obsolete mfunc/mclude/dynamic-cached-content tags found. Please update your theme. See http://ocaoimh.ie/y/5b for more information." ); } - // Append WP Super Cache or Live page comment tag - wp_cache_append_tag($buffer); - wp_cache_append_tag($store); + global $wp_super_cache_late_init; if ( false == isset( $wp_super_cache_late_init ) || ( isset( $wp_super_cache_late_init ) && $wp_super_cache_late_init == 0 ) ) - wp_cache_add_to_buffer( $buffer, 'Super Cache dynamic page detected but $wp_super_cache_late_init not set. See the readme.txt for further details.' ); - - if ( false == $wp_cache_object_cache ) { - if( $fr ) { // legacy caching - fputs($fr, $store); - } elseif ( isset( $fr2 ) ) { // supercache active - $php_fname = "{$dir}" . supercache_filename() . ".php"; - $tmp_php_filename = $dir . uniqid( mt_rand(), true ) . '.tmp'; - $php_fd = @fopen( $tmp_php_filename, 'w' ); - if ( !$php_fd ) { - if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_php_filename ), 1 ); - wp_cache_add_to_buffer( $buffer, "File not cached! Super Cache couldn't write to: " . str_replace( ABSPATH, '', $tmp_php_filename ) ); - @fclose( $php_fd ); - @unlink( $tmp_php_filename ); - wp_cache_writers_exit(); - return $buffer; - } - fputs( $php_fd, $store ); - } - } else { - wp_cache_set( $oc_key, $store, 'supercache', $cache_max_time ); + wp_cache_add_to_buffer( $buffer, 'Super Cache dynamic page detected but late init not set. See the readme.txt for further details.' ); + + if ( $fr ) { // legacy caching + if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing dynamic buffer to legacy file." ); + wp_cache_add_to_buffer( $buffer, "Dynamic Legacy Super Cache" ); + fputs( $fr, $buffer ); + } elseif ( isset( $fr2 ) ) { // supercache active + if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing dynamic buffer to supercache file." ); + wp_cache_add_to_buffer( $buffer, "Dynamic Super Cache" ); + fputs( $fr2, $buffer ); + } elseif ( true == $wp_cache_object_cache ) { + wp_cache_set( $oc_key, $buffer, 'supercache', $cache_max_time ); } + $wp_cache_meta[ 'dynamic' ] = true; + if ( do_cacheaction( 'wpsc_cachedata_safety', 0 ) === 1 ) + $buffer = do_cacheaction( 'wpsc_cachedata', $buffer ); // dynamic content for display + if ( $cache_compression && $wp_cache_gzip_encoding ) { - if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping dynamic buffer.", 5 ); + if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping dynamic buffer for display.", 5 ); wp_cache_add_to_buffer( $buffer, "Compression = gzip" ); $gzdata = gzencode( $buffer, 6, FORCE_GZIP ); $gzsize = function_exists( 'mb_strlen' ) ? mb_strlen( $gzdata, '8bit' ) : strlen( $gzdata ); } } else { - $buffer = apply_filters( 'wpsupercache_buffer', $buffer ); - // Append WP Super Cache or Live page comment tag - wp_cache_append_tag($buffer); - if( $gz || $wp_cache_gzip_encoding ) { + if ( $gz || $wp_cache_gzip_encoding ) { if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping buffer.", 5 ); wp_cache_add_to_buffer( $buffer, "Compression = gzip" ); $gzdata = gzencode( $buffer, 6, FORCE_GZIP ); $gzsize = function_exists( 'mb_strlen' ) ? mb_strlen( $gzdata, '8bit' ) : strlen( $gzdata ); - } - if ($wp_cache_gzip_encoding) { + $wp_cache_meta[ 'headers' ][ 'Content-Encoding' ] = 'Content-Encoding: ' . $wp_cache_gzip_encoding; $wp_cache_meta[ 'headers' ][ 'Vary' ] = 'Vary: Accept-Encoding, Cookie'; // Return uncompressed data & store compressed for later use - if ( false == $wp_cache_object_cache ) { - if( $fr ) { - if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzipped buffer to wp-cache cache file.", 5 ); - fputs($fr, $gzdata); - } - } elseif ( $cache_enabled ) { + if ( $fr ) { + if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzipped buffer to wp-cache cache file.", 5 ); + fputs($fr, $gzdata); + } elseif ( $cache_enabled && $wp_cache_object_cache ) { wp_cache_set( $oc_key . ".gz", $gzdata, 'supercache', $cache_max_time ); $added_cache = 1; } } else { // no compression $wp_cache_meta[ 'headers' ][ 'Vary' ] = 'Vary: Cookie'; - if ( false == $wp_cache_object_cache ) { - if( $fr ) { - if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing non-gzipped buffer to wp-cache cache file.", 5 ); - fputs($fr, $buffer); - } - } elseif ( $cache_enabled ) { + if ( $cache_enabled && $wp_cache_object_cache ) { wp_cache_set( $oc_key, $buffer, 'supercache', $cache_max_time ); $added_cache = 1; + } elseif ( $fr ) { + if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing non-gzipped buffer to wp-cache cache file." ); + fputs($fr, $buffer); } } - if ( false == $wp_cache_object_cache ) { - if( $fr2 ) { - if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing non-gzipped buffer to supercache file.", 5 ); - wp_cache_add_to_buffer( $buffer, "super cache" ); - fputs($fr2, $buffer ); - } - if( $gz ) { - if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzipped buffer to supercache file.", 5 ); - fwrite($gz, $gzdata ); - } + if ( $fr2 ) { + if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing non-gzipped buffer to supercache file." ); + wp_cache_add_to_buffer( $buffer, "super cache" ); + fputs($fr2, $buffer ); + } + if ( isset( $gzdata ) && $gz ) { + if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzipped buffer to supercache file." ); + fwrite($gz, $gzdata ); } } + $new_cache = true; if ( false == $wp_cache_object_cache ) { if( $fr ) { @@ -639,24 +623,6 @@ function wp_cache_get_ob(&$buffer) { $added_cache = 1; } } - if ( isset( $php_fd ) ) { - fclose( $php_fd ); - if ( $php_fname == $supercachedir . $home_url[ 'path' ] . supercache_filename() . '.php' && !( $wp_cache_is_home ) ) { - wp_cache_writers_exit(); - if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! Not writing another page to front page cache.", 1 ); - return $buffer; - } elseif ( filesize( $tmp_php_filename ) == 0 ) { - if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! The file $tmp_php_filename was empty. Did not rename to {$php_fname}", 5 ); - @unlink( $tmp_php_filename ); - } else { - if ( !@rename( $tmp_php_filename, $php_fname ) ) { - @unlink( $php_fname ); - @rename( $tmp_php_filename, $php_fname ); - } - if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Renamed temp supercache file to $php_fname", 5 ); - $added_cache = 1; - } - } if( $gz ) { fclose($gz); if ( filesize( $tmp_cache_filename . '.gz' ) == 0 ) { @@ -1015,6 +981,44 @@ function wp_cache_clear_cache( $blog_id = 0 ) { } } +function wpsc_delete_cats_tags( $post ) { + $post = get_post($post); + $categories = get_the_category($post->ID); + if ( $categories ) { + $category_base = get_option( 'category_base'); + if ( $category_base == '' ) + $category_base = '/category/'; + $category_base = trailingslashit( $category_base ); // paranoid much? + foreach ($categories as $cat) { + prune_super_cache ( get_supercache_dir() . $category_base . $cat->slug . '/', true ); + if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wpsc_post_transition: deleting category: " . get_supercache_dir() . $category_base . $cat->slug . '/' ); + } + } + $posttags = get_the_tags($post->ID); + if ( $posttags ) { + $tag_base = get_option( 'tag_base' ); + if ( $tag_base == '' ) + $tag_base = '/tag/'; + $tag_base = trailingslashit( str_replace( '..', '', $tag_base ) ); // maybe! + foreach ($posttags as $tag) { + prune_super_cache( get_supercache_dir() . $tag_base . $tag->slug . '/', true ); + if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wpsc_post_transition: deleting tag: " . get_supercache_dir() . $tag_base . $tag->slug . '/' ); + } + } +} + +function wpsc_post_transition( $new_status, $old_status, $post ) { + if ( + ($old_status == 'publish' && $new_status != 'publish' ) // post unpublished + || + ($old_status != 'publish' && $new_status == 'publish') // post published + ) { + wpsc_delete_cats_tags( $post ); + prune_super_cache( get_supercache_dir() . '/' . $post->post_name . '/', true ); + if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wpsc_post_transition: deleting post: " . get_supercache_dir() . '/' . $post->post_name . '/' ); + } +} + /* check if we want to clear out all cached files on post updates, otherwise call standard wp_cache_post_change() */ function wp_cache_post_edit($post_id) { global $wp_cache_clear_on_post_edit, $cache_path, $blog_cache_dir; @@ -1026,6 +1030,9 @@ function wp_cache_post_edit($post_id) { } $post = get_post( $post_id ); + if ( is_object( $post ) == false ) + return $post_id; + // Some users are inexplicibly seeing this error on scheduled posts. // define this constant to disable the post status check. if ( false == defined( 'WPSCFORCEUPDATE' ) && $post->post_status != 'publish' ) { @@ -1080,7 +1087,7 @@ function wp_cache_post_id_gc( $siteurl, $post_id, $all = 'all' ) { } function wp_cache_post_change( $post_id ) { - global $file_prefix, $cache_path, $blog_id, $super_cache_enabled, $blog_cache_dir, $blogcacheid, $wp_cache_refresh_single_only; + global $file_prefix, $cache_path, $blog_id, $super_cache_enabled, $blog_cache_dir, $blogcacheid, $wp_cache_refresh_single_only, $wp_cache_object_cache; static $last_processed = -1; if ( $post_id == $last_processed ) { diff --git a/wp-cache.php b/wp-cache.php index 7869807..bce8339 100644 --- a/wp-cache.php +++ b/wp-cache.php @@ -3,7 +3,7 @@ Plugin Name: WP Super Cache Plugin URI: http://ocaoimh.ie/wp-super-cache/ Description: Very fast caching plugin for WordPress. -Version: 1.3.2 +Version: 1.4 Author: Donncha O Caoimh Author URI: http://ocaoimh.ie/ */ @@ -34,6 +34,18 @@ $wp_cache_config_file = WP_CONTENT_DIR . '/wp-cache-config.php'; +if ( !defined( 'WPCACHEHOME' ) ) { + define( 'WPCACHEHOME', dirname( __FILE__ ) . '/' ); + $wp_cache_config_file_sample = WPCACHEHOME . 'wp-cache-config-sample.php'; + $wp_cache_file = WPCACHEHOME . 'advanced-cache.php'; +} elseif ( WPCACHEHOME != dirname( __FILE__ ) . '/' ) { + $wp_cache_config_file_sample = dirname( __FILE__ ) . '/wp-cache-config-sample.php'; + $wp_cache_file = dirname( __FILE__ ) . '/advanced-cache.php'; +} else { + $wp_cache_config_file_sample = WPCACHEHOME . 'wp-cache-config-sample.php'; + $wp_cache_file = WPCACHEHOME . 'advanced-cache.php'; +} + if( !@include($wp_cache_config_file) ) { get_wpcachehome(); $wp_cache_config_file_sample = WPCACHEHOME . 'wp-cache-config-sample.php'; @@ -42,9 +54,7 @@ get_wpcachehome(); } -$wp_cache_config_file_sample = WPCACHEHOME . 'wp-cache-config-sample.php'; $wp_cache_link = WP_CONTENT_DIR . '/advanced-cache.php'; -$wp_cache_file = WPCACHEHOME . 'advanced-cache.php'; if( !defined( 'WP_CACHE' ) || ( defined( 'WP_CACHE' ) && constant( 'WP_CACHE' ) == false ) ) { $wp_cache_check_wp_config = true; @@ -358,6 +368,8 @@ function wp_cache_manager_error_checks() { } elseif ( !isset( $dismiss_htaccess_warning ) ) { $dismiss_htaccess_warning = 0; } + if ( isset( $disable_supercache_htaccess_warning ) == false ) + $disable_supercache_htaccess_warning = false; if ( $dismiss_htaccess_warning == 0 && $wp_cache_mod_rewrite && $super_cache_enabled && $disable_supercache_htaccess_warning == false && get_option( 'siteurl' ) != get_option( 'home' ) ) { $home_dir = str_replace( get_option( 'home' ), '', get_option( 'siteurl' ) ); ?>

    @@ -382,7 +394,7 @@ function admin_bar_delete_page() { if ( function_exists('current_user_can') && false == current_user_can('delete_others_posts') ) return false; if ( isset( $_GET[ 'action' ] ) && $_GET[ 'action' ] == 'delcachepage' && ( isset( $_GET[ '_wpnonce' ] ) ? wp_verify_nonce( $_REQUEST[ '_wpnonce' ], 'delete-cache' ) : false ) ) { - $path = get_supercache_dir() . preg_replace( '/:.*$/', '', $_GET[ 'path' ] ); + $path = trailingslashit( get_supercache_dir() . preg_replace( '/:.*$/', '', $_GET[ 'path' ] ) ); $files = get_all_supercache_filenames( $path ); foreach( $files as $cache_file ) prune_super_cache( $path . $cache_file, true ); @@ -980,7 +992,7 @@ function toggleLayer( whichLayer ) {
    -
    +

    ' . __( 'Mobile Browsers', 'wp-super-cache' ) . '

    ' . implode( ', ', $wp_cache_mobile_browsers ) . "

    " . __( 'Mobile Prefixes', 'wp-super-cache' ) . "

    " . implode( ', ', $wp_cache_mobile_prefixes ) . "
    "; @@ -1274,6 +1286,9 @@ function wpsc_admin_tabs( $current = 0 ) { function wsc_mod_rewrite() { global $cache_enabled, $super_cache_enabled, $valid_nonce, $cache_path, $wp_cache_mod_rewrite, $wpmu_version; + if ( defined( 'WPSC_DISABLE_HTACCESS_UPDATE' ) ) + return false; + if ( !$wp_cache_mod_rewrite ) return false; @@ -2081,7 +2096,7 @@ function wp_cache_create_advanced_cache() { $global_config_file = dirname(ABSPATH) . '/wp-config.php'; } - $line = 'define( \'WPCACHEHOME\', \'' . constant( 'WPCACHEHOME' ) . '\' );'; + $line = 'define( \'WPCACHEHOME\', \'' . dirname( __FILE__ ) . '/\' );'; if ( !is_writeable_ACLSafe($global_config_file) || !wp_cache_replace_line('define *\( *\'WPCACHEHOME\'', $line, $global_config_file ) ) { echo '

    ' . __( 'Warning', 'wp-super-cache' ) . "! " . sprintf( __( 'Could not update %s! WPCACHEHOME must be set in config file.', 'wp-super-cache' ), $global_config_file ) . "

    "; return false; @@ -2626,12 +2641,14 @@ function wp_cache_plugin_actions( $links, $file ) { add_filter( 'plugin_action_links', 'wp_cache_plugin_actions', 10, 2 ); function wp_cache_admin_notice() { - global $cache_enabled; + global $cache_enabled, $wp_cache_phase1_loaded; if( substr( $_SERVER["PHP_SELF"], -11 ) == 'plugins.php' && !$cache_enabled && function_exists( "admin_url" ) ) echo '

    ' . sprintf( __('WP Super Cache is disabled. Please go to the plugin admin page to enable caching.', 'wp-super-cache' ), admin_url( 'options-general.php?page=wpsupercache' ) ) . '

    '; - if ( defined( 'ADVANCEDCACHEPROBLEM' ) ) - echo '

    ' . sprintf( __( 'Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.

    Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct.', 'wp-super-cache' ), WP_CONTENT_DIR, WPCACHEHOME ) . '

    '; + if ( defined( 'WP_CACHE' ) && WP_CACHE == true && ( defined( 'ADVANCEDCACHEPROBLEM' ) || ( $cache_enabled && false == isset( $wp_cache_phase1_loaded ) ) ) ) { + echo '

    ' . sprintf( __( 'Warning! WP Super Cache caching was broken but has been fixed! The script advanced-cache.php could not load wp-cache-phase1.php.

    The file %1$s/advanced-cache.php has been recreated and WPCACHEHOME fixed in your wp-config.php. Reload to hide this message.', 'wp-super-cache' ), WP_CONTENT_DIR ) . '

    '; + wp_cache_create_advanced_cache(); + } } add_action( 'admin_notices', 'wp_cache_admin_notice' ); @@ -3145,24 +3162,4 @@ function supercache_admin_bar_render() { } add_action( 'wp_before_admin_bar_render', 'supercache_admin_bar_render' ); -add_filter( 'preprocess_comment','no_mfunc_in_comments' ); -add_filter( 'comment_text','no_mfunc_in_comments' ); -add_filter( 'comment_excerpt','no_mfunc_in_comments' ); -add_filter( 'comment_text_rss','no_mfunc_in_comments' ); - -function no_mfunc_in_comments( $comment_data ) { - if ( is_array( $comment_data ) ) - $text = $comment_data[ 'comment_content' ]; - else - $text = $comment_data; - - if ( preg_match( '/', $text ); - if ( is_array( $comment_data ) ) - $comment_data[ 'comment_content' ] = $text; - else - $comment_data = $text; - } - return $comment_data; -} ?> diff --git a/wp-super-cache.pot b/wp-super-cache.pot index bd4fe47..c761f27 100644 --- a/wp-super-cache.pot +++ b/wp-super-cache.pot @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n" -"POT-Creation-Date: 2013-04-16 12:02:02+00:00\n" +"POT-Creation-Date: 2013-10-23 10:46:15+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -24,7 +24,7 @@ msgid "" "+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull." msgstr "" -#: ossdl-cdn.php:152 wp-cache.php:1167 +#: ossdl-cdn.php:152 wp-cache.php:1177 msgid "" "The CDN Sync Tool plugin will help upload files to " "Amazon S3/Cloudfront if you would rather not depend on origin pull. See the " @@ -115,14 +115,14 @@ msgid "Awaiting Moderation" msgstr "" #: plugins/awaitingmoderation.php:34 plugins/badbehaviour.php:65 -#: plugins/domain-mapping.php:75 plugins/jetpack.php:27 -#: plugins/searchengine.php:69 plugins/wptouch.php:22 wp-cache.php:1405 +#: plugins/domain-mapping.php:75 plugins/jetpack.php:31 +#: plugins/searchengine.php:69 plugins/wptouch.php:22 wp-cache.php:1418 msgid "Enabled" msgstr "" #: plugins/awaitingmoderation.php:35 plugins/badbehaviour.php:66 -#: plugins/domain-mapping.php:76 plugins/jetpack.php:28 -#: plugins/searchengine.php:70 plugins/wptouch.php:23 wp-cache.php:1405 +#: plugins/domain-mapping.php:76 plugins/jetpack.php:32 +#: plugins/searchengine.php:70 plugins/wptouch.php:23 wp-cache.php:1418 msgid "Disabled" msgstr "" @@ -133,14 +133,14 @@ msgid "" msgstr "" #: plugins/awaitingmoderation.php:40 plugins/badbehaviour.php:71 -#: plugins/domain-mapping.php:81 plugins/jetpack.php:33 -#: plugins/searchengine.php:75 plugins/wptouch.php:28 wp-cache.php:1866 -#: wp-cache.php:1868 +#: plugins/domain-mapping.php:81 plugins/jetpack.php:37 +#: plugins/searchengine.php:75 plugins/wptouch.php:28 wp-cache.php:1879 +#: wp-cache.php:1881 msgid "enabled" msgstr "" #: plugins/awaitingmoderation.php:42 plugins/badbehaviour.php:73 -#: plugins/domain-mapping.php:83 plugins/jetpack.php:35 +#: plugins/domain-mapping.php:83 plugins/jetpack.php:39 #: plugins/searchengine.php:77 plugins/wptouch.php:30 msgid "disabled" msgstr "" @@ -150,7 +150,7 @@ msgid "Awaiting Moderation is now %s" msgstr "" #: plugins/awaitingmoderation.php:45 plugins/badbehaviour.php:76 -#: plugins/domain-mapping.php:86 plugins/jetpack.php:38 +#: plugins/domain-mapping.php:86 plugins/jetpack.php:42 #: plugins/searchengine.php:80 plugins/wptouch.php:33 msgid "Update" msgstr "" @@ -174,7 +174,7 @@ msgstr "" msgid "Bad Behavior support is now %s" msgstr "" -#: plugins/badbehaviour.php:83 wp-cache.php:1495 wp-cache.php:1500 +#: plugins/badbehaviour.php:83 wp-cache.php:1508 wp-cache.php:1513 msgid "Warning!" msgstr "" @@ -203,14 +203,20 @@ msgstr "" msgid "Jetpack Mobile Theme" msgstr "" -#: plugins/jetpack.php:30 +#: plugins/jetpack.php:28 +msgid "" +"Jetpack not found in %s. Install it and enable the mobile theme and this " +"helper plugin to cache visits by mobile visitors." +msgstr "" + +#: plugins/jetpack.php:34 msgid "" "Provides support for the Jetpack mobile theme and plugin. PHP caching mode and mobile " "support will be enabled too." msgstr "" -#: plugins/jetpack.php:36 +#: plugins/jetpack.php:40 msgid "Jetpack Mobile Theme support is now %s" msgstr "" @@ -218,11 +224,11 @@ msgstr "" msgid "Cached" msgstr "" -#: plugins/multisite.php:31 wp-cache.php:1418 +#: plugins/multisite.php:31 wp-cache.php:1431 msgid "Enable" msgstr "" -#: plugins/multisite.php:33 plugins/searchengine.php:61 wp-cache.php:1418 +#: plugins/multisite.php:33 plugins/searchengine.php:61 wp-cache.php:1431 msgid "Disable" msgstr "" @@ -264,42 +270,42 @@ msgid "" "the WPTouch helper plugin." msgstr "" -#: wp-cache-phase2.php:1257 +#: wp-cache-phase2.php:1264 msgid "Cache expiry cron job failed. Job will run again in 10 seconds." msgstr "" -#: wp-cache-phase2.php:1261 +#: wp-cache-phase2.php:1268 msgid "" "Cache expiry cron job took more than 30 seconds. You should probably run the " "garbage collector more often." msgstr "" -#: wp-cache-phase2.php:1270 +#: wp-cache-phase2.php:1277 msgid "[%1$s] WP Super Cache GC Report" msgstr "" -#: wp-cache.php:99 +#: wp-cache.php:109 msgid "" "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-" "sample.php" msgstr "" -#: wp-cache.php:165 +#: wp-cache.php:175 msgid "Warning! PHP Safe Mode Enabled!" msgstr "" -#: wp-cache.php:166 +#: wp-cache.php:176 msgid "" "You may experience problems running this plugin because SAFE MODE is enabled." msgstr "" -#: wp-cache.php:170 +#: wp-cache.php:180 msgid "" "Your server is set up to check the owner of PHP scripts before allowing them " "to read and write files." msgstr "" -#: wp-cache.php:171 +#: wp-cache.php:181 msgid "" "You or an administrator may be able to make it work by changing the group " "owner of the plugin scripts to match that of the web server user. The group " @@ -308,7 +314,7 @@ msgid "" "details." msgstr "" -#: wp-cache.php:173 +#: wp-cache.php:183 msgid "" "You or an administrator must disable this. See the safe mode manual page for further details. This " @@ -316,50 +322,50 @@ msgid "" "php.ini config file." msgstr "" -#: wp-cache.php:179 +#: wp-cache.php:189 msgid "Permlink Structure Error" msgstr "" -#: wp-cache.php:180 +#: wp-cache.php:190 msgid "" "A custom url or permalink structure is required for this plugin to work " "correctly. Please go to the Permalinks " "Options Page to configure your permalinks." msgstr "" -#: wp-cache.php:192 +#: wp-cache.php:202 msgid "Warning! Your hostname \"%s\" resolves to %s" msgstr "" -#: wp-cache.php:193 +#: wp-cache.php:203 msgid "" "Your server thinks your hostname resolves to %s. Some services such as " "garbage collection by this plugin, and WordPress scheduled posts may not " "operate correctly." msgstr "" -#: wp-cache.php:194 wp-cache.php:208 +#: wp-cache.php:204 wp-cache.php:218 msgid "" "Please see entry 16 in the Troubleshooting section of the " "readme.txt" msgstr "" -#: wp-cache.php:207 +#: wp-cache.php:217 msgid "" "Unfortunately WordPress cannot find the file wp-cron.php. This script is " "required for the the correct operation of garbage collection by this plugin, " "WordPress scheduled posts as well as other critical activities." msgstr "" -#: wp-cache.php:221 +#: wp-cache.php:231 msgid "Cannot continue... fix previous problems and retry." msgstr "" -#: wp-cache.php:230 +#: wp-cache.php:240 msgid "Zlib Output Compression Enabled!" msgstr "" -#: wp-cache.php:231 +#: wp-cache.php:241 msgid "" "PHP is compressing the data sent to the visitors of your site. Disabling " "this is recommended as the plugin caches the compressed output once instead " @@ -368,11 +374,11 @@ msgid "" "configuration.php\">this page for instructions on modifying your php.ini." msgstr "" -#: wp-cache.php:235 +#: wp-cache.php:245 msgid "Mod rewrite may not be installed!" msgstr "" -#: wp-cache.php:236 +#: wp-cache.php:246 msgid "" "It appears that mod_rewrite is not installed. Sometimes this check isn’" "t 100% reliable, especially if you are not using Apache. Please verify that " @@ -380,111 +386,111 @@ msgid "" "static files. You will still be able to use legacy or PHP modes." msgstr "" -#: wp-cache.php:242 +#: wp-cache.php:252 msgid "Read Only Mode. Configuration cannot be changed." msgstr "" -#: wp-cache.php:243 +#: wp-cache.php:253 msgid "" "The WP Super Cache configuration file is %s/wp-cache-config.php " "and cannot be modified. That file must be writeable by the webserver to make " "any changes." msgstr "" -#: wp-cache.php:244 +#: wp-cache.php:254 msgid "" "A simple way of doing that is by changing the permissions temporarily using " "the CHMOD command or through your ftp client. Make sure it’s globally " "writeable and it should be fine." msgstr "" -#: wp-cache.php:245 wp-cache.php:294 +#: wp-cache.php:255 wp-cache.php:304 msgid "" "This page explains how to change file permissions." msgstr "" -#: wp-cache.php:246 +#: wp-cache.php:256 msgid "Writeable:" msgstr "" -#: wp-cache.php:247 +#: wp-cache.php:257 msgid "Readonly:" msgstr "" -#: wp-cache.php:265 +#: wp-cache.php:275 msgid "Warning! Garbage collection is not scheduled!" msgstr "" -#: wp-cache.php:266 +#: wp-cache.php:276 msgid "" "Garbage collection by this plugin clears out expired and old cached pages on " "a regular basis. Use this form to enable it." msgstr "" -#: wp-cache.php:271 wp-cache.php:299 wp-cache.php:369 +#: wp-cache.php:281 wp-cache.php:309 wp-cache.php:379 msgid "Dismiss" msgstr "" -#: wp-cache.php:292 +#: wp-cache.php:302 msgid "Warning! %s is writeable!" msgstr "" -#: wp-cache.php:293 +#: wp-cache.php:303 msgid "" "You should change the permissions on %s and make it more restrictive. Use " "your ftp client, or the following command to fix things:" msgstr "" -#: wp-cache.php:311 +#: wp-cache.php:321 msgid "Mobile rewrite rules detected" msgstr "" -#: wp-cache.php:312 +#: wp-cache.php:322 msgid "" "For best performance you should enable \"Mobile device support\" or delete " "the mobile rewrite rules in your .htaccess. Look for the 2 lines with the " "text \"2.0\\ MMP|240x320\" and delete those." msgstr "" -#: wp-cache.php:312 +#: wp-cache.php:322 msgid "" "This will have no affect on ordinary users but mobile users will see " "uncached pages." msgstr "" -#: wp-cache.php:318 wp-cache.php:329 +#: wp-cache.php:328 wp-cache.php:339 msgid "Rewrite rules must be updated" msgstr "" -#: wp-cache.php:319 wp-cache.php:330 +#: wp-cache.php:329 wp-cache.php:340 msgid "The rewrite rules required by this plugin have changed or are missing. " msgstr "" -#: wp-cache.php:320 +#: wp-cache.php:330 msgid "" "Mobile support requires extra rules in your .htaccess file, or you can set " "the plugin to legacy mode. Here are your options (in order of difficulty):" msgstr "" -#: wp-cache.php:321 +#: wp-cache.php:331 msgid "Set the plugin to legacy mode and enable mobile support." msgstr "" -#: wp-cache.php:322 wp-cache.php:331 +#: wp-cache.php:332 wp-cache.php:341 msgid "" "Scroll down the Advanced Settings page and click the Update " "Mod_Rewrite Rules button." msgstr "" -#: wp-cache.php:323 +#: wp-cache.php:333 msgid "" "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by # BEGIN " "WPSuperCache and # END WPSuperCache and let the plugin " "regenerate them by reloading this page." msgstr "" -#: wp-cache.php:324 +#: wp-cache.php:334 msgid "" "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed " "by the lines # BEGIN WPSuperCache and # END WPSuperCachehereWarning!
    You attempted to enable compression but zlib." "output_compression is enabled. See #21 in the Troubleshooting section " "of the readme file." msgstr "" -#: wp-cache.php:693 +#: wp-cache.php:703 msgid "WP Super Cache Settings" msgstr "" -#: wp-cache.php:707 +#: wp-cache.php:717 msgid "" "Notice: Mod_rewrite or Legacy caching enabled. Showing Advanced " "Settings Page by default." msgstr "" -#: wp-cache.php:718 +#: wp-cache.php:728 msgid "" "Configuration file changed, some values might be wrong. Load the page again " "from the \"Settings\" menu to reset them." msgstr "" -#: wp-cache.php:750 +#: wp-cache.php:760 msgid "Caching must be enabled to use this feature" msgstr "" -#: wp-cache.php:768 wp-cache.php:908 +#: wp-cache.php:778 wp-cache.php:918 msgid "Cancel Cache Preload" msgstr "" -#: wp-cache.php:776 +#: wp-cache.php:786 msgid "" "Scheduled preloading of cache almost cancelled. It may take up to a minute " "for it to cancel completely." msgstr "" -#: wp-cache.php:787 +#: wp-cache.php:797 msgid "Scheduled preloading of cache cancelled." msgstr "" -#: wp-cache.php:819 wp-cache.php:906 +#: wp-cache.php:829 wp-cache.php:916 msgid "Preload Cache Now" msgstr "" -#: wp-cache.php:823 +#: wp-cache.php:833 msgid "Scheduled preloading of cache in 10 seconds." msgstr "" -#: wp-cache.php:828 +#: wp-cache.php:838 msgid "Scheduled preloading of cache in %d minutes" msgstr "" -#: wp-cache.php:832 +#: wp-cache.php:842 msgid "" "This will cache every published post and page on your site. It will create " "supercache static files so unknown visitors (including bots) will hit a " @@ -595,266 +601,266 @@ msgid "" "speed as a metric when judging websites now." msgstr "" -#: wp-cache.php:833 +#: wp-cache.php:843 msgid "" "Preloading creates lots of files however. Caching is done from the newest " "post to the oldest so please consider only caching the newest if you have " "lots (10,000+) of posts. This is especially important on shared hosting." msgstr "" -#: wp-cache.php:834 +#: wp-cache.php:844 msgid "" "In ’Preload Mode’ regular garbage collection will only clean out " "old legacy files for known users, not the preloaded supercache files. This " "is a recommended setting when the cache is preloaded." msgstr "" -#: wp-cache.php:838 +#: wp-cache.php:848 msgid "" "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d " "minutes.)" msgstr "" -#: wp-cache.php:851 +#: wp-cache.php:861 msgid "all" msgstr "" -#: wp-cache.php:864 +#: wp-cache.php:874 msgid "Preload %s posts." msgstr "" -#: wp-cache.php:871 +#: wp-cache.php:881 msgid "" "Preload mode (garbage collection only on legacy cache files. Recommended.)" msgstr "" -#: wp-cache.php:874 +#: wp-cache.php:884 msgid "Preload tags, categories and other taxonomies." msgstr "" -#: wp-cache.php:877 +#: wp-cache.php:887 msgid "Send me status emails when files are refreshed." msgstr "" -#: wp-cache.php:882 +#: wp-cache.php:892 msgid "Many emails, 2 emails per 100 posts." msgstr "" -#: wp-cache.php:885 +#: wp-cache.php:895 msgid "Medium, 1 email per 100 posts." msgstr "" -#: wp-cache.php:888 +#: wp-cache.php:898 msgid "Less emails, 1 at the start and 1 at the end of preloading all posts." msgstr "" -#: wp-cache.php:892 +#: wp-cache.php:902 msgid "Refresh of cache in %d hours %d minutes and %d seconds." msgstr "" -#: wp-cache.php:893 +#: wp-cache.php:903 msgid "Full refresh of cache in %d hours %d minutes and %d seconds." msgstr "" -#: wp-cache.php:899 +#: wp-cache.php:909 msgid "Currently caching from post %d to %d." msgstr "" -#: wp-cache.php:903 +#: wp-cache.php:913 msgid "Page last cached: %s" msgstr "" -#: wp-cache.php:906 +#: wp-cache.php:916 msgid "Update Settings" msgstr "" -#: wp-cache.php:914 +#: wp-cache.php:924 msgid "" "Preloading of cache disabled. Please disable legacy page caching or talk to " "your host administrator." msgstr "" -#: wp-cache.php:931 wp-cache.php:1043 +#: wp-cache.php:941 wp-cache.php:1053 msgid "Caching" msgstr "" -#: wp-cache.php:935 +#: wp-cache.php:945 msgid "Cache hits to this website for quick access." msgstr "" -#: wp-cache.php:935 wp-cache.php:936 wp-cache.php:953 wp-cache.php:962 -#: wp-cache.php:969 wp-cache.php:972 wp-cache.php:990 wp-cache.php:1046 +#: wp-cache.php:945 wp-cache.php:946 wp-cache.php:963 wp-cache.php:972 +#: wp-cache.php:979 wp-cache.php:982 wp-cache.php:1000 wp-cache.php:1056 msgid "Recommended" msgstr "" -#: wp-cache.php:936 +#: wp-cache.php:946 msgid "Use mod_rewrite to serve cache files." msgstr "" -#: wp-cache.php:937 +#: wp-cache.php:947 msgid "Use PHP to serve cache files." msgstr "" -#: wp-cache.php:938 +#: wp-cache.php:948 msgid "Legacy page caching." msgstr "" -#: wp-cache.php:939 +#: wp-cache.php:949 msgid "" "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, " "while legacy caching is slower again, but more flexible and also easy to get " "working. New users should use PHP caching." msgstr "" -#: wp-cache.php:945 +#: wp-cache.php:955 msgid "Miscellaneous" msgstr "" -#: wp-cache.php:951 +#: wp-cache.php:961 msgid "Warning! Compression is disabled as gzencode() function not found." msgstr "" -#: wp-cache.php:953 +#: wp-cache.php:963 msgid "Compress pages so they’re served more quickly to visitors." msgstr "" -#: wp-cache.php:954 +#: wp-cache.php:964 msgid "" "Compression is disabled by default because some hosts have problems with " "compressed files. Switching it on and off clears the cache." msgstr "" -#: wp-cache.php:962 +#: wp-cache.php:972 msgid "" "304 Not Modified browser caching. Indicate when a page has not been modified " "since last requested." msgstr "" -#: wp-cache.php:965 +#: wp-cache.php:975 msgid "" "Warning! 304 browser caching is only supported when not using mod_rewrite " "caching." msgstr "" -#: wp-cache.php:967 +#: wp-cache.php:977 msgid "" "304 support is disabled by default because some hosts have had problems with " "the headers used in the past." msgstr "" -#: wp-cache.php:969 +#: wp-cache.php:979 msgid "" "Don’t cache pages for known users." msgstr "" -#: wp-cache.php:970 +#: wp-cache.php:980 msgid "Don’t cache pages with GET parameters. (?x=y at the end of a url)" msgstr "" -#: wp-cache.php:971 +#: wp-cache.php:981 msgid "" "Make known users anonymous so they’re served supercached static files." msgstr "" -#: wp-cache.php:972 +#: wp-cache.php:982 msgid "" "Cache rebuild. Serve a supercache file to anonymous users while a new file " "is being generated." msgstr "" -#: wp-cache.php:973 +#: wp-cache.php:983 msgid "" "Proudly tell the world your server is Stephen Fry proof! " "(places a message in your blog’s footer)" msgstr "" -#: wp-cache.php:979 wp-cache.php:1256 wp-cache.php:1875 +#: wp-cache.php:989 wp-cache.php:1266 wp-cache.php:1888 msgid "Advanced" msgstr "" -#: wp-cache.php:983 +#: wp-cache.php:993 msgid "" -"Enable dynamic caching (mfunc, mclude, dynamic-cached-content). See the FAQ for " -"further details.)" +"Enable dynamic caching. Requires PHP or legacy caching. (See FAQ or wp-" +"super-cache/plugins/dynamic-cache-test.php for example code.)" msgstr "" -#: wp-cache.php:984 +#: wp-cache.php:994 msgid "" "Mobile device support. (External plugin or theme required. See the FAQ for " "further details.)" msgstr "" -#: wp-cache.php:986 +#: wp-cache.php:996 msgid "Mobile Browsers" msgstr "" -#: wp-cache.php:986 +#: wp-cache.php:996 msgid "Mobile Prefixes" msgstr "" -#: wp-cache.php:988 +#: wp-cache.php:998 msgid "" "Remove UTF8/blog charset support from .htaccess file. Only necessary if you " "see odd characters or punctuation looks incorrect. Requires rewrite rules " "update." msgstr "" -#: wp-cache.php:989 +#: wp-cache.php:999 msgid "Clear all cache files when a post or page is published or updated." msgstr "" -#: wp-cache.php:990 +#: wp-cache.php:1000 msgid "Extra homepage checks. (Very occasionally stops homepage caching)" msgstr "" -#: wp-cache.php:991 +#: wp-cache.php:1001 msgid "Only refresh current page when comments made." msgstr "" -#: wp-cache.php:992 +#: wp-cache.php:1002 msgid "List the newest cached pages on this page." msgstr "" -#: wp-cache.php:994 +#: wp-cache.php:1004 msgid "" "Coarse file locking. You probably don’t need this but it may help if " "your server is underpowered. Warning! May cause your server to lock up " "in very rare cases!" msgstr "" -#: wp-cache.php:996 +#: wp-cache.php:1006 msgid "" "Late init. Display cached files after WordPress has loaded. Most useful in " "legacy mode." msgstr "" -#: wp-cache.php:998 +#: wp-cache.php:1008 msgid "Use object cache to store cached files." msgstr "" -#: wp-cache.php:998 +#: wp-cache.php:1008 msgid "(Experimental)" msgstr "" -#: wp-cache.php:1000 +#: wp-cache.php:1010 msgid "DO NOT CACHE PAGE secret key: %s" msgstr "" -#: wp-cache.php:1006 +#: wp-cache.php:1016 msgid "Note:" msgstr "" -#: wp-cache.php:1008 +#: wp-cache.php:1018 msgid "" "Uninstall this plugin on the plugins page. It will automatically clean up " "after itself. If manual intervention is required then simple instructions " "are provided." msgstr "" -#: wp-cache.php:1009 +#: wp-cache.php:1019 msgid "" "If uninstalling this plugin, make sure the directory %s is " "writeable by the webserver so the files advanced-cache.php and " @@ -862,14 +868,14 @@ msgid "" "files are writeable too is probably a good idea!)" msgstr "" -#: wp-cache.php:1010 +#: wp-cache.php:1020 msgid "" "Please see the readme.txt for " "instructions on uninstalling this script. Look for the heading, \"How to " "uninstall WP Super Cache\"." msgstr "" -#: wp-cache.php:1011 +#: wp-cache.php:1021 msgid "" "Need help? Check the Super Cache readme file. It " "includes installation documentation, a FAQ and Troubleshooting tips. The WPSCMin, a Supercache plugin that minifies cached pages " "by removing whitespaces and extra characters " msgstr "" -#: wp-cache.php:1165 +#: wp-cache.php:1175 msgid "" "Yahoo! Yslow is an extension for the Firefox add-on " "Firebug. It analyzes web pages and suggests ways to improve their " @@ -1031,116 +1037,116 @@ msgid "" "the performance tools online at GTMetrix." msgstr "" -#: wp-cache.php:1166 +#: wp-cache.php:1176 msgid "" "Use Google Libraries allows you to load some commonly " "used Javascript libraries from Google webservers. Ironically it may reduce " "your Yslow score." msgstr "" -#: wp-cache.php:1168 +#: wp-cache.php:1178 msgid "" "Advanced users only: Speed up your site with " "Caching and cache-control explains how to make your site more cacheable " "with .htaccess rules." msgstr "" -#: wp-cache.php:1169 +#: wp-cache.php:1179 msgid "" "Advanced users only: Install an object cache. Choose from " "Memcached, XCache, eAcccelerator and others." msgstr "" -#: wp-cache.php:1170 +#: wp-cache.php:1180 msgid "" "Cron View is a useful plugin to use when trying to debug " "garbage collection and preload problems." msgstr "" -#: wp-cache.php:1181 +#: wp-cache.php:1191 msgid "Make WordPress Faster" msgstr "" -#: wp-cache.php:1182 +#: wp-cache.php:1192 msgid "" "%1$s is maintained and developed by %2$s with contributions from many others." msgstr "" -#: wp-cache.php:1183 +#: wp-cache.php:1193 msgid "He blogs at %1$s and posts photos at %2$s." msgstr "" -#: wp-cache.php:1184 +#: wp-cache.php:1194 msgid "Please say hi to him on %s too!" msgstr "" -#: wp-cache.php:1185 +#: wp-cache.php:1195 msgid "Need Help?" msgstr "" -#: wp-cache.php:1187 +#: wp-cache.php:1197 msgid "" "Use the debug system in the Debug tab above. It will tell you what the " "plugin is doing." msgstr "" -#: wp-cache.php:1188 +#: wp-cache.php:1198 msgid "Installation Help" msgstr "" -#: wp-cache.php:1189 +#: wp-cache.php:1199 msgid "Frequently Asked Questions" msgstr "" -#: wp-cache.php:1190 +#: wp-cache.php:1200 msgid "Support Forum" msgstr "" -#: wp-cache.php:1191 +#: wp-cache.php:1201 msgid "Development Version" msgstr "" -#: wp-cache.php:1193 +#: wp-cache.php:1203 msgid "Rate This Plugin!" msgstr "" -#: wp-cache.php:1194 +#: wp-cache.php:1204 msgid "" "Please rate this plugin and tell me if it works for you " "or not. It really helps development." msgstr "" -#: wp-cache.php:1203 +#: wp-cache.php:1213 msgid "Cached pages since %1$s : %2$s" msgstr "" -#: wp-cache.php:1204 +#: wp-cache.php:1214 msgid "Newest Cached Pages:" msgstr "" -#: wp-cache.php:1208 +#: wp-cache.php:1218 msgid "Cached %s seconds ago" msgstr "" -#: wp-cache.php:1211 +#: wp-cache.php:1221 msgid "(may not always be accurate on busy sites)" msgstr "" -#: wp-cache.php:1227 +#: wp-cache.php:1237 msgid "" "Cache plugins are PHP scripts that live in a plugins folder inside the wp-" "super-cache folder. They are loaded when Supercache loads, much sooner than " "regular WordPress plugins." msgstr "" -#: wp-cache.php:1228 +#: wp-cache.php:1238 msgid "" "This is strictly an advanced feature only and knowledge of both PHP and " "WordPress actions is required to create them." msgstr "" -#: wp-cache.php:1229 +#: wp-cache.php:1239 msgid "" "Warning! Due to the way WordPress upgrades plugins the " "plugins you upload to wp-super-cache/plugins/ will be deleted when you " @@ -1151,75 +1157,75 @@ msgid "" "\">developer documentation." msgstr "" -#: wp-cache.php:1239 +#: wp-cache.php:1249 msgid "Available Plugins" msgstr "" -#: wp-cache.php:1256 +#: wp-cache.php:1266 msgid "Easy" msgstr "" -#: wp-cache.php:1256 +#: wp-cache.php:1266 msgid "CDN" msgstr "" -#: wp-cache.php:1256 +#: wp-cache.php:1266 msgid "Contents" msgstr "" -#: wp-cache.php:1256 +#: wp-cache.php:1266 msgid "Preload" msgstr "" -#: wp-cache.php:1256 +#: wp-cache.php:1266 msgid "Plugins" msgstr "" -#: wp-cache.php:1256 +#: wp-cache.php:1266 msgid "Debug" msgstr "" -#: wp-cache.php:1291 +#: wp-cache.php:1304 msgid "" "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on the main site of this network." msgstr "" -#: wp-cache.php:1300 +#: wp-cache.php:1313 msgid "Mod Rewrite Rules" msgstr "" -#: wp-cache.php:1306 +#: wp-cache.php:1319 msgid "WordPress MU Detected" msgstr "" -#: wp-cache.php:1306 +#: wp-cache.php:1319 msgid "" "Unfortunately the rewrite rules cannot be updated automatically when running " "WordPress MU. Please open your .htaccess and add the following mod_rewrite " "rules above any other rules in that file." msgstr "" -#: wp-cache.php:1308 +#: wp-cache.php:1321 msgid "Mod Rewrite rules cannot be updated!" msgstr "" -#: wp-cache.php:1309 +#: wp-cache.php:1322 msgid "" "You must have BEGIN and END markers in %s." "htaccess for the auto update to work. They look like this and surround the " "main WordPress mod_rewrite rules:" msgstr "" -#: wp-cache.php:1311 +#: wp-cache.php:1324 msgid "Refresh this page when you have updated your .htaccess file." msgstr "" -#: wp-cache.php:1315 +#: wp-cache.php:1328 msgid "Thank you for upgrading." msgstr "" -#: wp-cache.php:1315 +#: wp-cache.php:1328 msgid "" "The mod_rewrite rules changed since you last installed this plugin. " "Unfortunately you must remove the old supercache rules before the new ones " @@ -1231,11 +1237,11 @@ msgid "" "brave enough to use them." msgstr "" -#: wp-cache.php:1319 +#: wp-cache.php:1332 msgid "Trailing slash check required." msgstr "" -#: wp-cache.php:1319 +#: wp-cache.php:1332 msgid "" "It looks like your blog has URLs that end with a \"/\". Unfortunately since " "you installed this plugin a duplicate content bug has been found where URLs " @@ -1244,41 +1250,41 @@ msgid "" "and add these two rules to the two groups of Super Cache rules:" msgstr "" -#: wp-cache.php:1321 +#: wp-cache.php:1334 msgid "" "You can see where the rules go and examine the complete rules by clicking " "the \"View mod_rewrite rules\" link below." msgstr "" -#: wp-cache.php:1335 +#: wp-cache.php:1348 msgid "Mod Rewrite rules updated!" msgstr "" -#: wp-cache.php:1336 +#: wp-cache.php:1349 msgid "" "%s.htaccess has been updated with the necessary mod_rewrite rules. Please " "verify they are correct. They should look like this:" msgstr "" -#: wp-cache.php:1338 +#: wp-cache.php:1351 msgid "Mod Rewrite rules must be updated!" msgstr "" -#: wp-cache.php:1339 +#: wp-cache.php:1352 msgid "" "Your %s.htaccess is not writable by the webserver and must be updated with " "the necessary mod_rewrite rules. The new rules go above the regular " "WordPress rules as shown in the code below:" msgstr "" -#: wp-cache.php:1344 +#: wp-cache.php:1357 msgid "" "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.
    Click the following link to see the lines added to that file. If you have " "upgraded the plugin make sure these rules match." msgstr "" -#: wp-cache.php:1347 +#: wp-cache.php:1360 msgid "" "A difference between the rules in your .htaccess file and the plugin rewrite " "rules has been found. This could be simple whitespace differences but you " @@ -1286,243 +1292,243 @@ msgid "" "Click the ’Update Mod_Rewrite Rules’ button to update the rules." msgstr "" -#: wp-cache.php:1349 +#: wp-cache.php:1362 msgid "View Mod_Rewrite Rules" msgstr "" -#: wp-cache.php:1355 wp-cache.php:2722 +#: wp-cache.php:1368 wp-cache.php:2737 msgid "Rules must be added to %s too:" msgstr "" -#: wp-cache.php:1362 +#: wp-cache.php:1375 msgid "Gzip encoding rules in %s.htaccess created." msgstr "" -#: wp-cache.php:1369 +#: wp-cache.php:1382 msgid "Fix Configuration" msgstr "" -#: wp-cache.php:1372 +#: wp-cache.php:1385 msgid "Restore Default Configuration" msgstr "" -#: wp-cache.php:1380 +#: wp-cache.php:1393 msgid "" "Comment moderation is enabled. Your comment may take some time to appear." msgstr "" -#: wp-cache.php:1405 +#: wp-cache.php:1418 msgid "Lock Down:" msgstr "" -#: wp-cache.php:1406 +#: wp-cache.php:1419 msgid "" "Prepare your server for an expected spike in traffic by enabling the lock " "down. When this is enabled, new comments on a post will not refresh the " "cached static files." msgstr "" -#: wp-cache.php:1407 +#: wp-cache.php:1420 msgid "" "Developers: Make your plugin lock down compatible by checking the " "\"WPLOCKDOWN\" constant. The following code will make sure your plugin " "respects the WPLOCKDOWN setting." msgstr "" -#: wp-cache.php:1409 +#: wp-cache.php:1422 msgid "Sorry. My blog is locked down. Updates will appear shortly" msgstr "" -#: wp-cache.php:1413 +#: wp-cache.php:1426 msgid "" "WordPress is locked down. Super Cache static files will not be deleted when " "new comments are made." msgstr "" -#: wp-cache.php:1415 +#: wp-cache.php:1428 msgid "" "WordPress is not locked down. New comments will refresh Super Cache static " "files as normal." msgstr "" -#: wp-cache.php:1421 +#: wp-cache.php:1434 msgid "Lock Down" msgstr "" -#: wp-cache.php:1429 +#: wp-cache.php:1442 msgid "Directly Cached Files" msgstr "" -#: wp-cache.php:1487 +#: wp-cache.php:1500 msgid "%s removed!" msgstr "" -#: wp-cache.php:1495 +#: wp-cache.php:1508 msgid "" "You must make %s writable to enable this feature. As this is a security risk " "please make it readonly after your page is generated." msgstr "" -#: wp-cache.php:1500 +#: wp-cache.php:1513 msgid "" "%s is writable. Please make it readonly after your page is generated as this " "is a security risk." msgstr "" -#: wp-cache.php:1515 +#: wp-cache.php:1528 msgid "Existing direct page" msgstr "" -#: wp-cache.php:1515 +#: wp-cache.php:1528 msgid "Delete cached file" msgstr "" -#: wp-cache.php:1520 +#: wp-cache.php:1533 msgid "Add direct page:" msgstr "" -#: wp-cache.php:1522 +#: wp-cache.php:1535 msgid "" "Directly cached files are files created directly off %s where your blog " "lives. This feature is only useful if you are expecting a major Digg or " "Slashdot level of traffic to one post or page." msgstr "" -#: wp-cache.php:1524 +#: wp-cache.php:1537 msgid "" "For example: to cache %1$sabout/, you would enter %1$sabout/ or /" "about/. The cached file will be generated the next time an anonymous user " "visits that page." msgstr "" -#: wp-cache.php:1525 +#: wp-cache.php:1538 msgid "" "Make the textbox blank to remove it from the list of direct pages and delete " "the cached file." msgstr "" -#: wp-cache.php:1530 +#: wp-cache.php:1543 msgid "Update Direct Pages" msgstr "" -#: wp-cache.php:1558 +#: wp-cache.php:1571 msgctxt "timezone date format" msgid "Y-m-d G:i:s" msgstr "" -#: wp-cache.php:1620 +#: wp-cache.php:1633 msgid "Expiry Time & Garbage Collection" msgstr "" -#: wp-cache.php:1622 +#: wp-cache.php:1635 msgid "" "UTC time is %s" msgstr "" -#: wp-cache.php:1625 +#: wp-cache.php:1638 msgid "Local time is %1$s" msgstr "" -#: wp-cache.php:1629 +#: wp-cache.php:1642 msgid "Next scheduled garbage collection will be at %s UTC" msgstr "" -#: wp-cache.php:1633 +#: wp-cache.php:1646 msgid "" "Warning! PRELOAD MODE activated. Supercache files will not " "be deleted regardless of age." msgstr "" -#: wp-cache.php:1650 +#: wp-cache.php:1663 msgid "Cache Timeout" msgstr "" -#: wp-cache.php:1651 wp-cache.php:1654 +#: wp-cache.php:1664 wp-cache.php:1667 msgid "seconds" msgstr "" -#: wp-cache.php:1652 +#: wp-cache.php:1665 msgid "" "How long should cached pages remain fresh? Set to 0 to disable garbage " "collection. A good starting point is 3600 seconds." msgstr "" -#: wp-cache.php:1653 +#: wp-cache.php:1666 msgid "Scheduler" msgstr "" -#: wp-cache.php:1653 +#: wp-cache.php:1666 msgid "Timer:" msgstr "" -#: wp-cache.php:1654 +#: wp-cache.php:1667 msgid "Check for stale cached files every interval seconds." msgstr "" -#: wp-cache.php:1655 +#: wp-cache.php:1668 msgid "Clock:" msgstr "" -#: wp-cache.php:1656 +#: wp-cache.php:1669 msgid "HH:MM" msgstr "" -#: wp-cache.php:1656 +#: wp-cache.php:1669 msgid "" "Check for stale cached files at this time (UTC) or starting " "at this time every interval below." msgstr "" -#: wp-cache.php:1658 +#: wp-cache.php:1671 msgid "Interval:" msgstr "" -#: wp-cache.php:1664 +#: wp-cache.php:1677 msgid "Notification Emails" msgstr "" -#: wp-cache.php:1665 +#: wp-cache.php:1678 msgid "Email me when the garbage collection runs." msgstr "" -#: wp-cache.php:1667 +#: wp-cache.php:1680 msgid "Garbage Collection" msgstr "" -#: wp-cache.php:1668 +#: wp-cache.php:1681 msgid "" "Garbage collection is the simple act of throwing out your garbage. " "For this plugin that would be old or stale cached files that may be " "out of date. New cached files are described as fresh." msgstr "" -#: wp-cache.php:1669 +#: wp-cache.php:1682 msgid "" "Cached files are fresh for a limited length of time. You can set that time " "in the Cache Timeout text box on this page." msgstr "" -#: wp-cache.php:1670 +#: wp-cache.php:1683 msgid "" "Stale cached files are not removed as soon as they become stale. They have " "to be removed by the garbage collecter. That is why you have to tell the " "plugin when the garbage collector should run." msgstr "" -#: wp-cache.php:1671 +#: wp-cache.php:1684 msgid "" "Use the Timer or Clock schedulers to define when the " "garbage collector should run." msgstr "" -#: wp-cache.php:1672 +#: wp-cache.php:1685 msgid "" "The Timer scheduler tells the plugin to run the garbage collector " "at regular intervals. When one garbage collection is done, the next run is " "scheduled." msgstr "" -#: wp-cache.php:1673 +#: wp-cache.php:1686 msgid "" "Or, the Clock scheduler allows the garbage collection to run at " "specific times. If set to run hourly or twicedaily the garbage collector " @@ -1531,42 +1537,42 @@ msgid "" "time specified." msgstr "" -#: wp-cache.php:1675 +#: wp-cache.php:1688 msgid "" "There are no best garbage collection settings but here are a few scenarios. " "Garbage collection is separate to other actions that clear our cached files " "like leaving a comment or publishing a post." msgstr "" -#: wp-cache.php:1677 +#: wp-cache.php:1690 msgid "" "Sites that want to serve lots of newly generated data should set the " "Cache Timeout to 60 and use the Timer scheduler set to 90 " "seconds." msgstr "" -#: wp-cache.php:1678 +#: wp-cache.php:1691 msgid "" "Sites with widgets and rss feeds in their sidebar should probably use a " "timeout of 3600 seconds and set the timer to 600 seconds. Stale files will " "be caught within 10 minutes of going stale." msgstr "" -#: wp-cache.php:1679 +#: wp-cache.php:1692 msgid "" "Sites with lots of static content, no widgets or rss feeds in their sidebar " "can use a timeout of 86400 seconds or even more and set the timer to " "something equally long." msgstr "" -#: wp-cache.php:1680 +#: wp-cache.php:1693 msgid "" "Sites where an external data source updates at a particular time every day " "should set the timeout to 86400 seconds and use the Clock scheduler set " "appropriately." msgstr "" -#: wp-cache.php:1682 +#: wp-cache.php:1695 msgid "" "Checking for and deleting expired files is expensive, but it’s " "expensive leaving them there too. On a very busy site you should set the " @@ -1577,81 +1583,81 @@ msgid "" "using mod_rewrite or PHP caching." msgstr "" -#: wp-cache.php:1683 +#: wp-cache.php:1696 msgid "Set the expiry time to 0 seconds to disable garbage collection." msgstr "" -#: wp-cache.php:1684 +#: wp-cache.php:1697 msgid "Change Expiration" msgstr "" -#: wp-cache.php:1728 +#: wp-cache.php:1741 msgid "Rejected User Agents" msgstr "" -#: wp-cache.php:1729 +#: wp-cache.php:1742 msgid "" "Strings in the HTTP ’User Agent’ header that prevent WP-Cache " "from caching bot, spiders, and crawlers’ requests. Note that super " "cached files are still sent to these agents if they already exists." msgstr "" -#: wp-cache.php:1736 +#: wp-cache.php:1749 msgid "Save UA Strings" msgstr "" -#: wp-cache.php:1759 +#: wp-cache.php:1772 msgid "" "Do not cache the following page types. See the Conditional Tags documentation for a " "complete discussion on each type." msgstr "" -#: wp-cache.php:1762 +#: wp-cache.php:1775 msgid "Single Posts" msgstr "" -#: wp-cache.php:1763 +#: wp-cache.php:1776 msgid "Pages" msgstr "" -#: wp-cache.php:1764 +#: wp-cache.php:1777 msgid "Front Page" msgstr "" -#: wp-cache.php:1765 +#: wp-cache.php:1778 msgid "Home" msgstr "" -#: wp-cache.php:1766 +#: wp-cache.php:1779 msgid "Archives" msgstr "" -#: wp-cache.php:1767 +#: wp-cache.php:1780 msgid "Tags" msgstr "" -#: wp-cache.php:1768 +#: wp-cache.php:1781 msgid "Category" msgstr "" -#: wp-cache.php:1769 +#: wp-cache.php:1782 msgid "Feeds" msgstr "" -#: wp-cache.php:1770 +#: wp-cache.php:1783 msgid "Search Pages" msgstr "" -#: wp-cache.php:1771 +#: wp-cache.php:1784 msgid "Author Pages" msgstr "" -#: wp-cache.php:1773 wp-cache.php:1885 +#: wp-cache.php:1786 wp-cache.php:1898 msgid "Save" msgstr "" -#: wp-cache.php:1790 +#: wp-cache.php:1803 msgid "" "Add here strings (not a filename) that forces a page not to be cached. For " "example, if your URLs include year and you dont want to cache last year " @@ -1660,51 +1666,51 @@ msgid "" "cache that page." msgstr "" -#: wp-cache.php:1796 +#: wp-cache.php:1809 msgid "Save Strings" msgstr "" -#: wp-cache.php:1812 +#: wp-cache.php:1825 msgid "" "Add here those filenames that can be cached, even if they match one of the " "rejected substring specified above." msgstr "" -#: wp-cache.php:1818 +#: wp-cache.php:1831 msgid "Save Files" msgstr "" -#: wp-cache.php:1859 +#: wp-cache.php:1872 msgid "Currently logging to: %s" msgstr "" -#: wp-cache.php:1862 +#: wp-cache.php:1875 msgid "" "Fix problems with the plugin by debugging it here. It can log them to a file " "in your cache directory." msgstr "" -#: wp-cache.php:1866 +#: wp-cache.php:1879 msgid "Debugging" msgstr "" -#: wp-cache.php:1867 +#: wp-cache.php:1880 msgid "IP Address" msgstr "" -#: wp-cache.php:1867 +#: wp-cache.php:1880 msgid "(only log requests from this IP address. Your IP is %s)" msgstr "" -#: wp-cache.php:1868 +#: wp-cache.php:1881 msgid "Cache Status Messages" msgstr "" -#: wp-cache.php:1869 +#: wp-cache.php:1882 msgid "Display comments at the end of every page like this:" msgstr "" -#: wp-cache.php:1875 +#: wp-cache.php:1888 msgid "" "In very rare cases two problems may arise on some blogs:
    1. The front " "page may start downloading as a zip file.
    2. The wrong page is " @@ -1712,7 +1718,7 @@ msgid "" "and the permalink structure is /%category%/%postname%/.
    " msgstr "" -#: wp-cache.php:1876 +#: wp-cache.php:1889 msgid "" "I’m 99% certain that they aren’t bugs in WP Super Cache and they " "only happen in very rare cases but you can run a simple check once every 5 " @@ -1720,92 +1726,92 @@ msgid "" "emailed if there is a problem." msgstr "" -#: wp-cache.php:1878 +#: wp-cache.php:1891 msgid "Check front page every 5 minutes." msgstr "" -#: wp-cache.php:1879 +#: wp-cache.php:1892 msgid "Front page text" msgstr "" -#: wp-cache.php:1879 +#: wp-cache.php:1892 msgid "" "Text to search for on your front page. If this text is missing the cache " "will be cleared. Leave blank to disable." msgstr "" -#: wp-cache.php:1880 +#: wp-cache.php:1893 msgid "Clear cache on error." msgstr "" -#: wp-cache.php:1881 +#: wp-cache.php:1894 msgid "Email the blog admin when checks are made. (useful for testing)" msgstr "" -#: wp-cache.php:1895 +#: wp-cache.php:1908 msgid "" "Error: GZIP compression is enabled, disable it if you want to enable wp-" "cache." msgstr "" -#: wp-cache.php:1945 wp-cache.php:2086 wp-cache.php:2122 +#: wp-cache.php:1958 wp-cache.php:2099 wp-cache.php:2135 msgid "Warning" msgstr "" -#: wp-cache.php:1945 +#: wp-cache.php:1958 msgid "" "GZIP compression is enabled in WordPress, wp-cache will be bypassed until " "you disable gzip compression." msgstr "" -#: wp-cache.php:2007 wp-cache.php:2012 wp-cache.php:2045 wp-cache.php:2050 -#: wp-cache.php:2056 +#: wp-cache.php:2020 wp-cache.php:2025 wp-cache.php:2058 wp-cache.php:2063 +#: wp-cache.php:2069 msgid "Error" msgstr "" -#: wp-cache.php:2007 +#: wp-cache.php:2020 msgid "" "Your cache directory (%1$s) did not exist and couldn’" "t be created by the web server. Check %1$s permissions." msgstr "" -#: wp-cache.php:2012 +#: wp-cache.php:2025 msgid "" "Your cache directory (%1$s) or %2$s need " "to be writable for this plugin to work. Double-check it." msgstr "" -#: wp-cache.php:2045 +#: wp-cache.php:2058 msgid "" "Your WP-Cache config file (%s) is out of date and not " "writable by the Web server.Please delete it and refresh this page." msgstr "" -#: wp-cache.php:2050 +#: wp-cache.php:2063 msgid "" "Configuration file missing and %1$s directory (%2$s) is " "not writable by the Web server.Check its permissions." msgstr "" -#: wp-cache.php:2056 +#: wp-cache.php:2069 msgid "" "Sample WP-Cache config file (%s) does not exist.Verify you " "installation." msgstr "" -#: wp-cache.php:2086 +#: wp-cache.php:2099 msgid "Could not update %s!
    WPCACHEHOME must be set in config file." msgstr "" -#: wp-cache.php:2122 +#: wp-cache.php:2135 msgid "%s/advanced-cache.php does not exist or cannot be updated." msgstr "" -#: wp-cache.php:2123 +#: wp-cache.php:2136 msgid "1. If it already exists please delete the file first." msgstr "" -#: wp-cache.php:2124 +#: wp-cache.php:2137 msgid "" "2. Make %1$s writable using the chmod command through your ftp or server " "software. (chmod 777 %1$s) and refresh this page. This is only a " @@ -1813,24 +1819,24 @@ msgid "" "again. (Change 777 to 755 in the previous command)" msgstr "" -#: wp-cache.php:2125 +#: wp-cache.php:2138 msgid "3. Refresh this page to update %s/advanced-cache.php" msgstr "" -#: wp-cache.php:2126 +#: wp-cache.php:2139 msgid "" "If that doesn’t work, make sure the file %s/advanced-cache.php doesn’t exist:" msgstr "" -#: wp-cache.php:2127 +#: wp-cache.php:2140 msgid "" "
  • 1. Open %1$s$wp_cache_file in a text editor.
  • 2. Change " "the text CACHEHOME to %2$s
  • 3. Save the file and " "copy it to %3$s and refresh this page.
  • " msgstr "" -#: wp-cache.php:2150 +#: wp-cache.php:2163 msgid "" "

    WP_CACHE constant set to false

    The WP_CACHE constant is used by " "WordPress to load the code that serves cached pages. Unfortunately it is set " @@ -1839,20 +1845,20 @@ msgid "" "true);

    " msgstr "" -#: wp-cache.php:2152 +#: wp-cache.php:2165 msgid "" "Error: WP_CACHE is not enabled in your wp-config.php file and I couldn’t modify it." msgstr "" -#: wp-cache.php:2153 +#: wp-cache.php:2166 msgid "" "Edit %s and add the following line:
    define" "('WP_CACHE', true);
    Otherwise, WP-Cache will not be " "executed by WordPress core. " msgstr "" -#: wp-cache.php:2157 +#: wp-cache.php:2170 msgid "" "

    WP_CACHE constant added to wp-config.php

    If you continue to see " "this warning message please see point 5 of the %s
    " msgstr "" -#: wp-cache.php:2229 +#: wp-cache.php:2242 msgid "Deleting wp-cache file: %s
    " msgstr "" -#: wp-cache.php:2294 +#: wp-cache.php:2307 msgid "" "Cache stats are not automatically generated. You must click the link below " "to regenerate the stats on this page." msgstr "" -#: wp-cache.php:2295 +#: wp-cache.php:2308 msgid "Regenerate cache stats" msgstr "" -#: wp-cache.php:2297 +#: wp-cache.php:2310 msgid "Cache stats last generated: %s minutes ago." msgstr "" -#: wp-cache.php:2303 +#: wp-cache.php:2316 msgid "WP-Cache" msgstr "" -#: wp-cache.php:2304 wp-cache.php:2319 +#: wp-cache.php:2317 wp-cache.php:2332 msgid "%s Cached Pages" msgstr "" -#: wp-cache.php:2305 wp-cache.php:2324 +#: wp-cache.php:2318 wp-cache.php:2337 msgid "%s Expired Pages" msgstr "" -#: wp-cache.php:2318 +#: wp-cache.php:2331 msgid "WP-Super-Cache" msgstr "" -#: wp-cache.php:2328 +#: wp-cache.php:2341 msgid "Fresh WP-Cached Files" msgstr "" -#: wp-cache.php:2329 wp-cache.php:2345 wp-cache.php:2361 wp-cache.php:2377 +#: wp-cache.php:2342 wp-cache.php:2358 wp-cache.php:2374 wp-cache.php:2390 msgid "URI" msgstr "" -#: wp-cache.php:2329 wp-cache.php:2345 +#: wp-cache.php:2342 wp-cache.php:2358 msgid "Key" msgstr "" -#: wp-cache.php:2329 wp-cache.php:2345 wp-cache.php:2361 wp-cache.php:2377 +#: wp-cache.php:2342 wp-cache.php:2358 wp-cache.php:2374 wp-cache.php:2390 msgid "Age" msgstr "" -#: wp-cache.php:2329 wp-cache.php:2345 wp-cache.php:2361 wp-cache.php:2377 +#: wp-cache.php:2342 wp-cache.php:2358 wp-cache.php:2374 wp-cache.php:2390 msgid "Delete" msgstr "" -#: wp-cache.php:2344 +#: wp-cache.php:2357 msgid "Stale WP-Cached Files" msgstr "" -#: wp-cache.php:2360 +#: wp-cache.php:2373 msgid "Fresh Super Cached Files" msgstr "" -#: wp-cache.php:2376 +#: wp-cache.php:2389 msgid "Stale Super Cached Files" msgstr "" -#: wp-cache.php:2392 +#: wp-cache.php:2405 msgid "Hide file list" msgstr "" -#: wp-cache.php:2394 +#: wp-cache.php:2407 msgid "Too many cached files, no listing possible." msgstr "" -#: wp-cache.php:2396 +#: wp-cache.php:2409 msgid "List all cached files" msgstr "" -#: wp-cache.php:2399 +#: wp-cache.php:2412 msgid "" "Expired files are files older than %s seconds. They are still used by the " "plugin and are deleted periodically." msgstr "" -#: wp-cache.php:2410 +#: wp-cache.php:2423 msgid "Delete Expired" msgstr "" -#: wp-cache.php:2435 +#: wp-cache.php:2448 msgid "Delete Super Cache cached files (opens in new window)" msgstr "" -#: wp-cache.php:2582 +#: wp-cache.php:2595 msgid "%1$s is Stephen Fry proof thanks to caching by %2$s" msgstr "" -#: wp-cache.php:2615 +#: wp-cache.php:2628 msgid "" "WP Super Cache must be configured. Go to
    the admin page " "to enable and configure the plugin." msgstr "" -#: wp-cache.php:2621 +#: wp-cache.php:2634 msgid "Settings" msgstr "" -#: wp-cache.php:2631 +#: wp-cache.php:2644 msgid "" "WP Super Cache is disabled. Please go to the plugin admin " "page to enable caching." msgstr "" -#: wp-cache.php:2634 +#: wp-cache.php:2647 msgid "" -"Warning! WP Super Cache caching broken! The script advanced-cache.php could " -"not load wp-cache-phase1.php.

    Please edit %1$s/advanced-cache.php " -"and make sure the path to %2$swp-cache-phase1.php is correct." +"Warning! WP Super Cache caching was broken but has been " +"fixed! The script advanced-cache.php could not load wp-" +"cache-phase1.php.

    The file %1$s/advanced-cache.php has been " +"recreated and WPCACHEHOME fixed in your wp-config.php. Reload to hide this " +"message." msgstr "" -#: wp-cache.php:2653 +#: wp-cache.php:2668 msgid "[%s] Front page is gzipped! Please clear cache!" msgstr "" -#: wp-cache.php:2653 +#: wp-cache.php:2668 msgid "" "Please visit %s to clear the cache as the front page of your site is now " "downloading!" msgstr "" -#: wp-cache.php:2656 +#: wp-cache.php:2671 msgid "[%s] Front page is gzipped! Cache Cleared!" msgstr "" -#: wp-cache.php:2656 +#: wp-cache.php:2671 msgid "" "The cache on your blog has been cleared because the front page of your site " "is now downloading. Please visit %s to verify the cache has been cleared." msgstr "" -#: wp-cache.php:2663 +#: wp-cache.php:2678 msgid "[%s] Front page is not correct! Please clear cache!" msgstr "" -#: wp-cache.php:2663 +#: wp-cache.php:2678 msgid "" "Please visit %1$s to clear the cache as the front page of your site is not " "correct and missing the text, \"%2$s\"!" msgstr "" -#: wp-cache.php:2666 +#: wp-cache.php:2681 msgid "[%s] Front page is not correct! Cache Cleared!" msgstr "" -#: wp-cache.php:2666 +#: wp-cache.php:2681 msgid "" "The cache on your blog has been cleared because the front page of your site " "is missing the text \"%2$s\". Please visit %1$s to verify the cache has been " "cleared." msgstr "" -#: wp-cache.php:2671 +#: wp-cache.php:2686 msgid "[%s] Front page check!" msgstr "" -#: wp-cache.php:2671 +#: wp-cache.php:2686 msgid "" "WP Super Cache has checked the front page of your blog. Please visit %s if " "you would like to disable this." msgstr "" -#: wp-cache.php:2714 +#: wp-cache.php:2729 msgid "Cannot update .htaccess" msgstr "" -#: wp-cache.php:2714 +#: wp-cache.php:2729 msgid "" "The file %s.htaccess cannot be modified by the web server. " "Please correct this using the chmod command or your ftp client." msgstr "" -#: wp-cache.php:2714 +#: wp-cache.php:2729 msgid "Refresh this page when the file permissions have been modified." msgstr "" -#: wp-cache.php:2714 +#: wp-cache.php:2729 msgid "" "Alternatively, you can edit your %s.htaccess file manually and " "add the following code (before any WordPress rules):" msgstr "" -#: wp-cache.php:2718 +#: wp-cache.php:2733 msgid "" "To serve static html files your server must have the correct mod_rewrite " "rules added to a file called %s.htaccess" msgstr "" -#: wp-cache.php:2719 +#: wp-cache.php:2734 msgid "You can edit the file yourself add the following rules." msgstr "" -#: wp-cache.php:2720 +#: wp-cache.php:2735 msgid " Make sure they appear before any existing WordPress rules. " msgstr "" -#: wp-cache.php:2728 +#: wp-cache.php:2743 msgid "Update Mod_Rewrite Rules" msgstr "" -#: wp-cache.php:2891 +#: wp-cache.php:2906 msgid "[%1$s] Cache Preload Started" msgstr "" -#: wp-cache.php:2921 +#: wp-cache.php:2936 msgid "[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d" msgstr "" -#: wp-cache.php:2967 +#: wp-cache.php:2982 msgid "[%1$s] Refreshing posts from %2$d to %3$d" msgstr "" -#: wp-cache.php:2988 +#: wp-cache.php:3003 msgid "[%1$s] Cache Preload Stopped" msgstr "" -#: wp-cache.php:2998 +#: wp-cache.php:3013 msgid "[%1$s] %2$d posts refreshed" msgstr "" -#: wp-cache.php:2998 +#: wp-cache.php:3013 msgid "Refreshed the following posts:" msgstr "" -#: wp-cache.php:3008 +#: wp-cache.php:3023 msgid "Scheduling next preload refresh in %d minutes." msgstr "" -#: wp-cache.php:3019 +#: wp-cache.php:3034 msgid "[%s] Cache Preload Completed" msgstr "" -#: wp-cache.php:3019 +#: wp-cache.php:3034 msgid "Cleaning up old supercache files." msgstr "" -#: wp-cache.php:3062 +#: wp-cache.php:3077 msgid "[%s] Preload may have stalled." msgstr "" -#: wp-cache.php:3062 +#: wp-cache.php:3077 msgid "" "Preload has been restarted.\n" "%s" msgstr "" -#: wp-cache.php:3105 +#: wp-cache.php:3120 msgid "Supercache Uninstall Problems" msgstr "" -#: wp-cache.php:3105 +#: wp-cache.php:3120 msgid "" "Dear User,\n" "\n" @@ -2148,6 +2156,6 @@ msgid "" "http://wordpress.org/extend/plugins/wp-super-cache/" msgstr "" -#: wp-cache.php:3142 +#: wp-cache.php:3157 msgid "Delete cache of the current page" msgstr ""