r87732 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87731‎ | r87732 | r87733 >
Date:16:42, 9 May 2011
Author:catrope
Status:ok
Tags:
Comment:
ArticleFeedback: Fix r87730, set smaxage to 30 days not 300
Modified paths:
  • /trunk/extensions/ArticleFeedback/ArticleFeedback.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedback/ArticleFeedback.php
@@ -16,7 +16,7 @@
1717 /* Configuration */
1818
1919 // How long to keep ratings in the squids (they will also be purged when needed)
20 -$wgArticleFeedbackSMaxage = 25920000;
 20+$wgArticleFeedbackSMaxage = 2592000;
2121
2222 // Enable/disable dashboard page
2323 $wgArticleFeedbackDashboard = false;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87730Added maxage=0 and smaxage= to the ApiQueryArticleFeedback call and cache purge.tparscal16:37, 9 May 2011

Status & tagging log