r44264 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44263‎ | r44264 | r44265 >
Date:21:44, 5 December 2008
Author:ialex
Status:reverted (Comments)
Tags:
Comment:
Added $wgNullFile
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.settings-core.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings.i18n.php (modified) (history)
  • /trunk/extensions/Configure/default-setting-names.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/Configure.settings.i18n.php
@@ -480,6 +480,7 @@
481481 'configure-setting-wgDiff3' => "Path to the GNU diff3 utility",
482482 'configure-setting-wgFavicon' => "URL of the site favicon",
483483 'configure-setting-wgLogo' => "URL of the site logo",
 484+ 'configure-setting-wgNullFile' => "Path to null output",
484485 'configure-setting-wgMathDirectory' => "File system path of the directory containing LaTeX math images",
485486 'configure-setting-wgMathPath' => "URL base of the directory containing LaTeX math images",
486487 'configure-setting-wgRedirectScript' => "URL of redirect.php, needed for backwards compatibility",
Index: trunk/extensions/Configure/CHANGELOG
@@ -2,7 +2,8 @@
33 Localisation updates are done on betawiki and aren't listed here.
44
55 0.10.15 - 5 December 2008
6 - Fixed PHP notices on Special:ViewConfig.
 6+ * Fixed PHP notices on Special:ViewConfig.
 7+ * Added $wgNullFile
78
89 0.10.14 - 4 December 2008
910 * Added support for $wgRateLimits
Index: trunk/extensions/Configure/default-setting-names.php
@@ -13,6 +13,7 @@
1414 'wgDiff3' => "Path to the GNU diff3 utility",
1515 'wgFavicon' => "The URL of the site favicon",
1616 'wgLogo' => "The URL of the site logo",
 17+ 'wgNullFile' => "Path to null output",
1718 'wgPhpCli' => "Executable name of PHP cli client (php/php5)",
1819 'wgRedirectScript' => "The URL of redirect.php, needed for backwards compatibility",
1920 'wgScript' => "The URL of index.php",
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -138,6 +138,7 @@
139139 'external-tools' => array(
140140 'wgDiff' => 'text',
141141 'wgDiff3' => 'text',
 142+ 'wgNullFile' => 'text',
142143 'wgPhpCli' => 'text',
143144 'wgTexvc' => 'text',
144145 'wgExternalDiffEngine' => 'text',
@@ -839,6 +840,7 @@
840841 $emptyValues = array(
841842 'wgAppleTouchIcon' => false,
842843 'wgVariantArticlePath' => false,
 844+ 'wgNullFile' => false,
843845 'wgDBerrorLog' => null,
844846 'wgSearchType' => null,
845847 'wgSharedDB' => null,
@@ -888,6 +890,7 @@
889891 'wgDiff3',
890892 'wgFavicon',
891893 'wgLogo',
 894+ 'wgNullFile',
892895 'wgMathDirectory',
893896 'wgMathPath',
894897 'wgProto',
@@ -1089,6 +1092,7 @@
10901093 'wgImageMagickTempDir' => array( array( '1.14alpha', '>=' ) ),
10911094 'wgNamespacesToBeSearchedProject' => array( array( '1.14alpha', '>=' ) ),
10921095 'wgUsePrivateIPs' => array( array( '1.14alpha', '>=' ) ),
 1096+ 'wgNullFile' => array( array( '1.14alpha', '>=' ) ),
10931097 # Obsolete
10941098 'wgAjaxSearch' => array( array( '1.14alpha', '<' ) ),
10951099 );

Follow-up revisions

RevisionCommit summaryAuthorDate
r44430Revert r44264 - "Added $wgNullFile"...brion23:15, 10 December 2008

Comments

#Comment by Brion VIBBER (talk | contribs)   23:15, 10 December 2008

This setting has been removed; reverted in r44430

Status & tagging log