r114147 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114146‎ | r114147 | r114148 >
Date:16:14, 19 March 2012
Author:jeroendedauw
Status:reverted
Tags:gerritmigration 
Comment:
Follow up to r114081; address krinkles comment
Modified paths:
  • /trunk/phase3/includes/specials/SpecialCachedPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialCachedPage.php
@@ -91,7 +91,7 @@
9292 $refreshArgs
9393 );
9494
95 - if ( $this->cacheExpiry < 1000000000 ) {
 95+ if ( $this->cacheExpiry < 86400 * 3650 ) {
9696 $message = $this->msg(
9797 'cachedspecial-viewing-cached-ttl',
9898 $this->getLanguage()->formatDuration( $this->cacheExpiry )

Follow-up revisions

RevisionCommit summaryAuthorDate
r114326Revert r114067, r114071, r114075, r114079, r114081, r114082, r114084, r114086......catrope23:03, 20 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114081adding special page with scaffolding for caching chunks of HTMLjeroendedauw22:26, 17 March 2012

Status & tagging log