Fix Bug 29102 - Upgrade fails "Unknown character set: 'mysql4'
[lhc/web/wiklou.git] / includes / installer / MysqlInstaller.php
2012-01-04 Mark A. HershbergerFix Bug 29102 - Upgrade fails "Unknown character set...
2011-12-15 Sam ReedAdd a TODO with regards to existing mysql4 schemas..
2011-11-25 Sam ReedImprove comment from r104047
2011-11-23 Sam ReedKill mysql4 specific code from DatabaseMysql
2011-11-23 Sam ReedKill some more mysql 4 related things from the installer
2011-11-10 Sam ReedAdd $fname to tableExists
2011-10-18 Sam ReedAdd documentation
2011-09-05 Robin Pepermans(bug 30679) Some installer fields should always be LTR
2011-06-10 Tim StarlingPostgreSQL install fixes:
2011-06-03 Mark A. Hershbergerforward port r88929
2011-05-26 Sam ReedMore documentation tweaks/additions
2011-05-20 Mark A. HershbergerPatch for Bug #28669, “Scream bloody murder when user...
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-05-05 Chad HorohoeFix for r87278: if we're installing with the same user...
2011-05-02 Chad Horohoe(bug 28375) When using existing DB user, grants aren...
2011-04-23 Sam ReedTidy up some unused variables and such
2011-03-01 Chad Horohoe(bug 12070) After Installation MySQL was blocked. GRANT...
2011-02-23 Sam ReedUnunsed variables
2011-02-20 Max SemenikRevert errorneous line removal in r82439
2011-02-19 Max SemenikBug 27053 - sourceFile() didn't expand all the required...
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...
2011-01-12 Chad Horohoe(bug 26688) Proper warning message is not displayed...
2011-01-07 Chad HorohoeMove over some initial_setup() for Postgres (THIS IS...
2011-01-06 Chad Horohoe(bug 25969) Allow hyphens in db name/prefix. Lots of...
2010-12-22 Chad HorohoeRewrite install steps again (cleanup r76390)
2010-12-21 Roan KattouwMigrate last call to escapeLike() in core to buildLike...
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-09 Chad HorohoeRewrite install step callbacks to use the array model...
2010-11-04 Chad HorohoeReplace XML->HTML methods throughout most of the installer
2010-11-01 Brandon Harris* Added tipsy library
2010-09-11 Alexandre EmsenhuberAdded some __METHOD__ to DatabaseBase::query() calls
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