Fix up DISPLAYTITLE and enable per default:
authorRob Church <robchurch@users.mediawiki.org>
Mon, 25 Jun 2007 15:51:09 +0000 (15:51 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Mon, 25 Jun 2007 15:51:09 +0000 (15:51 +0000)
commit19be1d25ac4ed5533b7fba5fb27983a27a295784
treeb116e1bec63da170994644e9517c581a5980be40
parentc52af0da6d7ab5090b1bb7d921a91e830bb53fff
Fix up DISPLAYTITLE and enable per default:
* Clean up the mess in ParserOutput
* Reject (ignore) custom titles which don't normalise to the same as the current page -- THIS IS IMPORTANT OTHERWISE LINKING GOES TO POT (and not the good kind of pot)
[WARNING: Touches parser version. Old caches will be expired. You might wish to undo this and add some temporarily backwards-compatibility for a few days.]
RELEASE-NOTES
includes/CoreParserFunctions.php
includes/DefaultSettings.php
includes/OutputPage.php
includes/Parser.php
includes/ParserOutput.php