Followup r76220: locateExecutableInDefaultPaths() was made static, so use static...
[lhc/web/wiklou.git] / includes / installer / Installer.php
2010-12-13 Roan KattouwFollowup r76220: locateExecutableInDefaultPaths() was...
2010-12-11 PlatonidesRemove that ugly unset( $vars['_lsExists'] );
2010-12-10 Tim Starling* Hide the "back" buttons on the completion pages,...
2010-12-09 Tim Starling* Made the web upgrade process more friendly. Instead...
2010-12-07 Chad HorohoeTypofix r77999
2010-12-07 Chad HorohoeLogic error from r77999
2010-12-07 Chad HorohoeAlso ditch PHP thing. We would've bailed for a bad...
2010-12-07 Chad HorohoeRemove various "success" messages from Welcome screen...
2010-12-06 Chad HorohoeRemove "checking for latest version" feature from the...
2010-11-16 Chad HorohoeEnvironment checks don't need to be public
2010-11-12 Max SemenikFix for r74950: use wfEscapeShellArg()
2010-11-11 PlatonidesDocummentation minor fixes.
2010-11-10 Max SemenikAdded a check for PCRE_UTF8 per report at Support desk
2010-11-09 Chad HorohoeRewrite install step callbacks to use the array model...
2010-11-08 Chad Horohoe(bug 13353) Diff3 version checks are too strict. Just...
2010-11-06 PlatonidesFollow up r75392.
2010-11-06 Chad HorohoeTrying to kill install-utils.inc/old install crap:
2010-11-03 Chad HorohoeOnly show one message when not using intl or utf8_norma...
2010-11-02 Chad HorohoeRename env check to be more like the others
2010-11-01 Chad HorohoeAdd sanity checkbox for external HTTP requests
2010-10-31 Sam ReedRemove a few more unused variables
2010-10-27 Chad HorohoeDon't show new and ok message at the same time
2010-10-27 Chad HorohoeRemove unnecessary writable config dir check
2010-10-25 Chad Horohoe(bug 198: Easy, secure in-place upgrade) Introduce...
2010-10-25 Jure Kajzer* moved installMainpage to CoreInstaller as requested...
2010-10-25 Jure Kajzer* DatabaseOracle - throw connection exception instead...
2010-10-25 Chad HorohoeRevert mainpage part of r75347. Should go in its own...
2010-10-25 Jure Kajzer* Installer for Oracle fixes
2010-10-18 Max SemenikFixed ImageMagick detection on Windows
2010-10-18 Jure Kajzer* Installer: works (beta). More testing tomorow.
2010-10-17 Chad HorohoeFollowup r74918, rm leftover debugging
2010-10-17 Chad Horohoe* Revert r69013 (Use `` instead of wfShellExec() like...
2010-10-17 Chad HorohoeFollowup r74847, reduce some more duplication by moving...
2010-10-16 Chad HorohoeMake envCheckGraphics use locateExecutable(). Move...
2010-10-15 Max SemenikFixed stupid copy+paste error from r74109
2010-10-01 Max SemenikInstaller: added an environment check for SQLite search...
2010-08-22 Chad HorohoeKill oracle installer support until its more complete
2010-08-21 Alexandre Emsenhuber* Added file description headers
2010-08-21 Alexandre EmsenhuberFixed some doxygen warnings
2010-08-18 Max SemenikInstaller: use human-friendly list of databases, pass...
2010-08-15 Chad HorohoeInitial refactoring for Postgres; DatabaseUpdater subcl...
2010-08-15 Jeroen De DauwError message tweaks
2010-08-15 Jeroen De DauwModified the environment check of the core installer...
2010-08-02 Siebrand Mazeland* Update r70168 to remove patchwork messages [1]
2010-07-29 Mark A. Hershbergerfollow-up r70126 — better warnings
2010-07-29 Jeroen De DauwAdded deployment documentation group
2010-07-29 Mark A. Hershbergerwhite-spaced only changes
2010-07-29 Jeroen De DauwRemoved showStatusMessage from the Installer and WebIns...
2010-07-29 Mark A. HershbergerAdd detection for unicode normalization. Next step...
2010-07-25 PlatonidesI don't think you wanted to assign $IP as a local varia...
2010-07-22 Jeroen De DauwSplit Installer into Installer and CoreInstaller +...
2010-07-21 Jeroen De DauwStyle and doc improvements
2010-07-21 Jeroen De Dauw@ -> wfSuppressWarnings and wfRestoreWarnings
2010-07-21 Jeroen De DauwStyle and doc improvements
2010-07-20 Jeroen De DauwRenamed InstallerDBType to DatabaseInstaller
2010-07-19 Jeroen De DauwClarified field and method visibility
2010-07-18 Mark A. Hershberger* re r69332, r64217: complete removal of WikiSysop...
2010-07-14 Chad HorohoeRevert r64217 (WikiSysop is back, and now (s)he's local...
2010-07-14 Chad HorohoeInstaller no longer writes LocalSettings.php to /config...
2010-07-10 Chad HorohoeAdd $wgUseInstantCommons support to installer, tweak...
2010-07-10 Chad HorohoePartial revert r69231, unrelated and unfinished install...
2010-07-10 Chad Horohoe(bug 24303) Expose hostname in API results. Show via...
2010-07-09 Chad HorohoeThis can be protected now since we redid installSteps...
2010-07-09 Chad HorohoePut sanity checks on some of the installer steps. Also...
2010-07-07 Ævar Arnfjörð Bjar... new-installer: Revert DB driver check breakage in r69128
2010-07-07 Chad HorohoeGive the installerdbtype object to custom callbacks...
2010-07-07 Chad HorohoePartial revert r69128: go back to making isCompiled...
2010-07-07 Mark A. Hershberger* use call_user_func instead of $class::isCompiled...
2010-07-07 Chad HorohoeperformInstallation() should halt when a fatal status...
2010-07-07 Mark A. Hershberger* Add Status::getWarningsArray() to complement Status...
2010-07-06 Ævar Arnfjörð Bjar... new-installer: Make findExtensions() return a key-value...
2010-07-06 Ævar Arnfjörð Bjar... new-installer: Delay database object construction until...
2010-07-06 Chad HorohoeFollowup r69007, use $wgDeletedDirectory since it exist...
2010-07-06 Chad HorohoeRefactor installation into parent class, shouldn't...
2010-07-06 Chad HorohoeMake this public again, MysqlInstaller uses it :(
2010-07-05 Chad HorohoeMake visibilities actually mean it
2010-07-05 Chad HorohoeNot the parent, use this
2010-07-04 Ævar Arnfjörð Bjar... new-installer: A better implementation of the database...
2010-07-04 Ævar Arnfjörð Bjar... new-installer: Use `` instead of wfShellExec() like...
2010-07-04 Chad HorohoeAdd LocalSettings checker thing. Haven't used it in...
2010-07-04 Ævar Arnfjörð Bjar... new-installer: GRANT permissions to our new non-root...
2010-07-03 Max SemenikNew installer: fixed fatal exception due to attempted...
2010-07-02 Mark A. Hershberger* Eliminate CLIInstallerOutput per r68645 since, yes...
2010-06-30 Tim StarlingFix error suppression from r63209.
2010-06-30 Chad HorohoeFix for r68645: <doclink> was removed in refactor
2010-06-29 Mark A. Hershberger* remove bogus outputFooter call
2010-06-27 Mark A. Hershberger* consolidate some installer functionals into the Insta...
2010-06-14 Chad HorohoeFollowup r68013, rm minor unrelated change
2010-06-14 Chad HorohoeCleanup most of the DIY extension detection/dl() code...
2010-06-14 Chad HorohoeRemove unused var
2010-06-09 Chad HorohoeFix rename of exception from when I moved it
2010-06-07 Chad HorohoeSave settings after adding the groups, or the groups...
2010-05-17 Chad HorohoeAdd cc-by-sa and cc-by-nc-sa licenses to list and updat...
2010-05-13 Chad HorohoeFollowup r66364, add WinCache support to installer
2010-05-12 Alexandre Emsenhuberarray_unshift() returns the count of elements in the...
2010-05-09 Alexandre EmsenhuberFixed some doxygen warnings
2010-05-07 Chad HorohoeStop using mySQL-specific interwiki.sql, broke this...
2010-05-07 Chad HorohoeMerge new-installer branch to trunk