https://bugzilla.wikimedia.org/show_bug.cgi?id=47333
--- Comment #1 from Brad Jorsch <[email protected]> --- More specifically, disablepp may be ignored when using oldid (where the specified revision id is the current revision) or page or pageid, due to MediaWiki fetching the ParserOutput from the parser cache. This also implies that if the page isn't already cached, then this API query would cause the version without the limit report to be cached, which is also probably not the best thing. So perhaps the thing to do is to have WikiPage::isParserCacheUsed return false if $parserOptions->getEnableLimitReport() is false. -- 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
