aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/jsparse.php
Commit message (Expand)AuthorAgeFilesLines
* ResourceLoader: Switch validateScriptFile() from JSMinPlus to PeastTimo Tijhof2024-01-061-5/+3
* ResourceLoader: Improve and generalize validateScriptFile test coverageTimo Tijhof2023-10-021-11/+12
* Maintenance: use getArgs instead of mArgs.daniel2023-04-031-5/+2
* maintenance: Swap order of code in jsparse.phpUmherirrender2022-03-301-4/+2
* maintenance: Replace some usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+4
* maintenance: Cleanup use of exit in Maintenance::execute implementationUmherirrender2021-08-301-3/+1
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-2/+4
* maintenance: Deprecate Maintenance::hasArg/getArg with no paramThiemo Kreuz2019-03-291-1/+1
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* benchmarks: Add benchmark for JSMinPlusTimo Tijhof2017-06-271-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-4/+4
* Clean up: Declare variables with public instead of varMarius Hoch2012-09-141-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-251-1/+7
* converts '@fixme' to '@todo FIXME'Antoine Musso2012-07-101-1/+1
* Remove some unused getting of non existent argumentsSam Reed2011-10-181-1/+0
* Add jsparse.php maintenance script to run given JavaScript files through JSMi...Brion Vibber2011-07-111-0/+72