r61133 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61132‎ | r61133 | r61134 >
Date:16:26, 16 January 2010
Author:ialex
Status:deferred
Tags:
Comment:
* Updated scripts/findSettings.php's ignore list
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/scripts/findSettings.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.15.4 - 16 January 2010
 6+ Updated scripts/findSettings.php's ignore list.
 7+
58 0.15.3 - 12 January 2010
69 Now using $wgExtensionAssetsPath for the path to Configure.js/.css.
710
Index: trunk/extensions/Configure/scripts/findSettings.php
@@ -134,10 +134,12 @@
135135 $allSettings = array_keys( $coreSettings->getAllSettings() );
136136 $ignoreList = array(
137137 'wgAuth', 'wgCommandLineMode', 'wgCheckSerialized', 'wgConf','wgDBconnection',
138 - 'wgEnableNewpagesUserFilter', 'wgEnableSerializedMessages', 'wgEnforceHtmlIds',
139 - 'wgLegacySchemaConversion', 'wgMaintenanceScripts', 'wgMemCachedDebug',
140 - 'wgOldChangeTagsIndex', 'wgProxyKey', 'wgValidSkinNames', 'wgVectorExtraStyles',
141 - 'wgVersion'
 138+ 'wgEnableNewpagesUserFilter', 'wgEnableSerializedMessages', 'wgEnableSorbs',
 139+ 'wgEnforceHtmlIds', 'wgLegacySchemaConversion', 'wgMaintenanceScripts',
 140+ 'wgMemCachedDebug', 'wgOldChangeTagsIndex', 'wgProxyKey', 'wgSorbsUrl',
 141+ 'wgValidSkinNames', 'wgVectorExtraStyles', 'wgVersion',
 142+ // For now
 143+ 'wgDummyLanguageCodes', 'wgAsyncHTTPTimeout',
142144 );
143145 }
144146
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.15.3',
 22+ 'version' => '0.15.4',
2323 );
2424
2525 # Configuration part

Status & tagging log