aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/mergeMessageFileList.php
Commit message (Expand)AuthorAgeFilesLines
* Make Maintenance::finalSetup require a SettingsBuilderdaniel2024-01-081-1/+1
* mergeMessageFileList.php: Drop support for PHP entry pointsKevin Israel2023-05-201-9/+7
* re-apply "mergeMessageFileList.php: move code out of file scope."Daniel Kinzler2023-04-121-72/+76
* Revert "mergeMessageFileList.php: move code out of file scope."Ladsgroup2023-04-041-77/+71
* mergeMessageFileList.php: move code out of file scope.daniel2023-03-311-71/+77
* Use str_starts_with/str_ends_withAryeh Gregor2022-05-021-1/+1
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-1/+2
* Allow config merge strategies to be bypassed.daniel2022-02-221-1/+1
* Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-6/+7
* Revert "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-7/+6
* SettingsBuilder: allow maintenance scripts to manipulate configdaniel2022-01-261-6/+7
* maintenance: Avoid missing l10n cache error in mergeMessageFileListDan Duvall2021-03-021-0/+9
* maintenance: mergeMessageFileList should be DB_NONEDan Duvall2021-03-021-0/+9
* mergeMessageFileList.php: Improve error handlingAhmon Dancy2021-02-261-2/+9
* Safer autoloading with respect to file-scope codeTim Starling2021-01-111-0/+2
* Remove phpcs suppression of ValidGlobalName.wgPrefixDannyS7122020-09-291-1/+0
* Set public for override of Maintenance functionsUmherirrender2019-10-091-1/+1
* Remove dead propertiesDaimona Eaytoy2019-09-071-2/+0
* Unsuppress other phan issues with low countDaimona Eaytoy2019-08-301-0/+1
* maintenance: Remove unused code from several maintenance scriptsThiemo Kreuz2019-03-031-1/+0
* Simplify strings in PHP codeFomafix2019-03-011-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-2/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Fix mergeMessageFileList.php --extensions-dir extensions:skinsNiklas Laxström2017-11-071-21/+21
* Don't hard fail when we couldn't find an entry point for an extensionChad Horohoe2016-12-021-10/+0
* Support multiple extension-dir paths to be passed to mergeMessageFileListMukunda Modell2016-03-161-1/+6
* Convert all array() syntax to []Kunal Mehta2016-02-171-8/+8
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+3
* require_once instead of depending on the return value of include_onceMukunda Modell2015-04-221-4/+2
* mergeMessageFileList: Support reading extension/skin.json filesKunal Mehta2015-04-051-7/+34
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-0/+2
* Pass phpcs-strict on maintenance/ (4/8)Siebrand Mazeland2014-04-231-2/+10
* Rename $wgExtensionMessagesDirs to $wgMessagesDirsSiebrand Mazeland2013-12-201-2/+2
* Add support for JSON i18n filesRoan Kattouw2013-12-201-3/+4
* Fixed spacingumherirrender2013-11-191-1/+1
* Added $wgExtensionEntryPointListFiles for use with mergeMessageFileList.phpReedy2013-10-081-22/+60
* Fix spacing and break some linesumherirrender2013-08-241-1/+1
* Discard comments in mergeMessageFileList.php's --list-file fileOri Livneh2013-07-231-1/+10
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-2/+2
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-1/+1
* mergeMessageFileList.php: abort on read errorTim Starling2013-04-051-1/+4
* Merge "Respect --quiet in mergeMessageFileList.php"jenkins-bot2013-02-041-1/+6
|\
| * Respect --quiet in mergeMessageFileList.phpTim Starling2013-01-311-1/+6
* | style: normalize end of filesAntoine Musso2013-02-031-1/+0
|/
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-2/+2
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-251-0/+7
* merge msg script now detects extensions main filesAntoine Musso2012-07-061-0/+26
* Fix https://gerrit.wikimedia.org/r/4830 , I botched the conflictCatrope2012-04-121-1/+1