aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/parse.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* maintenance: Use namespaced classesUmherirrender2024-10-211-0/+1
* maintenance: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+3
* Use $this->getServiceContainer() in maintenanceFomafix2024-09-041-2/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Remove ParserOutput::getText() calls from core (direct pipeline)Isabelle Hurbain-Palatin2024-08-231-16/+11
* [maintenance] Add Parsoid support to maintenance/parse.phpC. Scott Ananian2024-02-201-1/+7
* Namespace ParserOutputJames D. Forrester2023-12-141-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Replace deprecated calls `ParserOptions::newCanonical( 'canonical' )`Derick Alangi2022-06-161-1/+1
* Hard deprecate calling ParserOptions::newCanonical with no parametersDannyS7122020-06-151-1/+1
* Remove codepaths which ran parser in 'untidy' modeC. Scott Ananian2020-04-131-4/+0
* Use the ?: shortcut from PHP 5.3 where it makes senseThiemo Kreuz2019-01-121-3/+1
* Make maintenance/parse.php default to tidy outputC. Scott Ananian2018-09-251-5/+6
* Use ParserFactory in a bunch of placesAryeh Gregor2018-08-111-3/+4
* Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errorsKunal Mehta2018-05-231-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Add --tidy option to maintenance/parse.phpSubramanya Sastry2017-03-151-1/+6
* Fix numerous class/function casingReedy2016-03-181-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Suppress stdin warning with --quietArlo Breault2015-07-231-2/+1
* Typo fixes and non-code tweaksRicordisamoa2014-12-121-2/+2
* Cleanup some docs (maintenance)umherirrender2014-08-091-1/+1
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-2/+2
* Pass phpcs-strict on maintenance/ (4/8)Siebrand Mazeland2014-04-231-2/+8
* Fixed spacingumherirrender2013-12-011-3/+3
* 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-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-3/+3
* Added/Removed spaces around string concatenationumherirrender2013-04-131-1/+1
* Remove spaces between parentheses in function callsumherirrender2013-03-171-1/+1
* Use __DIR__ instead of dirname( __FILE__ )Hoo man2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-021-1/+24
* parse.php Windows uses CTRL+Z as a EOF sequenceAntoine Musso2012-07-061-1/+2
* parse.php note about using ^D to end outputAntoine Musso2012-07-031-1/+1
* Fix minor issue from r112988Sam Reed2012-03-051-1/+1
* make file an argument, --title is script specificAntoine Musso2012-03-041-8/+14
* Fix doc for maintenance/Antoine Musso2012-02-081-1/+1
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-011-1/+1
* script to parse wikitext from CLIAntoine Musso2011-10-261-0/+104