Patch from Erwin Dokter Bug #31547 — “Category links need less spacing and better...
[lhc/web/wiklou.git] / tests /
2011-10-26 Sam ReedMore documentation!
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-24 Brion VibberFollowup r100391: fix caret position test case on Opera...
2011-10-24 OverlordQBasic support for Postgres phpunit testing, currently...
2011-10-24 Antoine MussoTests for r96188 features
2011-10-24 Antoine Mussotest that preloaded text is unstripped
2011-10-24 Antoine Mussotest {{SERVERNAME}} with relative URLS
2011-10-24 Antoine Mussousing real identity for hashar
2011-10-24 Antoine MussoTest handling of escaped CSS comments
2011-10-24 Brian Wolff(follow-up r100575 / r99477) unit-tests for jpegMetadat...
2011-10-20 Brion VibberQUnit test cases for bug 31847: will trigger a fail...
2011-10-20 Krinkle[JSTesting] Don't rely on the timeout argument of start...
2011-10-18 Antoine MussoQunit coverage for mw.Title.js
2011-10-17 Antoine Mussoadd useful comments about portlet ids
2011-10-16 KrinkleAdding missing test for isEmpty
2011-10-16 Chad HorohoeForgot lowercase again, arrggghhhh
2011-10-16 Chad HorohoeDo a test for 1K
2011-10-16 Chad HorohoeAdd another test case for shorthand to integer (lowerca...
2011-10-16 Chad HorohoeAdd another test case for shorthand to integer
2011-10-16 Russ NelsonStoreBatchTest counts now correct, and using assertEquals
2011-10-16 Chad HorohoeInitial tests for wfShorthandToInteger(). Definitely...
2011-10-16 Sam ReedFixup some assignments in conditionals
2011-10-15 Bryan Tong MinhFollow-up r99911: fix tests
2011-10-15 Brion VibberFollowup r80375: let PreprocessorTest work on Preproces...
2011-10-14 Sam ReedUpdate some deprecated code
2011-10-11 Russ NelsonSome docs and a test for FileRepo::storeBatch()
2011-10-11 Sam ReedFix comment blocks that start /* to /**
2011-10-11 Santhosh ThottingalUse dataProvider for the testIsValidUserName method...
2011-10-11 Santhosh ThottingalStylize.php changes
2011-10-11 Santhosh ThottingalTestcases for isValidUserName method of User.php.
2011-10-10 Neil Kandalgaonkarensure tests for mw.Uri work in non-browser environments
2011-10-10 Neil Kandalgaonkarprotocol-relative URLs for javascript. Could also be...
2011-10-10 Neil Kandalgaonkarensured uri is scoped in a few tests
2011-10-08 Brian Wolfffollow-up r99316 - Fix class name in unit test class.
2011-10-08 Brian WolffMake partial dates in XMP not have the ommitted fields...
2011-10-08 Niklas LaxströmFollowup r99305 - change tests to match behaviour....
2011-10-08 Brion VibberRevert r84057, r84080, part of r99074: lc() and uc...
2011-10-08 Brion Vibberfollowup r99246: fixes for test cases
2011-10-07 Antoine MussoTests for bug 31490 : turkish magic word with a 'i...
2011-10-07 Bryan Tong MinhFollow-up r99224, fix unit tests.
2011-10-05 Krinkleinexistent -> nonexistent
2011-10-02 PlatonidesTitle::isValidMoveOperation needs a db
2011-10-02 Max SemenikRevert r98355 and r98357; drop the field instead.
2011-10-01 Aaron SchulzTweak r98602: keep the other IP normalization for non...
2011-10-01 Aaron SchulzMade provideIPCIDRs() not add a '/' if there is no...
2011-09-30 Brion VibberQUnit test case to confirm consistent browser behavior...
2011-09-29 Bryan Tong MinhUse data providers
2011-09-29 Bryan Tong Minh(bug 30202) Restrict file names on upload to 240 bytes...
2011-09-29 Bryan Tong Minh(bug 31213) Exception thrown when trying to move file...
2011-09-28 Krinkleinexisting -> inexistent (typo)
2011-09-28 Sam ReedFollowup r98339, r98355
2011-09-28 Sam ReedFollowup r98339
2011-09-28 Sam Reed* (bug 31204) Remove old user.user_options
2011-09-27 Brion Vibber* (bug 31187) Fix for user JavaScript validation to...
2011-09-26 Daniel FriesenFollowup r98056; Add to this screwed up NewParserTest...
2011-09-25 Daniel FriesenFollowup r98053; Add $wgCleanupPresentationalAttributes...
2011-09-25 Daniel FriesenFollowup r94465 and r94465; Add phpunit tests for Sanit...
2011-09-25 Daniel FriesenFollowup r94465; Add parser tests and turn the feature...
2011-09-25 Daniel FriesenFollowup r96717; Fix whitespace.
2011-09-24 Roan KattouwPer CR on r97962, introduce an array parameter for...
2011-09-23 Brion VibberFollowup r97954: fix unit tests for wfShellMaintenanceC...
2011-09-23 Roan KattouwMake Language::formatTimePeriod() more flexible so...
2011-09-23 Roan KattouwRewrite testFormatTimePeriod() with a data provider
2011-09-23 Aaron SchulzAdded wfShellMaintenanceCmd() for Het Deploy support
2011-09-22 Brion Vibber* (bug 31100) Fix regression in sidebar (special: page...
2011-09-22 Niklas LaxströmParser test for bug 31098, disabled of course
2011-09-22 Santhosh ThottingalAdd support for Number grouping(commafy) based on CLDR...
2011-09-20 Brion Vibber* (bug 6672, 31024) Fixes for handling of images with...
2011-09-20 Brion VibberFurther tweaks to r96687, r90016, r97398, r97656 etc...
2011-09-20 Brion VibberFurther tweaks to r96687, r90016, r97398 etc tests...
2011-09-20 Brion VibberPartial revert of broken test changes from r92246 ...
2011-09-18 PlatonidesRestore ExifBitmapTest::tearDown removed in r97398
2011-09-18 KrinkleFix lowercase test added in r97405
2011-09-18 KrinkleAdd extra unit test in Transformation for mediawiki...
2011-09-18 KrinkleMove the mediawiki.test.bug30825.js helper script out...
2011-09-18 Brian WolffMake the phpunit old-style parserTest converter thingy...
2011-09-18 Brian WolffFollow-up r92635 Make sure the Exif related tests handl...
2011-09-15 PlatonidesbuildMainQueryConds() (called by assertConditions)...
2011-09-15 Tim StarlingReverted r85922 and related: new doTableStuff(). I...
2011-09-14 Sam ReedWhitespace/documentation
2011-09-14 Chad HorohoePartial revert r97035, followup r96930: make recentchan...
2011-09-14 KrinkleRenaming SpecialRecentchangesTest file to match conventions
2011-09-13 Chad HorohoeRevert r87992 and followups r87998, r89028 (Support...
2011-09-12 KrinkleUse a username different from the main BlockTest.php...
2011-09-12 Aaron SchulzUpdated r86144 code due to reverts in r96889 (specifica...
2011-09-12 Aaron SchulzReverted r86072, r86419 per CR. Lots of conflicts resol...
2011-09-10 Krinklemediawiki.Title.test: Add test for space collapsing
2011-09-10 Daniel FriesenAdd some other ServicesJson tests.
2011-09-10 Chad HorohoeRefactor deferrable updates into classes & interfaces...
2011-09-10 Chad HorohoeAdd some basic tests to compare output of native json...
2011-09-09 Brian Wolff(bug 30640; follow-up r92279) Rotating images was makin...
2011-09-09 Brion VibberFollowup r87986: qunit test case for bug 30825
2011-09-08 Roan Kattouw(bug 30130) Add selectionStart and selectionEnd paramet...
2011-09-08 Chad HorohoeGut anything from HttpTest that involves making externa...
2011-09-08 Roan KattouwAdd tests for r96562. HttpTest still has 5 failing...
2011-09-07 Antoine Mussocomplement r96386 tests
2011-09-07 Aaron SchulzFor r91123:
2011-09-07 Chad Horohoerv r96424, Roan had his fun
2011-09-07 Roan KattouwBreak some tests intentionally to see how Jenkins displ...
2011-09-06 Aaron SchulzFixed typo in ipv6 private IP range list and added...
next