trim trailing spaces
[lhc/web/wiklou.git] / maintenance /
2010-09-05 Alexandre Emsenhuber* Standardised file description headers
2010-09-04 PlatonidesRemove usage of deprecated makeKnownLinkObj().
2010-09-04 PlatonidesFix parsertests after r72349.
2010-09-04 PlatonidesFollow up r72394. Remove global line.
2010-09-04 PlatonidesMove dumpInterwiki.inc over dumpInterwiki.php
2010-09-04 PlatonidesConverting dumpInterwiki.php into new Maintenance....
2010-09-04 PlatonidesPort rebuildInterwiki to the new Maintenance system.
2010-09-04 PlatonidesFollow-up r72340. Remove functions defined twice.
2010-09-04 Siebrand MazelandMore whitespace updates for files touched in r72342:
2010-09-04 PlatonidesUse canonical class name.
2010-09-04 Siebrand MazelandStylize files added in r72349
2010-09-04 PlatonidesForce User.php include for EDIT_TOKEN_SUFFIX
2010-09-04 Alexandre Emsenhuber* added @file
2010-09-04 Raimond SpekkingFollow-up r72340: Special page and its user rights...
2010-09-04 OverlordQFollowup to r72349, PG table def + updater for module_deps
2010-09-04 OverlordQFollowup to r72349, PG tables + updater
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-09-04 Mark A. Hershbergerw/s changes
2010-09-04 Mark A. HershbergerAdd changes that I missed in r72340
2010-09-04 Mark A. Hershberger* Remove $wg*Selenium* globals as they are only used...
2010-09-04 Conrad IrwinBug 6204 - TOC not properly rendered when using $wgMaxT...
2010-09-04 Mark A. Hershberger* add wfRunMaintenance() script to simplify maint scrip...
2010-09-03 PlatonidesFollow-up r65504. Use canonical class name.
2010-09-03 OverlordQFix sequence renaming to be backwards-compat with older...
2010-09-03 Greg Sabino MullaneBump cl_collation from smallint to a text
2010-09-03 Aryeh GregorFurther categorylinks schema changes
2010-09-03 Chad HorohoeFollowup r72108, put the history file in $IP/maintenanc...
2010-09-03 PlatonidesFollow up r72202 rename of Message::key() to wfMessage()
2010-09-03 Priyanka DhandaFixing bad cpmmand to make phpunit work r72250
2010-09-03 Trevor ParscalActually does what r72249 claimed to do.
2010-09-03 Trevor ParscalFixed PHPUnit < 3.5 compatibiliy breaking change r72248...
2010-09-03 Trevor ParscalUsing PHPUnit/Autoload.php instead of trying to include...
2010-09-02 Sam Reed$result = '' in Title->checkPermissionHooks
2010-09-02 Sam ReedFixup some method calls with missing parameters
2010-09-02 Alexandre EmsenhuberRemoved leading whitespace
2010-09-01 Leons PetrazickisCompleted removal of $wgDBport_db2 in favour of regular...
2010-09-01 Alexandre EmsenhuberStandardised file description headers:
2010-09-01 Alexandre EmsenhuberDon't show the namespace list (and members) since we...
2010-09-01 Chad HorohoeDeprecate archive() in favor of DatabaseBase::patchPath()
2010-09-01 Max Semeniksvn:eol-style=native
2010-09-01 Leons PetrazickisDB2: Implemented prepared statements for INSERT and...
2010-09-01 Chad Horohoe$_ENV['HOME'] might not exist for everyone, doesn't...
2010-09-01 Niklas LaxströmUpdate Doxyfile
2010-08-31 Adam MillerFix for bug 24906
2010-08-31 Aryeh GregorFix three test failures if project contains space
2010-08-31 Greg Sabino MullaneAdd in new categorylinks columns.
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-29 Chad HorohoePartial revert r71363. I lied, these are used. They...
2010-08-28 Alexandre EmsenhuberReuse code from updateRestrictions.php in do_restrictio...
2010-08-27 Mark A. HershbergerStart of verbose option, fix url option
2010-08-26 Mark A. Hershberger* Adapt the RunSeleniumTests.php to the Maintenance...
2010-08-24 Sam ReedFix those spaces too from r71596/r71592
2010-08-24 Sam ReedFixup whitespace from r71592
2010-08-24 Sam Reedself::DB_ADMIN to Maintenance::DB_ADMIN for constant
2010-08-24 Sam ReedRemove some unreachable code (usually returns after...
2010-08-24 Greg Sabino MullaneCREATE LANGUAGE belongs as part of the installer, not...
2010-08-24 Greg Sabino MullaneAllow both single and double quotes for ENUM values...
2010-08-23 PlatonidesLocalFileTest failed if $wgCapitalLinks was false in...
2010-08-23 PlatonidesFollow up r70917. Having $wgCapitalLinks = false; was...
2010-08-23 Mark A. Hershbergerre r71445 put static on the right method.
2010-08-22 Chad HorohoeMock object needs to be static too
2010-08-22 Chad HorohoeFollowup r71367, reusing messages is bad
2010-08-22 Alexandre EmsenhuberRemoved some specific methods from updaters.inc that...
2010-08-22 Max Semenik"Difference between pages" is now displayed instead...
2010-08-22 Alexandre EmsenhuberMoved PostgreSQL schema update to PostgresUpdater:
2010-08-21 PlatonidesRemove globals, expose options in maintenance style...
2010-08-21 PlatonidesFollow up r71359. $wgDBtype uneeded now.
2010-08-21 PlatonidesReplace usage of deprecated Parser::tidy()
2010-08-21 PlatonidesFollow up r71289. getServerVersion() call was needed...
2010-08-21 Niklas LaxströmToo much indirection in aliases doesn't seem to work...
2010-08-21 Niklas LaxströmMostly indentation fixes
2010-08-21 Niklas LaxströmFix indentation
2010-08-20 PlatonidesMove [[MediaWiki:bad image list]] to the beginning.
2010-08-20 Chad HorohoeMake fixLinksFromArticle public and static
2010-08-20 Chad HorohoeLike the installer, make Special:Version header localiz...
2010-08-20 Chad HorohoePartial r71363 revert, unrelated changes
2010-08-20 Chad HorohoeFixup help output. Remove a few documented but unused...
2010-08-20 Chad HorohoeMissed the svn del
2010-08-20 Chad HorohoeRefactor convertLinks to not use DB::newFromParams...
2010-08-19 Sam ReedMore unused....
2010-08-19 Sam ReedFollowup r54225
2010-08-19 Sam ReedRemove some more unused variables
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-17 Max SemenikConverted two more updater functions to OOP: add_field...
2010-08-17 Max SemenikUse the same connection for updates everywhere. Hopeful...
2010-08-17 Chad HorohoeMoved first of the updaters functions to the appropriat...
2010-08-17 Mark A. HershbergerOverloardQ or other PG person, please review
2010-08-16 Chad HorohoeAdd a post-update maintenance script list, moved delete...
2010-08-16 Chad HorohoeRemove unused rename_table() and PG override of $wgShow...
2010-08-15 Siebrand MazelandFollow-up r71095: add new message to $wgIgnoredMessages.
2010-08-15 Chad HorohoeInitial refactoring for Postgres; DatabaseUpdater subcl...
2010-08-15 Chad HorohoeSome general update refactoring:
2010-08-15 Max SemenikFixed SQLite updater broken by r69542
2010-08-14 Sam ReedAdd signupstart to Userlogin.php per request of MZMcBride
2010-08-13 Sam ReedRemove some unused variables
2010-08-13 Greg Sabino MullaneDo the sequence renaming the right way.
2010-08-13 Chad HorohoeTry #2 for fixing r70970 (now with less unrelated chang...
2010-08-13 Chad HorohoePartial revert r71029, unrelated changes. Need caffeine...
2010-08-13 Chad HorohoeFix #1 for r70970: Make UploadFromUrlTestSuite initiali...
next