r41163 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41162‎ | r41163 | r41164 >
Date:18:41, 22 September 2008
Author:ialex
Status:old
Tags:
Comment:
$wgCachedMessageArrays is obsolete since MediaWiki 1.8.0
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings-core.php (modified) (history)

Diff [purge]

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.7.11 - 22 September 2008
 6+ $wgCachedMessageArrays is obsolete since MediaWiki 1.8.0.
 7+
58 0.7.10 - 21 September 2008
69 * findSettings.php now works for extensions (--ext option)
710 * Updated extensions settings
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -1177,6 +1177,7 @@
11781178 'wgProfilerType' => array( array( '1.8alpha', '<' ) ),
11791179 'wgProfiling' => array( array( '1.8alpha', '<' ) ),
11801180 'wgUseXMLparser' => array( array( '1.8alpha', '<' ) ),
 1181+ 'wgCachedMessageArrays' => array( array( '1.8alpha', '<' ) ),
11811182 'wgUseWatchlistCache' => array( array( '1.9alpha', '<' ) ),
11821183 'wgWLCacheTimeout' => array( array( '1.9alpha', '<' ) ),
11831184 'wgUseImageResize' => array( array( '1.10alpha', '<' ) ),
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.7.10',
 21+ 'version' => '0.7.11',
2222 );
2323
2424 ## Configuration part