Update documentation links in auto-generated LocalSettings.php
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 29 Apr 2008 01:43:08 +0000 (01:43 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 29 Apr 2008 01:43:08 +0000 (01:43 +0000)
RELEASE-NOTES
config/index.php

index 60df56f..445ac50 100644 (file)
@@ -92,7 +92,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   otherwise just "log in", consistently across skins
 * Special:Shortpages and Special:Longpages now returns pages in all content 
   namespaces, not just NS_MAIN.
-* (bug 889) Improve conflict-handling between shared upload repository (commons) and local one
+* (bug 889) Improve conflict-handling between shared upload repository
+  and local one
+* Update documentation links in auto-generated LocalSettings.php
 
 === Bug fixes in 1.13 ===
 
index d3aea0d..1ca13b4 100644 (file)
@@ -1576,6 +1576,9 @@ function writeLocalSettings( $conf ) {
 # See includes/DefaultSettings.php for all configurable settings
 # and their default values, but don't forget to make changes in _this_
 # file, not there.
+#
+# Further documentation for configuration settings may be found at:
+# http://www.mediawiki.org/wiki/Manual:Configuration_settings
 
 # If you customize your file layout, set \$IP to the directory that contains
 # the other MediaWiki files. It will be used as a base to locate files.
@@ -1617,11 +1620,6 @@ if ( \$wgCommandLineMode ) {
 \$wgEmergencyContact = \"{$slconf['EmergencyContact']}\";
 \$wgPasswordSender = \"{$slconf['PasswordSender']}\";
 
-## For a detailed description of the following switches see
-## http://www.mediawiki.org/wiki/Extension:Email_notification 
-## and http://www.mediawiki.org/wiki/Extension:Email_notification
-## There are many more options for fine tuning available see
-## /includes/DefaultSettings.php
 ## UPO means: this is also a user preference option
 \$wgEnotifUserTalk = $enotifusertalk; # UPO
 \$wgEnotifWatchlist = $enotifwatchlist; # UPO