Followup r71831, it's not mutually exclusive!
[lhc/web/wiklou.git] / includes / api / ApiEmailUser.php
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-08-04 Sam ReedFollowup r70461 if PARAM_REQUIRED is set, use for missi...
2010-08-04 X!Followup to r70460 and r70461: Use true instead of 1
2010-08-04 X!Followup to r70460: Committed wrong version of ApiBase...
2010-07-27 PlatonidesUse the canonical names for classes.
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-05-25 Sam ReedRemove arrays from getDescription where we are only...
2010-05-11 Sam ReedMixture of things.
2010-04-17 Sam ReedStylize Api upto date
2010-04-10 Happy-melonOverhaul Special:EmailUser, use HTMLForm, a SpecialPage...
2010-02-22 Jack PhoenixApiEmailUser.php: fix copyright symbol, spacing and...
2010-02-16 Sam ReedFollowup to r62557 as per Roans comment
2010-02-15 Sam ReedRefactor requiresToken to getTokenSalt - Returns salt...
2010-02-14 Sam ReedStart of "Bug 21991 - Move common query parameter...
2010-02-14 Sam ReedChange layout of the mustBePosted format to standardise it
2010-02-13 Sam ReedStart of blanket coverage of dieUsageMsg in getPossible...
2010-01-23 Sam ReedAdd/remove whitelines to increase readability in API...
2010-01-11 Aryeh Gregorstylize.php on API code
2009-03-06 Roan Kattouw* API: (bug 17774) API pretends action=query doesn...
2009-01-31 Roan KattouwRevert r46512 (Add "check" parameter to action=email...
2009-01-29 Bryan Tong MinhAlso return why the target user is not valid
2009-01-29 Bryan Tong MinhKill code duplication & other style tweaks
2009-01-29 X!Forgot to remove that
2009-01-29 X!Per 46512#c1554, moving check to before required params...
2009-01-29 X!Add "check" parameter to action=email
2008-09-25 Roan KattouwAPI:
2008-09-07 Roan KattouwAPI: Uniformizing descriptions for write modules
2008-09-04 Alexandre Emsenhubermissing svn:keywords property
2008-08-27 Bryan Tong Minh* Fixup validation methods in UserEmailForm a bit so...
2008-08-21 Brion VibberRevert r39793 "* (bug 13879) Special:EmailUser shows...
2008-08-21 Bryan Tong Minh* (bug 13879) Special:EmailUser shows a form in case...
2008-06-02 Bryan Tong Minh... and should have also made this an array
2008-06-02 Bryan Tong MinhForgot to return success
2008-06-02 Bryan Tong MinhPut ratelimiter and edittoken checking in backend.
2008-06-01 Bryan Tong MinhAPI: Add action=emailuser