Pulling out r42105 for now -- "Added 2 hooks. One in Parser to allow custom handling...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 15 Oct 2008 20:57:02 +0000 (20:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 15 Oct 2008 20:57:02 +0000 (20:57 +0000)
commit2b8a8b262481372ea2c4320487af5216b9799959
treee6f1f4af31159276e01b572dc0b58d6398dc23fd
parentf44f2b9de69406db97a21b9e4c0a5e5ca3f39b0c
Pulling out r42105 for now -- "Added 2 hooks. One in Parser to allow custom handling of namespace links, and one in EditPage, to allow custom output/handling when a user has no edit rights"
The namespace parsing thing feels very hacky and grabs bits out of an internal implementation function which doesn't feel like a stable interface.
Would recommend thinking about this and coming up with a more serious stable interface for it.
RELEASE-NOTES
docs/hooks.txt
includes/EditPage.php
includes/parser/Parser.php