Title::isValidMoveOperation needs a db
[lhc/web/wiklou.git] / tests / phpunit / includes / parser /
2011-09-26 Daniel FriesenFollowup r98056; Add to this screwed up NewParserTest...
2011-09-18 Brian WolffMake the phpunit old-style parserTest converter thingy...
2011-09-12 Aaron SchulzReverted r86072, r86419 per CR. Lots of conflicts resol...
2011-09-06 Max SemenikFix for r96344: explicitly set $wgExtensionAssetsPath...
2011-09-06 Chad HorohoeMerge ParserTestStaticParserHook into ParserTestParserH...
2011-08-27 PlatonidesManually set the title as not being a redirect. Otherwise,
2011-08-17 Brian WolffFollow-up r94680 - fix unit tests.
2011-08-16 Chad HorohoeFollowup r94678: remove some include and autoload entri...
2011-08-16 Chad HorohoeRemove ParserHelpers. NewParserTest still needs some...
2011-08-16 Alexandre EmsenhuberSome misc fixes to tests:
2011-08-09 Chad HorohoeMove the fuzz test into @group Broken so it will shut...
2011-08-05 Alexandre Emsenhuber* Call Linker methods statically
2011-08-04 Chad HorohoePartial fix for r88772: no need for IGNORE on site_stat...
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-07-21 Chad Horohoeself rv r90483. Still needs investigating though
2011-06-29 Alexandre EmsenhuberPass the Title object to Parser::transformMsg()
2011-06-20 Chad HorohoeMark test incomplete for a legitimate reason like tryin...
2011-06-16 PlatonidesCopy teardownUploadDir(),deleteFiles(),deleteDirs(...
2011-06-14 Chad Horohoe* Remove @static from the last few places it's left...
2011-06-03 Happy-melonMore unpicking of r85288. I think this is all of the...
2011-06-03 Chad HorohoeRemove useless bootstrap inclusions
2011-05-31 Antoine Mussoreally add NewParserTest to the Stub group
2011-05-31 PlatonidesRevert r89223. MediaWikiParserTest is needed to run...
2011-05-31 Antoine MussoNewParserTest.php can now work independently
2011-05-25 Chad HorohoeWorkaround for duplicate key errors
2011-05-25 Chad HorohoeExtend MediaWikiTestCase in a few places
2011-05-23 Happy-melonFollow-up r85403: rm unwanted "new" declaration.
2011-05-23 Alexandre EmsenhuberFollow-up r88653: removed the remaining of OutputPage...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-04 PlatonidesTag names can't contain template parameters (thanksfully)
2011-05-03 PlatonidesFollow up r87220. r86795 tests are now embedded into...
2011-05-03 PlatonidesWe can't check if it's a parentNode->type == name_node...
2011-05-01 PlatonidesConvert r86795 tests into a dataProvider
2011-04-24 Happy-melonFollow-up r86775: restub $wgLang. Not because it's...
2011-04-23 Mark A. Hershberger* Add preprocessor tests that Bergi supplied for Bug...
2011-04-23 Mark A. HershbergerUse assertStringEqualsFile in place of assertEquals...
2011-04-23 Mark A. Hershbergermissed some w/s
2011-04-23 Mark A. Hershbergerw/s cleanup
2011-04-23 Happy-melonStop stubbing $wgLang and $wgContLang. There are no...
2011-04-19 PlatonidesChange tests to match preprocessor changes in r86072.
2011-04-18 Sam ReedApply phase3 related Title fixes. With one minor additi...
2011-04-06 Platonidesr85553 fixup. When there are variants involved, the...
2011-04-06 Happy-melonFollow-up r85403: fix fatal in parser tests.
2011-04-05 Happy-melonFollow-up r85302: update OutputPage constructors in...
2011-03-30 PlatonidesAdd a couple of brace test cases.
2011-03-18 Antoine Mussodebugging statement when starting a phpunit parser...
2011-03-06 PlatonidesRemove unused globals
2011-03-03 Chad HorohoeFollowup r83140: FakeMemCachedClient -> EmptyBagOStuff...
2011-03-03 Tim Starling* Rewrote ObjectCache.php to conform to the modern...
2011-02-26 PlatonidesRemove NewParserHelpers.php and use instead the origina...
2011-02-26 PlatonidesFinally commit the testing stuff I have been with this...
2011-02-20 PlatonidesBreak the self-reference between parser and preprocesso...
2011-02-20 PlatonidesSave and restore $wgHooks in NewParserTest.
2011-02-09 PlatonidesDon't use ob_start/ob_get_contents/ob_end_clean just...
2011-02-06 Antoine MussoMove some providers in new MediaWikiProvide class
2011-02-05 PlatonidesFix problem when running a fakePipeFound, which could...
2011-02-02 Antoine MussoTest suite for revisions and date related magic variables.
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-24 PlatonidesMissed the case where there is an equals.
2011-01-24 PlatonidesSilly bug with value nodes.
2011-01-22 PlatonidesDon't look for pipes in the root node.
2011-01-21 PlatonidesAdd full articles to preprocessor tests.
2011-01-21 PlatonidesThe << operator (level 7) has greater priority than...
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-16 PlatonidesAnother couple of tests. Also passed by the NtPrepro :)
2011-01-15 PlatonidesAdd preprocessing tests
2011-01-12 PlatonidesFollow up r80025.
2011-01-11 PlatonidesAdd tests for parser tag hooks.
2011-01-10 Chad HorohoeMore silly whitespace
2011-01-10 Chad Horohoerm big whitespace
2011-01-05 Platonides $messageMemc is used as local variable in line 63...
2011-01-03 Sam ReedRemove unreachable return;
2011-01-03 X!Mark broken parser tests as broken
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 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-30 PlatonidesThis global declaration is now unused.
2010-12-29 X!Self-reverting my reversion of r79154 in r79158. The...
2010-12-29 PlatonidesReplace the global $additionalMWCLIArgs with a class...
2010-12-29 X!Partial revert of r79154. hexmode asserts that these...
2010-12-29 X!Make MediaWikiParserTest work now in PHPUnit. There...
2010-12-28 Chad Horohoe* verbose and color default output from phpunit
2010-12-28 Chad HorohoeRename MediaWikiTestSetup to MediaWikiTestCase: this...
2010-12-14 Chad HorohoeFix path changes from move in r78383
2010-12-14 Chad HorohoePer wikitech-l discussion: Move tests from maintenance...