aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiPatrol.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-1/+1
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-1/+1
* 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/+7
* RecentChange: Replace use of legacy error arraysBartosz Dziewoński2024-07-091-3/+3
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-2/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-4/+5
* ApiPatrol: inject RevisionStoreAlexander Vorwerk2021-06-021-4/+19
* Convert ChangeTags public interface to Authority.Petr Pchelko2021-02-241-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Use (int) rather than intval()Reedy2019-02-251-1/+1
* API: Update query modules for MCRBrad Jorsch2018-07-271-2/+5
* Remove "Created on" from file header commentsUmherirrender2018-01-261-2/+0
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-7/+4
* Add tags support to patrol, protect, unblock, and undeleteGeoffrey Mon2016-02-291-1/+16
* Convert all array() syntax to []Kunal Mehta2016-02-171-11/+11
* Fix case of various newFromID/newFromId functionsumherirrender2014-12-101-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-14/+5
* API: Overhaul token handlingBrad Jorsch2014-08-261-11/+2
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-25/+0
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Update formatting on API classes, Part 3Siebrand Mazeland2013-11-141-1/+2
* Allow patrolling pages by revision idMarius Hoch2013-06-101-9/+37
* api: remove duplicate __contruct callsAntoine Musso2013-01-291-4/+0
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* (bug 38190) Add "required" flag to some token paramsumherirrender2012-07-201-1/+4
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+10
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-1/+1
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-4/+0
* Adding context to the APIJohn Du Hart2011-10-261-3/+1
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* Followup r92396Sam Reed2011-07-171-1/+1
* Followup r92396, add help urls for most of the core (non query) modulesSam Reed2011-07-171-0/+4
* Call doMarkPatrolled() on the RecentChange object instead of calling RecentCh...Alexandre Emsenhuber2011-07-091-1/+3
* BREAKING CHANGE: Require POST for patrolling revisions and salt the patrol to...Bryan Tong Minh2010-12-091-2/+5
* BREAKING CHANGE: Per r70640 CR, salt patrol tokens with rcid in the API too. ...Roan Kattouw2010-10-231-1/+2
* * (bug 25248) API: paraminfo errors with certain modulesSam Reed2010-10-011-0/+4
* Standardised file description headers, added @fileAlexandre Emsenhuber2010-08-071-3/+4
* Followup r70461 if PARAM_REQUIRED is set, use for missing param in getPossibl...Sam Reed2010-08-041-1/+0
* Followup to r70460 and r70461: Use true instead of 1X!2010-08-041-1/+1
* Followup to r70460: Committed wrong version of ApiBase.php, convert all core ...X!2010-08-041-5/+2
* Rewrote r69339 etc. to clean up API cache header handling.Tim Starling2010-07-231-2/+1
* API: Make output containing private or user-specific data uncacheable for log...Roan Kattouw2010-07-141-0/+1
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* Remove arrays from getDescription where we are only using 1 lineSam Reed2010-05-251-3/+1
* Mixture of things.Sam Reed2010-05-111-1/+1
* API: fix copyright symbol, coding style cleanup, more bracesJack Phoenix2010-02-231-17/+20
* Followup to r62557 as per Roans commentSam Reed2010-02-161-1/+1