In LogFormatter:
[lhc/web/wiklou.git] / includes / installer / DatabaseUpdater.php
2012-01-24 Jure Kajzer* Oracle schema update to latest (tested with phpunit)
2012-01-12 Antoine Musso(bug 32508) Fix updater output
2012-01-06 Sam ReedAdd a few @since entries
2011-12-12 Antoine Mussoupdate message when dropping index ('index' not 'key')
2011-12-08 Antoine Musso(bug 32508) clean up update.php messages
2011-12-07 Jeroen De Dauwadd since tag; please do this if you add new public...
2011-11-22 Sam ReedA few more ok -> done
2011-11-22 Sam ReedPartial revert of r103697 for bug 32508
2011-11-22 Antoine Mussorevert r103691 that makes update.php output garbage
2011-11-19 Sam ReedMore updater message updates and normalisation
2011-11-19 Sam ReedFollowup r103685
2011-11-19 Sam Reed* (bug 32020) Improve messages output by the database...
2011-11-19 Sam Reed* (bug 32470) Increase the length of ug_group
2011-11-19 gicodeDon't force a localization cache rebuild if it will...
2011-11-16 Max SemenikFollow-up r101449 and friends: no need to consider...
2011-11-14 Sam ReedReverts r102799, followsup r102800 also
2011-11-14 Roan Kattouw(bug 29854) Store protocol-relative links twice in...
2011-11-12 Roan KattouwAllow extensions to add post-update maintenance scripts
2011-11-11 Sam ReedFollowup r102799, unconditionally running them anyway...
2011-11-11 Sam ReedNaff all point varying on $this->updateRowExists when...
2011-11-10 Sam ReedPass in some more , __METHOD__
2011-11-10 Sam ReedAdd $fname to tableExists
2011-11-01 Sam ReedFollowup r101449, just changing forceRecache isn't...
2011-11-01 Sam ReedFollowup r101449, bit better message output
2011-11-01 Sam ReedBug 30934 - Warning: Invalid argument supplied for...
2011-10-27 Sam ReedAdd dropTable method
2011-10-27 Aaron SchulzReinstated r94289 et all - rev_sha1/ar_sha1 field for...
2011-10-12 Thomas Griesconvenience function call addExtensionField was lacking...
2011-10-11 Thomas Griesadded 'key' in 'Dropping .. key' in dropIndex which...
2011-10-11 Sam ReedFix comment blocks that start /* to /**
2011-10-11 Thomas Griesself-revert back to protected functions addIndex and...
2011-10-11 Thomas Grieschg protected to public function addIndex and dropIndex...
2011-10-11 Sam ReedAdd documentation
2011-09-28 Sam ReedFollowup r98339
2011-09-28 Sam Reed* (bug 31204) Remove old user.user_options
2011-09-08 Chad HorohoeTweaks to LoggedUpdateMaintenance:
2011-09-03 Max SemenikFix r87731: update site stats only when explicitly...
2011-08-15 Aaron SchulzRestored r94370 changes PopulateRevisionLen, moving...
2011-08-15 Brion VibberRevert r94289, r94290, r94294, r94333, r94345, r94362...
2011-08-12 Aaron SchulzChanged PopulateImageSha1 to use LoggedUpdateMaintenanc...
2011-08-12 Aaron Schulz* Added LoggedUpdateMaintenance subclass
2011-08-12 Max SemenikFollow-up r94289: SQLite support, unbreaks tests
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...
next