Run ulimit4.sh using /bin/bash to avoid noexec
[lhc/web/wiklou.git] / maintenance / tests /
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
2010-04-17 Mark A. Hershbergerre: r65152
2010-04-17 Mark A. Hershberger* New UploadFromUrlJob class to handle Upload-by-Copy
2010-04-10 Mark A. Hershberger* Clean up some duplicated code in r64291
2010-04-09 Mark A. Hershberger* Fix a bug to keep consecutive HTTP requests from...
2010-03-31 Mark A. HershbergerAdd warning about PHPUnit versions.
2010-03-30 Mark A. Hershbergerwhitespace removal
2010-03-29 Max SemenikA bit more Message tests
2010-03-29 Max SemenikStarted tests for Message class, fixed one bug found...
2010-03-29 Max SemenikPHPUnit tests: coloring doesn't work on Windows
2010-03-28 Conrad IrwinFix tests for Upload.
2010-03-23 Mark A. Hershberger* Implement normalization of fullwidth latin characters...
2010-03-20 Bryan Tong MinhAdded some basic tests for uploading (title validation...
2010-03-20 Mark A. Hershberger* Remove remnants of chunk uploader
2010-03-12 Chad HorohoeForce loading of Sanitizer in setUp() so defines()...
2010-03-12 Chad HorohoeRemove include for test, not necessary due to Autoloader :D
2010-03-07 Mark A. Hershberger* Fix a global problem.
2010-03-07 Chad HorohoeTest case for wfLocalFile() returning valid objects...
2010-03-07 Mark A. Hershberger* Fix search-replace problems in MediaWiki_Setup.php
2010-02-26 Mark A. Hershbergerfollow up r62950 - fix the one instance where we could...
2010-02-25 Mark A. Hershbergerfollow up r62948 handle oracle prefix
2010-02-25 Mark A. Hershberger* Make tests work better together. Tests are now skipp...
2010-02-24 Mark A. Hershbergerfollow up r62806 - use “wb” for windows
2010-02-23 Mark A. Hershbergerset password the correct way for apitests
2010-02-23 Mark A. HershbergerUse globals correctly to make tests work again.
2010-02-22 Mark A. Hershberger* Fixes Bug #22268
2010-02-22 Mark A. Hershbergerfollow up r62231, r61779, r62175
2010-02-21 Max SemenikAlso rewrite ALTER TABLE, handle int(...) properly
2010-02-20 Max SemenikDatabaseSqlite:
2010-02-16 Max SemenikSwitched tests to portable table duplication
2010-02-16 Max SemenikRenamed SearchMySQL4Test to SearchMySQLTest, SearchMySQ...
2010-02-15 Max SemenikUnit tests: don't fail miserably if we don't have CDB...
2010-02-15 Mark A. Hershbergerfollow up r62498 tests for the requireOnlyOneParameter...
2010-02-11 Mark A. Hershbergerfollow-up r61355
2010-02-10 Mark A. Hershbergercommit changes to ApiSetup that are needed to make the
2010-02-10 Mark A. Hershberger* new FauxResponse class to help with unit testing
2010-02-09 Mark A. Hershbergerfollow-up r61355 a bit more, still have several bits...
2010-02-09 Mark A. Hershberger* Fix up ApiTest a bit, cookie handling works
2010-02-09 Mark A. HershbergerFix problem of incorrect Status message use.
2010-02-09 Mark A. HershbergerFix Http::request() so that it continues to return...
2010-02-08 Mark A. HershbergerAdd a bunch of tests and checks for cookie domain security.
2010-02-07 Alexandre Emsenhuber* Modified MediaWiki_Setup to use the normal mechanism...
next