Kill the updater remnants from r98467
[lhc/web/wiklou.git] / includes / installer / MysqlUpdater.php
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