cleanup and fixes for secondary data updates
[lhc/web/wiklou.git] / tests / phpunit / includes / ContentHandlerTest.php
2012-06-07 danielcleanup and fixes for secondary data updates
2012-06-06 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-06-06 danielmoved rendering logic from Content class to ContentHand...
2012-06-06 jeroendedauwmerged master
2012-05-29 danielmerged master
2012-05-23 danielUse Title, not IContextSource; remove createArticle...
2012-05-15 danielmerged master after 1.20wmf3
2012-05-14 danielmerged latest master
2012-05-14 jeroendedauwMerge branch 'Wikidata' of ssh://review/mediawiki/core...
2012-05-14 danielmerge incoming
2012-05-14 danielUse integers for content_model and content_format.
2012-05-02 danielimplement feature switch for ContentHandler database...
2012-04-30 danielfixing method signature of serialize()
2012-04-29 danielmerged from master
2012-04-26 danielreset namespace caches when testing extra namespace...
2012-04-25 danieluse text/x-wiki instead of application/x-wiki, as per...
2012-04-25 danielmerged from master
2012-04-25 danielspaces -> tabs
2012-04-25 danieluse application/x-wiki, not application/x-wikitext
2012-04-20 danieltest ContentHandler::getForTitle()
2012-04-20 danieltest ContentHandler::makeContent()
2012-04-20 danielmore tests for ContentHandler::getContentText
2012-04-19 danieltests for ContentHandler::getContentText
2012-04-18 danielfirst test cases. found and fixed a bug in Title::isCss...