Updated to use correct cross-db timestamps and date functions
[lhc/web/wiklou.git] / includes / installer / OracleInstaller.php
2011-10-18 Sam ReedAdd documentation
2011-06-10 Tim StarlingPostgreSQL install fixes:
2011-06-03 Mark A. Hershbergerforward port r88929
2011-05-20 Mark A. Hershbergerw/s cleanup
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-07 Happy-melonMove minimum database versions to Defines.php
2011-03-01 Jure Kajzer* OracleInstaller now also supports installation with...
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-14 Jure Kajzer* changed variable list as per comment on r79954 left...
2011-01-10 Jure Kajzer* fixed Oracle code for installer and phpunit tests
2010-12-23 Chad Horohoe* Fix r78774 for Oracle and Postgres, broke by method...
2010-12-19 Mark A. HershbergerMisc whitespace changes, mostly EOL w/s and indention...
2010-12-15 Aaron SchulzChanged doQuery() -> query()
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-30 PlatonidesDocument a bit what's going on and get rid of a warning.
2010-11-25 Sam ReedMore reversion of r77297, 1 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-04 Chad HorohoeFollowup r76055, missed a few more
2010-11-04 Chad HorohoeReplace XML->HTML methods throughout most of the installer
2010-11-01 Brandon Harris* Added tipsy library
2010-10-27 Jure Kajzer* installers skips recreation of existing user
2010-10-25 Jure Kajzer* DatabaseOracle - throw connection exception instead...
2010-10-25 Jure Kajzer* Installer for Oracle fixes
2010-10-19 Jure Kajzer* fixed r74949 remarks
2010-10-18 Jure Kajzer* Installer: works (beta). More testing tomorow.
2010-09-01 Chad HorohoeAdd getConnection() for Oracle
2010-09-01 Chad HorohoeMove createTables() up a level, this code was practical...
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-07-29 Jeroen De DauwAdded deployment documentation group
2010-07-20 Jeroen De DauwClarified field and method visibility and added TODOs
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-05-07 Chad HorohoeMerge new-installer branch to trunk