https://bugzilla.wikimedia.org/show_bug.cgi?id=38273
--- Comment #23 from Michael M. <[email protected]> 2012-09-14 08:31:29 UTC --- I think I found the problem why Tidy sometimes isn't executed: ./includes/job/RefreshLinksJob.php calls ParserOptions::newFromUserAndLang( new User, $wgContLang ) while in other places makeParserOptions from ./includes/WikiPage.php is called, which additionally calls $options->enableLimitReport(); $options->setTidy( true ); This also explains why the limit report is missing. This means that this bug report is in the wrong component, but since I neither know where it actually belongs to nor how to change both product and component, I'm just leaving this as is. btw: The structure in the previous comment reminds me a bit of Alice in Wonderland: https://en.wikisource.org/wiki/Alice%27s_Adventures_in_Wonderland/Chapter_3 -- 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
