* Added __HIDDENCAT__ feature, to hide categories from the box at the bottom of the...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 20 Feb 2008 08:53:12 +0000 (08:53 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 20 Feb 2008 08:53:12 +0000 (08:53 +0000)
commit269a91037b7e47e92197fed5c3a16ecc2567f4e3
treed0906ccbf436bc72611e1283c367f1fd0cd92057
parent700992cb612dcb25147b232104d28aab7ccdd8ec
* Added __HIDDENCAT__ feature, to hide categories from the box at the bottom of the member pages depending on special text on the category page.
* Added page_props backend, generic parser-driven page properties which, when changed, invalidate the cache of backlinked pages on any links table. Could be used to add overlays to images depending on their deletion status, or to add icons to articles based on category membership.
* Refactored double-underscore handling in the parser.
* Moved CoreParserFunctions registration to CoreParserFunctions.
12 files changed:
includes/CoreParserFunctions.php
includes/DefaultSettings.php
includes/LinkBatch.php
includes/LinksUpdate.php
includes/MagicWord.php
includes/OutputPage.php
includes/Parser.php
includes/ParserOutput.php
languages/messages/MessagesEn.php
maintenance/archives/patch-page_props.sql [new file with mode: 0644]
maintenance/tables.sql
maintenance/updaters.inc