Anomie added a comment.
The thing being complained about here is the list of accepted values to the `contentformats` parameter to `action=edit`. This list of possible values is fetched from `ContentHandler::getAllContentFormats()`, which queries every handler in `$wgContentHandlers` for `->getSupportedFormats()`, and Wikibase's handlers for "wikibase-item" (`Wikibase\Repo\Content\ItemHandler`) and "wikibase-property" (`Wikibase\Repo\Content\PropertyHandler`) are currently returning "application/vnd.php.serialized" (the value of the constant `CONTENT_FORMAT_SERIALIZED`) as one of their supported formats. I have no idea why that sequence of events might not have been happening in the same way before March 9. TASK DETAIL https://phabricator.wikimedia.org/T129281 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Anomie Cc: Anomie, Bene, Aklapper, jayvdb, pywikibot-bugs-list, dg711, Ricordisamoa, Legoktm _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
