aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/dumpIterator.php
Commit message (Expand)AuthorAgeFilesLines
* Remove WikiRevision::downloadSourceMatěj Suchánek2022-11-041-1/+1
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-2/+3
* snapshot: Add @var documentation for class propertiesUmherirrender2022-03-091-1/+3
* Allow config merge strategies to be bypassed.daniel2022-02-221-1/+1
* Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-5/+11
* Revert "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-11/+5
* SettingsBuilder: allow maintenance scripts to manipulate configdaniel2022-01-261-5/+11
* WikiImporter: inject servicesZabeMath2021-05-241-1/+5
* Merge "maintenance: Remove preprocessDump.php"jenkins-bot2021-03-041-1/+1
|\
| * maintenance: Remove preprocessDump.phpTimo Tijhof2021-01-281-1/+1
* | Use static closures where safe to useUmherirrender2021-02-111-1/+1
* | DumpIterator: Replace deprecated WikiRevision::setText()Ammar Abdulhamid2021-01-251-4/+8
|/
* set revision Title before setting text, or there may be no content modelAriel T. Glenn2021-01-221-1/+1
* Fix bad use of `|=` PHP bit operation where `= … ||` bool is intendedUmherirrender2020-08-121-1/+1
* Narrow MediaWiki.Commenting.FunctionComment.WrongStyleReedy2020-05-201-3/+7
* Fix parameter documentation for dump methods for handling revisionsDannyS7122020-05-051-4/+8
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-1/+1
* maintenance: Explicitly declare all used propertiesDaimona Eaytoy2019-09-091-2/+4
* build: Updating mediawiki/mediawiki-codesniffer to 22.0.0Umherirrender2018-09-161-2/+0
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-2/+2
* [WikiImporter::notice] use wfDebug instead of echo in notice()Yifei He2017-12-221-0/+3
* Maintenance: add fatalError() methodBryan Davis2017-11-211-3/+3
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-1/+1
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Fix a bunch of call-time pass-by-reference errorsMax Semenik2016-02-101-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+2
* Import.php: Use Config instead of globalsKunal Mehta2014-10-221-2/+2
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-0/+1
* Pass phpcs-strict on maintenance/ (6/8)Siebrand Mazeland2014-04-231-4/+9
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-2/+2
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-1/+1
* Remove underscore from classes LCStore_*Siebrand Mazeland2013-11-171-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 spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-3/+3
* Fixed some spacing in maintenance folderumherirrender2013-04-181-7/+9
* Added/Removed spaces around string concatenationumherirrender2013-04-131-2/+2
* get rid of Revision::getTextdaniel2012-09-141-1/+1
* merge latest master.daniel2012-09-051-2/+2
* 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-07-081-1/+12
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-21/+24
* Move down interwiki disabling to dumpIterator and make SearchDump work withou...Platonides2011-05-261-4/+19
* Refactor the common code of compareParsers.php and preprocessDump.php into a ...Platonides2011-05-261-0/+149