r70714 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70713‎ | r70714 | r70715 >
Date:16:35, 8 August 2010
Author:demon
Status:ok
Tags:
Comment:
(bug 24408) Remove include path changes in LocalSettings.php. Not needed, as everything should be in the Autoloader
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/installer/LocalSettingsGenerator.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php
@@ -191,9 +191,6 @@
192192 \$IP = dirname( __FILE__ );
193193 }
194194
195 -\$path = array( \$IP, \"\$IP/includes\", \"\$IP/languages\" );
196 -set_include_path( implode( PATH_SEPARATOR, \$path ) . PATH_SEPARATOR . get_include_path() );
197 -
198195 require_once( \"\$IP/includes/DefaultSettings.php\" );
199196
200197 if ( \$wgCommandLineMode ) {
Index: trunk/phase3/RELEASE-NOTES
@@ -53,6 +53,7 @@
5454 * Removed unused globals: $wgEnableSerializedMessages, $wgCheckSerialized,
5555 $wgUseMemCached, $wgDisableSearchContext, $wgColorErrors,
5656 $wgUseZhdaemon, $wgZhdaemonHost and $wgZhdaemonPort.
 57+* (bug 24408) The include_path is not modified in the default LocalSettings.php
5758
5859 === New features in 1.17 ===
5960 * (bug 10183) Users can now add personal styles and scripts to all skins via

Status & tagging log