module name is not shortened
[lhc/web/wiklou.git] / tests / phpunit /
2011-06-28 Aaron Schulz* Added truncate() & truncateHTML() tests
2011-06-27 Aaron SchulzAdded formatTimePeriod() tests for r90385 and made...
2011-06-26 Mark A. Hershbergerrandom eol w/s annoys me.
2011-06-23 Brian WolffPer CR on r86169, start adding unit tests for metadata...
2011-06-23 Antoine Mussoupdate tests for Xml::label which now support 'title...
2011-06-23 Matěj GrabovskýwfArrayToCGI() and wfCgiToArray() now handle nested...
2011-06-22 Sam Reedrequire_once( dirname( dirname( __FILE__ ) ) . '/includ...
2011-06-22 Sam Reedrequire_once dirname( dirname( __FILE__ ) ) . '/api...
2011-06-22 Sam ReedMove upload tests to upload folder
2011-06-22 Sam ReedKill var_dump from r90603
2011-06-22 PlatonidesReadd r90538, this time with the missing global $wgHooks;
2011-06-22 Alexandre EmsenhuberRemoved hidden usage of $wgTitle in parser and the...
2011-06-22 Chad HorohoeProvisional revert of r90538. I can't replicate the...
2011-06-21 Chad Horohoe*grumble grumble* stupid fime on r90192
2011-06-21 PlatonidesUploadTest::testTitleValidation accessed the database...
2011-06-21 PlatonidesRevert r90483, if tesla has problems, it should get...
2011-06-21 Neil Kandalgaonkarcreate images with orientation (had to use exiv2 hack...
2011-06-20 Chad HorohoeMark test incomplete for a legitimate reason like tryin...
2011-06-19 Bryan Tong Minh(bug 29471) Exception thrown for files with invalid...
2011-06-19 Chad HorohoeRemove another empty test, courtesy of r65504.
2011-06-18 Max SemenikFollow-up r90356 & r90363: test deleteJoin() on SQLite
2011-06-18 Bryan Tong MinhFollow-up r90340: just add the test file to SVN, which...
2011-06-18 Bryan Tong Minh(bug 29408) Key 'something.' is not in a proper format
2011-06-18 Neil Kandalgaonkarfix invocation of static function
2011-06-17 Neil Kandalgaonkargenerate random triangles (so we can test EXIF orientat...
2011-06-17 Ryan Kaldariskip gzip tests if gzip is turned off
2011-06-17 Sam ReedSwap else if for elseif
2011-06-16 PlatonidesCopy teardownUploadDir(),deleteFiles(),deleteDirs(...
2011-06-16 PlatonidesMark as needing a db.
2011-06-16 Sam ReedFix indenting
2011-06-16 Brion Vibber* (bug 29426) Fix wrong use of Block::load's second...
2011-06-16 Tim StarlingFixes for r90105, r90193:
2011-06-16 Chad HorohoeFollowup to r89452, remove ftp test cases since Http...
2011-06-15 Chad HorohoeAnother stub test file...this one has been like this...
2011-06-15 Chad HorohoeAnother empty "Has not been implemented" test
2011-06-15 Chad HorohoeAdd dummy assertion to shut up phpunit yelling about it
2011-06-15 PlatonidesFollowup 90161 (which breaks the test). Need to hack...
2011-06-15 Platonidesr87164 removed mDataLoaded and broke this test database...
2011-06-15 PlatonidesMake sure to die if there are more MediaWikiLangTestCas...
2011-06-15 PlatonidesFollow-up r90150, another parent::setUp missing.
2011-06-15 Chad HorohoeFollowup r90105, ReflectionMethod::setAccessible()...
2011-06-15 Brion VibberFollowup to r90090 -- thou shalt add parent:: calls...
2011-06-15 Brion VibberFix for BlockTest -- when setup ran multiple times...
2011-06-15 Max SemenikAlso check indexes in SQLite upgrade tests
2011-06-15 Tim Starling* (bug 28798) Set $wgServer in the default LocalSetting...
2011-06-14 PlatonidesBlockTest changes $wgContLang, too.
2011-06-14 PlatonidesThou shall call parent::tearDown(), MediaWikiLangTestCa...
2011-06-14 Chad Horohoe* Remove @static from the last few places it's left...
2011-06-13 Brion VibberStart on test cases for bug 6672 (Exif orientation...
2011-06-13 Chad HorohoeRm some more completely incomplete tests. If you're...
2011-06-13 Chad HorohoeDrop suite full of incomplete tests. Tired of it clutte...
2011-06-13 Max Semenikavoid test being marked as incomplete due to lack of...
2011-06-09 Jure Kajzer* merge r89759 from REL1_17 into trunk
2011-06-07 PlatonidesReinstate r79122 (fix for bug 14404), reverting r83868...
2011-06-07 Brion VibberAdded phpunit test cases for r87497, r88076: ResourceLo...
2011-06-06 PlatonidesFollow up r89585. Clean up after the test, expand inCon...
2011-06-06 Niklas LaxströmFix for bug 29274 - Message class ignores $wgForceUIMsg...
2011-06-06 Tim StarlingTest filename updates for r89558.
2011-06-06 Tim Starling* Added a REQUEST_URI check to the bug 28235 handling.
2011-06-05 Sam ReedFix unit tests for r89515
2011-06-04 Chad Horohoepear -> port
2011-06-04 Chad HorohoeAlso support macports
2011-06-03 Max SemenikUse getSearchEngine() instead of constructing class...
2011-06-03 Happy-melonMore unpicking of r85288. I think this is all of the...
2011-06-03 Chad HorohoeFix some of the weird freaky interaction between ApiBlo...
2011-06-03 Chad HorohoeRemove useless bootstrap inclusions
2011-06-02 Mark A. Hershbergerw/s changes.
2011-06-02 Max SemenikDon't duplicate tables starting with unittest_ which...
2011-06-02 Chad HorohoeFollowup r89311: rv unrelated changes
2011-06-02 Chad HorohoeMake user right selection in installer actually work...
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-06-01 Brion VibberAdd more super-cookie test cases to HttpTest; things...
2011-06-01 Brion VibberRefactor validateCookieDomain test cases to use a data...
2011-06-01 Brion VibberTweak HttpTest following r89278:
2011-06-01 Brion VibberHttpTest regression fix: test URL on example.com no...
2011-06-01 Mark A. HershbergerFix Bug #29231: PhpHttpRequest doesn't support HTTPS
2011-06-01 Tim StarlingFixes for r88883, r89197:
2011-05-31 Antoine Mussoreally add NewParserTest to the Stub group
2011-05-31 PlatonidesRevert r89223. MediaWikiParserTest is needed to run...
2011-05-31 Antoine MussoNewParserTest.php can now work independently
2011-05-31 Tim StarlingTests for r88883, including two failing tests.
2011-05-30 Antoine Mussoadd broken test to broken group (not incomplete)
2011-05-30 Max Semenikrvv:P r89179: it doesn't work on Windows Which should...
2011-05-30 Antoine Mussoenable colors in PHPUnit
2011-05-28 Antoine MussoApiBlockTest: delete a block only if it exist
2011-05-28 Antoine MussoUse the correct ID when retrieving a block
2011-05-28 Antoine MussoApiBlockTest now remove block it creates
2011-05-28 Antoine MussoAllow test to remove data from the database
2011-05-28 Alexandre Emsenhubersvn:eol-style native
2011-05-28 Antoine MussoHandle old libxml when extracting SVG metadata
2011-05-28 Antoine Musso* Fix db->makeList() spacing
2011-05-28 Antoine MussoOnly run CleanUpTest on a quarter of the cases.
2011-05-25 Brion Vibber* (bug 27465) Fix metadata extraction for SVG files...
2011-05-25 Brion VibberTest cases for bug 27465: problems with XML namespace...
2011-05-25 Alexandre EmsenhuberAlso change $wgLanguageCode along with $wgContLang...
2011-05-25 Chad HorohoeWorkaround for duplicate key errors
2011-05-25 Chad HorohoeExtend MediaWikiTestCase in a few places
2011-05-24 Chad HorohoeFixup phpunit tests so we don't drop/create tables...
next