aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/mergeMessageFileList.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Bit more refactoring"Catrope2012-04-121-35/+37
* Bye, bye $wgExtensionAliasesFiles (deprecated in 1.16).Siebrand Mazeland2011-12-251-3/+2
* Bit more refactoringSam Reed2011-10-111-38/+36
* Don't reinvent the wheel to do parameter existence checkingSam Reed2011-10-111-5/+1
* Merge r81725 from 1.17wmf1: add parent constructor call so $IP is set properlyRoan Kattouw2011-02-081-0/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Part of bug 26280: added license headers to PHP files in maintenanceAlexandre Emsenhuber2010-12-161-0/+22
* Remove unused variableSam Reed2010-07-241-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-7/+7
* Don't include the old ExtensionMessages.php when you're building a new one. O...Tim Starling2009-11-271-0/+5
* Assorted tweaks.Tim Starling2009-09-181-3/+17
* Was too slow. Trying different approach.Tim Starling2009-09-181-31/+25
* Script to produce a merged $wgExtensionMessagesFiles for the case where a wik...Tim Starling2009-09-181-0/+59