* Eliminated message mode (OT_MSG), using OT_PREPROCESS instead. As proposed on wikit...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 19 Jan 2008 09:03:45 +0000 (09:03 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 19 Jan 2008 09:03:45 +0000 (09:03 +0000)
commit6bfc746e830980c32c639fe473a07018ee4a7c50
treef6d04ea4bf0492eb1ff1dd9844761cb79101fb7e
parent2bd5acda1aa6b6d04c048e050ed4bfa10efff4f4
* Eliminated message mode (OT_MSG), using OT_PREPROCESS instead. As proposed on wikitech-l.
* Fixed #tag behaviour in preprocess()
* Fixed #tag quote stripping regex
* Made MessageCache::getMessage() never transform its result, that is now left up to the caller.
* A few other minor changes
includes/CoreParserFunctions.php
includes/Defines.php
includes/GlobalFunctions.php
includes/MessageCache.php
includes/Parser.php