Added EditFilterMerged hook: like EditFilter but uses the text after section merging...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 12 Nov 2007 07:30:40 +0000 (07:30 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 12 Nov 2007 07:30:40 +0000 (07:30 +0000)
commitaf7be3b1b7b2f9e1aa32007857a21df3c6a0cfc0
tree4304beb58a0e51cbed3de68319d680462d9e9275
parent71ad45f8579b28c87137290ab1a925167789df34
Added EditFilterMerged hook: like EditFilter but uses the text after section merging. This allows ConfirmEdit and SpamBlacklist to share a parse with Article::editUpdates(). Article::prepareTextForEdit() facilitates this sharing. Unfortunately this means that {{REVISIONID}} will no longer work for current page views.
RELEASE-NOTES
includes/Article.php
includes/Defines.php
includes/EditPage.php