| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | API: Add new hook 'APIGetPossibleErrors' | umherirrender | 2013-04-19 | 1 | -1/+1 |
* | Call ApiPageSet::getFinalParamDescription | umherirrender | 2013-04-05 | 1 | -1/+1 |
* | Fixed @param tags to conform with Doxygen format. | Tyler Anthony Romeo | 2013-03-11 | 1 | -4/+4 |
* | API PageSet allows generator for non-query modules | Yuri Astrakhan | 2013-02-08 | 1 | -47/+81 |
* | 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 |
* | Cleanup of Wikidata branch. | daniel | 2012-10-08 | 1 | -1/+0 |
* | merging latest master | daniel | 2012-08-20 | 1 | -1/+0 |
* | Moved getParserOutput to Content interface. | daniel | 2012-07-23 | 1 | -1/+1 |
* | merged master | daniel | 2012-06-25 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into... | daniel | 2012-06-14 | 1 | -0/+28 |
|\ |
|
| * | Added result properties to action=paraminfo | Petr Onderka | 2012-06-06 | 1 | -0/+28 |
* | | make ApiPurge use ContentHandler for parsing | daniel | 2012-06-13 | 1 | -4/+6 |
* | | cleanup and fixes for secondary data updates | daniel | 2012-06-07 | 1 | -1/+1 |
* | | merged master | jeroendedauw | 2012-06-06 | 1 | -1/+2 |
|\| |
|
| * | Big oops - merged to wrong branch. | awjrichards | 2012-06-05 | 1 | -1/+2 |
| * | Revert to arbitrarily old point before initial remote branch creation to help... | awjrichards | 2012-06-02 | 1 | -2/+1 |
| * | (bug 32643) Prevent action=purge&forcelinkupdate crash | Brad Jorsch | 2012-06-02 | 1 | -1/+2 |
* | | merged master after 1.20wmf3 | daniel | 2012-05-15 | 1 | -2/+2 |
|\| |
|
| * | Merge "Generalizing LinksUpdate to allow extensions to add arbitrary update h... | Aaron Schulz | 2012-05-14 | 1 | -2/+2 |
| |\ |
|
| | * | Generalizing LinksUpdate to allow extensions to add arbitrary update handlers. | daniel | 2012-05-13 | 1 | -2/+2 |
* | | | merged latest master | daniel | 2012-05-14 | 1 | -0/+1 |
|\| | |
|
| * | | set tidy = true for action=purge&forcelinkupdate= | umherirrender | 2012-05-12 | 1 | -0/+1 |
| |/ |
|
* | | use ParserOutput::getSecondaryDataUpdates() as the primary method of getting ... | daniel | 2012-04-17 | 1 | -1/+1 |
* | | use ParserOutput::getLinksUpdateAndOtherUpdates() in order to get all necessa... | daniel | 2012-04-05 | 1 | -2/+2 |
* | | replacing deprecated getText, etc | Daniel Kinzler | 2012-04-04 | 1 | -1/+1 |
|/ |
|
* | Fix bug 32948: | Alexandre Emsenhuber | 2012-01-21 | 1 | -1/+2 |
* | 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 |
* | Use a revision return method for revisions, follows up r105828 | Sam Reed | 2011-12-15 | 1 | -1/+1 |
* | * (bug 32495) API should allow purge by pageids. | Sam Reed | 2011-12-11 | 1 | -18/+33 |
* | 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 | -4/+0 |
* | * Use WikiPage instead of Article for doPurge(), getting raw wikitext and Par... | Alexandre Emsenhuber | 2011-11-05 | 1 | -7/+7 |
* | Followup 100905, fixing usages of getContext() | John Du Hart | 2011-10-26 | 1 | -1/+1 |
* | Adding context to the API | John Du Hart | 2011-10-26 | 1 | -4/+4 |
* | 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 |
* | Use createContext() instead of using the global context | Alexandre Emsenhuber | 2011-07-12 | 1 | -1/+2 |
* | Replace more multiple calls to $this->getResult() in methods with temporary v... | Sam Reed | 2011-06-30 | 1 | -4/+5 |
* | Moved MediaWiki::articleFromTitle() to Article::newFromTitle(), this has noth... | Alexandre Emsenhuber | 2011-05-22 | 1 | -1/+1 |
* | Fix E_STRICT reported on r86273 CR. | Happy-melon | 2011-05-07 | 1 | -1/+2 |
* | Rm all mentions of "this module" in API action descriptions. They are suppose... | Max Semenik | 2011-04-25 | 1 | -1/+1 |
* | Follow-up r85929: update MediaWiki::articleFromTitle() calls in extensions (a... | Happy-melon | 2011-04-17 | 1 | -1/+1 |
* | Followup r79638 | Sam Reed | 2011-01-05 | 1 | -1/+7 |
* | * (bug 26498) allow LinksUpdate with API | Sam Reed | 2011-01-05 | 1 | -1/+23 |
* | Revert r74810 (vary API help cache on $wgUser->isAnon()) and move the POST ch... | Roan Kattouw | 2010-10-18 | 1 | -8/+6 |
* | Standardised file description headers, added @file | Alexandre Emsenhuber | 2010-08-07 | 1 | -2/+4 |