aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiMain.php
Commit message (Expand)AuthorAgeFilesLines
* API: Make uselang=user the defaultBrad Jorsch2014-11-041-3/+4
* Fixed spacingumherirrender2014-10-301-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Include ApiMain construction in api.php try-catch blockBrad Jorsch2014-10-231-1/+2
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-83/+4
* API: Clean up and internationalize pretty-printed outputBrad Jorsch2014-10-131-4/+0
* API: Make jsonfm the default output formatBrad Jorsch2014-10-131-1/+1
* API: HTMLize and internationalize the help, add Special:ApiHelpBrad Jorsch2014-10-101-69/+152
* API: No mustposttoken error with $wgDebugAPIBrad Jorsch2014-09-181-4/+6
* Clarify "mustposttoken" API error messageMZMcBride2014-09-101-1/+1
* API: created a new api to flag messages as readPetr Bena2014-09-061-0/+1
* API: Overhaul token handlingBrad Jorsch2014-08-261-8/+32
* API: Add a "submodule" param typeBrad Jorsch2014-08-191-2/+2
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-18/+0
* Cleanup some docs (includes/[a-d])umherirrender2014-07-241-1/+1
* Added ApiResult::NO_SIZE_CHECK flag for addValue()Yuri Astrakhan2014-07-111-5/+4
* Switch API to use Config classesReedy2014-06-151-30/+26
* Fix broken @return documentationThiemo Mättig2014-05-241-1/+1
* Update the API creditsMarius Hoch2014-05-131-1/+2
* Merge "API: Warn when unsupported PHP array syntax is used"jenkins-bot2014-04-291-4/+13
|\
| * API: Warn when unsupported PHP array syntax is usedBrad Jorsch2014-04-171-4/+13
* | API: Don't rollback changes if the exception was a UsageExceptionKunal Mehta2014-04-221-1/+4
* | Fixed some @params documentation (includes/api)umherirrender2014-04-181-21/+29
|/
* Merge "API: Allow for format modules that cannot handle errors"jenkins-bot2014-03-311-3/+11
|\
| * API: Allow for format modules that cannot handle errorsBrad Jorsch2014-03-271-3/+11
* | Improve handling of uncommitted DB txns with "uncaught" exceptionsBrad Jorsch2014-03-271-0/+3
|/
* Avoid header notice log spam from RunJobs APIAaron Schulz2014-03-181-1/+0
* API: Handle exceptions from ApiBeforeMain hook in a user-friendly mannerBrad Jorsch2014-03-121-31/+68
* ChangesListSpecialPage: Separate all functionality for generating feedsBartosz Dziewoński2014-03-121-0/+1
* Add final period to API module descriptionsaddshore2014-03-101-3/+3
* Remove API developer email addressesReedy2014-03-091-6/+5
* Moved job running via $wgJobRunRate to a special APIAaron Schulz2014-02-271-0/+1
* Fix CodeSniffer errors and warningsSiebrand Mazeland2014-02-051-2/+4
* Add API action=revisiondeleteBrad Jorsch2014-02-041-0/+1
* Enhance the destination control parameter of wfDebug() and wfDebugLog()Alexandre Emsenhuber2014-02-041-1/+1
* Merge "Remove classes and functions deprecated in MediaWiki 1.17"jenkins-bot2014-01-091-25/+0
|\
| * Remove classes and functions deprecated in MediaWiki 1.17Siebrand Mazeland2014-01-051-25/+0
* | Merge AssertEdit extension into coreKunal Mehta2014-01-061-0/+30
|/
* Break long lines and suppress false posiveSiebrand Mazeland2013-12-031-1/+5
* API: Add $wgAPIFormatModulesBrad Jorsch2013-11-271-1/+2
* Merge "Remove unneeded uses of else{} in api/"jenkins-bot2013-11-201-9/+5
|\
| * Remove unneeded uses of else{} in api/Siebrand Mazeland2013-11-181-9/+5
* | Format email addresses more consistentlySiebrand Mazeland2013-11-181-2/+2
|/
* Merge "Address errors and warnings in CodeSniffer in api/"jenkins-bot2013-11-181-24/+50
|\
| * Address errors and warnings in CodeSniffer in api/Siebrand Mazeland2013-11-171-24/+50
* | Update docs to reduce inconsistent type compatibility in api/Siebrand Mazeland2013-11-171-1/+1
|/
* Fix the fix: "? :" -> "?:"Siebrand Mazeland2013-11-141-1/+1
* Update formatting on more API classesSiebrand Mazeland2013-11-141-5/+27
* exception: Use MWExceptionHandler::logException in more placesTimo Tijhof2013-10-301-7/+2
* SECURITY: Prevent tokens in jsonp modeBrad Jorsch2013-09-031-8/+2