aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiEmailUser.php
Commit message (Expand)AuthorAgeFilesLines
* api: Replace numerous deprecated constantsReedy2022-06-061-6/+8
* ApiEmailUser: Mark the subject as a required parameterFunc2022-03-161-1/+4
* Add comment to fall-through cases in switchUmherirrender2021-04-151-0/+6
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Fix inconsistent capitalization of different method callsThiemo Mättig2017-12-271-1/+1
* Allow users to restrict who can send them direct emails via Special:EmailUserDavid Barratt2017-09-131-1/+1
* ApiEmailUser: Add parentheses to fix outputBrad Jorsch2017-07-241-1/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-19/+19
* Convert all array() syntax to []Kunal Mehta2016-02-171-15/+15
* API: Add more parameter types and improve infoBrad Jorsch2015-05-291-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-16/+3
* SpecialEmailUser: Use Config instead of globalsKunal Mehta2014-09-121-1/+5
* API: Overhaul token handlingBrad Jorsch2014-08-261-11/+2
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-23/+0
* 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
* (bug 45633) Fix more occurences of "e-mail" to "email" in APIAlexandre Emsenhuber2013-03-031-1/+1
* 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/+17
* Removed usage of global objects in SpecialEmailUserAlexandre Emsenhuber2012-04-131-1/+1
* Consistency: made all API examples a verbsMax Semenik2012-01-121-1/+1
* Re-instate most of the revisions for bug 33147 "API examples should explain w...Sam Reed2011-12-271-1/+1
* Revert r106521: creates lots of long, unwrappable lines in help outputBrion Vibber2011-12-201-1/+1
* More example conversions/additionsSam Reed2011-12-171-1/+1
* 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-5/+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 r92396, add help urls for most of the core (non query) modulesSam Reed2011-07-171-0/+4
* (bug 27862; follow-up r77714) Make emailuser api module not freak out when Sp...Brian Wolff2011-03-051-0/+11
* Delete all the "API for MediaWiki 1.8+" commentsSam Reed2010-12-221-1/+1
* * (bug 25248) API: paraminfo errors with certain modulesSam Reed2010-10-011-0/+4
* Standardised file description headers, added @fileAlexandre Emsenhuber2010-08-071-2/+4
* Followup r70461 if PARAM_REQUIRED is set, use for missing param in getPossibl...Sam Reed2010-08-041-2/+0
* Followup to r70460 and r70461: Use true instead of 1X!2010-08-041-2/+2
* Followup to r70460: Committed wrong version of ApiBase.php, convert all core ...X!2010-08-041-9/+8
* Use the canonical names for classes.Platonides2010-07-271-3/+3
* 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-0/+1
* Stylize Api upto dateSam Reed2010-04-171-3/+3
* Overhaul Special:EmailUser, use HTMLForm, a SpecialPage-derived class, and ge...Happy-melon2010-04-101-11/+12
* ApiEmailUser.php: fix copyright symbol, spacing and coding style tweaks, spac...Jack Phoenix2010-02-221-26/+33
* 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-2/+2