Merge "(bug 19195) Make user IDs more readily available with the API"
[lhc/web/wiklou.git] / includes / installer / OracleInstaller.php
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-09 KrinkleMerge "fix bug 29002 - in RTL wikis resizable are flipped"
2012-05-09 KrinkleMerge "Upgrade to jQuery UI 1.8.20"
2012-05-08 CatropeMerge "Re-enable css @import unit tests"
2012-05-08 Brion VIBBERMerge "Optimized SqlBagOStuff::getBatch() a bit."
2012-05-08 Brion VIBBERMerge "(bug 35993) gettoken should go die in a fire...
2012-05-08 Brion VIBBERMerge "Make backupTestPass.inc require_once by itself...
2012-05-08 Brion VIBBERMerge "[FileRepo] Locking and transaction fixes."
2012-05-08 Brion VIBBERMerge "Add new-inline-tags to tidy.conf"
2012-05-08 Aaron SchulzMerge "Don't make two database requests to load the...
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-08 Brion VIBBERMerge "ORDER BY/GROUP BY accept arrays"
2012-05-07 Aaron SchulzMerge "add type check and bail out when title could...
2012-05-07 Aaron SchulzMerge "fix 2 missing "local var" JavaScript statements"
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-07 DemonMerge "Localisation updates from translatewiki.net."
2012-05-07 DemonMerge "(bug 36537) Rename wfArrayToCGI to wfArrayToCgi"
2012-05-07 SiebrandMerge "Pass the result of the database queries in Title...
2012-05-07 Aaron SchulzMerge "$wgGitRepositoryViewers to link to gitweb"
2012-05-06 SiebrandMerge "Added missing GPLv2 headers in some places."
2012-05-06 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-02-27 Jure Kajzer* partly fixes two issues exposed by bug 34280
2012-02-09 Sam ReedMore return documentation
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