aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/importImages.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use type declaration on undocumented private functionsUmherirrender2025-03-311-1/+1
* Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-0/+1
* ImportImages: Exit with non-zero code if import failsBlankEclair2025-03-081-1/+5
* Use ++ and -- rather than += 1 and -= 1Reedy2024-10-171-1/+1
* Replace uses of deprecated ChangeTags static methodsJames D. Forrester2024-10-161-1/+4
* Add namespace to maintenance/includes classesJames D. Forrester2024-10-091-1/+2
* Add namespace to remaining parts of Wikimedia\FileBackendJames D. Forrester2024-10-031-0/+1
* build: Use inline ignore for Generic.CodeAnalysis.AssignmentInConditionUmherirrender2024-09-011-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Namespace SpecialU* under \MediaWiki\SpecialsJames D. Forrester2023-09-141-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-4/+3
* maintenance: Separate variable assignment in importImages.phpTimo Tijhof2023-03-031-1/+2
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* importImages: Use yield to reduce the memory usageFunc2023-02-111-10/+8
* Rewrite parts of importImages maintenance script for readabilityThiemo Kreuz2022-12-161-39/+28
* Merge "Various doc fixes about false on method arguments/return types"jenkins-bot2022-11-171-2/+2
|\
| * Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-2/+2
* | Refresh some http://*.wikipedia.org URLsLucas Werkmeister2022-11-071-1/+1
|/
* Merge "maintenance: Use $this->waitForReplication()"jenkins-bot2022-10-271-2/+1
|\
| * maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-2/+1
* | Reorg: Move StubObject classes in includes to its own directoryAmir Sarabadani2022-10-251-0/+1
|/
* Replace deep nesting in importImages script with guard clausesThiemo Kreuz2022-07-181-208/+207
* Fix confusing $$var indirection in importImages scriptThiemo Kreuz2022-07-171-10/+10
* Maintenance scripts: replace most globals with ConfigFerran Tufan2022-07-121-4/+4
* Do minor code cleanupMatěj Suchánek2022-06-241-1/+1
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* Remove usages of deprecated Title::getRestrictionTypesUmherirrender2022-04-131-1/+2
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-1/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+2
* Remove or replace usages of "sane"Reedy2021-11-221-1/+1
* Emit deprecation warnings reading from $wgUserDannyS7122021-09-151-3/+3
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-3/+3
* Merge "Remove trailing dot/space from some exception messages and output stri...jenkins-bot2021-08-161-4/+4
|\
| * Remove trailing dot/space from some exception messages and output stringsTimo Tijhof2021-08-041-4/+4
* | Replace deprecated Http::get in importImages.php scriptUmherirrender2021-08-041-2/+2
|/
* Use the unserialized form of image metadata internallyTim Starling2021-06-081-3/+1
* Use a constant for 'Maintenance script' usernameGergő Tisza2021-05-031-2/+2
* Add change tag for media uploaded using importImages.phpTaavi Väänänen2021-04-171-1/+6
* Replace deprecated WikiPage::factory/newFromID in maintenance scriptsUmherirrender2020-11-121-5/+6
* Use recordUpload3, hard deprecate recordUpload2DannyS7122020-09-101-5/+8
* Narrow MediaWiki.Commenting.FunctionComment.WrongStyleReedy2020-05-201-2/+9
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+2
* Do not output wikitext in maintenance scriptUmherirrender2019-09-201-1/+1
* Merge "Make some whitespace fixes to importImages maintenance script"jenkins-bot2019-09-051-4/+8
|\
| * Make some whitespace fixes to importImages maintenance scriptThalia2019-09-051-4/+8
* | Merge "Allow partially blocked users to import images"jenkins-bot2019-09-051-6/+10
|\ \ | |/ |/|
| * Allow partially blocked users to import imagesDavid Barratt2019-07-241-6/+10
* | filerepo: Use @method LocalRepo::newFile() to document the return typeAaron Schulz2019-09-041-1/+0
* | Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-1/+1