r51334 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51333‎ | r51334 | r51335 >
Date:10:08, 2 June 2009
Author:ialex
Status:deferred
Tags:
Comment:
Bump version and add CHANGELOG entry per r51333
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/CHANGELOG
@@ -1,6 +1,10 @@
22 This file lists changes on this extension.
33 Localisation updates are done on betawiki and aren't listed here.
44
 5+0.14.0 - 2 June 2009
 6+ Now use SiteConfiguration::loadFullData() to load full configuration data.
 7+ THIS VERSION NOW REQUIRES MediaWiki 1.16 TO WORK.
 8+
59 0.13.20 - 30 May 2009
610 Changed Configure special pages's order in Special:AdminLinks.
711
Index: trunk/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.13.20',
 22+ 'version' => '0.14.0',
2323 );
2424
2525 # Configuration part

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r51333Phase 1 in fixing up SiteConfiguration: Replace the hack of including Initial...werdna09:49, 2 June 2009

Status & tagging log