aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/language/dumpMessages.php
Commit message (Expand)AuthorAgeFilesLines
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+1
* Replace array_keys in foreach to use $_ as value insteadUmherirrender2023-07-101-1/+1
* Deprecate premature instantiation of services.daniel2021-01-191-5/+2
* Reduce usage of the Language classArtBaltai2020-03-031-4/+7
* Update all use of $wgVersion to MW_VERSIONTimo Tijhof2020-02-251-3/+1
* Remove usages of deprecated Language methodsPetr Pchelko2020-02-161-1/+6
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-09-071-2/+8
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Use wfMessage instead of deprecated wfMsg*Alex Monk2012-08-181-1/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Actually use the global.Platonides2010-07-271-0/+2
* Revert r69841, r69882, r69892, r69896, r69910 in phase3/maintenance/language ...Siebrand Mazeland2010-07-261-1/+0
* Add a few globals.Platonides2010-07-251-1/+1
* Add some more missing globalsSam Reed2010-07-251-0/+1
* Stylize maintenance folder..Sam Reed2010-05-221-1/+1
* Move a few more of these to subclass Maintenance.Chad Horohoe2009-08-081-11/+37
* * Small cleanupsNiklas Laxström2009-02-011-3/+1
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* Moved language-related command-line scripts to their own directory.Tim Starling2006-10-041-0/+20