r41439 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41438‎ | r41439 | r41440 >
Date:19:24, 30 September 2008
Author:ialex
Status:old
Tags:
Comment:
Removed $wgArticlePathForCurid, added $wgShellLocale
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings-core.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.7.14 - 30 September 2008
 6+ Removed $wgArticlePathForCurid, added $wgShellLocale.
 7+
58 0.7.13 - 28 September 2008
69 Added $wgArticlePathForCurid and $wgExternalLinkTarget.
710
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -21,7 +21,6 @@
2222 'wgActionPaths' => 'array',
2323 'wgAppleTouchIcon' => 'text',
2424 'wgArticlePath' => 'text',
25 - 'wgArticlePathForCurid' => 'bool',
2625 'wgDirectoryMode' => 'int',
2726 'wgDiff' => 'text',
2827 'wgDiff3' => 'text',
@@ -694,6 +693,7 @@
695694 'wgExternalDiffEngine' => 'text',
696695 'wgMaxShellFileSize' => 'int',
697696 'wgMaxShellMemory' => 'int',
 697+ 'wgShellLocale' => 'text',
698698 'wgUpdateRowsPerQuery' => 'int',
699699 'wgUseAutomaticEditSummaries' => 'bool',
700700 'wgUseTrackbacks' => 'bool',
@@ -857,7 +857,6 @@
858858 'wgActionPaths',
859859 'wgAppleTouchIcon',
860860 'wgArticlePath',
861 - 'wgArticlePathForCurid',
862861 'wgDirectoryMode',
863862 'wgDiff',
864863 'wgDiff3',
@@ -1176,8 +1175,8 @@
11771176 'wgSpecialPageCacheUpdates' => array( array( '1.14alpha', '>=' ) ),
11781177 'wgNewUserLog' => array( array( '1.14alpha', '>=' ) ),
11791178 'wgRenderHashAppend' => array( array( '1.14alpha', '>=' ) ),
1180 - 'wgArticlePathForCurid' => array( array( '1.14alpha', '>=' ) ),
11811179 'wgExternalLinkTarget' => array( array( '1.14alpha', '>=' ) ),
 1180+ 'wgShellLocale' => array( array( '1.14alpha', '>=' ) ),
11821181 ## Obsolete
11831182 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11841183 'wgProfilerType' => array( array( '1.8alpha', '<' ) ),
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.7.13',
 21+ 'version' => '0.7.14',
2222 );
2323
2424 ## Configuration part

Status & tagging log