aboutsummaryrefslogtreecommitdiffstats
path: root/includes/installer/OracleInstaller.php
Commit message (Expand)AuthorAgeFilesLines
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-15/+15
* DatabaseInstaller::setVarsFromRequest needs arrayumherirrender2014-01-071-2/+2
* Remove unused local variables, update formatting and documentationSiebrand Mazeland2013-11-251-0/+1
* Address PHP CodeSniffer errors and warningsSiebrand Mazeland2013-10-231-3/+21
* Update formattingSiebrand Mazeland2013-10-091-3/+9
* Fix spacing and break some linesumherirrender2013-08-241-1/+1
* Fixed EZConnect string regex in OracleInstaller class.freakolowsky2013-05-311-1/+21
* Added/Removed spaces around string concatenationumherirrender2013-04-131-2/+2
* fix some spacingumherirrender2013-03-251-2/+1
* fix some spacingumherirrender2013-03-071-2/+1
* fix some spacingumherirrender2013-02-041-2/+2
* * Oracle schema update: rc_moved, cat_hidden, ss_adminfreakolowsky2012-10-101-1/+1
* Use wfMessage instead of deprecated wfMsg*Alex Monk2012-08-181-2/+2
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-061-0/+15
* * partly fixes two issues exposed by bug 34280 Jure Kajzer2012-02-271-1/+3
* More return documentationSam Reed2012-02-091-0/+1
* Add documentationSam Reed2011-10-181-0/+4
* PostgreSQL install fixes:Tim Starling2011-06-101-2/+3
* forward port r88929Mark A. Hershberger2011-06-031-1/+1
* w/s cleanupMark A. Hershberger2011-05-201-3/+3
* Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHo...Tim Starling2011-05-151-2/+4
* Move minimum database versions to Defines.phpHappy-melon2011-05-071-4/+2
* * OracleInstaller now also supports installation with (requested by Tim):Jure Kajzer2011-03-011-77/+86
* * Fixed Oracle new installer support, broken by r80957. This is a minimal pat...Tim Starling2011-01-271-7/+58
* * Fixed a bug causing the installer to ignore the "engine" and "charset" sett...Tim Starling2011-01-251-10/+13
* * changed variable list as per comment on r79954 left only wgDBtypeJure Kajzer2011-01-141-1/+1
* * fixed Oracle code for installer and phpunit testsJure Kajzer2011-01-101-9/+12
* * Fix r78774 for Oracle and Postgres, broke by method renameChad Horohoe2010-12-231-1/+1
* Misc whitespace changes, mostly EOL w/s and indention fixes so TAB = 4 spacesMark A. Hershberger2010-12-191-4/+4
* Changed doQuery() -> query()Aaron Schulz2010-12-151-1/+1
* Revert r77860, which was a reversion of r75832. Brandon Harris2010-12-061-7/+4
* Reverted r75832 per my comments on CR, unanswered for 19 days. Moving all hel...Tim Starling2010-12-061-4/+7
* Document a bit what's going on and get rid of a warning.Platonides2010-11-301-3/+6
* More reversion of r77297, 1 of 2 commits to keep it readable in CR (hopefully)Sam Reed2010-11-251-1/+0
* revert r76464Antoine Musso2010-11-251-0/+1
* Various unused variables, add some bracesSam Reed2010-11-101-1/+0
* Followup r76055, missed a few moreChad Horohoe2010-11-041-3/+3
* Replace XML->HTML methods throughout most of the installerChad Horohoe2010-11-041-4/+4
* * Added tipsy libraryBrandon Harris2010-11-011-7/+4
* * installers skips recreation of existing userJure Kajzer2010-10-271-8/+10
* * DatabaseOracle - throw connection exception instead of debug+falseJure Kajzer2010-10-251-2/+0
* * Installer for Oracle fixesJure Kajzer2010-10-251-5/+14
* * fixed r74949 remarksJure Kajzer2010-10-191-3/+4
* * Installer: works (beta). More testing tomorow.Jure Kajzer2010-10-181-31/+109
* Add getConnection() for OracleChad Horohoe2010-09-011-1/+16
* Move createTables() up a level, this code was practically identicalChad Horohoe2010-09-011-4/+0
* Reduce some duplication, just implement stub in parentChad Horohoe2010-09-011-9/+0
* * Make the MySQL updater work in the new installerAlexandre Emsenhuber2010-08-221-1/+5
* * Added file description headersAlexandre Emsenhuber2010-08-211-1/+7