https://bugzilla.wikimedia.org/show_bug.cgi?id=40908
--- Comment #5 from Tim Starling <[email protected]> 2012-10-11 10:15:34 UTC --- This is because Scribunto hooks TitleIsWikitextPage to make modules not be wikitext. Previously, TitleIsWikitextPage only affected EditPage::getPreviewText() and WikiPage::isParserCacheUsed(). ContentHandler extended the meaning of $retval=false from that hook to cause the content model to switch from "wikitext" to "text", however due to a flaw in ContentHandler, "text" was not usable and generated an exception. I8963c968 should be a sufficient fix. -- 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
