Per ^demon's comment on r71430: moved doUpgrade() to DatabaseInstaller (did not remov...
[lhc/web/wiklou.git] / includes / installer / MysqlInstaller.php
2010-09-07 Alexandre EmsenhuberPer ^demon's comment on r71430: moved doUpgrade() to...
2010-09-07 Chad Horohoe* do_all_updates() is dead
2010-09-01 Chad HorohoeMove createTables() up a level, this code was practical...
2010-09-01 Chad HorohoeMore duplication reduction
2010-08-22 Alexandre Emsenhuber* Make the MySQL updater work in the new installer
2010-08-21 Alexandre Emsenhuber* Added file description headers
2010-08-17 Mark A. Hershbergerremove superfluous return
2010-07-29 Jeroen De DauwAdded deployment documentation group
2010-07-20 Jeroen De DauwClarified field and method visibility
2010-07-20 Jeroen De DauwRenamed InstallerDBType to DatabaseInstaller
2010-07-09 Chad HorohoePut sanity checks on some of the installer steps. Also...
2010-07-07 Chad Horohoe doesn't need to be passed by ref
2010-07-07 Chad HorohoePartial revert r69128: go back to making isCompiled...
2010-07-07 Ævar Arnfjörð Bjar... new-installer: Remove duplicate code added in r69128
2010-07-07 Ævar Arnfjörð Bjar... new-installer: Remove debug_print_backtrace() call...
2010-07-07 Mark A. Hershberger* Add Status::getWarningsArray() to complement Status...
2010-07-06 Ævar Arnfjörð Bjar... new-installer: Delay database object construction until...
2010-07-04 Ævar Arnfjörð Bjar... new-installer: A better implementation of the database...
2010-07-04 Ævar Arnfjörð Bjar... new-installer: Return newGood() from CreateDBAccount...
2010-07-04 Ævar Arnfjörð Bjar... new-installer: GRANT permissions to our new non-root...
2010-05-07 Chad HorohoeStop using mySQL-specific interwiki.sql, broke this...
2010-05-07 Chad HorohoeMerge new-installer branch to trunk