aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiEmailUser.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Start of "Bug 21991 - Move common query parameter (uc, rc) validation, token...Sam Reed2010-02-141-3/+4
* Change layout of the mustBePosted format to standardise itSam Reed2010-02-141-1/+3
* Start of blanket coverage of dieUsageMsg in getPossibleErrorsSam Reed2010-02-131-0/+9
* Add/remove whitelines to increase readability in API code filesSam Reed2010-01-231-3/+1
* stylize.php on API codeAryeh Gregor2010-01-111-6/+6
* * API: (bug 17774) API pretends action=query doesn't exist for users without ...Roan Kattouw2009-03-061-4/+5
* Revert r46512 (Add "check" parameter to action=email) and its followups r4651...Roan Kattouw2009-01-311-21/+5
* Also return why the target user is not validBryan Tong Minh2009-01-291-2/+2
* Kill code duplication & other style tweaksBryan Tong Minh2009-01-291-11/+11
* Forgot to remove thatX!2009-01-291-1/+1
* Per 46512#c1554, moving check to before required params, returns a result rat...X!2009-01-291-7/+17
* Add "check" parameter to action=emailX!2009-01-291-2/+8
* API:Roan Kattouw2008-09-251-1/+0
* API: Uniformizing descriptions for write modulesRoan Kattouw2008-09-071-1/+1
* missing svn:keywords propertyAlexandre Emsenhuber2008-09-041-1/+1
* * Fixup validation methods in UserEmailForm a bit so that they don't return a...Bryan Tong Minh2008-08-271-2/+7
* Revert r39793 "* (bug 13879) Special:EmailUser shows a form in case no user w...Brion Vibber2008-08-211-2/+0
* * (bug 13879) Special:EmailUser shows a form in case no user was specifiedBryan Tong Minh2008-08-211-0/+2
* ... and should have also made this an arrayBryan Tong Minh2008-06-021-1/+1
* Forgot to return successBryan Tong Minh2008-06-021-1/+1
* Put ratelimiter and edittoken checking in backend.Bryan Tong Minh2008-06-021-11/+8
* API: Add action=emailuserBryan Tong Minh2008-06-011-0/+117