r64444 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64443‎ | r64444 | r64445 >
Date:16:38, 31 March 2010
Author:ialex
Status:ok
Tags:
Comment:
* Fixed API module to work with current version of MediaWiki
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.api.php (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/Configure.api.php
@@ -357,7 +357,7 @@
358358 );
359359 }
360360
361 - protected function getPossibleErrors() {
 361+ public function getPossibleErrors() {
362362 return array_merge( parent::getPossibleErrors(), array(
363363 array( 'code' => 'noconf', 'info' => 'You need to call efConfigureSetup() to use this module' ),
364364 array( 'code' => 'noversion', 'info' => 'version not found' ),
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.15.18 - 31 March 2010
 6+ Fixed API module to work with current version of MediaWiki.
 7+
58 0.15.17 - 28 March 2010
69 Fixed $wgDnsBlacklistUrls' type.
710
Index: trunk/extensions/Configure/Configure.php
@@ -17,7 +17,7 @@
1818 'author' => array( 'Alexandre Emsenhuber', 'Andrew Garrett' ),
1919 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure',
2020 'descriptionmsg' => 'configure-desc',
21 - 'version' => '0.15.17',
 21+ 'version' => '0.15.18',
2222 );
2323
2424 # Configuration part

Follow-up revisions

RevisionCommit summaryAuthorDate
r64445Backported r64444ialex16:42, 31 March 2010

Status & tagging log