Last modified: 2010-05-05 16:10:27 UTC
When I view a page in main namespace which transcludes from Page: namespace I can see status of transcluded pages under the title. When I edit that page, there are two quality indicators, when I preview my edit, there are three. There is no need for such duplication.
Created attachment 7346 [details] The patch removes incorrect OutputPageBeforeHTML hook I have created a patch, which removes OutputPageBeforeHTML hook (it gets called every time addParserOutput method is used). The status of transcluded pages should be added in the BeforePageDisplay hook.
Thanks for the patch. However, this is going to make the hook function return without calling pr_prepareArticle; it is better to setup the subtitle in pr_prepareArticle.
fixed in r65954