Partial revert r69231, unrelated and unfinished installer changes
[lhc/web/wiklou.git] / includes / installer / Installer.php
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