https://bugzilla.wikimedia.org/show_bug.cgi?id=51504
--- Comment #5 from Brad Jorsch <[email protected]> --- (In reply to comment #4) > (In reply to comment #3) > the format of the modules in the export of Template:Institution is > <format>text/plain</format>, so there’s no change to <format> in that case > that You misunderstood me, I think. What do you get if you export a module page from "mywiki"? Or more correctly, what did you get before applying the patch that let you import? > in that Gerrit change, is the isSupportedFormat method necessary? i was able > to > apply the change to the constructor only - $formats = array( > 'CONTENT_FORMAT_TEXT' ) to $formats = array( CONTENT_FORMAT_TEXT ) and that > took care of the issue; i didn’t need to add the isSupportedFormat method. IIRC, it makes existing module pages continue to work if you have $wgContentHandlerUseDB set to true (which is the default). -- 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
