revert r103691 that makes update.php output garbage
[lhc/web/wiklou.git] / includes / installer / SqliteInstaller.php
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-06-10 Tim StarlingPostgreSQL install fixes:
2011-06-03 Mark A. Hershbergerforward port r88929
2011-05-28 Sam ReedAnd even more documentation
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-04-11 Max SemenikBug 28478: database error in DatabaseSqlite::getFulltex...
2011-02-23 Max Semenik(bug 20244) Installer does not validate SQLite database...
2011-01-27 Tim Starling* Fixed Oracle new installer support, broken by r80957...
2011-01-25 Tim Starling* Fixed a bug causing the installer to ignore the ...
2011-01-24 Chad Horohoe* Cleanup massive duplication across Database construct...
2010-12-16 Sam ReedRemoving trailing whitespace
2010-12-06 Brandon HarrisRevert r77860, which was a reversion of r75832.
2010-12-06 Tim StarlingReverted r75832 per my comments on CR, unanswered for...
2010-11-01 Brandon Harris* Added tipsy library
2010-10-06 Max SemenikNew-installer: removed an ugly and unneeded warning...
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