wiki.techinc.nl/includes/import
Thiemo Kreuz f170728105 Do not pass $archiveName two times to OldLocalFile
Check the first dozen lines in ImportableUploadRevisionImporter::import().
In all cases the $archiveName is passed as a parameter to
OldLocalFile::newFromArchiveName(), and available via
OldLocalFile::getArchiveName().

I used https://codesearch.wmflabs.org/search/?q=uploadOld to make sure
this method is not called anywhere else. I consider it "package private"
and suggest to not apply the deprecation policy on this particular code.

Change-Id: Ibe9fb55d7e0d6e87698a56f7cfbf31d3d44ba70c
2019-01-03 09:24:16 +01:00
..
ImportableOldRevision.php Factor OldRevisionImporter & ImportableOldRevision out of WikiRevision 2018-02-20 10:26:47 +00:00
ImportableOldRevisionImporter.php import: Don't try duplicate detection when the sha1 is unavailable 2018-04-23 16:57:28 -04:00
ImportableUploadRevision.php Factor UploadRevisionImporter & ImportableUploadRevision out of WikiRevision 2018-02-20 10:26:42 +00:00
ImportableUploadRevisionImporter.php Do not pass $archiveName two times to OldLocalFile 2019-01-03 09:24:16 +01:00
ImportSource.php
ImportStreamSource.php ImportStreamSource: Replace magic numbers with constants 2018-04-16 18:39:24 +02:00
ImportStringSource.php
OldRevisionImporter.php Factor OldRevisionImporter & ImportableOldRevision out of WikiRevision 2018-02-20 10:26:47 +00:00
UploadRevisionImporter.php Factor UploadRevisionImporter & ImportableUploadRevision out of WikiRevision 2018-02-20 10:26:42 +00:00
UploadSourceAdapter.php Add missing & to @param documentation to match functon call 2017-08-11 18:47:46 +02:00
WikiImporter.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
WikiRevision.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00