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

Tim Starling <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
          Component|Maintenance scripts         |MobileFrontend
            Version|unspecified                 |master
         AssignedTo|[email protected]     |[email protected].
                   |                            |org
            Product|MediaWiki                   |MediaWiki extensions
   Target Milestone|1.20.0 release              |---
            Summary|Tidy occasionally isn't     |MobileFrontend corrupts
                   |executed                    |parser cache for regular
                   |                            |page views

--- Comment #33 from Tim Starling <[email protected]> 2012-10-09 23:51:44 
UTC ---
Looks like a MobileFrontend bug. Call stack: 

* require
* ApiMain::execute
* ApiMain::executeActionWithErrorHandling
* ApiMain::executeAction
* ApiMobileView::execute
* ApiMobileView::getData
* WikiPage::getParserOutput
* PoolCounterWork::execute
* PoolWorkArticleView::doWork
* ParserCache::save

ApiMobileView makes a new default ParserOptions, it doesn't get one from
Article::getParserOptions() etc. where tidy and limit reports are enabled.

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