aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/getConfiguration.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use type declaration on undocumented private functionsUmherirrender2025-03-311-1/+1
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* Merge "maintenance: Add missing documentation to class properties"jenkins-bot2024-09-131-0/+2
|\
| * maintenance: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+2
* | Use const keyword for constant list of strings or intsUmherirrender2024-09-111-3/+3
|/
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-0/+2
* Replace usages of MWExceptionDaimona Eaytoy2023-01-291-24/+15
* Remove unused key variable from foreach loopsUmherirrender2022-09-211-1/+1
* Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-2/+6
* Revert "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-6/+2
* SettingsBuilder: allow maintenance scripts to manipulate configdaniel2022-01-261-2/+6
* Merge "GetConfiguration: Allow partial output with JSON encoding"jenkins-bot2021-11-261-1/+10
|\
| * GetConfiguration: Allow partial output with JSON encodingKosta Harlan2021-11-241-1/+10
* | Remove or replace usages of "sane"Reedy2021-11-221-1/+1
|/
* Remove unneeded variable assignmentUmherirrender2021-09-031-1/+0
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-2/+4
* Allow extensions to add params to the update.php maintenance scriptBill Pirkle2019-03-261-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* getConfiguration: Don't bail when a valid variable is set nullErik Bernhardson2017-09-211-1/+1
* Replace uses of join() by implode()Siebrand Mazeland2016-03-081-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Allow to export null valuesStanislav Malyshev2015-08-311-1/+1
* No space within the ?: operatorBartosz DziewoƄski2014-08-251-1/+1
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-5/+7
* Revert "Added some constants to speed up Setup.php"Hashar2014-02-061-2/+0
* Added some constants to speed up Setup.phpAaron Schulz2014-01-251-0/+2
* Update ternary notationSiebrand Mazeland2013-12-041-1/+1
* Fix spacing and break some linesumherirrender2013-08-241-11/+11
* getConfiguration.php now supports regexAntoine Musso2013-08-131-17/+122
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-1/+1
* [JobQueue] Use target wiki configuration for some key functions.Aaron Schulz2013-02-211-0/+89