r35680 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35679‎ | r35680 | r35681 >
Date:16:42, 1 June 2008
Author:ialex
Status:old
Tags:
Comment:
Remove $wgPerLanguageCaching.
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/Configure.settings.php
@@ -296,7 +296,6 @@
297297 'wgCheckSerialized' => 'bool',
298298 'wgLocalMessageCacheSerialized' => 'bool',
299299 'wgMaxMsgCacheEntrySize' => 'int',
300 - 'wgPerLanguageCaching' => 'bool',
301300 ),
302301 'memcached' => array(
303302 'wgLinkCacheMemcached' => 'bool',
@@ -1105,7 +1104,6 @@
11061105 'wgRCLinkLimits' => array( array( '1.13alpha', '>=' ) ),
11071106 'wgRCLinkDays' => array( array( '1.13alpha', '>=' ) ),
11081107 'wgMaximumMovedPages' => array( array( '1.13alpha', '>=' ) ),
1109 - 'wgPerLanguageCaching' => array( array( '1.13alpha', '>=' ) ),
11101108 ## Obsolete
11111109 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11121110 'wgProfilerType' => array( array( '1.8alpha', '<' ) ),
Index: trunk/extensions/Configure/CHANGELOG
@@ -1,6 +1,9 @@
22 This file lists changes on this extension.
33 Localisation updates are done on betawiki and aren't listed here.
44
 5+0.3.9 - 31 May 2008
 6+ Removed $wgPerLanguageCaching.
 7+
58 0.3.8 - 30 May 2008
69 Fixed display of not editable settings.
710
Index: trunk/extensions/Configure/Configure.php
@@ -17,7 +17,7 @@
1818 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure',
1919 'description' => 'Allow authorised users to configure the wiki by a web-based interface',
2020 'descriptionmsg' => 'configure-desc',
21 - 'version' => '0.3.8',
 21+ 'version' => '0.3.9',
2222 );
2323
2424 ## Adding new rights...

Status & tagging log