aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiEditPage.php
Commit message (Expand)AuthorAgeFilesLines
...
* Remove final period from api module descriptionsumherirrender2014-03-021-1/+1
* Remove unneeded uses of else{} in api/Siebrand Mazeland2013-11-181-2/+2
* Remove unused local variablesSiebrand Mazeland2013-11-171-1/+0
* Address errors and warnings in CodeSniffer in api/Siebrand Mazeland2013-11-171-30/+70
* Update formatting on API classesSiebrand Mazeland2013-11-141-17/+19
* API: Check for nosuchsection in all code pathsBrad Jorsch2013-09-111-0/+4
* action=edit API with section=new would fail if page didn't existKunal Mehta2013-08-141-1/+1
* API: DWIM for action=edit&section=new&appendtext=...Brad Jorsch2013-08-051-5/+10
* Use content format for unserializing in ApiEditPageMarius Hoch2013-07-311-1/+1
* Make APIEditBeforeSave give the whole revisionMarius Hoch2013-07-311-1/+27
* Pass through request parameters in API action=editRoan Kattouw2013-07-231-0/+4
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-1/+1
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-2/+2
* Added/Removed spaces around string concatenationumherirrender2013-04-131-1/+1
* API: Remove useless PARAM_REQUIRED = falseumherirrender2013-03-151-1/+0
* Fixed many small spelling mistakes and php docs, var decl.Yuri Astrakhan2013-03-101-2/+4
* fix some spacingumherirrender2013-03-071-1/+1
* API: Throw error when interwiki is given for various title paramumherirrender2013-03-011-4/+0
* Make ApiEditPage use Article::newFromWikiPage() and add user to contextAlexandre Emsenhuber2013-02-241-5/+4
* (bug 45092) Better context for Article initialized by ApiEditPageLiangent2013-02-191-0/+6
* api: remove duplicate __contruct callsAntoine Musso2013-01-291-4/+0
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* Minor cleanupYuri Astrakhan2013-01-121-3/+3
* (bug 42410) Add $pageObj->clear() for newtimestampburthsceh2012-11-261-0/+1
* (bug 41990) Fix regression in API edit of redirectBrad Jorsch2012-11-121-22/+25
* Merge "Passing the undid revisionId from the API request to the WebRequest"Tychay2012-10-311-0/+5
|\
| * Passing the undid revisionId from the API request to the WebRequestKaldari2012-10-291-0/+5
* | Fix tabs inside/between statements/textumherirrender2012-10-261-1/+1
|/
* (bug 40930) Fix regression: ContentHandler prevents action=edit append to bla...Brad Jorsch2012-10-151-9/+12
* merge latest master into Wikidata branchdaniel2012-10-081-1/+1
|\
| * Pass user object to some Revision::getText/Title::userCan callsumherirrender2012-10-051-1/+1
| * Added explicit DB flags for Revision loading calls.Aaron Schulz2012-08-291-2/+6
| * Use wfMessage instead of deprecated wfMsg*Alex Monk2012-08-181-1/+1
* | Comment cleanupdaniel2012-09-131-4/+2
* | Make EditPage fail on non-textual content.daniel2012-09-121-0/+4
* | merge latest master.daniel2012-09-051-2/+4
* | Improved content model handling in ApiEditPagedaniel2012-08-211-4/+25
* | fixing long linesdaniel2012-08-201-5/+10
* | merging latest masterdaniel2012-08-201-1/+1
* | merged masterdaniel2012-07-231-2/+5
|\|
| * (bug 38190) Add "required" flag to some token paramsumherirrender2012-07-201-1/+4
| * escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* | [bug 37746] string ids for content model and format.daniel2012-06-261-13/+6
* | make ApiEditPage aware of content model and format.daniel2012-06-251-26/+80
* | Fix indenting errors introduced in Wikidata branchTim Starling2012-06-191-3/+3
* | Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into...daniel2012-06-141-0/+35
|\|
| * Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+35
* | Moved redirect extraction from Title to WikitextContent.daniel2012-06-111-4/+4
* | merged masterdaniel2012-05-291-6/+1
|\|
| * Make errors from ArticleSave hooks propagate to the interfaceCatrope2012-05-101-6/+1