Per ^demon's comment on r71430: moved doUpgrade() to DatabaseInstaller (did not remov...
[lhc/web/wiklou.git] / includes / installer / SqliteInstaller.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 HorohoeStray semicolon, followup r72150
2010-09-01 Chad HorohoeMove createTables() up a level, this code was practical...
2010-09-01 Chad HorohoeMore duplication reduction
2010-09-01 Chad HorohoeReduce some duplication, just implement stub in parent
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-08 Chad HorohoeRemove OK message for SQLite search. Outputs as warning...
2010-07-29 Jeroen De DauwAdded deployment documentation group
2010-07-24 Sam ReedRemoval of unused globals
2010-07-20 Jeroen De DauwClarified field and method visibility
2010-07-20 Jeroen De DauwRenamed InstallerDBType to DatabaseInstaller
2010-07-07 Chad HorohoePartial revert r69128: go back to making isCompiled...
2010-07-07 Mark A. Hershberger* Add Status::getWarningsArray() to complement Status...
2010-07-02 Mark A. Hershberger* Eliminate CLIInstallerOutput per r68645 since, yes...
2010-06-23 Mark A. Hershbergerremove todo tag now that its done.
2010-06-16 Mark A. Hershberger* Create new DatabaseSqlite::checkForEnabledSearch...
2010-05-07 Chad HorohoeStop using mySQL-specific interwiki.sql, broke this...
2010-05-07 Chad HorohoeMerge new-installer branch to trunk