r41344 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41343‎ | r41344 | r41345 >
Date:12:39, 28 September 2008
Author:ialex
Status:old (Comments)
Tags:
Comment:
Added $wgArticlePathForCurid and $wgExternalLinkTarget
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/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.12',
 21+ 'version' => '0.7.13',
2222 );
2323
2424 ## Configuration part
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.13 - 28 September 2008
 6+ Added $wgArticlePathForCurid and $wgExternalLinkTarget.
 7+
58 0.7.12 - 24 September 2008
69 * Updated ConfirmAccount extension
710 * Added some new extensions
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -21,6 +21,7 @@
2222 'wgActionPaths' => 'array',
2323 'wgAppleTouchIcon' => 'text',
2424 'wgArticlePath' => 'text',
 25+ 'wgArticlePathForCurid' => 'bool',
2526 'wgDirectoryMode' => 'int',
2627 'wgDiff' => 'text',
2728 'wgDiff3' => 'text',
@@ -521,6 +522,7 @@
522523 'wgAllowExternalImagesFrom' => 'text',
523524 'wgEnableImageWhitelist' => 'bool',
524525 'wgExpensiveParserFunctionLimit' => 'int',
 526+ 'wgExternalLinkTarget' => 'text',
525527 'wgCleanSignatures' => 'bool',
526528 'wgGrammarForms' => 'array',
527529 'wgLinkHolderBatchSize' => 'int',
@@ -844,6 +846,7 @@
845847 'wgSharedDB' => null,
846848 'wgLocalMessageCache' => null,
847849 'wgExternalDiffEngine' => false,
 850+ 'wgExternalLinkTarget' => false,
848851 );
849852
850853 /**
@@ -854,6 +857,7 @@
855858 'wgActionPaths',
856859 'wgAppleTouchIcon',
857860 'wgArticlePath',
 861+ 'wgArticlePathForCurid',
858862 'wgDirectoryMode',
859863 'wgDiff',
860864 'wgDiff3',
@@ -1172,6 +1176,8 @@
11731177 'wgSpecialPageCacheUpdates' => array( array( '1.14alpha', '>=' ) ),
11741178 'wgNewUserLog' => array( array( '1.14alpha', '>=' ) ),
11751179 'wgRenderHashAppend' => array( array( '1.14alpha', '>=' ) ),
 1180+ 'wgArticlePathForCurid' => array( array( '1.14alpha', '>=' ) ),
 1181+ 'wgExternalLinkTarget' => array( array( '1.14alpha', '>=' ) ),
11761182 ## Obsolete
11771183 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11781184 'wgProfilerType' => array( array( '1.8alpha', '<' ) ),

Comments

#Comment by Brion VIBBER (talk | contribs)   01:38, 1 October 2008

These were taken back out; removed again in r41439

Status & tagging log