aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/install.php
Commit message (Expand)AuthorAgeFilesLines
* Maintenance: Print errors from StatusValue objects in a consistent wayBartosz Dziewoński2024-06-121-1/+1
* installer: Namespace more installer classesReedy2024-01-131-2/+5
* Make Maintenance::finalSetup require a SettingsBuilderdaniel2024-01-081-5/+1
* mw-install:sqlite: Load DevelopmentSettingsKosta Harlan2023-11-291-0/+1
* maintenance: Remove commented-out code from install.phpSam Wilson2023-11-211-6/+1
* Improve default scriptpath in installer.phpWaldir Pimenta2023-05-201-2/+7
* installer: Support SSL in the installermainframe982023-05-031-0/+1
* MaintenanceRunner: load script file early if possibleKevin Israel2023-03-141-2/+1
* Allow some maintenance scripts to be called without a LocalSettingsdaniel2023-02-161-4/+17
* Maintenance: Add support for documenting multi-argsdaniel2023-01-281-2/+2
* Merge "installer: Improve message handling for cli installer/install.php"jenkins-bot2023-01-101-5/+1
|\
| * installer: Improve message handling for cli installer/install.phpUmherirrender2022-12-161-5/+1
* | Introduce run.php for running maintenance scriptsdaniel2022-12-211-3/+3
|/
* Docs: remove references to DefaultSettings.phpdaniel2022-05-301-1/+1
* installer,rdbms: Remove hints to Oracle and Microsoft SQL ServerUmherirrender2022-05-271-1/+1
* maintenance: Replace some usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-4/+6
* Safer autoloading with respect to file-scope codeTim Starling2021-01-111-0/+2
* Disable $wgServer autodetection to prevent cache poisoning attacksKunal Mehta2019-10-301-0/+6
* Set public for override of Maintenance functionsUmherirrender2019-10-091-3/+3
* Do not output wikitext in maintenance scriptUmherirrender2019-09-201-1/+1
* Display error if Installer->execute() doesn't return a good status objectReedy2019-09-101-0/+2
* Revert and fix "Revert "Modify -—with-extensions to throw extension depende...Brad Jorsch2019-09-051-1/+1
* Make CliInstaller control the processing logic of the errorRazeSoldier2019-07-291-8/+17
* Only show config-install-success on command line installer where it makes senseBrian Wolff2019-01-081-0/+5
* install.php: Allow extensions and skins to be specifiedTim Starling2018-10-101-0/+4
* Let install.php detect and inject extensions [2]Antoine Musso2018-04-041-0/+2
* Revert "Let install.php detect and inject extensions"Hashar2018-03-141-2/+0
* Let install.php detect and inject extensionsAntoine Musso2018-03-131-0/+2
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-4/+4
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-3/+3
* Allow install.php to run env-checks with no dbaddshore2017-07-041-0/+7
* Don't ask for password for env-checks in install.phpaddshore2017-07-041-15/+25
* Maintenance: Use __DIR__ instead of dirname( __FILE__ )Kevin Israel2016-06-141-5/+1
* phpcs: Use __DIR__ constant instead of callingumherirrender2015-11-151-0/+2
* Typo fix for maintenance/install.php.C. Scott Ananian2015-10-271-1/+1
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-4/+4
* Merge "Remove check for PHP version in install.php"jenkins-bot2014-07-301-6/+3
|\
| * Remove check for PHP version in install.phpwithoutaname2014-07-201-6/+3
* | Break some long lines in maintenance, skins, testsumherirrender2014-07-241-3/+6
|/
* Use PHP_VERSION constant instead of phpversion() function callChad Horohoe2014-07-091-1/+1
* Set the default database schema to "mediawiki" so as not to break the CLI ins...Skizzerz2014-07-091-1/+1
* Several tweaks to the install.php scriptWaldir Pimenta2014-05-111-28/+32
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-0/+1
* Pass phpcs-strict on maintenance/ (4/8)Siebrand Mazeland2014-04-231-8/+29
* Remove $wgTitle from all maintenance scriptsChad Horohoe2014-03-121-2/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-2/+2
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-2/+2