ApiBase.php: coding style cleanup, added more braces, trimmed trailing spaces, change...
[lhc/web/wiklou.git] / maintenance /
2010-02-20 Alexandre Emsenhuber(bug 8790) Metadata edition ($wgUseMetadataEdit) has...
2010-02-19 TobiasLogExtract on blocked user's pages: fixing r62241 ...
2010-02-19 Tim StarlingMoving Conrad's recent parser work out to a branch...
2010-02-19 Tim StarlingResolve stubs which may be broken by running RCT. Added...
2010-02-18 Tim StarlingClassify rows with old_flags='object,utf-8' (there...
2010-02-17 Raimond SpekkingFollow-up r62648: Add new message key to maintenance...
2010-02-16 Max SemenikSwitched tests to portable table duplication
2010-02-16 Max SemenikRenamed SearchMySQL4Test to SearchMySQLTest, SearchMySQ...
2010-02-16 Mark A. Hershberger* When I found it, I cried. fixes bug #22501
2010-02-15 Mark A. HershbergerProvide a few more tests for bug #22501
2010-02-15 Chad HorohoeRm 3 unused $wgDBprefixes
2010-02-15 Mark A. Hershbergerfixes #22501 follow up r61101 remove superfluous, buggy...
2010-02-15 Siebrand MazelandRevert r62421. Removing "set_time_limit( 0 );" causes...
2010-02-15 Max SemenikUnit tests: don't fail miserably if we don't have CDB...
2010-02-15 Mark A. Hershbergerfollow up r62498 tests for the requireOnlyOneParameter...
2010-02-15 Max SemenikWas it supposed to be a comma instead of dot? :)
2010-02-15 Max SemenikParser tests: output article name in duplicate article...
2010-02-13 PlatonidesFollow up r62436 comments.
2010-02-13 PlatonidesparserTests.txt shall be opened in text mode.
2010-02-13 Chad HorohoeDon't need to set time limit here, already did in setup...
2010-02-12 Tobiassort of fixing bug 14592: show warning when moving...
2010-02-12 Tim StarlingDon't format old_id ranges in scientific (%E) notation.
2010-02-11 Tim StarlingA script for doing full scans of the text table and...
2010-02-11 Mark A. Hershbergerfollow-up r61355
2010-02-10 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-10 Alexandre EmsenhuberFixed E_STRICT errors about method signatures not matching
2010-02-10 Mark A. Hershbergercommit changes to ApiSetup that are needed to make the
2010-02-10 Mark A. Hershberger* new FauxResponse class to help with unit testing
2010-02-10 Chad HorohoeReduce code duplication in requires
2010-02-10 Chad HorohoeFollowup r62067, drop $wgUseNormalUser as un-needed
2010-02-09 Mark A. Hershbergerfollow-up r61355 a bit more, still have several bits...
2010-02-09 Mark A. Hershberger* Fix up ApiTest a bit, cookie handling works
2010-02-09 Mark A. HershbergerFix problem of incorrect Status message use.
2010-02-09 Mark A. Hershbergerfix messages for http non-200 messages
2010-02-09 Mark A. HershbergerFix Http::request() so that it continues to return...
2010-02-09 Conrad IrwinMore sensible semantics for pipe trick with section...
2010-02-09 Tim StarlingBug fix: bt_page and bt_rev_id should be 0 for orphans...
2010-02-08 Tim StarlingFixed a bug which came up during testing, world-destruc...
2010-02-08 Tim StarlingFix script for bug 20757.
2010-02-08 Mark A. HershbergerAdd a bunch of tests and checks for cookie domain security.
2010-02-08 Conrad Irwinpartial revert for r62081. Make {{PIPETRICK}} like...
2010-02-07 Platonidesfile_get_contents -> Http::get per ^demon
2010-02-07 Aryeh GregorAdjust wording of r62052
2010-02-07 Alexandre Emsenhuber* Modified MediaWiki_Setup to use the normal mechanism...
2010-02-07 PlatonidesFix at least the url and entities.
2010-02-07 PlatonidesApplied and tweaked smart-import patch from Mij, mergin...
2010-02-07 Conrad IrwinFix bug 20339 allow pipe-trick in log reasons
2010-02-07 Conrad IrwinFixes for r62077
2010-02-07 Mark A. HershbergerTest cases working with “make tap” but not just “phpuni...
2010-02-07 Conrad IrwinUpdate Pipe Trick semantics per bug 845 and bug 21660
2010-02-06 Ævar Arnfjörð Bjar... Make 'make tap' the default target and add a 'make...
2010-02-06 Ævar Arnfjörð Bjar... Add a `make tap' target which runs the tests with ...
2010-02-06 Conrad IrwinAllow pipe trick to work after PST.
2010-02-06 Alexandre EmsenhuberUse $wgUseNormalUser only in commandLine.inc (and use...
2010-02-06 Ævar Arnfjörð Bjar... Add note about how you can skip the update countdown...
2010-02-05 Alexandre EmsenhuberRemoved colum names from WHERE clause so that it doesn...
2010-02-05 Mark A. HershbergerAdd domain checking to HTTP cookie checking.
2010-02-05 Mark A. HershbergerPHPUnit now sees individual parser tests as separate...
2010-02-04 Alexandre Emsenhuber* Port maintenance/cdb-test.php to PHPUnit
2010-02-03 Alexandre Emsenhubermove ArticleTest to RevisionTest (as it was in t/)...
2010-02-03 Max Semenikrm superfuluous requires from tests
2010-02-03 Max SemenikMoved tests to maintenance - one directory less to...
2010-02-03 Mark A. Hershbergerfollow up 61907 remove 5.0 bug check
2010-02-03 Tim Starling* Fix for r57997 and bug 21222: move math, gallery...
2010-02-03 Mark A. Hershbergerfollow-up r61655 fill out the rest of the missing messages
2010-02-03 Tim StarlingFollowup to r61905: remove parser tests for ex-feature.
2010-02-03 Mark A. HershbergerBump minimum supported version to 5.1.0
2010-02-02 Alexandre Emsenhuber* (bug 21593) Special:UserRights now lists automatic...
2010-02-02 Aryeh Gregorexistant -> existent for r61855
2010-02-02 Conrad IrwinParser tests for behaviour of subst: and safesubst...
2010-02-02 Conrad IrwinAdd a parser test for r61816
2010-02-01 Conrad IrwinFix parser test that I broke with r61816
2010-02-01 Mark A. Hershbergerfollow up r61775 (reapply): Fix parsertests so that...
2010-02-01 Mark A. Hershbergerfollow up 61775 -- REVERT REVERT
2010-02-01 Mark A. HershbergerFix parsertests so that they work even when server...
2010-01-31 Max Semenik(bug 16039) Text disappearing after a bad image
2010-01-31 Max SemenikRv extra precautions from r61465. I think I was confuse...
2010-01-31 Siebrand Mazeland(bug 22324) Remove no longer used message 'uploadcorrup...
2010-01-29 Aryeh GregorRefactor $wgEnforceHtmlIds code
2010-01-29 Raimond Spekking* Add USER_BLOCKED case to UserLogin.
2010-01-27 Chad HorohoeLet crazy people run updates on broken setups like...
2010-01-27 Tim Starling* Removed JS2 stuff from jquery.js. If there's anything...
2010-01-27 Tim StarlingRevert r61528, r61527, r61526, r61525, r61519, r61515...
2010-01-26 PlatonidesStep 3: Balance the quotes directly on $text
2010-01-26 Chad HorohoeInform user of parsekit/php -l usage, fix line breaks...
2010-01-25 OverlordQFix parser test broken by r61465
2010-01-25 Chad Horohoe(bug 22233) Update mediazilla default interwiki to...
2010-01-25 Tim StarlingMade the bug #21793 test only check for the PHP 5.3...
2010-01-25 Chad HorohoeNeed a newline after this error
2010-01-24 Max SemenikParser tests:
2010-01-23 Alexandre EmsenhuberAvoid "PHP Warning: Division by zero in maintenance...
2010-01-22 Chad HorohoeUse correct variable name
2010-01-22 Chad HorohoeCleanup needless code duplication
2010-01-22 Raimond SpekkingFollow-up r61358: Consistent quote signs
2010-01-22 Mark A. HershbergerFollow up 61352, address TimStarling's comments.
2010-01-19 Tim StarlingIn LanguageConverter:
2010-01-18 Chad HorohoeTweak __call failure text again
2010-01-18 Chad HorohoeFix stupid r61199, unrelated changes checkin
2010-01-18 Chad HorohoeAdd bug #
2010-01-18 Aryeh GregorStrip some microdata attributes when invalid
next