aboutsummaryrefslogtreecommitdiffstats
path: root/includes/import
Commit message (Expand)AuthorAgeFilesLines
* 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
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-102-9/+9
* Merge "Set method visibility for various constructors"jenkins-bot2019-12-053-3/+3
|\
| * Set method visibility for various constructorsUmherirrender2019-12-033-3/+3
* | Remove duplicate variable name from class property PHPDocsThiemo Kreuz2019-12-021-1/+1
|/
* Improve param docsUmherirrender2019-11-281-2/+2
* import: Update docs about WikiRevision requiring a ConfigThiemo Kreuz2019-09-171-1/+8
* Update docblocks for methods potentially returning nullDaimona Eaytoy2019-09-151-1/+2
* Declare dynamic propertiesDaimona Eaytoy2019-09-141-0/+3
* Declare dynamic propertiesDaimona Eaytoy2019-09-131-0/+6
* Add docblocks to a bunch of methodsDaimona Eaytoy2019-09-082-0/+6
* filerepo: Use @method LocalRepo::newFile() to document the return typeAaron Schulz2019-09-041-1/+0
* Merge "Include change tags in revision import structure"jenkins-bot2019-09-043-0/+33
|\
| * Include change tags in revision import structureAdam Wight2019-09-033-0/+33
* | Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
|/
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-011-0/+3
* Merge "import: Fix wrong/unspecific type hints in UploadSourceAdapter"jenkins-bot2019-07-271-5/+5
|\
| * import: Fix wrong/unspecific type hints in UploadSourceAdapterThiemo Kreuz2019-03-271-6/+6
* | Merge "Improve type hints in export related classes"jenkins-bot2019-07-252-2/+2
|\ \
| * | Improve type hints in export related classesUmherirrender2019-07-052-2/+2
* | | Merge "Clarify WikiRevision::downloadSource() and related code"jenkins-bot2019-07-192-5/+5
|\ \ \
| * | | Clarify WikiRevision::downloadSource() and related codeLucas Werkmeister2019-06-122-5/+5
* | | | Type hint using interfaceWMDE-Fisch2019-07-021-4/+4
| |/ / |/| |
* | | Merge "Migrate remaining usages of Title::userCan() to PermissionManager"jenkins-bot2019-06-141-8/+17
|\ \ \ | |/ / |/| |
| * | Migrate remaining usages of Title::userCan() to PermissionManagerMáté Szabó2019-06-031-8/+17
* | | Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-1/+2
|/ /
* | Removed 'public $user' as it is deprecated in 1.29zoranzoki212019-05-211-8/+0
* | Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-2/+5
* | Deprecate the Http classAryeh Gregor2019-05-062-2/+4
* | Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-8/+3
* | Fix/suppress misc phan errors (#2)Kunal Mehta2019-04-051-1/+1
* | Collapse some nested if statementsReedy2019-04-041-11/+9
|/
* Make the XML dump schema version configurable.daniel2019-03-211-0/+1
* import: Remove deprecated WikiRevision::$importer propertyDerick Alangi2019-02-151-7/+0
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-1/+1
* Do not pass $archiveName two times to OldLocalFileThiemo Kreuz2019-01-031-3/+7
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-5/+1
* Update ImportableUploadRevisionImporter for interwiki usernamesBrad Jorsch2018-10-161-1/+2
* 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
* Add setting to control the creation of NullRevision on uploadWMDE-Fisch2018-05-091-1/+18
* import: Don't try duplicate detection when the sha1 is unavailableBrad Jorsch2018-04-231-10/+12