aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiPatrol.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor requiresToken to getTokenSalt - Returns salt if exists, null if no s...Sam Reed2010-02-151-6/+2
* Start of "Bug 21991 - Move common query parameter (uc, rc) validation, token...Sam Reed2010-02-141-3/+4
* Rest of dieUsageMsg in getPossibleErrorsSam Reed2010-02-131-1/+10
* stylize.php on API codeAryeh Gregor2010-01-111-19/+19
* Kill a bunch of unused $wgUserChad Horohoe2009-04-281-1/+1
* * API: (bug 17832) action=delete returns 'unknownerror' instead of 'permissio...Roan Kattouw2009-03-071-1/+1
* Fix typo.Rotem Liss2009-03-061-1/+1
* * API: (bug 17774) API pretends action=query doesn't exist for users without ...Roan Kattouw2009-03-061-1/+4
* API: Some cleanupRoan Kattouw2009-02-271-1/+1