Merge "(bug 35749) Update checkSyntax.php to use Git"
[lhc/web/wiklou.git] / tests / phpunit / languages /
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-26 Tim StarlingMerge "Localisation updates for namespace names for...
2012-03-22 DemonMerge "(bug 32827) "[Regression] Block log for IP range...
2012-03-22 HasharMerge "Added per-backend profiling calls."
2012-03-22 DemonMerge "Bug 35162 - Change in Database api break extensi...
2012-03-22 Aaron SchulzMerge "Fix newline in the message per CR Change method...
2012-03-22 Aaron SchulzMerge "Trim trailing whitespace"
2012-03-21 Sam ReedTrim trailing whitespace
2012-03-20 Roan KattouwRevert r114067, r114071, r114075, r114079, r114081...
2012-03-20 Jeroen De Dauwadded some tests using the intervals param
2012-03-17 Jeroen De Dauwfollow up to r114084, add tests for stuff w/ multiple...
2012-03-17 Sam ReedTrim trailing whitespace
2012-03-17 Sam ReedNoralise a few of the magic numbers used in r114084
2012-03-17 Sam ReedUnit tests for r114067
2012-02-02 Niklas LaxströmWhitespace cleanup
2012-02-01 Antoine MussoFix doxygen docs before REL1_19 branching
2012-02-01 Amir E. AharoniAdded tests for plural, same as Russian.
2012-02-01 Amir E. AharoniFixed plural rules for Romanian / Moldovan according...
2012-02-01 Amir E. AharoniAdding plural tests for more languages.
2012-01-31 Amir E. AharoniTesting the case when dual is not provided.
2012-01-31 Amir E. AharoniAdding tests for plural in Hebrew.
2012-01-30 Santhosh ThottingalFollowup r110279. $count % 100 in 1..19 is few form.
2012-01-30 Santhosh Thottingalphpunit testcases for lv, mg,and ml languages to test...
2012-01-30 Santhosh ThottingalFor Moldavian $count % 100 < 20 is not 'few' form,...
2012-01-27 Santhosh ThottingalAdd PHPUnit tests for plural rules. For languages cs...
2012-01-27 Santhosh Thottingalphpunit testcases on the plural rules for am, ar, be...
2012-01-27 Santhosh ThottingalUse dataprovider for testcases.
2012-01-09 Antoine Mussofix '999bps' test message
2012-01-09 Chad HorohoeFollowup r108403, use data providers
2012-01-09 Antoine Mussotest format bitrate with '999'
2012-01-09 Santhosh ThottingalCleanup the convertPLural method for Lithuanian(lt)
2012-01-04 Santhosh ThottingalAddress an edge case - input being null. Add test cases.
2012-01-02 Brian WolffFollow-up r107806 - More extensive tests for Language...
2011-12-31 Sam ReedPrevent undefined offset when formatBitrate is given...
2011-12-31 Sam ReedFixup and add rest of tests
2011-12-31 Sam ReedShut up Jenkins!
2011-12-31 Sam ReedStart adding tests for Language::formatBitrate()
2011-12-31 Sam ReedFollowup r106791, r107692 and bug 33014
2011-12-31 Sam ReedAdd some tests for formatSize
2011-12-14 Brion Vibber* (bug 32461) Add two-digit short form year for Persian...
2011-11-16 Antoine Mussobug 28643 improvement to serbian variants conversion
2011-11-15 Santhosh ThottingalFollow up r102802. Bug 32359
2011-11-11 Santhosh ThottingalMake commafy support negative numbers too,
2011-10-24 Antoine Mussousing real identity for hashar
2011-10-08 Brion Vibberfollowup r99246: fixes for test cases
2011-09-24 Roan KattouwPer CR on r97962, introduce an array parameter for...
2011-09-23 Roan KattouwMake Language::formatTimePeriod() more flexible so...
2011-09-23 Roan KattouwRewrite testFormatTimePeriod() with a data provider
2011-09-22 Santhosh ThottingalAdd support for Number grouping(commafy) based on CLDR...
2011-08-20 Roan KattouwPer CR on r90915, fix the description of one of the...
2011-07-03 Antoine Mussoenhance tests name (for --testdox option)
2011-06-28 Aaron Schulz* Added truncate() & truncateHTML() tests
2011-06-27 Aaron SchulzAdded formatTimePeriod() tests for r90385 and made...
2011-06-03 Chad HorohoeRemove useless bootstrap inclusions
2011-03-16 Antoine MussoMakes LanguageTr uc & lc match parent declaration
2011-03-15 Antoine Mussobug 28040 Turkish: properly handle dotted and dotless i
2011-03-14 Antoine Mussobug 28040 Turkish: properly lower case 'I' to 'ı' ...
2011-03-04 Antoine MussoUnderscore are not valid in language code
2011-03-03 Antoine MussoFix language code validation (from r82927)
2010-12-28 Chad HorohoeRename MediaWikiTestSetup to MediaWikiTestCase: this...
2010-12-14 Chad HorohoePer wikitech-l discussion: Move tests from maintenance...