aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/generateJsonI18n.php
Commit message (Expand)AuthorAgeFilesLines
* build: Upgrade mediawiki/mediawiki-phan-config from 0.14.0 to 0.15.0James D. Forrester2024-12-191-1/+1
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* 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
* maintenance: Check return of preg_match_all in generateJsonI18n.phpUmherirrender2022-03-291-4/+1
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-0/+1
* Add /** @var SplFileInfo $fileInfo */ docs where neededThiemo Kreuz2019-03-141-0/+1
* Update PHPDoc types in several maintenance scripts and relatedThiemo Kreuz2019-03-071-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-8/+8
* Un-blacklist PhanUndeclaredVariableErik Bernhardson2017-01-181-0/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* generateJsonI18n.php: Remove features that should no longer be neededKevin Israel2015-04-301-113/+21
* Break some long lines in maintenance, skins, testsumherirrender2014-07-241-1/+2
* Add --supplementary flag to generateJsonI18nAdam Roses Wight2014-05-101-1/+25
* Adds an --extension option to generateJsonI18nAdam Roses Wight2014-05-101-3/+38
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-0/+3
* Merge "JSON i18n shim: Only register LocalisationCacheRecache handler once"jenkins-bot2014-04-221-15/+61
|\
| * JSON i18n shim: Only register LocalisationCacheRecache handler onceKevin Israel2014-04-171-15/+61
* | generateJsonI18n.php: Use tabs for indentationKevin Israel2014-04-211-1/+1
* | Fixed some @params documentation (maintenance)umherirrender2014-04-171-1/+1
|/
* Add newline at the end of converted json filesNiklas Laxström2014-04-011-1/+1
* Comment generated code to explain the i18n JSON migration.Adam Roses Wight2014-03-261-0/+11
* Fixed spacingumherirrender2014-03-201-1/+1
* Use "elseif" instead of "else if" in PHPAlexandre Emsenhuber2014-03-151-1/+1
* Do not suggest to use unused local varsSiebrand Mazeland2014-01-081-1/+1
* Fix missing apostrophe in maintenance/generateJsonI18n.phpHydriz2014-01-081-1/+1
* generateJsonI18n.php: replace i18n.php with a shimNiklas Laxström2013-12-231-0/+37
* Script to convert PHP i18n to JSONRoan Kattouw2013-12-201-0/+130