r22893 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22892‎ | r22893 | r22894 >
Date:23:21, 10 June 2007
Author:robchurch
Status:old
Tags:
Comment:
(bug 9679) Improve documentation for $wgSiteNotice
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1532,10 +1532,14 @@
15331533 NS_MAIN => true,
15341534 );
15351535
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.
15371542 $wgSiteNotice = '';
15381543
1539 -
15401544 #
15411545 # Images settings
15421546 #
Index: trunk/phase3/RELEASE-NOTES
@@ -19,6 +19,7 @@
2020 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
2121
2222 == Configuration changes since 1.10 ==
 23+
2324 * $wgThumbUpright - Adjust width of upright images when parameter 'upright' is
2425 used
2526
@@ -158,7 +159,8 @@
159160 and decodeBlob()
160161 * (bug 6743) Don't link broken image links to the upload form when uploads
161162 are disabled
162 -
 163+* (bug 9679) Improve documentation for $wgSiteNotice
 164+
163165 == MediaWiki API changes since 1.10 ==
164166
165167 (For ongoing development discussion, see http://www.mediawiki.org/wiki/API)

Follow-up revisions

RevisionCommit summaryAuthorDate
r22919Merged revisions 22878-22918 via svnmerge from...david00:00, 12 June 2007

Status & tagging log