* Use Maintenance::runChild() to get the child script instance
[lhc/web/wiklou.git] / includes / installer / DatabaseUpdater.php
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