Renaming qunit test files to end in ".test.js" (finally!)
[lhc/web/wiklou.git] / tests / phpunit /
2011-08-11 Alexandre EmsenhuberMake SpecialRecentchangesTest pass
2011-08-09 Chad HorohoeMove the fuzz test into @group Broken so it will shut...
2011-08-08 Chad HorohoeMostly revert r89400: not needed since Brion fixed...
2011-08-07 Max SemenikFixed sidebar tests on Windows. Can't use PHP_EOL here...
2011-08-05 Alexandre Emsenhuber* Call Linker methods statically
2011-08-05 Alexandre Emsenhuber$wgLanguageCode applies to $wgContLang, not $wgLang...
2011-08-04 Chad HorohoePartial fix for r88772: no need for IGNORE on site_stat...
2011-08-04 Chad HorohoeFollowup r93928: forgot to remove this
2011-08-04 Chad HorohoeFixes for r92251:
2011-08-02 Chad Horohoe* ApiTest: mark testApiGotCookie() broken, since it is
2011-08-02 Neil Kandalgaonkaradd maxWidth param
2011-08-01 Mark A. Hershbergerw/s changes: “svn diff -x-w” is clean
2011-07-28 Chad HorohoeFollowup r93344: forgot to fix test. In other news...
2011-07-27 PlatonidesFollow up r93253. Do not mark DatabaseSqliteTest.php...
2011-07-27 PlatonidesRename PROT_* constants to PROTO_*
2011-07-27 Roan Kattouw(bug NNNNN) Rewrite most of wfExpandUrl() to handle...
2011-07-26 Chad HorohoeMark 2 tests as requiring a DB...since they do :)
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-07-25 PlatonidesMake SideBarTest work with a Language other than Englis...
2011-07-25 Aaron SchulzReverted r92489 and added/use hideDeprecated() to MW...
2011-07-25 Antoine MussoTest for external links in the sidebar
2011-07-24 Sam ReedTrim trailing whitespace
2011-07-24 Sam ReedRename class to match change of method location
2011-07-23 PlatonidesIt is stupid to test that a void method returns null...
2011-07-23 PlatonidesMake wfUrlEncode(null) reset the static. Two skipped...
2011-07-21 Chad Horohoeself rv r90483. Still needs investigating though
2011-07-20 PlatonidesCommit a list of unimplemented tests.
2011-07-20 PlatonidesFollow up r92635
2011-07-20 PlatonidesFix for r91885.
2011-07-20 PlatonidesFollow up r92635.
2011-07-20 PlatonidesI like better checking for the actual extension, loadin...
2011-07-20 PlatonidesFixup r89029. You don't include the brackets in the...
2011-07-19 PlatonidesFollow-up r92588. Make it work regardless of $wgHtml5
2011-07-19 PlatonidesSince r92364 UserTest.php needs a database
2011-07-19 PlatonidesFollow up r91419. A boolean attribute can be both the...
2011-07-19 PlatonidesRemove the globals. r91570 was wrong saying that parent...
2011-07-18 Aaron SchulzRemoved testBug29116LoadWithEmptyIp. Fails due to wfDep...
2011-07-16 Bryan Tong MinhFirst steps for bug 14801: add backend support for...
2011-07-15 Bryan Tong Minh(bug 28762) Resizing to specified height broken for...
2011-07-15 Bryan Tong MinhAdd words.txt for us Windows users. This is a random...
2011-07-15 Bryan Tong MinhFollow-up r79845: Fix rotation. Turns out that we need...
2011-07-15 Antoine MussoNS_MAIN can locally have subpages enabled
2011-07-13 Alexandre Emsenhuber* Added some tests for FauxResponse class
2011-07-13 Chad HorohoeForgot to change my default header, followup r92045
2011-07-13 Chad HorohoeAdd some tests for wfExpandUrl. Definitely not complete...
2011-07-12 Ian BakerRefactored UploadStash and related classes to use the...
2011-07-12 Aaron SchulzFollow-up r91997, moved newFromTitle() function to...
2011-07-12 Aaron SchulzFixed failing XML tests (on windows) due to newline...
2011-07-12 Aaron SchulzAdded WikiPageFactory class with newFromTitle() function
2011-07-11 Bryan Tong MinhFollow-up r91895: Call parent destructor as well, just...
2011-07-11 Bryan Tong MinhAdd unit tests for $wgGroupPermissions/$wgRevokePermissions
2011-07-11 Brian Wolff(follow-up r90256) Unit tests.
2011-07-06 Brion VibberFollowup r83885: add JSMin+ 1.3 to use its parser to...
2011-07-06 Brion VibberPartial revert of r91106: followup to r91127.
2011-07-06 Chad HorohoeCall parent::setUp() and allow it to do lang setup...
2011-07-06 Chad HorohoeRemove notes about being destructive. We work properly...
2011-07-06 Chad HorohoeFollowup r91270: didn't need to be so paranoid about...
2011-07-04 Antoine Mussotests for Html::testExpandAttributes()
2011-07-03 Antoine Mussoenhance tests name (for --testdox option)
2011-07-03 Antoine Mussosplit tests for ArticleTest
2011-07-01 Antoine Mussothrow an exception on !is_executable( $wgExiv2Command )
2011-07-01 Chad HorohoeMerge ApiTestSetup into ApiTestCase and update all...
2011-06-30 Antoine Mussotest that wfUrlencode() encodes apostrophe
2011-06-30 Chad HorohoeFixed a long-standing broken test:
2011-06-30 Sam ReedFollowup r91087, rename directory
2011-06-29 Aaron Schulz* Split off WikiPage class from Article, WikiFilePage...
2011-06-29 Antoine Mussobasic tests for wfUrlencode
2011-06-29 Bryan Tong MinhAdd wfUnserialize() wrapper around unserialize to preve...
2011-06-29 Antoine MussoMove global functions tests to their own directory.
2011-06-29 PlatonidesDelay expansion of XmlSelect options until getting...
2011-06-29 PlatonidesMake BitmapMetadataHandlerTest incomplete if $wgShowEXI...
2011-06-29 Alexandre EmsenhuberPass the Title object to Parser::transformMsg()
2011-06-29 Chad HorohoeBasic first round of testing for the InstallDocFormatter
2011-06-28 Chad HorohoeRemove superfluous NewDBTest, doesn't test anything...
2011-06-28 Chad HorohoeMerge SearchDbTest into SearchEngineTest. No real need...
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...
next