| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix possibly undefined variables | Sam Reed | 2012-02-18 | 1 | -1/+3 |
* | Merge r111667 into trunk | Sam Reed | 2012-02-16 | 1 | -3/+8 |
* | * (bug 34377) action=watch now parses messages using the correct title instea... | Alexandre Emsenhuber | 2012-02-13 | 1 | -2/+2 |
* | * (bug 34313) MediaWiki API intro message about "HTML format" should mention ... | Sam Reed | 2012-02-10 | 1 | -2/+4 |
* | * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API. | Sam Reed | 2012-02-10 | 1 | -0/+2 |
* | * (bug 32341) Add upload by URL domain limitation. | Sam Reed | 2012-02-09 | 2 | -0/+5 |
* | More return documentation | Sam Reed | 2012-02-09 | 1 | -2/+6 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 2 | -2/+2 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 3 | -3/+3 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 2 | -3/+3 |
* | Documentation and whitespace | Sam Reed | 2012-02-09 | 1 | -2/+2 |
* | Bug 34032 - API help header not aligned | Sam Reed | 2012-01-30 | 1 | -2/+2 |
* | Revert feature out of r109562, r109564, r109570 | Sam Reed | 2012-01-22 | 2 | -5/+0 |
* | * (bug 33865) Exception thrown when using API sandbox action=parse | Sam Reed | 2012-01-21 | 1 | -1/+6 |
* | Fix bug 32948: | Alexandre Emsenhuber | 2012-01-21 | 1 | -1/+2 |
* | * (bug 32341) Add upload by URL domain limitation. | Sam Reed | 2012-01-19 | 2 | -1/+5 |
* | * (bug 33733) API: Unknown error: mustbeloggedin | Sam Reed | 2012-01-14 | 1 | -0/+2 |
* | Rather than using an error code of unknownerror, use the error code returned ... | Sam Reed | 2012-01-13 | 1 | -1/+5 |
* | () are valid in URLs, not sure why we're using them as a finishing point in A... | Sam Reed | 2012-01-13 | 1 | -1/+1 |
* | Ping r108847, missed one half quote | Niklas Laxström | 2012-01-13 | 1 | -1/+1 |
* | Change usage of quotes in API messages from ``x'' to "x". | Siebrand Mazeland | 2012-01-13 | 7 | -25/+25 |
* | Reverted r108743 per CR comment. This should at least be discussed first. | Aaron Schulz | 2012-01-12 | 16 | -4/+25 |
* | Kill "* @return void" | Sam Reed | 2012-01-12 | 16 | -25/+4 |
* | Consistency: made all API examples a verbs | Max Semenik | 2012-01-12 | 6 | -7/+7 |
* | * (bug 33117) prop=revisions allows deleted text to be exposed through cache ... | Sam Reed | 2012-01-11 | 1 | -1/+1 |
* | reverts Concurrency works | Antoine Musso | 2012-01-11 | 2 | -106/+0 |
* | Add svn:keywords Id | Sam Reed | 2012-01-10 | 1 | -7/+5 |
* | MERGE branches/concurrency 108301:108557 into trunk | Ian Baker | 2012-01-10 | 2 | -0/+108 |
* | * (bug 33483) One space to much in header of auto-generated documentation | Sam Reed | 2012-01-03 | 1 | -1/+1 |
* | Missing check for ISMULTI on help parameters, thanks santhosh | John Du Hart | 2012-01-03 | 1 | -1/+1 |
* | Bug 33482 - Api incorrectly calls ApiBase::parseMultiValue if allowed values ... | John Du Hart | 2012-01-03 | 1 | -0/+5 |
* | Followup r107393, treat '' the same as getting false from getExamples, the de... | Sam Reed | 2011-12-31 | 1 | -1/+1 |
* | Related to bug 33223 | Sam Reed | 2011-12-30 | 1 | -1/+1 |
* | * (bug 33398) Wrong escape in online documentation for usercontribs | Sam Reed | 2011-12-28 | 1 | -1/+1 |
* | Re-instate most of the revisions for bug 33147 "API examples should explain w... | Sam Reed | 2011-12-27 | 26 | -103/+150 |
* | * Integrate $wgDeleteRevisionsLimit in Title::getUserPermissionsErrors() (onl... | Alexandre Emsenhuber | 2011-12-27 | 1 | -5/+0 |
* | * Use local context to get messages | Alexandre Emsenhuber | 2011-12-26 | 1 | -1/+1 |
* | Revert r106439, r106441 - bad formatting mushing separate lines together | Brion Vibber | 2011-12-20 | 14 | -103/+57 |
* | Revert r106870: doesn't seem like it would format things consistently as expe... | Brion Vibber | 2011-12-20 | 1 | -3/+3 |
* | FU r106514: Sanity check for empty sha1 values in the DB | Aaron Schulz | 2011-12-20 | 2 | -2/+10 |
* | For r106521/r106865, wrap long example description strings | Sam Reed | 2011-12-20 | 1 | -3/+3 |
* | Provisional revert of r105831: as noted it's not safe; alternative fix was a ... | Brion Vibber | 2011-12-20 | 1 | -2/+1 |
* | grammar :) followup r106514 | Brion Vibber | 2011-12-20 | 1 | -1/+1 |
* | Revert r106521: creates lots of long, unwrappable lines in help output | Brion Vibber | 2011-12-20 | 11 | -31/+31 |
* | Revert r106523: abstraction violation, looks very wrong, unclear benefits | Brion Vibber | 2011-12-20 | 1 | -5/+1 |
* | Follow-up r97303: sort module names in paraminfo's paraminfo | Max Semenik | 2011-12-20 | 1 | -4/+9 |
* | $reqArr is an ambiguous variable name - req can mean required or request. Cha... | Ryan Kaldari | 2011-12-20 | 1 | -13/+13 |
* | adding sectiontitle/wgSectionTitle as a new parameter for page editing (so th... | Ryan Kaldari | 2011-12-20 | 1 | -0/+9 |
* | FU r106514: use base 16 SHA-1 to be consistent with image info | Aaron Schulz | 2011-12-18 | 2 | -4/+4 |
* | * Merged WikiPage::updateRestrictions() and Title::updateTitleProtection() in... | Alexandre Emsenhuber | 2011-12-18 | 1 | -10/+6 |