r64445 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64444‎ | r64445 | r64446 >
Date:16:42, 31 March 2010
Author:ialex
Status:deferred
Tags:
Comment:
Backported r64444
Modified paths:
  • /branches/REL1_16/extensions/Configure/CHANGELOG (modified) (history)
  • /branches/REL1_16/extensions/Configure/Configure.api.php (modified) (history)
  • /branches/REL1_16/extensions/Configure/Configure.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/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: branches/REL1_16/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+1.16 branch-2 - 31 March 2010
 6+ Fixed API module to work with current version of MediaWiki.
 7+
58 1.16 branch-1 - 28 March 2010
69 Fixed $wgDnsBlacklistUrls' type.
710
Index: branches/REL1_16/extensions/Configure/Configure.php
@@ -18,7 +18,7 @@
1919 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure',
2020 'description' => 'Allow authorised users to configure the wiki via a web-based interface',
2121 'descriptionmsg' => 'configure-desc',
22 - 'version' => '0.15.12 (1.16 branch-1)',
 22+ 'version' => '0.15.12 (1.16 branch-2)',
2323 );
2424
2525 # Configuration part

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64444* Fixed API module to work with current version of MediaWikiialex16:38, 31 March 2010

Status & tagging log