* (Bug 25451) Language::time() and ::date() misfunction when given timestamps in...
[lhc/web/wiklou.git] / maintenance / tests /
2010-10-14 Markus Glaseradded support for junit log file output, which is neede...
2010-10-14 Markus Glaser* start / stop selenium server on Linux
2010-10-13 Markus Glaseradded credits to Priyanka Dhanda and Daniel Kinzler
2010-10-13 Markus Glaser* handle PHP 5.2 ini files
2010-10-13 Sam ReedFixup tabs/whitespace
2010-10-13 Sam ReedFixup r74646
2010-10-12 Max SemenikFollow-up r74628: convert two remaining calls of patchP...
2010-10-12 Mark A. HershbergerEnumerate private member to fix build problem on CC
2010-10-11 Mark A. HershbergerNOTE THAT THIS COMMIT REVEALS FAILING PARSER TESTS...
2010-10-09 Max Semenikrequire_once to please CruiseControl, formatting
2010-10-09 Max SemenikFollow-up r74558: remove var_dump()
2010-10-09 Max SemenikRestored the ability to run extension tests from the...
2010-10-09 Max Semenik* Updated run-tests.bat to take recent changes into...
2010-10-09 Max SemenikFollow-up r74553, r74554 and r74555: don't guess, just...
2010-10-09 PlatonidesFollow r74554. Also take include path into account.
2010-10-09 PlatonidesLook for PHPUnit folder in the PATH and add support...
2010-10-09 PlatonidesReadd after r72566 a phpunit.php so that globals are...
2010-10-08 PlatonidesAdd parsertest for r74526.
2010-10-07 Max SemenikWhitespace consistency
2010-10-07 Max SemenikSupport conversion of floating-point MySQL types in...
2010-10-06 PlatonidesFix (marking as incomplete) the test ApiWatchTest:...
2010-10-06 Sam ReedIf Main page is missing for testGetRollbackToken, mark...
2010-10-05 Brion VibberRevert r74286, r74287 -- broke parserTests completely...
2010-10-05 Mark A. Hershberger(second commit to get all files.)
2010-10-05 Mark A. Hershberger= BacklinkCache.php =
2010-10-04 Sam ReedTweak/refactoring around of tests
2010-10-04 Sam ReedFollowup r74234 flip parameters
2010-10-04 Sam ReedFix tabs/spaces from r74242
2010-10-03 Sam ReedRevert r74240, the depends seem to do some weird depend...
2010-10-03 Sam ReedFixup testGetToken again
2010-10-03 Sam ReedMark testWatchDelete as incomplete (watch isn't verified)
2010-10-03 Sam ReedNuke returns from end of tests
2010-10-03 Brion VibberChanged phpunit Makefile to require 'make destructive...
2010-10-03 Sam ReedMarking testApiGotCookie incomplete
2010-10-03 Sam ReedFiuxp issues from r74213 CR
2010-10-03 Sam ReedVariable UserWrapper used in both testApiLoginBadPass...
2010-10-03 Sam ReedRevert r74122, making r74117 live again
2010-10-01 PlatonidesRevert r74117. Breaks the test. Using an internal reque...
2010-10-01 PlatonidesRemove suite included twice in suite.xml
2010-10-01 PlatonidesFollow up r73976. Made the test do not depend on $wgUse...
2010-10-01 Sam ReedMake user 'sysop', so we get delete/protect token,...
2010-10-01 Sam ReedFixup testApiLoginBadPass per r74113, still failing...
2010-10-01 Sam ReedSwitch testApiLoginGoodPass to use doApiRequest
2010-09-30 Trevor ParscalAdded tests for new TS_ISO_8601_BASIC timestamp format...
2010-09-30 Chad HorohoeFollowup r74034, missed one GAID_FOR_UPDATE
2010-09-30 Chad HorohoeRefactor GAID_FOR_UPDATE into Title::GAID_FOR_UPDATE...
2010-09-30 Trevor ParscalAdded some content for basic unit tests for ResourceLoa...
2010-09-30 Mark A. Hershberger* Update Makefile with recommended SHELL variable
2010-09-29 PlatonidesAdded a couple of <nowiki> - <pre> tests per bug 13238
2010-09-29 Antoine MussoImplements bug 24343 "localurl discards section id".
2010-09-29 Trevor ParscalMade ResourceLoader an instantiable object, rather...
2010-09-29 Chad HorohoeMove doApiRequest() up a level so ApiTest can use it...
2010-09-29 Trevor ParscalAdded support for PHPUnit 3.5, where PHPUnit_Util_Timer...
2010-09-29 Chad HorohoeMark test incomplete if Main Page only has one author...
2010-09-29 Chad HorohoeRemove bogus addGroup() call. All users are in *
2010-09-29 PlatonidesFixed dummy test that only checks that the License...
2010-09-29 PlatonidesTiny changes, fix comment, remove unused globals and...
2010-09-29 PlatonidesRemove $wgServerName. Its only usage was for {{serverna...
2010-09-29 PlatonidesFight PHP Fatal error: Call to a member function attri...
2010-09-29 Max SemenikFixed a few parser tests that were failing for me when...
2010-09-28 Chad HorohoeUnify setUp/tearDown in ApiSetup, rather than duplicati...
2010-09-28 Chad HorohoeUse suite user/password rather than assuming WikiSysop
2010-09-28 Chad HorohoeMove parser test related stuff to tests directory
2010-09-27 Antoine MussoAdds a make target to build phpunit code coverage which...
2010-09-25 Antoine Mussoadds testing for IP and Xml classes
2010-09-25 Antoine Mussocomment typo
2010-09-22 Priyanka DhandaFollowup to r73500. SeleniumTestConfig renamed to Selen...
2010-09-22 PlatonidesNo need of $wgMemc after r73386.
2010-09-22 Max SemenikFixed PHP4-isms
2010-09-22 Priyanka DhandaRunSeleniumTests.php: Cleaned up a few options that...
2010-09-20 Priyanka DhandaAs per Nikerabbit's comment in r73260, is not needed...
2010-09-19 Max SemenikFixed DatabaseSqlite::tableName() to avoid prefixing...
2010-09-18 Sam ReedComment out some unreachable code in a test due to...
2010-09-18 Max SemenikMarked UploadFromUrlTest as broken
2010-09-17 Priyanka DhandaSome changes so that tests don't die silently on ci.
2010-09-17 PlatonidesRevert change on r73064 for this file.
2010-09-17 Chad HorohoeCommenting out Http tests until the concerns at mediawi...
2010-09-15 PlatonidesAbsolutize require paths per r72858 CR.
2010-09-13 Chad HorohoeNeed autoload classes, or extensions will fatal in...
2010-09-12 PlatonidesFollow up r72566. Per CR r9132#c9132 these files were...
2010-09-10 Chad Horohoe\n to eof
2010-09-10 Chad HorohoeFor Ævar, re-add make tap
2010-09-10 Max SemenikFor those poor souls who use Windows instead of Make...
2010-09-10 Bryan Tong MinhFollow-up r72475: Set $wgAllowAsyncCopyUploads in the...
2010-09-08 PlatonidesInitialise wgContLang and $wgLang.
2010-09-08 Chad HorohoeAdd profiler to global scope too
2010-09-08 Chad Horohoe\n at EOF plz
2010-09-08 Bryan Tong MinhFollowup r72475: assert that a job has been popped...
2010-09-07 Trevor ParscalMerged reorganization work for PHPUnit from branches...
2010-09-07 PlatonidesRemove $wgContLanguageCode usage in core.
2010-09-07 Trevor ParscalRenaming phpunit to phpunit.php - this will make it...
2010-09-06 Bryan Tong MinhFollow-up r70137: Made asynchronous upload working...
2010-09-04 PlatonidesFollow-up r72340. Remove functions defined twice.
2010-09-04 Siebrand MazelandMore whitespace updates for files touched in r72342:
2010-09-04 PlatonidesUse canonical class name.
2010-09-04 Siebrand MazelandStylize files added in r72349
2010-09-04 PlatonidesForce User.php include for EDIT_TOKEN_SUFFIX
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-09-04 Mark A. Hershbergerw/s changes
2010-09-04 Mark A. HershbergerAdd changes that I missed in r72340
next