aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/language/transstat.php
Commit message (Expand)AuthorAgeFilesLines
* Try to fix some other broken-looking legacy maintenance script optionsAlex Monk2016-03-121-0/+1
* maintenance: Remove odd use of $wgLangTimo Tijhof2016-03-031-10/+10
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-1/+1
* Use capital as first letter for class namesSiebrand Mazeland2013-11-111-3/+3
* Use capital for classes Languages and ExtensionLanguagesSiebrand Mazeland2013-11-111-1/+1
* Break long linesSiebrand Mazeland2013-11-111-4/+21
* Update formattingSiebrand Mazeland2013-11-111-4/+2
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-2/+2
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-2/+2
* Update core usage of getLanguageName[s].Robin Pepermans2012-03-081-1/+1
* Remove trailing newlines.Siebrand Mazeland2012-02-201-2/+0
* Make $wgDummyLanguageCodes an associative array so it maps to the correct cod...Robin Pepermans2011-11-191-1/+1
* using real identity for hasharAntoine Musso2011-10-241-1/+1
* localization statistics (transstat.php) now excludes language codes in $wgDum...Robin Pepermans2011-06-241-2/+3
* Part of bug 26280: added license headers to PHP files in maintenanceAlexandre Emsenhuber2010-12-161-0/+15
* update my personal email address (following r73779)Antoine Musso2010-09-271-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-3/+3
* removed --output=metawiki from maintenance/language/transstat.php; we don't u...Alexandre Emsenhuber2009-12-261-4/+0
* Replaced all instances of <<<END (which breaks vim syntax highlighting), with...Tim Starling2009-12-071-2/+2
* Updated links for pages moved from Meta to mw.org, tweaked doc a bit in one c...Max Semenik2009-12-051-1/+1
* added fallback code display on the translation statistics.Shinjiman2009-05-231-0/+3
* Rename $wgOut to $output to avoid collision, wfDebug expects $wgOut to be Out...Niklas Laxström2009-05-021-29/+29
* (bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriateChad Horohoe2009-04-061-1/+1
* Recommiting r47578, fixed.Rotem Liss2009-02-211-2/+2
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* * Split Stat outputs to different file for better re-usabilityNiklas Laxström2007-12-231-93/+3
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* * Added clear: both; to the styleNiklas Laxström2007-03-071-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* Move language code to its own column in transstat.php for better sortabilityAryeh Gregor2007-01-011-1/+3
* Update to use sortable tables (patch from meta.wikimedia.org)Antoine Musso2006-12-161-1/+1
* Fixing the commandLine.inc inclusion to be like the other files.Rotem Liss2006-11-121-1/+1
* Fixes.Rotem Liss2006-10-101-4/+4
* Fixes for the translation statistics script - HTML, organisation, etc.Rotem Liss2006-10-081-4/+9
* moved transstat.php to maintenance/language/Jimmy Collins2006-10-041-0/+206