r44430 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44429‎ | r44430 | r44431 >
Date:23:15, 10 December 2008
Author:brion
Status:ok
Tags:
Comment:
Revert r44264 - "Added $wgNullFile"
Feature reverted. :)
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,7 +480,6 @@
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",
485484 'configure-setting-wgMathDirectory' => "File system path of the directory containing LaTeX math images",
486485 'configure-setting-wgMathPath' => "URL base of the directory containing LaTeX math images",
487486 'configure-setting-wgRedirectScript' => "URL of redirect.php, needed for backwards compatibility",
Index: trunk/extensions/Configure/CHANGELOG
@@ -15,8 +15,7 @@
1616 $wgLogo doesn't need anymore configure-all right to be modified.
1717
1818 0.10.15 - 5 December 2008
19 - * Fixed PHP notices on Special:ViewConfig.
20 - * Added $wgNullFile
 19+ Fixed PHP notices on Special:ViewConfig.
2120
2221 0.10.14 - 4 December 2008
2322 * Added support for $wgRateLimits
Index: trunk/extensions/Configure/default-setting-names.php
@@ -13,7 +13,6 @@
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",
1817 'wgPhpCli' => "Executable name of PHP cli client (php/php5)",
1918 'wgRedirectScript' => "The URL of redirect.php, needed for backwards compatibility",
2019 'wgScript' => "The URL of index.php",
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -138,7 +138,6 @@
139139 'external-tools' => array(
140140 'wgDiff' => 'text',
141141 'wgDiff3' => 'text',
142 - 'wgNullFile' => 'text',
143142 'wgPhpCli' => 'text',
144143 'wgTexvc' => 'text',
145144 'wgExternalDiffEngine' => 'text',
@@ -840,7 +839,6 @@
841840 $emptyValues = array(
842841 'wgAppleTouchIcon' => false,
843842 'wgVariantArticlePath' => false,
844 - 'wgNullFile' => false,
845843 'wgDBerrorLog' => null,
846844 'wgSearchType' => null,
847845 'wgSharedDB' => null,
@@ -901,7 +899,6 @@
902900 'wgDiff',
903901 'wgDiff3',
904902 'wgFavicon',
905 - 'wgNullFile',
906903 'wgMathDirectory',
907904 'wgMathPath',
908905 'wgProto',
@@ -1103,7 +1100,6 @@
11041101 'wgImageMagickTempDir' => array( array( '1.14alpha', '>=' ) ),
11051102 'wgNamespacesToBeSearchedProject' => array( array( '1.14alpha', '>=' ) ),
11061103 'wgUsePrivateIPs' => array( array( '1.14alpha', '>=' ) ),
1107 - 'wgNullFile' => array( array( '1.14alpha', '>=' ) ),
11081104 # Obsolete
11091105 'wgAjaxSearch' => array( array( '1.14alpha', '<' ) ),
11101106 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r44264Added $wgNullFileialex21:44, 5 December 2008

Status & tagging log