aboutsummaryrefslogtreecommitdiffstats
path: root/includes/export
Commit message (Expand)AuthorAgeFilesLines
* Deprecate File::getUser in favor of File::getUploaderPetr Pchelko2021-06-021-4/+11
* Stop using legacy ActorMigration field "log_user"Tim Starling2021-04-282-7/+6
* WikiExporter: replace Title in method signaturesdaniel2021-04-091-8/+15
* Use static closures where safe to useUmherirrender2021-02-111-6/+6
* Improve and add documentation to import/export related classesUmherirrender2021-02-016-4/+25
* Merge "Change object to stdClass type hints in export related classes"jenkins-bot2020-11-187-18/+18
|\
| * Change object to stdClass type hints in export related classesUmherirrender2020-11-157-18/+18
* | Merge "Replace deprecated WikiPage::factory in import/export related classes"jenkins-bot2020-11-181-1/+1
|\ \ | |/ |/|
| * Replace deprecated WikiPage::factory in import/export related classesUmherirrender2020-11-151-1/+1
* | Improve docs about @param/@return object[] $row to stdClass[]Umherirrender2020-11-131-1/+1
* | Improve docs about @param/@return object $row to stdClassUmherirrender2020-11-131-4/+4
|/
* Merge "Document hook names in hook interfaces."jenkins-bot2020-10-024-0/+12
|\
| * Document hook names in hook interfaces.daniel2020-09-274-0/+12
* | Fix typos related to repeated wordsUmherirrender2020-09-271-1/+1
|/
* make prefetch for dumps work with large revisions for multiple filesAriel T. Glenn2020-07-131-1/+1
* Replace "@stable for implementation" with "@stable to implement"daniel2020-07-134-4/+4
* Use @internal instead of @private per policydaniel2020-06-261-1/+1
* XmlDumpWriter: make invokeLenient take a closureTim Starling2020-06-041-20/+23
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* WikiExporter: Cache a RevisionStore objectTim Starling2020-06-011-9/+8
* Hooks::run() call site migrationTim Starling2020-05-302-9/+21
* Xml dumps should not die when the page redirect target cannot be determinedAriel T. Glenn2020-05-241-1/+5
* export: Remove excessive indenting and unnecessary elseReedy2020-05-091-5/+4
* Add missing visibility on methods related to import/exportUmherirrender2020-05-0911-82/+70
* Add $conds parameter to ModifyExportDisplayQuery hookTim Starling2020-05-052-4/+9
* docs: Hook interface doc comment reviewapaskulin2020-04-214-22/+31
* Automatically generated hook interfacesTim Starling2020-04-204-0/+95
* Make dump tests based on fixture files.daniel2020-04-061-1/+10
* Hard deprecate Revision::getQueryInfo and ::getArchiveQueryInfoDannyS7122020-03-261-1/+3
* Merge "Fix mismatching type hints in PHPDoc tags"jenkins-bot2020-03-261-1/+1
|\
| * Fix mismatching type hints in PHPDoc tagsThiemo Kreuz2020-03-241-1/+1
* | TextPassDumper: implement prefetch for non-main slots.daniel2020-03-241-2/+20
|/
* Remove auto-generated and empty lines in commentsThiemo Kreuz2020-03-171-2/+0
* Merge "XmlDumpWriter: fix blob address output in stubs"jenkins-bot2020-03-131-17/+19
|\
| * XmlDumpWriter: fix blob address output in stubsdaniel2020-02-251-17/+19
* | Remove unreachable null checks after isset()Thiemo Kreuz2020-02-281-1/+1
* | Update all use of $wgVersion to MW_VERSIONTimo Tijhof2020-02-251-2/+1
* | Introduce ContentHandlerFactoryArtBaltai2020-02-071-1/+3
|/
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-102-2/+2
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Use namespaced IPUtils classKunal Mehta2020-01-011-1/+2
* Set method visibility for various constructorsUmherirrender2019-12-0312-12/+12
* XmlDumpWriter: emit xml:space only if text is present.daniel2019-11-251-1/+1
* WikiExporter: Remove unnecessary check for SCHEMA_COMPAT_WRITE_OLD flagdaniel2019-10-281-9/+0
* Set constant visibility, part 1Max Semenik2019-10-182-12/+12
* Unsuppress PhanParamReqAfterOpt, use PHP71 nullable typesDaimona Eaytoy2019-10-101-8/+4
* export: Align docs of close(Rename/Reopen) methodsDaimona Eaytoy2019-09-195-12/+11
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* Merge "Declare dynamic properties"jenkins-bot2019-09-131-0/+4
|\
| * Declare dynamic propertiesDaimona Eaytoy2019-09-131-0/+4