r33990 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r33989‎ | r33990 | r33991 >
Date:01:43, 29 April 2008
Author:simetrical
Status:old
Tags:
Comment:
Update documentation links in auto-generated LocalSettings.php
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/config/index.php (modified) (history)

Diff [purge]

Index: trunk/phase3/config/index.php
@@ -1576,6 +1576,9 @@
15771577 # See includes/DefaultSettings.php for all configurable settings
15781578 # and their default values, but don't forget to make changes in _this_
15791579 # file, not there.
 1580+#
 1581+# Further documentation for configuration settings may be found at:
 1582+# http://www.mediawiki.org/wiki/Manual:Configuration_settings
15801583
15811584 # If you customize your file layout, set \$IP to the directory that contains
15821585 # the other MediaWiki files. It will be used as a base to locate files.
@@ -1617,11 +1620,6 @@
16181621 \$wgEmergencyContact = \"{$slconf['EmergencyContact']}\";
16191622 \$wgPasswordSender = \"{$slconf['PasswordSender']}\";
16201623
1621 -## For a detailed description of the following switches see
1622 -## http://www.mediawiki.org/wiki/Extension:Email_notification
1623 -## and http://www.mediawiki.org/wiki/Extension:Email_notification
1624 -## There are many more options for fine tuning available see
1625 -## /includes/DefaultSettings.php
16261624 ## UPO means: this is also a user preference option
16271625 \$wgEnotifUserTalk = $enotifusertalk; # UPO
16281626 \$wgEnotifWatchlist = $enotifwatchlist; # UPO
Index: trunk/phase3/RELEASE-NOTES
@@ -92,7 +92,9 @@
9393 otherwise just "log in", consistently across skins
9494 * Special:Shortpages and Special:Longpages now returns pages in all content
9595 namespaces, not just NS_MAIN.
96 -* (bug 889) Improve conflict-handling between shared upload repository (commons) and local one
 96+* (bug 889) Improve conflict-handling between shared upload repository
 97+ and local one
 98+* Update documentation links in auto-generated LocalSettings.php
9799
98100 === Bug fixes in 1.13 ===
99101

Status & tagging log