aboutsummaryrefslogtreecommitdiffstats
path: root/includes/import
Commit message (Expand)AuthorAgeFilesLines
* Don't allow null values for services in WikiImporterAlexander Vorwerk2021-07-141-18/+18
* Remove fallback to global state in WikiImporterAlexander Vorwerk2021-07-121-23/+9
* Merge "Remove the fallback for create rights (covered in PM edit rights check...jenkins-bot2021-06-301-7/+0
|\
| * Remove the fallback for create rights (covered in PM edit rights check).Roman Stolar2021-06-301-7/+0
* | Merge "Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)"jenkins-bot2021-06-291-1/+1
|\ \
| * | Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)Fomafix2021-06-281-1/+1
| |/
* / WikiImporter: Pass a user to WikiPage::prepareContentForEdit()DannyS7122021-06-271-1/+3
|/
* Fix 'instances' typoAlexander Vorwerk2021-06-031-1/+1
* WikiImporter: inject servicesZabeMath2021-05-242-34/+234
* ImportReporter: replace Title in method signaturesdaniel2021-05-121-8/+15
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-292-2/+2
* Stop using legacy ActorMigration field "log_user"Tim Starling2021-04-281-2/+4
* Inject dependencies into some ImportTitleFactory classesDannyS7122021-03-221-12/+41
* NaiveForeignTitleFactory: inject content languageDannyS7122021-03-131-1/+3
* WikiImporter: Minor code style changesReedy2021-02-081-21/+33
* Remove unused variable from WikiImporter::doImport()Reedy2021-02-081-1/+0
* Merge "Improve and add documentation to import/export related classes"jenkins-bot2021-02-054-10/+45
|\
| * Improve and add documentation to import/export related classesUmherirrender2021-02-014-10/+45
* | Make UserIdentity objects aware of which wiki they belong to.Cindy Cicalese2021-02-021-1/+1
|/
* Revert "Wrap libxml_disable_entity_loader() calls in version constraint"Reedy2021-01-271-23/+11
* Wrap libxml_disable_entity_loader() calls in version constraintReedy2021-01-271-11/+23
* WikiRevision::model can be null so don't pass it as an argAriel T. Glenn2021-01-221-1/+1
* composer.json: Add ext-libxml and ext-xmlreader to requiresReedy2020-12-271-5/+1
* WikiImporter: Replace deprecated WikiRevision::setTextAmmar Abdulhamid2020-11-301-4/+6
* Merge "Simplify try-block and exception rethrow"jenkins-bot2020-11-201-10/+3
|\
| * Simplify try-block and exception rethrowAmmar Abdulhamid2020-11-201-10/+3
* | Hard deprecate WikiRevision::importUploadAmmar Abdulhamid2020-11-202-1/+5
|/
* Replace deprecated WikiPage::factory in import/export related classesUmherirrender2020-11-152-4/+15
* Add forgotten import hook interfacePetr Pchelko2020-11-021-0/+26
* Document hook names in hook interfaces.daniel2020-09-276-0/+18
* Use recordUpload3, hard deprecate recordUpload2DannyS7122020-09-101-1/+1
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-1/+1
* Import: use master DB for loading slots.daniel2020-07-231-2/+8
* Remove backward compatibility code from ImportableOldRevisionImporterCindy Cicalese2020-07-231-6/+2
* Check for unknown slot.Cindy Cicalese2020-07-201-1/+18
* MCR importdaniel2020-07-184-63/+235
* Replace "@stable for implementation" with "@stable to implement"daniel2020-07-136-6/+6
* Use @internal instead of @private per policydaniel2020-06-261-1/+1
* WikiPage::doEditUpdates - accept a RevisionRecord objectDannyS7122020-06-161-3/+1
* ImportableOldRevisionImporter: Don't call WikiPage::updateIfNewerOnDannyS7122020-06-151-8/+21
* Remove terminating line breaks from debug messagesTim Starling2020-06-035-18/+18
* Hooks::run() call site migrationTim Starling2020-05-301-17/+13
* ImportableOldRevisionImporter: Remove use of Revision::insertOnDannyS7122020-05-161-18/+36
* Add missing visibility on methods related to import/exportUmherirrender2020-05-095-20/+20
* Hook interface type fixes, to fix Phan errorsTim Starling2020-05-055-10/+10
* docs: Hook interface doc comment reviewapaskulin2020-04-216-31/+44
* Automatically generated hook interfacesTim Starling2020-04-206-0/+132
* Use MediaWikiServices::getRepoGroupUmherirrender2020-03-141-4/+4
* Use array literals when calling Hooks::run()Tim Starling2020-03-041-1/+2
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-1/+4