aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiImport.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-6/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+9
* WikiImporter: Pass Authority for permissions instead of global contextBartosz Dziewoński2023-12-111-1/+1
* ImportReporter: Deprecate using without setting contextBartosz Dziewoński2023-12-081-1/+2
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-2/+1
* Api: Fix some very old copyright statements for RoanJames D. Forrester2023-03-161-1/+1
* Do minor code cleanupMatěj Suchánek2022-06-241-1/+0
* api: Replace numerous deprecated constantsReedy2022-06-061-6/+7
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+3
* WikiImporter: inject servicesZabeMath2021-05-241-1/+19
* Convert ChangeTags public interface to Authority.Petr Pchelko2021-02-241-1/+1
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-2/+2
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-3/+2
* Split ApiImport.php to have one class in one fileZoranzoki212019-04-141-39/+0
* Use (int) rather than intval()Reedy2019-02-251-1/+1
* A few doc comment fixupsTim Starling2017-12-041-4/+0
* Avoid DB rows with usable names but ID = 0 by introducing "interwiki" usernamesBrad Jorsch2017-11-301-0/+11
* Make API documentation links language awareBaha2017-04-051-1/+1
* Add parameter to API modules to apply change tags to log entriesThis, that and the other2017-01-121-0/+15
* Add ILocalizedException interfaceBrad Jorsch2016-12-081-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-4/+4
* Explicitly declare ApiImport::getData() publicSiebrand Mazeland2016-03-081-1/+1
* Explicitly declare ImportReporter::reportPage() and override publicSiebrand Mazeland2016-03-081-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-16/+16
* Change 1.26 to 1.27, mostly in doc commentsKevin Israel2015-10-071-1/+1
* Merge "Add hook to allow lazy loading of import sources"jenkins-bot2015-09-231-1/+25
|\
| * Add hook to allow lazy loading of import sourcesThis, that and the other2015-09-231-1/+25
* | Added wfTransactionalTimeLimit() method and applied itAaron Schulz2015-08-121-0/+2
|/
* API Import: Die when namespace and rootpage is setumherirrender2015-05-141-0/+2
* Make import destination UI more intuitive and clearerThis, that and the other2015-04-221-2/+1
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-1/+1
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-1/+1
* Updated some try-catch statements: MWException -> ExceptionAaron Schulz2015-01-091-1/+1
* Merge "Import.php: Use Config instead of globals"jenkins-bot2014-10-301-1/+1
|\
| * Import.php: Use Config instead of globalsKunal Mehta2014-10-221-1/+1
* | API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* | API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-24/+3
|/
* API: Overhaul token handlingBrad Jorsch2014-08-261-10/+1
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-23/+0
* Switch API to use Config classesReedy2014-06-151-3/+1
* Fixed some @params documentation (includes/api)umherirrender2014-04-181-5/+5
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Remove final period from api module descriptionsumherirrender2014-03-021-1/+1
* Address errors and warnings in CodeSniffer in api/Siebrand Mazeland2013-11-171-1/+2
* Update formatting on more API classesSiebrand Mazeland2013-11-141-0/+1
* Return errors from WatchActionBrad Jorsch2013-06-201-2/+2
* Fixed spacing in api folderumherirrender2013-04-201-1/+1
* Add "upload" type to APIBrad Jorsch2013-03-021-1/+3
* fix some spacingumherirrender2013-02-041-1/+1