Get rid of addNewExtension()/getNewExtensions() method of adding new extensions ...
[lhc/web/wiklou.git] / includes / installer / DatabaseInstaller.php
2011-06-07 Chad HorohoeGet rid of addNewExtension()/getNewExtensions() method...
2011-06-07 Max SemenikFix r85021: extension tables weren't created in some...
2011-06-03 Mark A. Hershbergerforward port r88929
2011-05-02 Sam ReedDocumentation
2011-03-30 Max Semenik(bug 28237) Installer doesn't create extension tables
2011-03-27 Brion Vibber* (bug 26937) [Installer] Fix for Javascript-opened...
2011-03-01 Chad Horohoe(bug 12070) After Installation MySQL was blocked. GRANT...
2011-02-23 Chad HorohoeDon't allow the user to create DB users with no passwor...
2011-02-19 Sam ReedMore function level documentation
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-04 Chad HorohoeSuppress warnings on reading interwiki.list in case...
2011-02-03 Sam ReedFew more return types
2011-02-03 Sam ReedFix return type documentation
2011-01-31 Chad HorohoeFixups to r81266
2011-01-31 Chad Horohoe(bug 26857) Fatal error during installation enabling...
2011-01-27 Tim Starling* Fixed Oracle new installer support, broken by r80957...
2011-01-27 Tim StarlingRemoved getConnectionOrDie(), accidentally added in...
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...
2011-01-21 Chad HorohoePartially revert r69738 (splitting Installer/CoreInstal...
2011-01-14 Sam Reed* (bug 26733) Wrap initial table creation in transaction
2011-01-11 Sam ReedParent in DatabaseInstaller is a CoreInstaller, not...
2011-01-10 Jure Kajzer* fixed Oracle code for installer and phpunit tests
2011-01-02 Alexandre EmsenhuberFix for r64254: undefined variable
2010-12-19 Mark A. HershbergerMisc whitespace changes, mostly EOL w/s and indention...
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-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-10 Chad HorohoePostgres updater stuff, needs review
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-25 Jure Kajzer* moved installMainpage to CoreInstaller as requested...
2010-10-25 Jure Kajzer* DatabaseOracle - throw connection exception instead...
2010-10-01 Alexandre EmsenhuberFix for r72553: DatabaseUpdater::execute() doesn't...
2010-09-09 Chad HorohoeoutputHandler() isn't static
2010-09-07 Alexandre EmsenhuberPer ^demon's comment on r71430: moved doUpgrade() to...
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-17 Mark A. HershbergerOverloardQ or other PG person, please review
2010-07-30 Mark A. Hershberger* Make parsertests work with interwiki table on sqlite
2010-07-29 Jeroen De DauwAdded deployment documentation group
2010-07-22 Jeroen De DauwSplit Installer into Installer and CoreInstaller +...
2010-07-20 Jeroen De DauwDoc and style improvements
2010-07-20 Jeroen De DauwRe-did r69590
2010-07-20 Tim StarlingApplying the text changes to the file as in r69589...
2010-07-20 Tim StarlingContinued cleanup of r69589: adding DatabaseInstaller...
2010-07-20 Tim StarlingCleanup for r69589 etc., deleting the file so I can...
2010-07-20 Jeroen De DauwFollow up to r69589
2010-07-20 Jeroen De DauwFollow up to r69589
2010-07-20 Jeroen De DauwClarified field and method visibility
2010-07-20 Jeroen De DauwRenamed InstallerDBType to DatabaseInstaller