Added alias of jQuery to $j - this is only to get site/user scripts that were using...
[lhc/web/wiklou.git] / maintenance / tests /
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
2010-09-04 Mark A. Hershberger* Remove $wg*Selenium* globals as they are only used...
2010-09-03 PlatonidesFollow-up r65504. Use canonical class name.
2010-09-03 PlatonidesFollow up r72202 rename of Message::key() to wfMessage()
2010-09-03 Priyanka DhandaFixing bad cpmmand to make phpunit work r72250
2010-09-03 Trevor ParscalActually does what r72249 claimed to do.
2010-09-03 Trevor ParscalFixed PHPUnit < 3.5 compatibiliy breaking change r72248...
2010-09-03 Trevor ParscalUsing PHPUnit/Autoload.php instead of trying to include...
2010-09-02 Sam Reed$result = '' in Title->checkPermissionHooks
2010-09-02 Alexandre EmsenhuberRemoved leading whitespace
2010-08-31 Aryeh GregorFix three test failures if project contains space
2010-08-27 Mark A. HershbergerStart of verbose option, fix url option
2010-08-26 Mark A. Hershberger* Adapt the RunSeleniumTests.php to the Maintenance...
2010-08-24 Sam ReedFix those spaces too from r71596/r71592
2010-08-24 Sam ReedFixup whitespace from r71592
2010-08-24 Sam ReedRemove some unreachable code (usually returns after...
2010-08-23 PlatonidesLocalFileTest failed if $wgCapitalLinks was false in...
2010-08-23 Mark A. Hershbergerre r71445 put static on the right method.
2010-08-22 Chad HorohoeMock object needs to be static too
2010-08-19 Sam ReedMore unused....
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-13 Chad HorohoeTry #2 for fixing r70970 (now with less unrelated chang...
2010-08-13 Chad HorohoePartial revert r71029, unrelated changes. Need caffeine...
2010-08-13 Chad HorohoeFix #1 for r70970: Make UploadFromUrlTestSuite initiali...
2010-08-13 Sam ReedFix archiveName to archiveNames (wrong declaration)
2010-08-12 PlatonidesAllow running this standalone as
2010-08-12 Max SemenikDatabaseSqlite::sourceStream(): convert CHAR types...
2010-08-12 Max Semenikmaintenance/sqlite.php: added the ability to check...
2010-08-12 PlatonidesFollow up r70916. Missing global.
2010-08-11 PlatonidesForce $wgContLang to English at the entry point.
2010-08-11 PlatonidesMade tests more independent. Some items were only worki...
2010-08-05 Mark A. Hershbergerupdate ParserTestSuiteBackend to match signature on...
2010-08-05 Niklas LaxströmRemove unused fourth parameter for message cache constr...
2010-08-02 PlatonidesA <pre> and new lines is not the best element for the...
2010-08-02 Markus Glaser* changed variable name of the logger since it is used...
2010-08-02 Markus Glaser* log browser used
2010-08-02 Markus Glaser(no commit message)
2010-08-01 Alexandre Emsenhubersvn:eol-style native
2010-07-31 Markus Glaserchanged testrunner in order to run suites instead of...
2010-07-29 Bryan Tong MinhFix UploadFromUrl test cases, UploadFromUrlJob::run...
2010-07-27 PlatonidesUse the canonical names for classes.
2010-07-25 Sam ReedMore unused variables, whitespace
2010-07-25 Sam ReedFixup some more wrong static usages
2010-07-25 PlatonidesRemove unused globals.
2010-07-25 Sam ReedMany self:: to $this-> in HttpTest
2010-07-25 Sam ReedMore unused globals
2010-07-10 Max SemenikUpdate tests for r69229
2010-06-29 Tim StarlingRemoved the hacks from r62948 to skip ApiTest if the...
2010-06-28 Max SemenikAdded a new hook that allows extensions to add their...
2010-06-25 Max SemenikFollow-up to r68544: restored the ability to run tests...
2010-06-25 Tim Starling* Fixed the makefile to only run enabled tests, instead...
2010-06-25 Tim Starling* Integrated the selenium tests into MediaWiki properly...
2010-06-25 Max SemenikFixes for r68544: fixed notices, added phpunit.bat...
2010-06-25 Tim Starling* Removed require/require_once from maintenance scripts...
2010-06-23 Max SemenikConverting MySQL's ENUM to SQLite BLOB doesn't make...
2010-06-18 Priyanka DhandaTest commit. No Changes.
2010-06-18 Trevor ParscalAdded new line at end of file (just testing a commit...
2010-06-18 Alexandre EmsenhuberFixed some doxygen warnings
2010-06-16 Mark A. Hershberger* Create new DatabaseSqlite::checkForEnabledSearch...
2010-06-12 Mark A. Hershberger* re r65152 add back async option for uploadByURL API...
2010-06-09 Tim StarlingFixes for r61911:
2010-06-07 Markus Glaserensured backwards compatibility to MW prior 1.15.2...
2010-06-04 Markus Glaserupdated comment (by dan nessett)
2010-06-01 Alexandre Emsenhubersvn:eol-style native
2010-05-30 Max SemenikBug 23715: replaced 8-megabyte txt file that crashed...
2010-05-28 Markus GlaserAdded credits to Dan Nessett
2010-05-28 Markus Glaser* Configuration of port (credits to Dan Nessett)
2010-05-26 Mark A. HershbergerMake tests more portable. Prepping for initial CI...
2010-05-25 Max SemenikNew test for SQLite that checks tables.sql conversion...
2010-05-22 Sam ReedStylize maintenance folder..
2010-05-01 Mark A. HershbergerWrap UploadFromUrlTest with a special TestSuite that...
2010-04-30 Jack Phoenixmore follow-up to r65715: coding style tweaks, etc.
2010-04-30 Jack Phoenixfollow-up to r65715: convert spaces to tabs for indenta...
2010-04-30 Ryan LaneInitial commit of the Selenium framework
2010-04-28 Mark A. Hershbergerget complete coverage
2010-04-28 Mark A. HershbergerSet globals consisitently for TitlePermissionTest.php
2010-04-28 Mark A. Hershberger* Clean up tests so that they run together as well...
2010-04-24 Mark A. Hershberger* Refactor super-long title function
next