Merge "(bug 35749) Update checkSyntax.php to use Git"
[lhc/web/wiklou.git] / tests / phpunit / includes /
2012-04-06 HasharMerge "(bug 35749) Update checkSyntax.php to use Git"
2012-04-06 HasharMerge "[FileRepo] Various code cleanups."
2012-04-06 HasharMerge "Un-marking testMakeNormalBlock as broken..."
2012-04-05 Brion VIBBERMerge "(bug 27757) API method for retrieving tokens"
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-04 Brion VIBBERMerge "Fix Bug 33653 -JqueryMsg parser should support...
2012-04-04 Brion VIBBERMerge changes Id1ac2f8b,I48f8cd17,I10481ce6,Id4530499
2012-04-03 ReedyUn-marking testMakeNormalBlock as broken...
2012-04-03 Brion VIBBERMerge "TextPassDumper -> backupTextPass.inc"
2012-04-03 Brion VIBBERMerge "(bug 21796) Fix null dereference on Special...
2012-04-03 HasharMerge "Moved Preferences::trySetUserEmail() to User...
2012-04-03 Antoine Mussodisable broken ApiBlockTest::testMakeNormalBlock()
2012-04-03 Brion VIBBERMerge "(bug 25277) Moved the space before the dirmark."
2012-04-03 Brion VIBBERMerge "(bug 34470) Apply explicit margin-left/right...
2012-04-03 Brion VIBBERMerge "(bug 32384) API: Allow descending order for...
2012-04-02 Brion VIBBERMerge "(bug 22870) Separate interface message when...
2012-04-02 Brion VIBBERMerge "Fixing alignment of thumbcaption for mixed RTL...
2012-04-02 HasharMerge "Bug 35646 - ApiBlockTest::testMakeNormalBlock...
2012-04-02 Brion VIBBERMerge "(bug 32748) unicode URL for articles print version"
2012-04-02 Santhosh Thottingal(bug 32748) unicode URL for articles print version
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-04-02 DemonMerge "Allow closing dump output multiple times"
2012-04-02 DemonMerge "Changed wfMessage() usage to call directly Messa...
2012-04-02 DemonMerge "anchor to jump to editform when previewing changes"
2012-04-02 Antoine MussoRegroup all API tests in the 'API' PHPUnit group
2012-03-28 NikerabbitMerge "Use local context to get messages"
2012-03-28 NikerabbitMerge "Add phpunit testcases for Bug 30681"
2012-03-28 Santhosh ThottingalAdd phpunit testcases for Bug 30681
2012-03-26 Tim StarlingMerge "Localisation updates for namespace names for...
2012-03-24 Aaron SchulzMerge "* Added Profiler::addInitialStack() to separate...
2012-03-23 HasharMerge "http->https"
2012-03-23 Antoine MussoRecentChangeTest use the Database
2012-03-19 Sam ReedMore occurrence typos
2012-03-19 Aaron SchulzReverted r113688, r113691 per CR and filed #61440 upstream.
2012-03-19 Alexandre EmsenhuberRemoved XmlTest::testNamespaceSelector(); it just break...
2012-03-15 Max SemenikFollow-up r113922: tests
2012-03-13 Aaron SchulzTweak testFileRepoConstructionWithRequiredOptions so...
2012-03-13 Aaron Schulzr113688: updated test assertions
2012-03-11 Sam ReedNormalise casing of getArticleID used in core
2012-03-08 Aaron Schulz[FileBackend] Made doOperations() Status handling align...
2012-03-07 Krinkle[Html::namespaceSelector] Remove default id/name attributes
2012-03-07 Antoine Musso(bug 34302) Add CSS classes to email fields in user...
2012-03-07 Sam ReedFix mixed/messed up whitespace
2012-03-05 Alexandre EmsenhuberMake RecentChangeTest work by using the same context...
2012-03-05 Antoine Mussoamend r113016 , that was for bug 34302
2012-03-05 Antoine Mussoplace holder to test bug 34919 when it is fixed
2012-02-28 Aaron Schulzr112563: Removed random bogus user IDs passed into...
2012-02-28 Krinkle[IRC Log Message] Fix for protect/protect and protect...
2012-02-28 Krinkle[RecentChangeTest] Refactor unit test to test better...
2012-02-25 Antoine Mussorename test file to end with Test.php :D
2012-02-25 Antoine Mussobasic tests for bug 34508
2012-02-24 Antoine Mussoavoid test suite file leaks
2012-02-24 Max SemenikTest that verifies uniqueness of query module prefixes
2012-02-24 Antoine Mussoavoid exif tests file leakage
2012-02-24 Daniel FriesenFix bug 34684 in my PathRouter code:
2012-02-20 Platonidesxdiff_string_rabdiff() appeared in version 1.5.0 of...
2012-02-16 Tim Starling(bug 34428) Fixed hash mismatch errors in DiffHistoryBl...
2012-02-16 Sam ReedCleanup a few unused globals
2012-02-15 Alexandre EmsenhuberRemoved assertions calling MWNamespace::isMain() from...
2012-02-14 Antoine Mussosplit ns selector tests for filter / disable options
2012-02-13 Alexandre EmsenhuberUse WikiPage instead of Article to call doDeleteArticle
2012-02-13 Krinkle[Html] Follow-up r109990: Add support for excluding...
2012-02-13 Krinkle[Html] Follow-up r109990: Add category to example names...
2012-02-12 Alexandre Emsenhuber* Use WikiPage instead of Article to call doEdit()
2012-02-08 Aaron Schulz* Corrected and improved FileBackend::getFileList(...
2012-02-07 Antoine Mussotest FileRepo constructor
2012-02-06 Antoine Mussodisable ApiUploadTest
2012-02-06 Alexandre EmsenhuberUse WikiPage instead of Article to call doEdit() and...
2012-02-06 Aaron SchulzAdded missing tests from r110731
2012-02-05 Alexandre Emsenhuber* Use WikiPage instead of Article for ParserCache stuff
2012-02-02 Aaron SchulzFixed windows-related test failures (that string format...
2012-02-01 Antoine MussoFix doxygen docs before REL1_19 branching
2012-02-01 Alexandre Emsenhuber* Use WikiPage instead of Article
2012-01-30 Krinkle[Xml::encodeJsVar] Change to match FormatJson::encode...
2012-01-30 Antoine Mussomake sure we test normalization against normalized...
2012-01-30 Antoine Mussotest Html::namespaceSelector() id & name attributes...
2012-01-29 Aaron SchulzIn FileBackendBase/FileBackend:
2012-01-28 Aaron Schulz* In NewParserTest, made it possible to use the --use...
2012-01-28 Aaron Schulzr110180: fixed copy-paste cruft for custom backend...
2012-01-27 Aaron SchulzKilled the metric arseload of test folders that were...
2012-01-27 Aaron SchulzFixed a bunch of dir leakage
2012-01-27 Alexandre EmsenhuberUse WikiPage instead of Article to call doDeleteArticle()
2012-01-27 Chad HorohoeFixup r109698, add setter for $namespaceNames and use...
2012-01-25 Aaron Schulz* In NewParserTest, refactored code to use FileBackend...
2012-01-25 KrinkleFix broken unit test
2012-01-25 Krinkle[Html] Unit test + bugfix Html::namespaceSelector
2012-01-25 Aaron SchulzIn FileBackend:
2012-01-25 Krinkle[Unit testing] Re-order attribs to a-z to make testing...
2012-01-24 Aaron SchulzMade FileOp classes enforce required params. Also rever...
2012-01-23 Antoine MussoFileRepo: check constructor parameters
2012-01-23 Aaron Schulz* Added some wfProfileIn() calls to file backend code.
2012-01-22 Aaron Schulz* Modified StoreBatchTest and FileBackendTest to allow...
2012-01-21 Krinkle[Unit testing] Add unit tests for Xml::namespaceSelector
2012-01-20 Aaron Schulz* Added FileBackend::parentStoragePath() convenience...
2012-01-20 PlatonidesFix folder leakage.
2012-01-20 PlatonidesIf you are going to leak folders, at least give them...
2012-01-19 Sam ReedDocumentation and whitespace
2012-01-19 Alexandre Emsenhuber$wgLanguageCode goes with $wgContLang, not $wgLang...
2012-01-19 Aaron SchulzRenamed 'overwriteDest' FileBackend operation parameter...
next