Fix core parserTests for recent <gallery> changes
[lhc/web/wiklou.git] / tests / phpunit /
2011-02-23 Max SemenikVery basic JavaScriiptDistiller tests, needs serious...
2011-02-23 Max SemenikRevert coloring from r79117: doesn't work on Windows
2011-02-22 PlatonidesRemove trailing ?>
2011-02-21 Platonidesmaintenance/commandLine.inc loads DefaultSettings,...
2011-02-21 Antoine Mussoremove hardcoded local path
2011-02-21 Antoine Mussoimprove namespace related methods
2011-02-20 PlatonidesSpaces to tabs
2011-02-20 Antoine MussoForce wgDebugTimestamps false
2011-02-20 PlatonidesFix ArticleTablesTest after r81528. It needs to set...
2011-02-20 PlatonidesBreak the self-reference between parser and preprocesso...
2011-02-20 PlatonidesSave and restore $wgHooks in NewParserTest.
2011-02-19 Platonides(Bug 27539) Allow attributes beginning with a digit...
2011-02-18 Sam ReedFix wrong static calls
2011-02-14 Brion Vibber* (bug 25571) Xml::encodeJsVar now passes floats native...
2011-02-13 Aaron Schulz* (bug 27353) IPv6 address ending in "::WORD" was not...
2011-02-12 Niklas Laxströmwhitespace
2011-02-12 PlatonidesDo r82017 the right way. Fix pointed by Bryan.
2011-02-12 PlatonidesFollow up r81883. Readd the extension. This kind of...
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-10 PlatonidesFix for r80992. Remove posix extension requisite. Made...
2011-02-10 Niklas LaxströmTests for r81878
2011-02-10 PlatonidesFix the completely broken r81880
2011-02-10 PlatonidesAdd support of assertEmpty (used since r81596) for...
2011-02-09 PlatonidesDon't use ob_start/ob_get_contents/ob_end_clean just...
2011-02-06 Antoine MussoComplete coverage of Xml::DateMenu()
2011-02-06 Antoine MussoMove some providers in new MediaWikiProvide class
2011-02-06 Antoine MussoTests for Xml::DateMenu()
2011-02-06 Antoine MussoReduce range of IPv6 tested by testValidIPs
2011-02-06 Antoine MussowfShorthandToInteger() PHPUnit code coverage
2011-02-06 Antoine Mussobugfix for wfBCP47 and code coverage
2011-02-06 Antoine MussoImprove PHPUnit code coverage
2011-02-05 Antoine MussoTests for XmlSelect::addOption()
2011-02-05 PlatonidesFix problem when running a fakePipeFound, which could...
2011-02-05 Antoine MussoFix @dataProvider with PHPUnit 3.5.8+
2011-02-02 Antoine MussoTest suite for revisions and date related magic variables.
2011-01-27 Antoine MussoBug 26948 - hyphens incorrectly interpreted as range
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-25 Antoine MussoTest uploading a file of size $wgMaxUploadSize
2011-01-25 Alexandre EmsenhuberReset the cache used in User::idFromName(), otherwise...
2011-01-24 PlatonidesMissed the case where there is an equals.
2011-01-24 PlatonidesSilly bug with value nodes.
2011-01-23 PlatonidespreSaveTransform() needs $wgTitle.
2011-01-22 PlatonidesDon't look for pipes in the root node.
2011-01-21 PlatonidesAdd full articles to preprocessor tests.
2011-01-21 PlatonidesMove $wgLocalisationCacheConf disabling from bootstrap...
2011-01-21 PlatonidesThe << operator (level 7) has greater priority than...
2011-01-21 Antoine MussoHack invalid w3 spec to validate @localhost email
2011-01-19 PlatonidesThe pipes were no recognized after a link. A one line...
2011-01-17 PlatonidesFollow up r80461. In some cases the closing tags for...
2011-01-17 PlatonidesFollow up r80376. Added missing file FORMAT.
2011-01-17 X!Followup to r80435: Forgot the svn add
2011-01-16 PlatonidesAnother couple of tests. Also passed by the NtPrepro :)
2011-01-15 PlatonidesAdd preprocessing tests
2011-01-13 PlatonidesMark as needing a Database, as noted in r79532 CR.
2011-01-12 PlatonidesFollow up r80025.
2011-01-11 PlatonidesAdd tests for parser tag hooks.
2011-01-10 Jure Kajzer* fixed Oracle code for installer and phpunit tests
2011-01-10 Chad HorohoeMore silly whitespace
2011-01-10 Chad Horohoerm big whitespace
2011-01-10 Chad HorohoeMove table prefixes to constants, add doc to addDBData()
2011-01-09 Antoine MussoAdd a .tld to emails when testing for white space befor...
2011-01-05 PlatonidesUnused global
2011-01-05 Platonides $messageMemc is used as local variable in line 63...
2011-01-05 PlatonidesRemove the createaccount error check, failing since...
2011-01-05 PlatonidesFollow up r79532. Do not setup a user needlessly.
2011-01-04 X!Fix r79532: Strct standards
2011-01-04 X!Add API query test
2011-01-04 X!Forcing array breaks MWFunction with <2 parameters
2011-01-04 X!Fix r79494: Don't prefix functions now that they're...
2011-01-04 X!Followup to r79532: Did I really need to implement...
2011-01-03 X!Add API format testing
2011-01-03 X!Add JSON test case
2011-01-03 X!Followup r79523: Test that calling self:: and parent...
2011-01-03 Sam ReedRemove unreachable return;
2011-01-03 X!Mark broken parser tests as broken
2011-01-03 X!Move wfCreateObject to MWFunction::newObj. This uses...
2011-01-02 X!-Add &watchuser option to ApiBlock
2011-01-02 X!Followup to r79463: Move fallback functions to new...
2011-01-02 X!Per my comment on r68760: Make MWfunction class, comple...
2011-01-02 X!Followup to r79477: Add invalid purge title
2011-01-02 X!Add API purge test (mainly as proof of concept for...
2011-01-02 X!Refactor much of the API testing code.
2011-01-02 X!GlobalFunction additions:
2011-01-02 X!Add more wfDebug tests
2011-01-02 X!Followup r79467: Add more wfDebug() tests, complete...
2011-01-02 X!Add some wfDebug() unit tests
2011-01-02 X!Add fallback mb_* function tests
2011-01-01 X!Fix r79447: Remove debugging code
2011-01-01 PlatonidesRemove unused globals
2011-01-01 X!Followup r79443: Add some form of organization to the...
2011-01-01 PlatonidesUse an autoloader for the tests, following the ideas...
2011-01-01 X!Reorder functions around, add some form of order to...
2011-01-01 X!Add fuzz tests to new parser tests (someone else should...
2011-01-01 X!Don't use the --verbose option anymore
2011-01-01 X!Add parsertest specific help to PHPUnit.php
2011-01-01 X!More work on new parser tests:
2011-01-01 X!Start work on porting ParserTests completely into PHPunit.
2010-12-31 X!Forgot to change the other API tests
2010-12-31 X!Solve 1 test by changing static variables to non-static
2010-12-31 X!For some reason tableExists() is being unreliable,...
next