https://bugzilla.wikimedia.org/show_bug.cgi?id=58042
Chad H. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from Chad H. <[email protected]> --- (In reply to comment #14) > We really need to get some parser people on this to check if this is caused > by > something similar to bug 38273 in some extension. Tim? I'm pretty sure this is due to how CirrusSearch used to work with the parser cache (so yeah, bug 38273 in new form). We fetched our content from WikiPage::getParserOutput() with default ParserOptions. This was mostly incorrect since we (A) want the canonical options and (B) don't want to actually *save* to the pcache, just read from it. Both have been fixed since then, which would explain why reindexing the pages doesn't fix the problem and purging a broken page does fix it. -- 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
