r41077 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41076‎ | r41077 | r41078 >
Date:19:01, 20 September 2008
Author:ialex
Status:old
Tags:
Comment:
Dropped $wgDBminWordLen, was obsolete since since MediaWiki 1.6.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.9 - 20 September 2008
 6+ Dropped $wgDBminWordLen, was obsolete since since MediaWiki 1.6.0.
 7+
58 0.7.8 - 17 September 2008
69 Added $wgRenderHashAppend.
710
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -81,7 +81,6 @@
8282 'wgSlaveLagWarning' => 'int',
8383 ),
8484 'mysql' => array(
85 - 'wgDBminWordLen' => 'int',
8685 'wgDBmysql4' => 'bool',
8786 'wgDBmysql5' => 'bool',
8887 'wgDBprefix' => 'text',
@@ -886,7 +885,6 @@
887886 'wgDBAvgStatusPoll',
888887 'wgDBClusterTimeout',
889888 'wgDBerrorLog',
890 - 'wgDBminWordLen',
891889 'wgDBmwschema',
892890 'wgDBmysql5',
893891 'wgDBname',
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.8',
 21+ 'version' => '0.7.9',
2222 );
2323
2424 ## Configuration part