aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryFilearchive.php
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* api: Validate timestamp in continue parameterUmherirrender2022-11-011-1/+1
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-9/+4
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-9/+8
* api: Replace numerous deprecated constantsReedy2022-06-061-10/+12
* filerepo: Duplicate code handling metadata of files to ArchivedFileAmir Sarabadani2022-04-201-1/+2
* Introduce CommentFormatterTim Starling2021-09-281-4/+30
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Inject CommentStore service into api query modulesDannyS7122021-04-231-3/+15
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-10/+4
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* api: Update QueryFilearchive to provide information to everyoneVincent Privat2019-09-061-23/+32
* Deprecate and replace usages of User:isAllowed{All,Any}Petr Pchelko2019-08-211-1/+3
* Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-1/+1
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-1/+1
* API: Update query modules for MCRBrad Jorsch2018-07-271-2/+4
* Pass $key into CommentStore methods and use MediawikiServicesaddshore2018-02-051-2/+2
* Remove "Created on" from file header commentsUmherirrender2018-01-261-2/+0
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-19/+4
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-3/+10
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-9/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-26/+26
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-2/+2
* API: Use message-per-value for apihelp-query+filearchive-param-propumherirrender2015-08-051-0/+1
* Cast various things that are supposed to be intsBrad Jorsch2015-05-061-2/+2
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-4/+4
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* Fix pagecount outputrobinhood7012014-10-201-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-45/+12
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-79/+0
* Split "suppressrevision" into two user rightseikes2014-07-191-1/+1
* API: Cleanup list=filearchiveBrad Jorsch2014-07-151-10/+23
* Use precise ApiMain/ApiQuery type hints in all API modulesThiemo Mättig2014-05-161-1/+1
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Improve API query RevDel handlingBrad Jorsch2014-01-171-19/+26
* Fix capitalization in ApiQueryBase::titlePartToKey()btongminh2013-12-231-4/+5
* Fix a few more CodeSniffer errors and warnings on some API classesSiebrand Mazeland2013-11-151-7/+19
* Yet more formatting updates for yet more API classesSiebrand Mazeland2013-11-141-2/+2
* Add helpurls to some api modulesumherirrender2013-05-161-0/+4
* Change EXIF to ExifSiebrand Mazeland2013-05-101-1/+1
* Added spaces before and removed spaces after 'array'umherirrender2013-04-141-1/+1
* fix some spacingumherirrender2013-03-071-1/+0
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* API Cleanup: renamed '_badcontinue'->'badcontinue', one die()Yuri Astrakhan2013-01-141-5/+1
* (bug 43177) API: Fix regression in case handling for sha1 paramsBrad Jorsch2012-12-171-4/+5
* Add separate fa_sha1 field to filearchive tableumherirrender2012-10-141-10/+5
* (bug 27610) Add archivename to list=filearchiveumherirrender2012-07-241-2/+12