| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace DatabaseBase => Database in more places | Aaron Schulz | 2016-09-28 | 1 | -1/+1 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -15/+15 |
* | DatabaseInstaller::setVarsFromRequest needs array | umherirrender | 2014-01-07 | 1 | -2/+2 |
* | Remove unused local variables, update formatting and documentation | Siebrand Mazeland | 2013-11-25 | 1 | -0/+1 |
* | Address PHP CodeSniffer errors and warnings | Siebrand Mazeland | 2013-10-23 | 1 | -3/+21 |
* | Update formatting | Siebrand Mazeland | 2013-10-09 | 1 | -3/+9 |
* | Fix spacing and break some lines | umherirrender | 2013-08-24 | 1 | -1/+1 |
* | Fixed EZConnect string regex in OracleInstaller class. | freakolowsky | 2013-05-31 | 1 | -1/+21 |
* | Added/Removed spaces around string concatenation | umherirrender | 2013-04-13 | 1 | -2/+2 |
* | fix some spacing | umherirrender | 2013-03-25 | 1 | -2/+1 |
* | fix some spacing | umherirrender | 2013-03-07 | 1 | -2/+1 |
* | fix some spacing | umherirrender | 2013-02-04 | 1 | -2/+2 |
* | * Oracle schema update: rc_moved, cat_hidden, ss_admin | freakolowsky | 2012-10-10 | 1 | -1/+1 |
* | Use wfMessage instead of deprecated wfMsg* | Alex Monk | 2012-08-18 | 1 | -2/+2 |
* | Added missing GPLv2 headers in some places. | Alexandre Emsenhuber | 2012-05-06 | 1 | -0/+15 |
* | * partly fixes two issues exposed by bug 34280 | Jure Kajzer | 2012-02-27 | 1 | -1/+3 |
* | More return documentation | Sam Reed | 2012-02-09 | 1 | -0/+1 |
* | Add documentation | Sam Reed | 2011-10-18 | 1 | -0/+4 |
* | PostgreSQL install fixes: | Tim Starling | 2011-06-10 | 1 | -2/+3 |
* | forward port r88929 | Mark A. Hershberger | 2011-06-03 | 1 | -1/+1 |
* | w/s cleanup | Mark A. Hershberger | 2011-05-20 | 1 | -3/+3 |
* | Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHo... | Tim Starling | 2011-05-15 | 1 | -2/+4 |
* | Move minimum database versions to Defines.php | Happy-melon | 2011-05-07 | 1 | -4/+2 |
* | * OracleInstaller now also supports installation with (requested by Tim): | Jure Kajzer | 2011-03-01 | 1 | -77/+86 |
* | * Fixed Oracle new installer support, broken by r80957. This is a minimal pat... | Tim Starling | 2011-01-27 | 1 | -7/+58 |
* | * Fixed a bug causing the installer to ignore the "engine" and "charset" sett... | Tim Starling | 2011-01-25 | 1 | -10/+13 |
* | * changed variable list as per comment on r79954 left only wgDBtype | Jure Kajzer | 2011-01-14 | 1 | -1/+1 |
* | * fixed Oracle code for installer and phpunit tests | Jure Kajzer | 2011-01-10 | 1 | -9/+12 |
* | * Fix r78774 for Oracle and Postgres, broke by method rename | Chad Horohoe | 2010-12-23 | 1 | -1/+1 |
* | Misc whitespace changes, mostly EOL w/s and indention fixes so TAB = 4 spaces | Mark A. Hershberger | 2010-12-19 | 1 | -4/+4 |
* | Changed doQuery() -> query() | Aaron Schulz | 2010-12-15 | 1 | -1/+1 |
* | Revert r77860, which was a reversion of r75832. | Brandon Harris | 2010-12-06 | 1 | -7/+4 |
* | Reverted r75832 per my comments on CR, unanswered for 19 days. Moving all hel... | Tim Starling | 2010-12-06 | 1 | -4/+7 |
* | Document a bit what's going on and get rid of a warning. | Platonides | 2010-11-30 | 1 | -3/+6 |
* | More reversion of r77297, 1 of 2 commits to keep it readable in CR (hopefully) | Sam Reed | 2010-11-25 | 1 | -1/+0 |
* | revert r76464 | Antoine Musso | 2010-11-25 | 1 | -0/+1 |
* | Various unused variables, add some braces | Sam Reed | 2010-11-10 | 1 | -1/+0 |
* | Followup r76055, missed a few more | Chad Horohoe | 2010-11-04 | 1 | -3/+3 |
* | Replace XML->HTML methods throughout most of the installer | Chad Horohoe | 2010-11-04 | 1 | -4/+4 |
* | * Added tipsy library | Brandon Harris | 2010-11-01 | 1 | -7/+4 |
* | * installers skips recreation of existing user | Jure Kajzer | 2010-10-27 | 1 | -8/+10 |
* | * DatabaseOracle - throw connection exception instead of debug+false | Jure Kajzer | 2010-10-25 | 1 | -2/+0 |
* | * Installer for Oracle fixes | Jure Kajzer | 2010-10-25 | 1 | -5/+14 |
* | * fixed r74949 remarks | Jure Kajzer | 2010-10-19 | 1 | -3/+4 |
* | * Installer: works (beta). More testing tomorow. | Jure Kajzer | 2010-10-18 | 1 | -31/+109 |
* | Add getConnection() for Oracle | Chad Horohoe | 2010-09-01 | 1 | -1/+16 |
* | Move createTables() up a level, this code was practically identical | Chad Horohoe | 2010-09-01 | 1 | -4/+0 |
* | Reduce some duplication, just implement stub in parent | Chad Horohoe | 2010-09-01 | 1 | -9/+0 |
* | * Make the MySQL updater work in the new installer | Alexandre Emsenhuber | 2010-08-22 | 1 | -1/+5 |
* | * Added file description headers | Alexandre Emsenhuber | 2010-08-21 | 1 | -1/+7 |