aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiEditPage.php
Commit message (Expand)AuthorAgeFilesLines
...
* API: Account for PHP 7.2 changeBrad Jorsch2017-12-041-1/+1
* EditPage: Don't allow clients that mangle unicode to editMax Semenik2017-09-201-0/+1
* Always put type information before variable name for @var tagsKunal Mehta2017-09-041-2/+2
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Make API documentation links language awareBaha2017-04-051-1/+1
* ApiEditPage: Avoid PHP warningBrad Jorsch2016-12-191-28/+55
* Add ILocalizedException interfaceBrad Jorsch2016-12-081-5/+3
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-126/+66
* Replace WikiPage::doEdit() usagesReedy2016-09-151-1/+1
* API: When undoing an edit, allow overriding content model.Brian Wolff2016-09-081-7/+20
* Mark the APIEditBeforeSave hook as deprecatedJames D. Forrester2016-06-241-1/+2
* Revert "Make APIEditBeforeSave give the whole revision"Bartosz Dziewoński2016-06-101-29/+0
* Use single quotes in API where possibleSiebrand Mazeland2016-03-081-1/+1
* Fix function call casingReedy2016-02-221-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-62/+62
* Add logic for "tags" in ApiBasevictorbarbu2016-02-041-3/+4
* Allow undo via ApiEditPage for all content modelsaude2015-11-111-1/+4
* Fix casing of function calls in APIReedy2015-11-071-5/+5
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-2/+0
* Added wfTransactionalTimeLimit() method and applied itAaron Schulz2015-08-121-0/+2
* Better error message via api when content model does not allow editingErik Bernhardson2015-07-011-3/+3
* API: Give block details along with errorsAlex Monk2015-06-171-2/+30
* Fix whitespace issues around parenthesesVivek Ghaisas2015-06-161-1/+1
* API: Add more parameter types and improve infoBrad Jorsch2015-05-291-11/+21
* ApiEditPage: Fetch content model from article, not titleBrad Jorsch2015-04-231-1/+1
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-2/+2
* Add supportsDirectEditing methods to ContentHandleraude2015-04-171-5/+7
* Merge "API: Overhaul ApiResult, make format=xml not throw, and add json forma...jenkins-bot2015-04-161-1/+1
|\
| * API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-1/+1
* | Allow users to add, remove and apply change tags using the APIThis, that and the other2015-04-151-0/+16
|/
* Add a breadcrumb to EditPage refactorAdam Roses Wight2015-04-051-1/+3
* phpcs fixups for line lengthAdam Roses Wight2015-03-141-4/+11
* Add a hook run after EditPage::attemptSave for WikiEditorAlex Monk2015-02-261-1/+2
* API: Fix setting of wpIgnoreBlankSummary in action=editBrad Jorsch2015-01-201-2/+2
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-1/+1
* Merge "API edit: allow ConfirmEdit to use the merged parse"jenkins-bot2014-12-101-1/+8
|\
| * API edit: allow ConfirmEdit to use the merged parseTim Starling2014-12-051-1/+8
* | Fix case of various newFromID/newFromId functionsumherirrender2014-12-101-2/+2
* | API: Allow redirecting a page to itself using action=editKevin Israel2014-12-101-1/+2
|/
* SECURITY: Require new right to change content modelcsteipp2014-11-261-0/+3
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-64/+13
* API: Overhaul token handlingBrad Jorsch2014-08-261-12/+5
* API: Log usage of various deprecated featuresBrad Jorsch2014-08-141-0/+2
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-94/+0
* Enable the creation of empty pagesÉtienne Beaulé2014-07-251-1/+2
* Switch API to use Config classesReedy2014-06-151-5/+2
* API: Enforce section=new constraint when using 'redirect' modeAdam Roses Wight2014-05-221-1/+8
* Allow editing transcluded sections via the APIMax Semenik2014-05-011-6/+6
* Add final period to API module descriptionsaddshore2014-03-101-1/+1