Introducing special page modular extensions, making the board vote special page the...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 15 May 2004 03:36:39 +0000 (03:36 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 15 May 2004 03:36:39 +0000 (03:36 +0000)
commite3676a470c57d61b0380238e47b66902e429fbb9
tree303233faee167a0ee8307178b873117558bb6bf5
parentac9621badb8b5d068d3c0fac9b01c3bd67794ac1
Introducing special page modular extensions, making the board vote special page the first of these.

* Moving common special page handling to SpecialPage.php
* Special page lists in the language classes are obsolete, replaced by the list in SpecialPage.php
* Special:Specialpages uses the standard page titles wfMsg(pagename) instead of the description list previously contained in the $wgSpecialPagesEn arrays
* Ability to add custom messages to the MessageCache. Overridable by the MediaWiki namespace.
* Moving board vote functionality from includes/SpecialBoardvote.php to extensions/BoardVote.php
extensions/BoardVote.php [new file with mode: 0644]
includes/DefaultSettings.php
includes/GlobalFunctions.php
includes/MessageCache.php
includes/Setup.php
includes/SpecialBoardvote.php [deleted file]
includes/SpecialPage.php [new file with mode: 0644]
includes/SpecialSpecialpages.php
index.php
languages/Language.php
maintenance/boardvote.sql