Merge branch 'master' into Wikidata
[lhc/web/wiklou.git] / includes / installer / SqliteUpdater.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 ReedNot much point making user_groups.ug_group 32 chars...
2012-01-11 Antoine Mussoreverts Concurrency works
2012-01-10 Ian BakerUpdated to use correct cross-db timestamps and date...
2012-01-03 Sam Reed* (bug 27724) Add timestamp to job queue.
2011-11-30 Jan GerberFix DatabaseSqliteTest for db changes for chunk support.
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-11 Jure Kajzer* applyed the patch from bug 26393 (please comment...
2011-11-10 Sam ReedPass in some more , __METHOD__
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-10-02 Max SemenikRevert r98355 and r98357; drop the field instead.
2011-09-29 Sam ReedKill the updater remnants from r98467
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-28 Sam ReedFollowup r98339
2011-09-28 Sam Reed* (bug 31204) Remove old user.user_options
2011-09-20 Sam ReedFollowup r90749, beat Aaron
2011-08-24 Sam ReedFollowup r95396, add missing comma
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-08-15 Brion VibberRevert r94289, r94290, r94294, r94333, r94345, r94362...
2011-08-12 Aaron SchulzMore to r94370:
2011-08-12 Max SemenikFollow-up r94289: SQLite support, unbreaks tests
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedFollowup r93530
2011-07-26 Sam ReedApparently MaxSem cares about SQLite ;)
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-15 Max SemenikSQLite support for r86485
2011-06-05 Max SemenikFolow-up r89526: tabs and eol-style :(
2011-06-05 Max SemenikSQLite: sync a couple of indexes with MySQL
2011-05-16 Chad HorohoeFollowup r88270: add new table to updaters
2011-05-09 Max SemenikRevert SQLite-related part of r87357: sauses SLQ errors...
2011-05-03 Chad Horohoe(bug 19408) user_properties.up_property: 32 bytes is...
2011-04-11 Max SemenikBug 28478: database error in DatabaseSqlite::getFulltex...
2011-02-19 Max SemenikBug 27518: Updater calls PopulateLogSearch before addin...
2010-12-16 Sam ReedRemoving trailing whitespace
2010-10-01 Chad HorohoewfOut() -> $this->output(). More useful in the long...
2010-09-12 Alexandre EmsenhuberGOOD BYE, dear old updaters.inc!
2010-09-11 Alexandre EmsenhuberMoved drop_index_if_exists() to DatabaseUpdater and...
2010-09-11 Alexandre EmsenhuberMoved SQLite specific functions to SqliteUpdater
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
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-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