Use __DIR__ instead of dirname( __FILE__ )
[lhc/web/wiklou.git] / tests / phpunit / includes / XmlTest.php
2012-08-22 CatropeMerge "Clean up applyPatch() usage in the installer."
2012-08-09 Aaron SchulzMerge "(bug 12701) Use diff of all unseen revisions...
2012-08-08 DemonMerge "[LockManager] Cleaned up DBLockManager and reduc...
2012-08-07 Aaron SchulzMerge "Linker::link() prints deprecated warning if...
2012-08-02 ReedyMerge "Fix ApiWatchTest"
2012-08-01 KrinkleMerge "Revert "AJAXify watchlist editor""
2012-08-01 CatropeMerge "(bug 30625) Return warnings, if they exist,...
2012-08-01 CatropeMerge "AJAXify watchlist editor"
2012-07-31 Trevor ParscalMerge "Some fixes to our jQuery UI skin for buttons"
2012-07-30 DemonMerge "Fix for Ic74c7ba7 (c8c50eb): there's no reason...
2012-07-26 Aaron SchulzMerge "Fix for I5211ec50 (d969a27): more refactoring...
2012-07-26 CatropeMerge "allow combined width/height param in {{filepath:}}"
2012-07-25 KrinkleMerge "Revert "(bug 260) Handle <pre> overflow automati...
2012-07-24 CatropeMerge "Fix regression in API log events (bug 35635)"
2012-07-24 CatropeMerge "show old protection in prop=info, if no new...
2012-07-22 Aaron SchulzMerge "Use User::getDefaultOption() instead of $wgDefau...
2012-07-21 Aaron SchulzMerge "Updated result properties in paraminfo API"
2012-07-20 Trevor ParscalMerge "(bug 260) Handle <pre> overflow automatically...
2012-07-18 DemonMerge "Minor documentation tweaks"
2012-07-18 CatropeMerge "API: Cleanup around comment/reason params"
2012-07-17 CatropeMerge "merge msg script now detects extensions main...
2012-07-17 CatropeMerge "Notice: Undefined index: page_is_redirect in...
2012-07-17 AaronMerge "[LockManager] Memc lockmanager improvements."
2012-07-15 Aaron SchulzMerge "In LinkHolderArray::doVariants(), redlinks need...
2012-07-15 Aaron SchulzMerge "Retrieve rev_len for sizediff in usercontributio...
2012-07-13 SiebrandMerge "'lang' attrib in #mw-imagepage-content should...
2012-07-13 SiebrandMerge "(bug 37587) Enforce language codes to be html...
2012-07-13 Aaron SchulzMerge "merge two foreach in Special:Contributions"
2012-07-13 Aaron SchulzMerge "(bug 38093) Gender of changed user groups missin...
2012-07-13 Aaron SchulzMerge "Add call to GenderCache in list=allpages"
2012-07-13 Aaron SchulzMerge "Add userToolLinks on Special:FileDuplicateSearch"
2012-07-13 Aaron SchulzMerge "fix diff against archived revision deleted version"
2012-07-13 Aaron SchulzMerge "Sort result of FileRepo::findBySha1"
2012-07-13 Aaron SchulzMerge "cleanup callback in usort call"
2012-07-13 Aaron SchulzMerge "ignore all local bot groups in newbie mode on...
2012-07-11 Aaron SchulzMerge "fix problem with retriving fresh LatestRevID...
2012-07-10 Trevor ParscalMerge "(bug 36783) Implement Promise interface in media...
2012-07-10 Brion VIBBERMerge "[FileBackend] Only show "copied file(s)" for...
2012-07-10 NikerabbitMerge "Use Xml::languageSelector in SpecialAllmessages"
2012-07-10 robinUse Xml::languageSelector in SpecialAllmessages
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-19 Alexandre EmsenhuberRemoved XmlTest::testNamespaceSelector(); it just break...
2012-02-02 Aaron SchulzFixed windows-related test failures (that string format...
2012-01-30 Krinkle[Xml::encodeJsVar] Change to match FormatJson::encode...
2012-01-27 Chad HorohoeFixup r109698, add setter for $namespaceNames and use...
2012-01-25 Krinkle[Html] Unit test + bugfix Html::namespaceSelector
2012-01-25 Krinkle[Unit testing] Re-order attribs to a-z to make testing...
2012-01-21 Krinkle[Unit testing] Add unit tests for Xml::namespaceSelector
2012-01-19 Alexandre Emsenhuber$wgLanguageCode goes with $wgContLang, not $wgLang...
2012-01-08 Chad Horohoe@group Broken rather than marking incomplete
2011-12-01 Sam ReedDon't comment tests out, use $this->markTestIncomplete()
2011-12-01 Sam ReedComment out brokwn Xml::dateMenu() tests
2011-10-08 Niklas LaxströmFollowup r99305 - change tests to match behaviour....
2011-07-12 Aaron SchulzFixed failing XML tests (on windows) due to newline...
2011-06-23 Antoine Mussoupdate tests for Xml::label which now support 'title...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-03 PlatonidesFollow up r87210
2011-05-01 PlatonidesFix the old XmlTest.php test bug in the dateMenu()...
2011-02-14 Brion Vibber* (bug 25571) Xml::encodeJsVar now passes floats native...
2011-02-06 Antoine MussoComplete coverage of Xml::DateMenu()
2011-02-06 Antoine MussoTests for Xml::DateMenu()
2011-02-05 Antoine MussoTests for XmlSelect::addOption()
2010-12-28 Chad Horohoe* verbose and color default output from phpunit
2010-12-14 Chad HorohoePer wikitech-l discussion: Move tests from maintenance...