r35868 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35867‎ | r35868 | r35869 >
Date:17:13, 4 June 2008
Author:ialex
Status:old
Tags:
Comment:
Added $wgSpecialVersionShowHooks
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/Configure.settings.php
@@ -552,6 +552,7 @@
553553 'wgMaxRedirectLinksRetrieved' => 'int',
554554 'wgSortSpecialPages' => 'bool',
555555 'wgSpecialPageGroups' => 'array',
 556+ 'wgSpecialVersionShowHooks' => 'bool',
556557 'wgUseNPPatrol' => 'bool',
557558 ),
558559 'recentchanges' => array(
@@ -1104,6 +1105,7 @@
11051106 'wgRCLinkLimits' => array( array( '1.13alpha', '>=' ) ),
11061107 'wgRCLinkDays' => array( array( '1.13alpha', '>=' ) ),
11071108 'wgMaximumMovedPages' => array( array( '1.13alpha', '>=' ) ),
 1109+ 'wgSpecialVersionShowHooks' => array( array( '1.13alpha', '>=' ) ),
11081110 ## Obsolete
11091111 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11101112 'wgProfilerType' => array( array( '1.8alpha', '<' ) ),
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.3.10 - 4 June 2008
 6+ Added $wgSpecialVersionShowHooks.
 7+
58 0.3.9 - 31 May 2008
69 Removed $wgPerLanguageCaching.
710
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.3.9',
 21+ 'version' => '0.3.10',
2222 );
2323
2424 ## Adding new rights...

Status & tagging log