Refining fix for bug 10836 - taking care of unintended behavior.
authorTim Laqua <tlaqua@users.mediawiki.org>
Thu, 6 Sep 2007 04:11:45 +0000 (04:11 +0000)
committerTim Laqua <tlaqua@users.mediawiki.org>
Thu, 6 Sep 2007 04:11:45 +0000 (04:11 +0000)
commit4a38a678ba3f752f5e15c73ad7069b080f4f8d18
treebccdc1d8a7eeeed4694164b5fd27f0c56c810302
parent6bffc916c4e59dca29bf80c200122e3579715daa
Refining fix for bug 10836 - taking care of unintended behavior.
Added EditPage::pseudoParseSectionAnchor function to mimic parsing for section headings.
Now preloaded section header text /* ... */ is also passed through the pseudoParseSectionAnchor function to correct section linking in recent changes.
Post-save Section anchors are also pseudoParsed.
This should take care of most of the section anchor issues related to embeded wikitext in section headings.
includes/EditPage.php