| Commit message (Expand) | Author | Age | Files | Lines |
* | api: Replace numerous deprecated constants | Reedy | 2022-06-06 | 1 | -6/+8 |
* | ApiEmailUser: Mark the subject as a required parameter | Func | 2022-03-16 | 1 | -1/+4 |
* | Add comment to fall-through cases in switch | Umherirrender | 2021-04-15 | 1 | -0/+6 |
* | Remove "Created on" from file header comments | Umherirrender | 2018-01-26 | 1 | -4/+0 |
* | Fix inconsistent capitalization of different method calls | Thiemo Mättig | 2017-12-27 | 1 | -1/+1 |
* | Allow users to restrict who can send them direct emails via Special:EmailUser | David Barratt | 2017-09-13 | 1 | -1/+1 |
* | ApiEmailUser: Add parentheses to fix output | Brad Jorsch | 2017-07-24 | 1 | -1/+1 |
* | Make API documentation links language aware | Baha | 2017-04-05 | 1 | -1/+1 |
* | API: i18n for warnings and errors | Brad Jorsch | 2016-12-06 | 1 | -19/+19 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -15/+15 |
* | API: Add more parameter types and improve info | Brad Jorsch | 2015-05-29 | 1 | -1/+1 |
* | API: Fix access on getExamplesMessages | Brad Jorsch | 2014-10-29 | 1 | -1/+1 |
* | API: Internationalize all remaining core API modules | Brad Jorsch | 2014-10-20 | 1 | -16/+3 |
* | SpecialEmailUser: Use Config instead of globals | Kunal Mehta | 2014-09-12 | 1 | -1/+5 |
* | API: Overhaul token handling | Brad Jorsch | 2014-08-26 | 1 | -11/+2 |
* | API: Remove action=paraminfo 'props' and 'errors' result properties | Brad Jorsch | 2014-08-07 | 1 | -23/+0 |
* | Add final period to API module descriptions | addshore | 2014-03-10 | 1 | -1/+1 |
* | Remove final period from api module descriptions | umherirrender | 2014-03-02 | 1 | -1/+1 |
* | Address errors and warnings in CodeSniffer in api/ | Siebrand Mazeland | 2013-11-17 | 1 | -1/+2 |
* | (bug 45633) Fix more occurences of "e-mail" to "email" in API | Alexandre Emsenhuber | 2013-03-03 | 1 | -1/+1 |
* | api: remove duplicate __contruct calls | Antoine Musso | 2013-01-29 | 1 | -4/+0 |
* | (bug 35885) remove api version string and parameter | Yuri Astrakhan | 2013-01-18 | 1 | -4/+0 |
* | (bug 38190) Add "required" flag to some token params | umherirrender | 2012-07-20 | 1 | -1/+4 |
* | Added result properties to action=paraminfo | Petr Onderka | 2012-06-06 | 1 | -0/+17 |
* | Removed usage of global objects in SpecialEmailUser | Alexandre Emsenhuber | 2012-04-13 | 1 | -1/+1 |
* | Consistency: made all API examples a verbs | Max Semenik | 2012-01-12 | 1 | -1/+1 |
* | Re-instate most of the revisions for bug 33147 "API examples should explain w... | Sam Reed | 2011-12-27 | 1 | -1/+1 |
* | Revert r106521: creates lots of long, unwrappable lines in help output | Brion Vibber | 2011-12-20 | 1 | -1/+1 |
* | More example conversions/additions | Sam Reed | 2011-12-17 | 1 | -1/+1 |
* | Oh noes, moar http:// -> https:// | Sam Reed | 2011-11-28 | 1 | -1/+1 |
* | Removed the 'eclipse helper' bit on top of every API module | John Du Hart | 2011-11-16 | 1 | -5/+0 |
* | Adding context to the API | John Du Hart | 2011-10-26 | 1 | -3/+1 |
* | Based on diff to wikia, set more functions consistently public rather than pr... | Sam Reed | 2011-08-17 | 1 | -1/+1 |
* | Followup r92396, add help urls for most of the core (non query) modules | Sam Reed | 2011-07-17 | 1 | -0/+4 |
* | (bug 27862; follow-up r77714) Make emailuser api module not freak out when Sp... | Brian Wolff | 2011-03-05 | 1 | -0/+11 |
* | Delete all the "API for MediaWiki 1.8+" comments | Sam Reed | 2010-12-22 | 1 | -1/+1 |
* | * (bug 25248) API: paraminfo errors with certain modules | Sam Reed | 2010-10-01 | 1 | -0/+4 |
* | Standardised file description headers, added @file | Alexandre Emsenhuber | 2010-08-07 | 1 | -2/+4 |
* | Followup r70461 if PARAM_REQUIRED is set, use for missing param in getPossibl... | Sam Reed | 2010-08-04 | 1 | -2/+0 |
* | Followup to r70460 and r70461: Use true instead of 1 | X! | 2010-08-04 | 1 | -2/+2 |
* | Followup to r70460: Committed wrong version of ApiBase.php, convert all core ... | X! | 2010-08-04 | 1 | -9/+8 |
* | Use the canonical names for classes. | Platonides | 2010-07-27 | 1 | -3/+3 |
* | Correct the address of the FSF in some of the GPL headers | Derk-Jan Hartman | 2010-06-21 | 1 | -1/+1 |
* | Remove arrays from getDescription where we are only using 1 line | Sam Reed | 2010-05-25 | 1 | -3/+1 |
* | Mixture of things. | Sam Reed | 2010-05-11 | 1 | -0/+1 |
* | Stylize Api upto date | Sam Reed | 2010-04-17 | 1 | -3/+3 |
* | Overhaul Special:EmailUser, use HTMLForm, a SpecialPage-derived class, and ge... | Happy-melon | 2010-04-10 | 1 | -11/+12 |
* | ApiEmailUser.php: fix copyright symbol, spacing and coding style tweaks, spac... | Jack Phoenix | 2010-02-22 | 1 | -26/+33 |
* | Followup to r62557 as per Roans comment | Sam Reed | 2010-02-16 | 1 | -1/+1 |
* | Refactor requiresToken to getTokenSalt - Returns salt if exists, null if no s... | Sam Reed | 2010-02-15 | 1 | -2/+2 |