https://bugzilla.wikimedia.org/show_bug.cgi?id=23293
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|testme | Summary|When transcluding special |When transcluding special |page, page is rendered with |page like newpages/rc/etc |title of special page not |if any edits tagged, strip |current page |markers exposed and page | |title overridden --- Comment #7 from Bawolff <[email protected]> 2010-07-22 06:19:50 UTC --- I spent some time trying to narrow the problem down. It appears to be related to change tags, which is probably why it is intermittent (if you have special:newpages on your page, sometimes it will have tagged edits, sometimes it won't) Specifically, in my tests, commenting out the wfMsgExt( "tag-$tag", 'parseinline') in ChangesTag::tagDescription (~line 31) made the issue go away, so I think thats the culprit. ( I assume this is bug 17329 ?). One fix would be to just disable showing Change tags if the special page is being transcluded. I'm not sure if there is a better fix that would both fix the issue and allow showing change tags when transcluding the special page. removing keyword testme and changing description to more fit the problem -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
