* (bugs 6089, 13079) Show edit section links for transcluded template if, and only...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 29 Jul 2008 17:28:26 +0000 (17:28 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 29 Jul 2008 17:28:26 +0000 (17:28 +0000)
commit9b44e8f749a9dfdaca579790f9d56aefdc936d99
treea5fc82853dfb8457affa652da406898b55020c81
parente0e0b5e019fba5661d7cc3427a011dc89dc8104a
* (bugs 6089, 13079) Show edit section links for transcluded template if, and only if the user can edit it, made Title::getUserPermissionsErrorsInternal() public so that it can be used in Parser and it can pass the User object from ParserOptions.
* Get the stubthreshold option from ParserOptions and not from $wgUser
includes/Title.php
includes/parser/Parser.php
includes/parser/ParserOptions.php