Index: trunk/extensions/Configure/Configure.settings.i18n.php |
— | — | @@ -480,7 +480,6 @@ |
481 | 481 | 'configure-setting-wgDiff3' => "Path to the GNU diff3 utility", |
482 | 482 | 'configure-setting-wgFavicon' => "URL of the site favicon", |
483 | 483 | 'configure-setting-wgLogo' => "URL of the site logo", |
484 | | - 'configure-setting-wgNullFile' => "Path to null output", |
485 | 484 | 'configure-setting-wgMathDirectory' => "File system path of the directory containing LaTeX math images", |
486 | 485 | 'configure-setting-wgMathPath' => "URL base of the directory containing LaTeX math images", |
487 | 486 | 'configure-setting-wgRedirectScript' => "URL of redirect.php, needed for backwards compatibility", |
Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -15,8 +15,7 @@ |
16 | 16 | $wgLogo doesn't need anymore configure-all right to be modified. |
17 | 17 | |
18 | 18 | 0.10.15 - 5 December 2008 |
19 | | - * Fixed PHP notices on Special:ViewConfig. |
20 | | - * Added $wgNullFile |
| 19 | + Fixed PHP notices on Special:ViewConfig. |
21 | 20 | |
22 | 21 | 0.10.14 - 4 December 2008 |
23 | 22 | * Added support for $wgRateLimits |
Index: trunk/extensions/Configure/default-setting-names.php |
— | — | @@ -13,7 +13,6 @@ |
14 | 14 | 'wgDiff3' => "Path to the GNU diff3 utility", |
15 | 15 | 'wgFavicon' => "The URL of the site favicon", |
16 | 16 | 'wgLogo' => "The URL of the site logo", |
17 | | - 'wgNullFile' => "Path to null output", |
18 | 17 | 'wgPhpCli' => "Executable name of PHP cli client (php/php5)", |
19 | 18 | 'wgRedirectScript' => "The URL of redirect.php, needed for backwards compatibility", |
20 | 19 | 'wgScript' => "The URL of index.php", |
Index: trunk/extensions/Configure/Configure.settings-core.php |
— | — | @@ -138,7 +138,6 @@ |
139 | 139 | 'external-tools' => array( |
140 | 140 | 'wgDiff' => 'text', |
141 | 141 | 'wgDiff3' => 'text', |
142 | | - 'wgNullFile' => 'text', |
143 | 142 | 'wgPhpCli' => 'text', |
144 | 143 | 'wgTexvc' => 'text', |
145 | 144 | 'wgExternalDiffEngine' => 'text', |
— | — | @@ -840,7 +839,6 @@ |
841 | 840 | $emptyValues = array( |
842 | 841 | 'wgAppleTouchIcon' => false, |
843 | 842 | 'wgVariantArticlePath' => false, |
844 | | - 'wgNullFile' => false, |
845 | 843 | 'wgDBerrorLog' => null, |
846 | 844 | 'wgSearchType' => null, |
847 | 845 | 'wgSharedDB' => null, |
— | — | @@ -901,7 +899,6 @@ |
902 | 900 | 'wgDiff', |
903 | 901 | 'wgDiff3', |
904 | 902 | 'wgFavicon', |
905 | | - 'wgNullFile', |
906 | 903 | 'wgMathDirectory', |
907 | 904 | 'wgMathPath', |
908 | 905 | 'wgProto', |
— | — | @@ -1103,7 +1100,6 @@ |
1104 | 1101 | 'wgImageMagickTempDir' => array( array( '1.14alpha', '>=' ) ), |
1105 | 1102 | 'wgNamespacesToBeSearchedProject' => array( array( '1.14alpha', '>=' ) ), |
1106 | 1103 | 'wgUsePrivateIPs' => array( array( '1.14alpha', '>=' ) ), |
1107 | | - 'wgNullFile' => array( array( '1.14alpha', '>=' ) ), |
1108 | 1104 | # Obsolete |
1109 | 1105 | 'wgAjaxSearch' => array( array( '1.14alpha', '<' ) ), |
1110 | 1106 | ); |