eol w/s
[lhc/web/wiklou.git] / tests /
2011-11-03 Brion VibberAdd to jquery.client's qunit tests by actually testing...
2011-11-02 Bryan Tong MinhPer comments on r99911 move $wgMaxImageArea check back...
2011-11-01 Antoine Mussospace to tab
2011-11-01 Antoine Musso(bug 32022) phpunit.php can not execute from another...
2011-10-31 PlatonidesAnother old, uncommitted, test (passing on NtPP)
2011-10-31 PlatonidesTemplate as parameter name.
2011-10-31 Max SemenikSimplify r101365, this cruft is not really needed
2011-10-31 Max SemenikFixed annoying intermittent BlockTest failures. No...
2011-10-29 PlatonidesBug 31098: Template loop through MediaWiki: messages...
2011-10-29 PlatonidesThe test "{{Foo|1=bar|2=baz}}" got removed in r96887.
2011-10-29 Sam ReedKill various unused variables
2011-10-28 PlatonidesAn alternative to using DOMDocument for normalizing...
2011-10-28 PlatonidesFollow-up r99909. If there is a preprocessToXml method...
2011-10-28 Alexandre EmsenhuberPass the (correct) session doApiRequest()
2011-10-27 PlatonidesConvert the string to single quoted and manually escape it.
2011-10-27 John Du HartFollowup r100905, disabling testGetRollbackToken becaus...
2011-10-27 Aaron SchulzFU r100915: split out GlobalWithDBTest (tests which...
2011-10-27 Alexandre EmsenhuberFix for r100905:
2011-10-27 Antoine Mussoparsertest now destroy virtual table under SQLite
2011-10-27 PlatonidesUse canonical case
2011-10-27 PlatonidesChange the name back to dumpHook (r96336). That makes...
2011-10-27 Antoine Mussowe must have a session when testing Api upload.
2011-10-27 Aaron SchulzQuick and ugly fix to stop installs with CACHE_DB from...
2011-10-27 Aaron SchulzDisabled "bad image" tests which made totally broken...
2011-10-27 Aaron SchulzMinor code style cleanups
2011-10-27 John Du HartFollowup r100905, fixed the ApiTests
2011-10-27 Aaron Schulz* Allow passing in a blacklist into wfIsBadImage()
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
next