From: Rob Church Date: Sun, 10 Jun 2007 23:21:26 +0000 (+0000) Subject: (bug 9679) Improve documentation for $wgSiteNotice X-Git-Tag: 1.31.0-rc.0~52595 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=56ee93f5c6e59db7184efa85ea77f3e7f1442159;p=lhc%2Fweb%2Fwiklou.git (bug 9679) Improve documentation for $wgSiteNotice --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1983ea29cc..51f53583e7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +19,7 @@ Those wishing to use the latest code instead of a branch release can obtain it from source control: http://www.mediawiki.org/wiki/Download_from_SVN == Configuration changes since 1.10 == + * $wgThumbUpright - Adjust width of upright images when parameter 'upright' is used @@ -158,7 +159,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN and decodeBlob() * (bug 6743) Don't link broken image links to the upload form when uploads are disabled - +* (bug 9679) Improve documentation for $wgSiteNotice + == MediaWiki API changes since 1.10 == (For ongoing development discussion, see http://www.mediawiki.org/wiki/API) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 99da1691bd..87babba0bf 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1532,10 +1532,14 @@ $wgNamespacesToBeSearchedDefault = array( NS_MAIN => true, ); -/** If set, a bold ugly notice will show up at the top of every page. */ +/** + * Site notice shown at the top of each page + * + * This message can contain wiki text, and can also be set through the + * MediaWiki:Sitenotice page. You can also provide a separate message for + * logged-out users using the MediaWiki:Anonnotice page. $wgSiteNotice = ''; - # # Images settings #