aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiBase.php
Commit message (Expand)AuthorAgeFilesLines
* API: Split list=deletedrevs into prop=deletedrevisions and list=alldeletedrev...Brad Jorsch2014-11-041-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-2/+22
* API: HTMLize and internationalize the help, add Special:ApiHelpBrad Jorsch2014-10-101-318/+666
* API: ApiBase::PROP_* constants are deprecatedBrad Jorsch2014-09-241-10/+9
* Add content-not-allowed-here to API message mapAlex Monk2014-09-091-0/+4
* API: Organize classesBrad Jorsch2014-08-271-646/+689
* API: Overhaul token handlingBrad Jorsch2014-08-261-12/+88
* API: Adjust feature usage log formatBrad Jorsch2014-08-201-5/+5
* Merge "API: Add a "submodule" param type"jenkins-bot2014-08-201-0/+7
|\
| * API: Add a "submodule" param typeBrad Jorsch2014-08-191-0/+7
* | Merge "Test only against protection for deleting"jenkins-bot2014-08-191-2/+2
|\ \ | |/ |/|
| * Test only against protection for deletingJackmcbarn2014-08-121-2/+2
* | API: Add method for logging feature usageBrad Jorsch2014-08-141-0/+15
* | Fixed some docsumherirrender2014-08-131-1/+1
* | Docs: compatability -> compatibilityumherirrender2014-08-131-1/+1
|/
* Do not allow a user to delete a page they can't editBrad Jorsch2014-08-101-0/+4
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-164/+51
* Added ApiResult::NO_SIZE_CHECK flag for addValue()Yuri Astrakhan2014-07-111-3/+1
* Change some mixed @param docs in api classesumherirrender2014-07-091-2/+2
* Remove ApiBase::createContext() (deprecated since 1.19)umherirrender2014-06-251-15/+0
* Switch API to use Config classesReedy2014-06-151-3/+1
* Use type hinting in ApiBaseBrad Jorsch2014-06-121-3/+5
* Add error 'pagecannotexist' to ApiBase::getTitleOrPageIdErrorMessageumherirrender2014-06-061-0/+1
* Expand doc of ApiBase::require*Parameter functionsumherirrender2014-05-201-0/+15
* API: Fix documentation for ApiBase::require*OneParameterBrad Jorsch2014-05-131-8/+9
* Fixed some @params documentation (includes/api)umherirrender2014-04-181-38/+40
* Fix spacing after @param and friends in commentsumherirrender2014-04-051-3/+3
* Update formattingSiebrand Mazeland2014-02-061-0/+1
* Merge "Support ApiPageSet in ApiWatch"jenkins-bot2014-02-041-5/+18
|\
| * Support ApiPageSet in ApiWatcheranroz2014-02-041-5/+18
* | Code style fixes to ApiBase::requireAtLeastOneParameterTyler Anthony Romeo2014-01-241-6/+16
|/
* Create ApiBase::requireAtLeastOneParameter helperTyler Anthony Romeo2014-01-231-0/+32
* Remove classes and functions deprecated in MediaWiki 1.17Siebrand Mazeland2014-01-051-11/+0
* Remove unneeded uses of else{} in api/Siebrand Mazeland2013-11-181-13/+13
* Merge "Address CodeSniffer comments in ApiBase.php"jenkins-bot2013-11-181-184/+638
|\
| * Address CodeSniffer comments in ApiBase.phpSiebrand Mazeland2013-11-171-184/+638
* | Add/update/remove incomplete/incorrect documentationSiebrand Mazeland2013-11-171-1/+2
|/
* Update formatting on API classesSiebrand Mazeland2013-11-141-9/+34
* Cleanup watchlist preference usageBrad Jorsch2013-11-081-4/+4
* Deprecate wfDebugDieBacktraceKevin Israel2013-09-271-1/+1
* hook to intercept upload_by_urlnischayn222013-07-241-0/+1
* Add user rights 'viewmywatchlist', 'editmywatchlist'Brad Jorsch2013-06-261-7/+5
* Return errors from WatchActionBrad Jorsch2013-06-201-0/+38
* Only show notoken as possible API error onceMarius Hoch2013-06-111-1/+6
* invalidparammix/missingparam get the module prefix twiceMatthias Mullie2013-06-031-3/+3
* ApiHelp: Avoid header for example, when there no examplesumherirrender2013-05-281-1/+1
* Fix badcontinue in possible errors of paraminfoumherirrender2013-05-161-4/+3
* Removed space after issetumherirrender2013-04-261-3/+3
* Fixed spacing in api folderumherirrender2013-04-201-6/+5
* API: Add new hook 'APIGetPossibleErrors'umherirrender2013-04-191-0/+17