Followup r87340: Post-hook swap bodytext into a new bodycontent key and append printf...
[lhc/web/wiklou.git] / tests / phpunit /
2011-09-03 KrinkleHtml.php: The "future"[1] is here. Add features for...
2011-09-03 KrinkleWhitespacing in HtmlTest.php
2011-08-30 Roan KattouwFix a message key typo in r41961 (!!), which didn't...
2011-08-27 PlatonidesManually set the title as not being a redirect. Otherwise,
2011-08-24 Sam ReedFix missing $ from r95439
2011-08-24 Sam ReedFixup the rest of r82577
2011-08-24 Sam ReedFix testGetTalkExceptions from r82577
2011-08-24 Sam ReedFollowup r82577
2011-08-21 Brian Wolfffollow-up r95171 - add unit test for tracking categories.
2011-08-21 Brian Wolff(follow-up r86169) Moar unit-tests!! (sorry for uttetly...
2011-08-20 Roan KattouwFollowup r95072: add tests for wfMatchesDomainList
2011-08-20 Roan KattouwPer CR on r90915, fix the description of one of the...
2011-08-19 Roan KattouwAdd a PROTO_CANONICAL mode to wfExpandUrl(), which...
2011-08-18 Alexandre EmsenhuberRemoved debugging code from r94932
2011-08-18 Alexandre EmsenhuberMoved wfGetIP() to WebRequest::getIP():
2011-08-18 Brian WolffMake testBug26425BlockTimestampDefaultsToTime be tolerr...
2011-08-18 Brian Wolfffollow-up r86169: unit tests for extraction of JPEG...
2011-08-18 Brian Wolfffollow-up r91885 rename testTiffFile since its not...
2011-08-17 Brian WolffMove the image files used in the media tests from inclu...
2011-08-17 Brian WolffMake the testCleanSig work no matter what $wgCleanSigna...
2011-08-17 Brian Wolfffollow-up r91885 - address CR comments
2011-08-17 Brian Wolfffollow-up r94601 - add unit tests for stripping the...
2011-08-17 Brian WolffFollow-up r94680 - fix unit tests.
2011-08-16 Chad HorohoeFollowup r94678: remove some include and autoload entri...
2011-08-16 Chad HorohoeRemove ParserHelpers. NewParserTest still needs some...
2011-08-16 Antoine Mussoenable colors in PHPUnit (redoing r89179).
2011-08-16 Alexandre EmsenhuberSome misc fixes to tests:
2011-08-16 Antoine MussoTests for wfGetIP() follow up r89407
2011-08-15 Antoine Mussoback off r94558:
2011-08-15 Antoine Mussoavoid playing with $_SERVER in test for now
2011-08-15 Antoine MussoTests for wfGetIP() follow up r89407
2011-08-15 Antoine MussoPHPUnit test file must end with 'Test.php'
2011-08-15 Ian BakerFixed incorrect usage of || operator, added test
2011-08-15 Antoine MussoFix up NS_MAIN subpage tests
2011-08-13 Chad Horohoervv (r94406)
2011-08-13 Chad HorohoePurposefully break two tests so I can see how Jenkins...
2011-08-11 Alexandre EmsenhuberMake SpecialRecentchangesTest pass
2011-08-09 Chad HorohoeMove the fuzz test into @group Broken so it will shut...
2011-08-08 Chad HorohoeMostly revert r89400: not needed since Brion fixed...
2011-08-07 Max SemenikFixed sidebar tests on Windows. Can't use PHP_EOL here...
2011-08-05 Alexandre Emsenhuber* Call Linker methods statically
2011-08-05 Alexandre Emsenhuber$wgLanguageCode applies to $wgContLang, not $wgLang...
2011-08-04 Chad HorohoePartial fix for r88772: no need for IGNORE on site_stat...
2011-08-04 Chad HorohoeFollowup r93928: forgot to remove this
2011-08-04 Chad HorohoeFixes for r92251:
2011-08-02 Chad Horohoe* ApiTest: mark testApiGotCookie() broken, since it is
2011-08-02 Neil Kandalgaonkaradd maxWidth param
2011-08-01 Mark A. Hershbergerw/s changes: “svn diff -x-w” is clean
2011-07-28 Chad HorohoeFollowup r93344: forgot to fix test. In other news...
2011-07-27 PlatonidesFollow up r93253. Do not mark DatabaseSqliteTest.php...
2011-07-27 PlatonidesRename PROT_* constants to PROTO_*
2011-07-27 Roan Kattouw(bug NNNNN) Rewrite most of wfExpandUrl() to handle...
2011-07-26 Chad HorohoeMark 2 tests as requiring a DB...since they do :)
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-07-25 PlatonidesMake SideBarTest work with a Language other than Englis...
2011-07-25 Aaron SchulzReverted r92489 and added/use hideDeprecated() to MW...
2011-07-25 Antoine MussoTest for external links in the sidebar
2011-07-24 Sam ReedTrim trailing whitespace
2011-07-24 Sam ReedRename class to match change of method location
2011-07-23 PlatonidesIt is stupid to test that a void method returns null...
2011-07-23 PlatonidesMake wfUrlEncode(null) reset the static. Two skipped...
2011-07-21 Chad Horohoeself rv r90483. Still needs investigating though
2011-07-20 PlatonidesCommit a list of unimplemented tests.
2011-07-20 PlatonidesFollow up r92635
2011-07-20 PlatonidesFix for r91885.
2011-07-20 PlatonidesFollow up r92635.
2011-07-20 PlatonidesI like better checking for the actual extension, loadin...
2011-07-20 PlatonidesFixup r89029. You don't include the brackets in the...
2011-07-19 PlatonidesFollow-up r92588. Make it work regardless of $wgHtml5
2011-07-19 PlatonidesSince r92364 UserTest.php needs a database
2011-07-19 PlatonidesFollow up r91419. A boolean attribute can be both the...
2011-07-19 PlatonidesRemove the globals. r91570 was wrong saying that parent...
2011-07-18 Aaron SchulzRemoved testBug29116LoadWithEmptyIp. Fails due to wfDep...
2011-07-16 Bryan Tong MinhFirst steps for bug 14801: add backend support for...
2011-07-15 Bryan Tong Minh(bug 28762) Resizing to specified height broken for...
2011-07-15 Bryan Tong MinhAdd words.txt for us Windows users. This is a random...
2011-07-15 Bryan Tong MinhFollow-up r79845: Fix rotation. Turns out that we need...
2011-07-15 Antoine MussoNS_MAIN can locally have subpages enabled
2011-07-13 Alexandre Emsenhuber* Added some tests for FauxResponse class
2011-07-13 Chad HorohoeForgot to change my default header, followup r92045
2011-07-13 Chad HorohoeAdd some tests for wfExpandUrl. Definitely not complete...
2011-07-12 Ian BakerRefactored UploadStash and related classes to use the...
2011-07-12 Aaron SchulzFollow-up r91997, moved newFromTitle() function to...
2011-07-12 Aaron SchulzFixed failing XML tests (on windows) due to newline...
2011-07-12 Aaron SchulzAdded WikiPageFactory class with newFromTitle() function
2011-07-11 Bryan Tong MinhFollow-up r91895: Call parent destructor as well, just...
2011-07-11 Bryan Tong MinhAdd unit tests for $wgGroupPermissions/$wgRevokePermissions
2011-07-11 Brian Wolff(follow-up r90256) Unit tests.
2011-07-06 Brion VibberFollowup r83885: add JSMin+ 1.3 to use its parser to...
2011-07-06 Brion VibberPartial revert of r91106: followup to r91127.
2011-07-06 Chad HorohoeCall parent::setUp() and allow it to do lang setup...
2011-07-06 Chad HorohoeRemove notes about being destructive. We work properly...
2011-07-06 Chad HorohoeFollowup r91270: didn't need to be so paranoid about...
2011-07-04 Antoine Mussotests for Html::testExpandAttributes()
2011-07-03 Antoine Mussoenhance tests name (for --testdox option)
2011-07-03 Antoine Mussosplit tests for ArticleTest
2011-07-01 Antoine Mussothrow an exception on !is_executable( $wgExiv2Command )
2011-07-01 Chad HorohoeMerge ApiTestSetup into ApiTestCase and update all...
2011-06-30 Antoine Mussotest that wfUrlencode() encodes apostrophe
2011-06-30 Chad HorohoeFixed a long-standing broken test:
next