https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

Max Semenik <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #29 from Max Semenik <[email protected]> 2012-09-28 22:18:01 
UTC ---
(In reply to comment #23)
> 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.

RefreshLinksJob doesn't save the results of this parse, so people shouldn't
getting these results, and avoiding Tidy calls here makes a lot of sense as the
results are used only for link updates.

-- 
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

Reply via email to