Per Platonides, follow-up r72842: pass the db connection to SiteStatsInit::doAllAndCo...
[lhc/web/wiklou.git] / includes / installer / DatabaseUpdater.php
2011-06-29 Alexandre EmsenhuberPer Platonides, follow-up r72842: pass the db connectio...
2011-06-22 Jure Kajzer* removed DEFAULT '' NOT NULL constraints as '' is...
2011-06-10 Tim StarlingFix for logic error in r89529 causing a notice.
2011-06-07 Chad HorohoeGet rid of addNewExtension()/getNewExtensions() method...
2011-06-06 Brion VibberRevert r89263, r89297, r89347: unclear whether this...
2011-06-05 Max SemenikFollow-up r89254 and r89481: re-did loading extension...
2011-06-04 Max SemenikRevert r89254:
2011-06-02 PlatonidesFix for r89263: this to $this
2011-06-01 Jure Kajzer* suggestion for ExtensionUpdater that would handle...
2011-06-01 Jure Kajzer* trying to create a way to update/install extension...
2011-06-01 Jure Kajzer* upgrade patches for oracle 1.17->1.19
2011-05-24 Max SemenikIntroduced Maintenance::getDB() and corresponding setDB...
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-09 Max SemenikUse runChild() to pass useful stuff like quiet mode
2011-05-07 Happy-melon* Implement MW_VERSION constant in Defines.php and...
2011-05-03 Chad Horohoe(bug 19408) user_properties.up_property: 32 bytes is...
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-03-31 Max SemenikFollow-up r85021: fix comment
2011-03-30 Max Semenik(bug 28237) Installer doesn't create extension tables
2011-02-19 Max SemenikBug 27518: Updater calls PopulateLogSearch before addin...
2011-02-11 Sam ReedFixup a couple of parameter documentation bits
2011-01-31 Chad Horohoe(bug 26857) Fatal error during installation enabling...
2011-01-13 Chad HorohoeFix concern raised by Brion in r74108 (but has really...
2011-01-06 Chad HorohoeFixes for r75545: don't use MEDIAWIKI_INSTALL in the...
2011-01-03 Chad HorohoeAdd new addExtensionTable() wrapper for adding new...
2011-01-02 Sam ReedMethod documentation
2011-01-02 Sam ReedMethod documentation
2010-12-27 Chad Horohoe* Followup r78450: just use selectField() instead of...
2010-12-17 Chad Horohoe* Handle output for DatabaseUpdater in the class itself...
2010-12-17 Chad Horohoe* Get rid of wfOut() usage in UserDupes
2010-12-16 Sam ReedRemoving trailing whitespace
2010-12-10 Chad HorohoeKill $wgDatabase in trunk (no need to backport this...
2010-12-08 Aaron SchulzAdded array type hint to addExtensionUpdate and marked...
2010-11-10 Alexandre EmsenhuberQuick fix: @fixme doesn't exist on doxygen ;)
2010-10-31 PlatonidesFollow up r75542, in the odd case that Maintenance...
2010-10-27 PlatonidesMake update.php obey --quiet
2010-10-11 Max SemenikTurned Database::patchPath() into a member function...
2010-10-01 Alexandre EmsenhuberBe sure that MW_NO_SETUP is defined before executing...
2010-10-01 Chad HorohoewfOut() -> $this->output(). More useful in the long...
2010-09-12 Alexandre EmsenhuberLet's just kill $wgUpdates since OpenID was converted...
2010-09-12 Alexandre EmsenhuberGOOD BYE, dear old updaters.inc!
2010-09-12 Alexandre Emsenhuber* Use Maintenance::runChild() to get the child script...
2010-09-11 PlatonidesCode cleanup: unused globals, empty statements, typos...
2010-09-11 Alexandre EmsenhuberMoved drop_index_if_exists() to DatabaseUpdater and...
2010-09-11 Alexandre EmsenhuberFix copy-paste from r72782
2010-09-11 Alexandre EmsenhuberMoved modify_field() from updaters.inc to DatabaseUpdat...
2010-09-11 Alexandre EmsenhuberAdded DatabaseUpdater::addExtensionUpdate() to let...
2010-09-07 Chad Horohoe* do_all_updates() is dead
2010-09-03 Chad HorohoeComment fix
2010-09-03 Alexandre EmsenhuberMoved OracleUpdater to its own file so that I can stop...
2010-09-01 Chad HorohoeDeprecate archive() in favor of DatabaseBase::patchPath()
2010-08-22 Alexandre EmsenhuberSome extensions like to pass an array for the callback...
2010-08-22 Alexandre EmsenhuberForgot to indent this correctly...
2010-08-22 Alexandre EmsenhuberRemoved some specific methods from updaters.inc that...
2010-08-22 Alexandre EmsenhuberMoved PostgreSQL schema update to PostgresUpdater:
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-16 Chad HorohoeAdd a post-update maintenance script list, moved delete...
2010-08-15 Chad HorohoeInitial refactoring for Postgres; DatabaseUpdater subcl...
2010-08-15 Chad HorohoeEnded up doing $doUser differently
2010-08-15 Chad HorohoeMinor code style tweak
2010-08-15 Chad HorohoeSome general update refactoring:
2010-07-29 Jeroen De DauwAdded deployment documentation group
2010-07-20 Chad Horohoe* Split Mysql/Sqlite updates into their own files