aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/preprocessDump.php
Commit message (Expand)AuthorAgeFilesLines
* Fix parameter documentation for dump methods for handling revisionsDannyS7122020-05-051-4/+3
* Remove all traces of preprocessorClass from $wgParserConfC. Scott Ananian2020-01-251-11/+3
* Remove Preprocessor_DOM, deprecated in 1.34C. Scott Ananian2020-01-251-1/+1
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* maintenance: Explicitly declare all used propertiesDaimona Eaytoy2019-09-091-0/+2
* Merge "preprocessDump.php: Fix invalid Preprocessor instantiation"jenkins-bot2019-09-081-2/+3
|\
| * preprocessDump.php: Fix invalid Preprocessor instantiationUmherirrender2019-09-081-2/+3
* | Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+2
|/
* maintenance: Avoid usage of deprecated Revision::* constantsDerick Alangi2019-07-211-1/+2
* Remove all $wgParser use from coreAryeh Gregor2019-04-171-2/+2
* maintenance: Replace deprecated global $wgParser with getParser() serviceDerick Alangi2019-03-101-2/+4
* Refactor calls to deprecated function Content::getNativeData()Bill Pirkle2019-02-151-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-2/+2
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-0/+1
* Pass phpcs-strict on maintenance/ (3/8)Siebrand Mazeland2014-04-221-1/+2
* 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/+2
* style: normalize end of filesAntoine Musso2013-02-031-1/+0
* get rid of Revision::getTextdaniel2012-09-141-1/+7
* merged masterdaniel2012-08-291-1/+1
* Revert "merged master"Daniel Kinzler2012-08-291-1/+1
* merged masterdaniel2012-08-291-1/+1
* merging latest masterdaniel2012-08-201-2/+8
* Unbreak multiple maintenance scriptsNiklas Laxström2011-06-261-5/+5
* Move down interwiki disabling to dumpIterator and make SearchDump work withou...Platonides2011-05-261-16/+0
* Refactor the common code of compareParsers.php and preprocessDump.php into a ...Platonides2011-05-261-68/+6
* Follow up r84175Platonides2011-03-201-1/+2
* Enable preprocessDump.php to work without a db.Platonides2011-03-171-0/+15
* Remove unreachable line in DifferenceEngineSam Reed2011-02-181-1/+1
* Follow up r80205 define rename in check-vars and files added in r80443 and r8...Platonides2011-01-171-1/+1
* preprocessDump.php maintenance script.Platonides2011-01-171-0/+148