Introducing LinksUpdateTest.
[lhc/web/wiklou.git] / tests / phpunit / MediaWikiTestCase.php
2012-05-13 danielIntroducing LinksUpdateTest.
2012-05-10 Aaron SchulzMerge "Revert r97711"
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-09 KrinkleMerge "fix bug 29002 - in RTL wikis resizable are flipped"
2012-05-09 KrinkleMerge "Upgrade to jQuery UI 1.8.20"
2012-05-08 CatropeMerge "Re-enable css @import unit tests"
2012-05-08 Brion VIBBERMerge "Optimized SqlBagOStuff::getBatch() a bit."
2012-05-08 Brion VIBBERMerge "(bug 35993) gettoken should go die in a fire...
2012-05-08 Brion VIBBERMerge "Make backupTestPass.inc require_once by itself...
2012-05-08 Brion VIBBERMerge "[FileRepo] Locking and transaction fixes."
2012-05-08 Brion VIBBERMerge "Add new-inline-tags to tidy.conf"
2012-05-08 Brion VIBBERMerge "(bug 36568) Fixed "Illegal string offset 'LIMIT...
2012-05-08 Aaron SchulzMerge "Don't make two database requests to load the...
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-08 Brion VIBBERMerge "ORDER BY/GROUP BY accept arrays"
2012-05-08 HasharMerge "Added Linker::getInvalidTitleDescription() to...
2012-05-07 Aaron SchulzMerge "Treat truncated HTTP requests as errors."
2012-05-07 Aaron SchulzMerge "add type check and bail out when title could...
2012-05-07 Aaron SchulzMerge "Let tablesUsed imply needsDB in MediaWikiTestCase."
2012-05-07 danielLet tablesUsed imply needsDB in MediaWikiTestCase.
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-16 SiebrandMerge "Add option to rebuild message files on a differe...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-12 CatropeMerge "Use $wgUser in ResourceLoaderUserGroupsModule...
2012-04-10 Aaron SchulzMerge "Remove request_with_session/request_without_session"
2012-04-10 Brion VIBBERMerge "(bug 33658) support for {{GRAMMAR:}} in jqueryMsg"
2012-04-10 DemonMerge "Normalise categorymembers to take ascending...
2012-04-10 Brion VIBBERMerge "Fix PostgreSQL updater to produce 1.19 schema"
2012-04-10 Brion VIBBERMerge "- Fix bug 35076 - More tests, test comments"
2012-04-10 Brion VIBBERMerge "Adding temp file/dir management to MediaWikiTest...
2012-04-10 Christian AistleitnerAdding temp file/dir management to MediaWikiTestCase
2012-01-25 Aaron Schulz* In NewParserTest, refactored code to use FileBackend...
2011-12-16 Alexandre EmsenhuberUse WikiPage instead of Article to call doEdit()
2011-12-10 Aaron SchulzFU r105154: only clear tables that tests specify as...
2011-12-05 Aaron Schulz* Made resetDB() actually clear out the tables rather...
2011-11-10 Jure Kajzersome more oracle-phpunit-fu (should not affect non...
2011-11-09 Jure Kajzer* phpunit fixes & optimizations for oracle backend
2011-10-24 OverlordQBasic support for Postgres phpunit testing, currently...
2011-07-25 Aaron SchulzReverted r92489 and added/use hideDeprecated() to MW...
2011-06-22 PlatonidesReadd r90538, this time with the missing global $wgHooks;
2011-06-22 Chad HorohoeProvisional revert of r90538. I can't replicate the...
2011-06-21 PlatonidesUploadTest::testTitleValidation accessed the database...
2011-06-02 Mark A. Hershbergerw/s changes.
2011-06-02 Max SemenikDon't duplicate tables starting with unittest_ which...
2011-06-01 Chad HorohoeMostly revert r89302, was slower than the original
2011-06-01 Chad HorohoeExclude Block tests until somebody fixes them, also...
2011-06-01 Chad HorohoeTest db cleanup
2011-05-28 Antoine MussoAllow test to remove data from the database
2011-05-24 Chad HorohoeFixup phpunit tests so we don't drop/create tables...
2011-05-01 PlatonidesCosmetic change
2011-04-29 PlatonidesThe $wgLocalisationCacheConf was being overwritten...
2011-03-06 Platonidesr82867 converted $wgCaches into a class instance. Updat...
2011-03-05 Max SemenikDon't dupe/drop parts of searchindex on SQLite
2011-03-05 Max SemenikMediaWikiTestCase: factored prefix generation to a...
2011-02-26 PlatonidesFinally commit the testing stuff I have been with this...
2011-02-21 Platonidesmaintenance/commandLine.inc loads DefaultSettings,...
2011-02-20 PlatonidesSpaces to tabs
2011-02-10 PlatonidesFix the completely broken r81880
2011-02-10 PlatonidesAdd support of assertEmpty (used since r81596) for...
2011-02-05 Antoine MussoFix @dataProvider with PHPUnit 3.5.8+
2011-01-25 Alexandre EmsenhuberReset the cache used in User::idFromName(), otherwise...
2011-01-10 Jure Kajzer* fixed Oracle code for installer and phpunit tests
2011-01-10 Chad HorohoeMove table prefixes to constants, add doc to addDBData()
2011-01-01 PlatonidesRemove unused globals
2011-01-01 X!More work on new parser tests:
2011-01-01 X!Start work on porting ParserTests completely into PHPunit.
2010-12-31 X!For some reason tableExists() is being unreliable,...
2010-12-31 X!-If $this->db does not exist, skip destroying the DB
2010-12-31 X!Add check to make sure only MySQL and SQLite are used...
2010-12-31 X!Only destroy DB if it needs it
2010-12-31 X!I made MySQL work, and broke SQLite in the process...
2010-12-31 X!Solved problem with SQLite: Globals were getting stored...
2010-12-31 X!More work on getting SQLite to work with unit tests...
2010-12-30 X!-Destroy the DB automatically when initting the DB
2010-12-30 PlatonidesFollow up r79109. Do not use create_function.
2010-12-29 PlatonidesMove MediaWikiTestCase class to a new file and load...