| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (bug 38190) Add "required" flag to some token params | umherirrender | 2012-07-20 | 1 | -1/+4 |
* | Merge "escape HTML elements in docblock with double quotes" | Aaron Schulz | 2012-07-18 | 1 | -1/+1 |
|\ |
|
| * | escape HTML elements in docblock with double quotes | Antoine Musso | 2012-07-15 | 1 | -1/+1 |
* | | API: Cleanup around comment/reason params | umherirrender | 2012-07-08 | 1 | -1/+1 |
|/ |
|
* | Added result properties to action=paraminfo | Petr Onderka | 2012-06-06 | 1 | -0/+10 |
* | Merge "multi dbms support in api" | Aaron Schulz | 2012-05-20 | 1 | -3/+3 |
|\ |
|
| * | multi dbms support in api | umherirrender | 2012-05-16 | 1 | -3/+3 |
* | | Don't make two database requests to load the same object, again. | Alexandre Emsenhuber | 2012-05-04 | 1 | -2/+2 |
|/ |
|
* | (bug 30488) API now allows listing of backlinks/embeddedin/imageusage | umherirrender | 2012-05-02 | 1 | -2/+0 |
* | Simplify and refactor out api code for getting title or page id | Reedy | 2012-04-27 | 1 | -17/+3 |
* | Make data loading a bit better in ApiProtect. | Alexandre Emsenhuber | 2012-04-25 | 1 | -3/+5 |
* | (bug 32497) API now allows changing of protection level using pageid | Alex Monk | 2012-04-07 | 1 | -15/+32 |
* | * Merged WikiPage::updateRestrictions() and Title::updateTitleProtection() in... | Alexandre Emsenhuber | 2011-12-18 | 1 | -10/+6 |
* | 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 |
* | Use WikiPage instead of Article | Alexandre Emsenhuber | 2011-11-12 | 1 | -2/+2 |
* | Adding context to the API | John Du Hart | 2011-10-26 | 1 | -2/+2 |
* | 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 |
* | Replace more multiple calls to $this->getResult() in methods with temporary v... | Sam Reed | 2011-06-30 | 1 | -2/+3 |
* | Single messages can be passed as strings to Api::dieUsageMsg() | Antoine Musso | 2011-05-19 | 1 | -2/+2 |
* | Follow-ups to r84258 | Happy-melon | 2011-03-18 | 1 | -2/+3 |
* | Delete all the "API for MediaWiki 1.8+" comments | Sam Reed | 2010-12-22 | 1 | -1/+1 |
* | Replace my old e-mail address with my new one in API comments. A bit outdated... | Roan Kattouw | 2010-12-22 | 1 | -1/+1 |
* | (bug 25174) Add equal sign to boolean parameters in examples, so that the exa... | Bryan Tong Minh | 2010-11-23 | 1 | -1/+1 |
* | * (bug 25248) API: paraminfo errors with certain modules | Sam Reed | 2010-10-01 | 1 | -1/+5 |
* | Remove some unused variables | Sam Reed | 2010-09-20 | 1 | -2/+0 |
* | 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 | -8/+6 |
* | Remove some unused globals | Sam Reed | 2010-07-22 | 1 | -1/+1 |
* | Correct the address of the FSF in some of the GPL headers | Derk-Jan Hartman | 2010-06-21 | 1 | -1/+1 |
* | Fixed a bunch of silly instances of [^!=]==\s*(true|false) | Chad Horohoe | 2010-06-09 | 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 | -2/+2 |
* | * Clean up some duplicated code in r64291 | Mark A. Hershberger | 2010-04-10 | 1 | -14/+3 |
* | Followup r64197 | Sam Reed | 2010-03-28 | 1 | -4/+10 |
* | Followup to r64197 | Sam Reed | 2010-03-27 | 1 | -1/+1 |
* | Fix bug 22944 in a much better fashion (using watchlist parameter) | Sam Reed | 2010-03-25 | 1 | -2/+21 |
* | Revert my api changes to pre r64815 | Sam Reed | 2010-03-25 | 1 | -10/+0 |
* | Add array( 'show' ), to getPossibleErrors | Sam Reed | 2010-03-25 | 1 | -0/+1 |
* | Stop mutually exclusive values in ApiProtect | Sam Reed | 2010-03-25 | 1 | -0/+4 |
* | Part of bug 22944 | Sam Reed | 2010-03-25 | 1 | -0/+5 |
* | API: fix copyright symbol, coding style cleanup, more braces | Jack Phoenix | 2010-02-23 | 1 | -40/+55 |
* | Refactor requiresToken to getTokenSalt - Returns salt if exists, null if no s... | Sam Reed | 2010-02-15 | 1 | -6/+2 |
* | Start of "Bug 21991 - Move common query parameter (uc, rc) validation, token... | Sam Reed | 2010-02-14 | 1 | -3/+4 |
* | Change layout of the mustBePosted format to standardise it | Sam Reed | 2010-02-14 | 1 | -1/+3 |
* | Fixup spaces to tabs from r62404 | Sam Reed | 2010-02-14 | 1 | -2/+2 |
* | And an erroneous ) | Sam Reed | 2010-02-13 | 1 | -1/+1 |