* (bug 12567) Fix for misformatted read-only messages on edit, protect.
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 15 Jan 2008 01:55:48 +0000 (01:55 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 15 Jan 2008 01:55:48 +0000 (01:55 +0000)
commita15ed4bc6b056b614296cb839fe8f1e789b31f7d
treeef813a3bee2b918bc21e630b32cf720ddc631288
parent622d7c1a8f522c33256a7dad4f843a1c335ed184
* (bug 12567) Fix for misformatted read-only messages on edit, protect.
  Also added proper read-only checks to several special pages.
  Have removed read-only checks from the general user permission framework
  since it doesn't belong there; user authorization is independent from
  the database's read-only state, and the way we check and present error
  conditions is necessarily different. Further, as a detail it was formatting
  the actual message incorrectly as an inline message when historically it's a
  big block message with tables and images and stuff.
RELEASE-NOTES
includes/Article.php
includes/EditPage.php
includes/ProtectionForm.php
includes/SpecialImport.php
includes/SpecialUndelete.php
includes/SpecialUserrights.php
includes/Title.php