Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1532,10 +1532,14 @@ |
1533 | 1533 | NS_MAIN => true, |
1534 | 1534 | ); |
1535 | 1535 | |
1536 | | -/** If set, a bold ugly notice will show up at the top of every page. */ |
| 1536 | +/** |
| 1537 | + * Site notice shown at the top of each page |
| 1538 | + * |
| 1539 | + * This message can contain wiki text, and can also be set through the |
| 1540 | + * MediaWiki:Sitenotice page. You can also provide a separate message for |
| 1541 | + * logged-out users using the MediaWiki:Anonnotice page. |
1537 | 1542 | $wgSiteNotice = ''; |
1538 | 1543 | |
1539 | | - |
1540 | 1544 | # |
1541 | 1545 | # Images settings |
1542 | 1546 | # |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -19,6 +19,7 @@ |
20 | 20 | it from source control: http://www.mediawiki.org/wiki/Download_from_SVN |
21 | 21 | |
22 | 22 | == Configuration changes since 1.10 == |
| 23 | + |
23 | 24 | * $wgThumbUpright - Adjust width of upright images when parameter 'upright' is |
24 | 25 | used |
25 | 26 | |
— | — | @@ -158,7 +159,8 @@ |
159 | 160 | and decodeBlob() |
160 | 161 | * (bug 6743) Don't link broken image links to the upload form when uploads |
161 | 162 | are disabled |
162 | | - |
| 163 | +* (bug 9679) Improve documentation for $wgSiteNotice |
| 164 | + |
163 | 165 | == MediaWiki API changes since 1.10 == |
164 | 166 | |
165 | 167 | (For ongoing development discussion, see http://www.mediawiki.org/wiki/API) |