| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | API: Account for PHP 7.2 change | Brad Jorsch | 2017-12-04 | 1 | -1/+1 |
* | EditPage: Don't allow clients that mangle unicode to edit | Max Semenik | 2017-09-20 | 1 | -0/+1 |
* | Always put type information before variable name for @var tags | Kunal Mehta | 2017-09-04 | 1 | -2/+2 |
* | Remove empty lines at begin of function, if, foreach, switch | Umherirrender | 2017-07-01 | 1 | -1/+0 |
* | Make API documentation links language aware | Baha | 2017-04-05 | 1 | -1/+1 |
* | ApiEditPage: Avoid PHP warning | Brad Jorsch | 2016-12-19 | 1 | -28/+55 |
* | Add ILocalizedException interface | Brad Jorsch | 2016-12-08 | 1 | -5/+3 |
* | API: i18n for warnings and errors | Brad Jorsch | 2016-12-06 | 1 | -126/+66 |
* | Replace WikiPage::doEdit() usages | Reedy | 2016-09-15 | 1 | -1/+1 |
* | API: When undoing an edit, allow overriding content model. | Brian Wolff | 2016-09-08 | 1 | -7/+20 |
* | Mark the APIEditBeforeSave hook as deprecated | James D. Forrester | 2016-06-24 | 1 | -1/+2 |
* | Revert "Make APIEditBeforeSave give the whole revision" | Bartosz Dziewoński | 2016-06-10 | 1 | -29/+0 |
* | Use single quotes in API where possible | Siebrand Mazeland | 2016-03-08 | 1 | -1/+1 |
* | Fix function call casing | Reedy | 2016-02-22 | 1 | -1/+1 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -62/+62 |
* | Add logic for "tags" in ApiBase | victorbarbu | 2016-02-04 | 1 | -3/+4 |
* | Allow undo via ApiEditPage for all content models | aude | 2015-11-11 | 1 | -1/+4 |
* | Fix casing of function calls in API | Reedy | 2015-11-07 | 1 | -5/+5 |
* | API: Log all deprecated parameter uses to api-feature-usage.log | Brad Jorsch | 2015-11-03 | 1 | -2/+0 |
* | Added wfTransactionalTimeLimit() method and applied it | Aaron Schulz | 2015-08-12 | 1 | -0/+2 |
* | Better error message via api when content model does not allow editing | Erik Bernhardson | 2015-07-01 | 1 | -3/+3 |
* | API: Give block details along with errors | Alex Monk | 2015-06-17 | 1 | -2/+30 |
* | Fix whitespace issues around parentheses | Vivek Ghaisas | 2015-06-16 | 1 | -1/+1 |
* | API: Add more parameter types and improve info | Brad Jorsch | 2015-05-29 | 1 | -11/+21 |
* | ApiEditPage: Fetch content model from article, not title | Brad Jorsch | 2015-04-23 | 1 | -1/+1 |
* | Change API result data structure to be cleaner in new formats | Brad Jorsch | 2015-04-20 | 1 | -2/+2 |
* | Add supportsDirectEditing methods to ContentHandler | aude | 2015-04-17 | 1 | -5/+7 |
* | Merge "API: Overhaul ApiResult, make format=xml not throw, and add json forma... | jenkins-bot | 2015-04-16 | 1 | -1/+1 |
|\ |
|
| * | API: Overhaul ApiResult, make format=xml not throw, and add json formatversion | Brad Jorsch | 2015-04-10 | 1 | -1/+1 |
* | | Allow users to add, remove and apply change tags using the API | This, that and the other | 2015-04-15 | 1 | -0/+16 |
|/ |
|
* | Add a breadcrumb to EditPage refactor | Adam Roses Wight | 2015-04-05 | 1 | -1/+3 |
* | phpcs fixups for line length | Adam Roses Wight | 2015-03-14 | 1 | -4/+11 |
* | Add a hook run after EditPage::attemptSave for WikiEditor | Alex Monk | 2015-02-26 | 1 | -1/+2 |
* | API: Fix setting of wpIgnoreBlankSummary in action=edit | Brad Jorsch | 2015-01-20 | 1 | -2/+2 |
* | Replace wfRunHooks calls with direct Hooks::run calls | Aaron Schulz | 2014-12-10 | 1 | -1/+1 |
* | Merge "API edit: allow ConfirmEdit to use the merged parse" | jenkins-bot | 2014-12-10 | 1 | -1/+8 |
|\ |
|
| * | API edit: allow ConfirmEdit to use the merged parse | Tim Starling | 2014-12-05 | 1 | -1/+8 |
* | | Fix case of various newFromID/newFromId functions | umherirrender | 2014-12-10 | 1 | -2/+2 |
* | | API: Allow redirecting a page to itself using action=edit | Kevin Israel | 2014-12-10 | 1 | -1/+2 |
|/ |
|
* | SECURITY: Require new right to change content model | csteipp | 2014-11-26 | 1 | -0/+3 |
* | API: Fix access on getExamplesMessages | Brad Jorsch | 2014-10-29 | 1 | -1/+1 |
* | API: Internationalize all remaining core API modules | Brad Jorsch | 2014-10-20 | 1 | -64/+13 |
* | API: Overhaul token handling | Brad Jorsch | 2014-08-26 | 1 | -12/+5 |
* | API: Log usage of various deprecated features | Brad Jorsch | 2014-08-14 | 1 | -0/+2 |
* | API: Remove action=paraminfo 'props' and 'errors' result properties | Brad Jorsch | 2014-08-07 | 1 | -94/+0 |
* | Enable the creation of empty pages | Étienne Beaulé | 2014-07-25 | 1 | -1/+2 |
* | Switch API to use Config classes | Reedy | 2014-06-15 | 1 | -5/+2 |
* | API: Enforce section=new constraint when using 'redirect' mode | Adam Roses Wight | 2014-05-22 | 1 | -1/+8 |
* | Allow editing transcluded sections via the API | Max Semenik | 2014-05-01 | 1 | -6/+6 |
* | Add final period to API module descriptions | addshore | 2014-03-10 | 1 | -1/+1 |