aboutsummaryrefslogtreecommitdiffstats
path: root/includes/import/WikiImporter.php
Commit message (Expand)AuthorAgeFilesLines
...
* import: Remove unused debug callbackUmherirrender2021-08-131-17/+0
* 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
|/
* WikiImporter: inject servicesZabeMath2021-05-241-34/+114
* ImportReporter: replace Title in method signaturesdaniel2021-05-121-8/+15
* 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
* Improve and add documentation to import/export related classesUmherirrender2021-02-011-9/+41
* 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
* 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-201-1/+3
|/
* Replace deprecated WikiPage::factory in import/export related classesUmherirrender2020-11-151-2/+2
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-1/+1
* MCR importdaniel2020-07-181-45/+128
* Use @internal instead of @private per policydaniel2020-06-261-1/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-4/+4
* Hooks::run() call site migrationTim Starling2020-05-301-17/+13
* Add missing visibility on methods related to import/exportUmherirrender2020-05-091-4/+4
* Use array literals when calling Hooks::run()Tim Starling2020-03-041-1/+2
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-4/+4
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* Improve param docsUmherirrender2019-11-281-2/+2
* Update docblocks for methods potentially returning nullDaimona Eaytoy2019-09-151-1/+2
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-011-0/+3
* Improve type hints in export related classesUmherirrender2019-07-051-1/+1
* Migrate remaining usages of Title::userCan() to PermissionManagerMáté Szabó2019-06-031-8/+17
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-2/+5
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-8/+3
* Collapse some nested if statementsReedy2019-04-041-11/+9
* Make the XML dump schema version configurable.daniel2019-03-211-0/+1
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-1/+1
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-5/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+4
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-2/+2
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-1/+1
* Move methods for handling external usernames to a dedicated classAmir Sarabadani2018-01-181-40/+15
* [WikiImporter::notice] use wfDebug instead of echo in notice()Yifei He2017-12-221-1/+3
* Require indentation of CASE statements in PHP codeHuji Lee2017-12-101-7/+7
* Merge "Add missing @throws in Importers"jenkins-bot2017-12-061-0/+2
|\