wiki.techinc.nl/includes/content
aude 437f60f358 Add ContentHandler::supportsCategories method
and check for this in WikiPage::doEditUpdates before
inserting a new CategoryMembershipChangeJob.

Some content models like the Wikibase ones do not
have categories and it's wasteful to add these jobs
for all Wikibase edits.

Bug: T126977
Change-Id: I2c54a4ba1546445dc41101e15cb83a2c6cc2b1c9
2016-03-02 15:20:56 +01:00
..
AbstractContent.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
CodeContentHandler.php
Content.php Add missing null type hints to Content::isCountable and implementations 2016-02-25 14:13:22 +01:00
ContentHandler.php Add ContentHandler::supportsCategories method 2016-03-02 15:20:56 +01:00
CssContent.php Implement redirects in CssContent 2015-07-28 17:53:47 +00:00
CssContentHandler.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
JavaScriptContent.php Support redirects in JavaScriptContent 2015-07-20 15:36:49 +00:00
JavaScriptContentHandler.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
JsonContent.php JsonContent: Call member functions with '$this->', not 'self::' 2016-02-22 11:48:35 -08:00
JsonContentHandler.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MessageContent.php Add missing null type hints to Content::isCountable and implementations 2016-02-25 14:13:22 +01:00
TextContent.php Add missing null type hints to Content::isCountable and implementations 2016-02-25 14:13:22 +01:00
TextContentHandler.php Add supportsDirectEditing methods to ContentHandler 2015-04-17 15:55:20 +00:00
WikitextContent.php Add missing null type hints to Content::isCountable and implementations 2016-02-25 14:13:22 +01:00
WikitextContentHandler.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00