* Fix bug with Protected namespace message when protected namespace is NS_MAIN.
authorDaniel Cannon <amidaniel@users.mediawiki.org>
Thu, 16 Aug 2007 07:05:38 +0000 (07:05 +0000)
committerDaniel Cannon <amidaniel@users.mediawiki.org>
Thu, 16 Aug 2007 07:05:38 +0000 (07:05 +0000)
commitbb168db746fbcec566891f85c7cc2b1e8495ba36
tree28d45d2925abdc2e88cbe3bd796838f8e7dc333f
parent45dfa2026d01aa8ccb19124dd5ac092dbfba8048
* Fix bug with Protected namespace message when protected namespace is NS_MAIN.
* Clean up formatPermissionsErrorMessage .. no point building a list if there's only one item, and it casues lots of grossness on complicated custom messages (removing linebreaks, screwing up formatting, etc.).
includes/OutputPage.php
includes/Title.php