Merge branch 'master' into Wikidata
[lhc/web/wiklou.git] / includes / installer / MysqlUpdater.php
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-04 Daniel Kinzlerinstaller/updater
2012-03-06 Sam ReedAnd fix the . from r113110
2012-03-06 Sam ReedFollowup r113109, forward port the rest of r25267 for...
2012-02-09 Sam ReedFollowup r111006
2012-02-06 Sam ReedAnd fix fail rom r110752
2012-02-06 Sam ReedNot much point making user_groups.ug_group 32 chars...
2012-01-11 Antoine Mussoreverts Concurrency works
2012-01-10 Ian BakerMERGE branches/concurrency 108301:108557 into trunk
2012-01-10 Aaron SchulzReverted r108502, r108504 per CR
2012-01-10 Sam ReedCleanup "text" (nee old) table, dropping old indexes...
2012-01-10 Sam ReedNoticed looking at schema posted by Joerg in bug 33228
2012-01-03 Sam Reed* (bug 27724) Add timestamp to job queue.
2011-11-30 Jan GerberUse database to track uploaded chunks and concatenate...
2011-11-30 Roan KattouwRevert r104659 and its followup r104665: break the...
2011-11-30 Jan GerberUse database to track uploaded chunks and concatenate...
2011-11-23 Chad Horohoe(bug 29475) Remove "trackback" feature entirely from...
2011-11-22 Sam ReedA few more ok -> done
2011-11-22 Sam ReedPartial revert of r103697 for bug 32508
2011-11-19 Sam ReedMore updater message updates and normalisation
2011-11-19 Sam ReedFollowup r103685
2011-11-19 Sam Reed* (bug 32470) Increase the length of ug_group
2011-11-16 Max SemenikFollow-up r101449 and friends: no need to consider...
2011-11-14 Sam ReedReverts r102799, followsup r102800 also
2011-11-11 Sam ReedFollowup r102799, unconditionally running them anyway...
2011-11-11 Sam ReedNaff all point varying on $this->updateRowExists when...
2011-11-11 Jure Kajzer* applyed the patch from bug 26393 (please comment...
2011-11-10 Sam ReedPass in some more , __METHOD__
2011-11-10 Sam ReedAdd $fname to tableExists
2011-11-01 Sam ReedBug 30934 - Warning: Invalid argument supplied for...
2011-10-27 Aaron SchulzReinstated r94289 et all - rev_sha1/ar_sha1 field for...
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-28 Sam Reed* (bug 31204) Remove old user.user_options
2011-09-20 Sam ReedFollowup r90749, beat Aaron
2011-09-08 Chad HorohoeTweaks to LoggedUpdateMaintenance:
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-08-15 Aaron SchulzRestored r94370 changes PopulateRevisionLen, moving...
2011-08-15 Brion VibberRevert r94289, r94290, r94294, r94333, r94345, r94362...
2011-08-12 Aaron Schulz* Added LoggedUpdateMaintenance subclass
2011-08-12 Max SemenikFollow-up r94289: SQLite support, unbreaks tests
2011-08-11 Aaron Schulz* Added rev_sha1 and ar_sha1 columns to revision/archiv...
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedFollowup r93530
2011-07-30 Sam ReedMerge iwtransclusion branch into trunk
2011-07-26 Sam ReedApparently MaxSem cares about SQLite ;)
2011-07-26 Sam Reed* (bug 22744) Add/Update indexes for queries done by...
2011-07-24 Sam ReedFollowup r92796, r93002
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-07-12 Ian BakerRefactored UploadStash and related classes to use the...
2011-06-25 Aaron SchulzAdded one-time promote support via Autopromote::autopro...
2011-06-23 Brian WolffSomeone on irc had a very screwed up DB, and he reporte...
2011-05-16 Chad HorohoeFollowup r88270: add new table to updaters
2011-05-03 Chad Horohoe(bug 19408) user_properties.up_property: 32 bytes is...
2011-04-20 Happy-melonFollow-up r86482: patch to add an index on user_email...
2011-04-20 PlatonidesMerge r86398 into the old wfWaitForSlaves. Update core...
2011-03-20 Roan KattouwRevert r83812 (schema change for cl_type enum), no...
2011-03-17 Alexandre EmsenhuberBe more consistent if updater script's output
2011-03-17 Alexandre EmsenhuberPer Tim Starling, follow-up r83137: added schema update
2011-03-16 Sam ReedRevert r83993
2011-03-15 Marcin Cieślakr83812, r83814: Don't use cl_type at all when paging...
2011-03-13 Roan KattouwSchema change: change cl_type from ENUM('page', 'subcat...
2011-02-19 Max SemenikBug 27518: Updater calls PopulateLogSearch before addin...
2011-02-19 Sam ReedMore function level documentation
2011-02-02 Sam ReedFollowup r81313, fix 210 typo
2011-02-01 Sam ReedFollowup r81311, add MysqlUpdater function to update...
2011-01-07 Roan KattouwFix indentation in r79746
2011-01-06 Sam ReedFollowup r79702, r66793, r66822
2011-01-02 Sam ReedExplicitally define $duplicates = array();
2011-01-02 Sam Reed* (bug 26540) Fixed wrong call to applyPatch in MysqlUp...
2010-12-19 Mark A. HershbergerMisc whitespace changes, mostly EOL w/s and indention...
2010-12-17 Chad Horohoe* Get rid of wfOut() usage in UserDupes
2010-12-16 Sam ReedRemoving trailing whitespace
2010-12-08 Chad Horohoe(bug 22753) update.php should make things it actually...
2010-11-25 Sam ReedMore reversion of r77297, 1 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-10-27 PlatonidesMake update.php obey --quiet
2010-10-01 Chad HorohoewfOut() -> $this->output(). More useful in the long...
2010-09-12 Alexandre EmsenhuberGOOD BYE, dear old updaters.inc!
2010-09-12 Alexandre EmsenhuberAdd `watchlist`.`wl_notificationtimestamp` through...
2010-09-11 Alexandre EmsenhuberAdded some __METHOD__ to DatabaseBase::query() calls
2010-09-11 Alexandre EmsenhuberMoved drop_index_if_exists() to DatabaseUpdater and...
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-09-03 Aryeh GregorFurther categorylinks schema changes
2010-08-22 Alexandre EmsenhuberRemoved some specific methods from updaters.inc that...
2010-08-21 Alexandre Emsenhuber* Added file description headers
2010-08-17 Max SemenikConverted two more updater functions to OOP: add_field...
2010-08-17 Chad HorohoeMoved first of the updaters functions to the appropriat...
2010-08-15 Chad HorohoeSome general update refactoring:
2010-08-03 Aryeh GregorEnable new category sort by default
2010-07-29 Jeroen De DauwAdded deployment documentation group
2010-07-22 Roan KattouwRename the iwl_prefix_from_title index (again) to iwl_p...
2010-07-20 Chad Horohoe* Split Mysql/Sqlite updates into their own files