Index: trunk/phase3/config/index.php |
— | — | @@ -1576,6 +1576,9 @@ |
1577 | 1577 | # See includes/DefaultSettings.php for all configurable settings |
1578 | 1578 | # and their default values, but don't forget to make changes in _this_ |
1579 | 1579 | # file, not there. |
| 1580 | +# |
| 1581 | +# Further documentation for configuration settings may be found at: |
| 1582 | +# http://www.mediawiki.org/wiki/Manual:Configuration_settings |
1580 | 1583 | |
1581 | 1584 | # If you customize your file layout, set \$IP to the directory that contains |
1582 | 1585 | # the other MediaWiki files. It will be used as a base to locate files. |
— | — | @@ -1617,11 +1620,6 @@ |
1618 | 1621 | \$wgEmergencyContact = \"{$slconf['EmergencyContact']}\"; |
1619 | 1622 | \$wgPasswordSender = \"{$slconf['PasswordSender']}\"; |
1620 | 1623 | |
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 |
1626 | 1624 | ## UPO means: this is also a user preference option |
1627 | 1625 | \$wgEnotifUserTalk = $enotifusertalk; # UPO |
1628 | 1626 | \$wgEnotifWatchlist = $enotifwatchlist; # UPO |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -92,7 +92,9 @@ |
93 | 93 | otherwise just "log in", consistently across skins |
94 | 94 | * Special:Shortpages and Special:Longpages now returns pages in all content |
95 | 95 | 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 |
97 | 99 | |
98 | 100 | === Bug fixes in 1.13 === |
99 | 101 | |