From d6a075ec1dd00f0744ce1ac9080ceff04eb0ba29 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Tue, 29 Apr 2008 01:43:08 +0000 Subject: [PATCH] Update documentation links in auto-generated LocalSettings.php --- RELEASE-NOTES | 4 +++- config/index.php | 8 +++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 60df56f483..445ac50a30 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/config/index.php b/config/index.php index d3aea0d8c1..1ca13b40f8 100644 --- a/config/index.php +++ b/config/index.php @@ -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 -- 2.20.1