aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/compareParsers.php
Commit message (Expand)AuthorAgeFilesLines
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* parser: Fix various scalar types to match documentationUmherirrender2022-03-141-1/+1
* Move property initialisation out of the constructorThiemo Kreuz2022-01-271-2/+1
* Remove usages of global function wfDiff()Ammar Abdulhamid2020-07-221-5/+8
* Fix parameter documentation for dump methods for handling revisionsDannyS7122020-05-051-2/+2
* Remove codepaths which ran parser in 'untidy' modeC. Scott Ananian2020-04-131-8/+0
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-1/+1
* maintenance: Explicitly declare all used propertiesDaimona Eaytoy2019-09-091-0/+12
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+2
* Refactor calls to deprecated function Content::getNativeData()Bill Pirkle2019-02-151-1/+1
* Hard-deprecate the $wgUseTidy optionC. Scott Ananian2018-09-201-3/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-2/+2
* Pass phpcs-strict on maintenance/ (6/8)Siebrand Mazeland2014-04-231-7/+37
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-1/+1
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-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
* Fixed some spacing in maintenance folderumherirrender2013-04-181-3/+4
* get rid of Revision::getTextdaniel2012-09-141-3/+12
* merged masterdaniel2012-08-291-1/+1
* Revert "merged master"Daniel Kinzler2012-08-291-1/+1
* merged masterdaniel2012-08-291-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-06-251-19/+26
* Unbreak multiple maintenance scriptsNiklas Laxström2011-06-261-1/+1
* Remove some unused variables, add/improve some documentationSam Reed2011-06-011-1/+0
* Refactor the common code of compareParsers.php and preprocessDump.php into a ...Platonides2011-05-261-60/+9
* Remove unreachable line in DifferenceEngineSam Reed2011-02-181-1/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* SpacingPlatonides2011-01-131-1/+1
* I had this parser comparer in my working copy since the summer.Platonides2011-01-131-0/+194