r50930 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50929‎ | r50930 | r50931 >
Date:08:42, 23 May 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
* (bug 9257) $wgRCMaxAge now defaults to three months
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2150,9 +2150,9 @@
21512151 /**
21522152 * Recentchanges items are periodically purged; entries older than this many
21532153 * seconds will go.
2154 - * For one week : 7 * 24 * 3600
 2154+ * Default: 13 weeks = about three monts
21552155 */
2156 -$wgRCMaxAge = 7 * 24 * 3600;
 2156+$wgRCMaxAge = 13 * 7 * 24 * 3600;
21572157
21582158 /**
21592159 * Filter $wgRCLinkDays by $wgRCMaxAge to avoid showing links for numbers higher than what will be stored.
Index: trunk/phase3/RELEASE-NOTES
@@ -28,6 +28,7 @@
2929 to be shown to users
3030 * $wgAllowRealName was deprecated in favor of $wgHiddenPrefs[] = 'realname',
3131 but the former is still retained for backwards-compatibility
 32+* (bug 9257) $wgRCMaxAge now defaults to three months
3233
3334 === New features in 1.16 ===
3435

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r34983Improve UI for Special:Recentchanges and Special:Recentchangeslinked....dantman16:08, 17 May 2008

Status & tagging log