aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiImageRotate.php
Commit message (Expand)AuthorAgeFilesLines
* api: Inject services into ApiImageRotateUmherirrender2021-06-291-6/+26
* Stop requiring full User to upload a File.Petr Pchelko2021-06-071-1/+1
* Convert ChangeTags public interface to Authority.Petr Pchelko2021-02-241-1/+1
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-9/+1
* API: Add missing `@ingroup API` to a few Api-related classesTimo Tijhof2019-09-141-3/+5
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+2
* TempFSFileFactory serviceAryeh Gregor2019-08-211-1/+2
* Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-1/+6
* Fix unused vars/pointless assignmentsMax Semenik2019-03-291-2/+0
* Remove "Created on" from file header commentsUmherirrender2018-01-261-3/+0
* API: Account for PHP 7.2 changeBrad Jorsch2017-12-041-1/+1
* Add tagging support to imagerotate, revisiondelete, and tag API modulesJustin Du2016-12-311-2/+22
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-30/+18
* API: Add a 'known' property when missing-but-known titles are outputBrad Jorsch2016-10-111-29/+6
* FSFile and TempFSFile cleanupsAaron Schulz2016-09-191-1/+1
* Use single quotes in API where possibleSiebrand Mazeland2016-03-081-3/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-17/+17
* Added wfTransactionalTimeLimit() method and applied itAaron Schulz2015-08-121-0/+2
* ApiPageSet: Indicate why a title was invalidBrad Jorsch2015-05-141-1/+1
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-2/+2
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-4/+7
* Made wfFindFile/wfLocalFile callers use explicit "latest" flagsAaron Schulz2015-03-061-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-16/+9
* API: Overhaul token handlingBrad Jorsch2014-08-261-10/+1
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-9/+0
* Cleanup some docs (includes/[a-d])umherirrender2014-07-241-4/+4
* API: Refactor continuation code and add to purge, watch, etc.Brad Jorsch2014-07-041-0/+5
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Remove useless method overridingSiebrand Mazeland2013-11-161-4/+0
* Update formatting on more API classesSiebrand Mazeland2013-11-141-0/+5
* Fixed spacing in api folderumherirrender2013-04-201-3/+3
* API: Add new hook 'APIGetPossibleErrors'umherirrender2013-04-191-1/+1
* Call ApiPageSet::getFinalParamDescriptionumherirrender2013-04-051-1/+1
* Update PHPDoc commentsSiebrand Mazeland2013-04-021-2/+2
* Remove unused local variablesSiebrand Mazeland2013-04-011-4/+0
* (bug 46547) use content language for rotation commentJan Gerber2013-03-261-1/+3
* fix some spacingumherirrender2013-03-251-5/+5
* Merge "Cleanup for ApiImageRotate"jenkins-bot2013-03-181-17/+33
|\
| * Cleanup for ApiImageRotateReedy2013-03-151-18/+34
* | Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-4/+4
* | Fixes for e288e4036Platonides2013-03-081-1/+1
|/
* (bug 33186) image rotate apiJan Gerber2013-03-071-0/+216