index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
api
/
ApiBase.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
API: Split list=deletedrevs into prop=deletedrevisions and list=alldeletedrev...
Brad Jorsch
2014-11-04
1
-1
/
+1
*
API: Internationalize all remaining core API modules
Brad Jorsch
2014-10-20
1
-2
/
+22
*
API: HTMLize and internationalize the help, add Special:ApiHelp
Brad Jorsch
2014-10-10
1
-318
/
+666
*
API: ApiBase::PROP_* constants are deprecated
Brad Jorsch
2014-09-24
1
-10
/
+9
*
Add content-not-allowed-here to API message map
Alex Monk
2014-09-09
1
-0
/
+4
*
API: Organize classes
Brad Jorsch
2014-08-27
1
-646
/
+689
*
API: Overhaul token handling
Brad Jorsch
2014-08-26
1
-12
/
+88
*
API: Adjust feature usage log format
Brad Jorsch
2014-08-20
1
-5
/
+5
*
Merge "API: Add a "submodule" param type"
jenkins-bot
2014-08-20
1
-0
/
+7
|
\
|
*
API: Add a "submodule" param type
Brad Jorsch
2014-08-19
1
-0
/
+7
*
|
Merge "Test only against protection for deleting"
jenkins-bot
2014-08-19
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Test only against protection for deleting
Jackmcbarn
2014-08-12
1
-2
/
+2
*
|
API: Add method for logging feature usage
Brad Jorsch
2014-08-14
1
-0
/
+15
*
|
Fixed some docs
umherirrender
2014-08-13
1
-1
/
+1
*
|
Docs: compatability -> compatibility
umherirrender
2014-08-13
1
-1
/
+1
|
/
*
Do not allow a user to delete a page they can't edit
Brad Jorsch
2014-08-10
1
-0
/
+4
*
API: Remove action=paraminfo 'props' and 'errors' result properties
Brad Jorsch
2014-08-07
1
-164
/
+51
*
Added ApiResult::NO_SIZE_CHECK flag for addValue()
Yuri Astrakhan
2014-07-11
1
-3
/
+1
*
Change some mixed @param docs in api classes
umherirrender
2014-07-09
1
-2
/
+2
*
Remove ApiBase::createContext() (deprecated since 1.19)
umherirrender
2014-06-25
1
-15
/
+0
*
Switch API to use Config classes
Reedy
2014-06-15
1
-3
/
+1
*
Use type hinting in ApiBase
Brad Jorsch
2014-06-12
1
-3
/
+5
*
Add error 'pagecannotexist' to ApiBase::getTitleOrPageIdErrorMessage
umherirrender
2014-06-06
1
-0
/
+1
*
Expand doc of ApiBase::require*Parameter functions
umherirrender
2014-05-20
1
-0
/
+15
*
API: Fix documentation for ApiBase::require*OneParameter
Brad Jorsch
2014-05-13
1
-8
/
+9
*
Fixed some @params documentation (includes/api)
umherirrender
2014-04-18
1
-38
/
+40
*
Fix spacing after @param and friends in comments
umherirrender
2014-04-05
1
-3
/
+3
*
Update formatting
Siebrand Mazeland
2014-02-06
1
-0
/
+1
*
Merge "Support ApiPageSet in ApiWatch"
jenkins-bot
2014-02-04
1
-5
/
+18
|
\
|
*
Support ApiPageSet in ApiWatch
eranroz
2014-02-04
1
-5
/
+18
*
|
Code style fixes to ApiBase::requireAtLeastOneParameter
Tyler Anthony Romeo
2014-01-24
1
-6
/
+16
|
/
*
Create ApiBase::requireAtLeastOneParameter helper
Tyler Anthony Romeo
2014-01-23
1
-0
/
+32
*
Remove classes and functions deprecated in MediaWiki 1.17
Siebrand Mazeland
2014-01-05
1
-11
/
+0
*
Remove unneeded uses of else{} in api/
Siebrand Mazeland
2013-11-18
1
-13
/
+13
*
Merge "Address CodeSniffer comments in ApiBase.php"
jenkins-bot
2013-11-18
1
-184
/
+638
|
\
|
*
Address CodeSniffer comments in ApiBase.php
Siebrand Mazeland
2013-11-17
1
-184
/
+638
*
|
Add/update/remove incomplete/incorrect documentation
Siebrand Mazeland
2013-11-17
1
-1
/
+2
|
/
*
Update formatting on API classes
Siebrand Mazeland
2013-11-14
1
-9
/
+34
*
Cleanup watchlist preference usage
Brad Jorsch
2013-11-08
1
-4
/
+4
*
Deprecate wfDebugDieBacktrace
Kevin Israel
2013-09-27
1
-1
/
+1
*
hook to intercept upload_by_url
nischayn22
2013-07-24
1
-0
/
+1
*
Add user rights 'viewmywatchlist', 'editmywatchlist'
Brad Jorsch
2013-06-26
1
-7
/
+5
*
Return errors from WatchAction
Brad Jorsch
2013-06-20
1
-0
/
+38
*
Only show notoken as possible API error once
Marius Hoch
2013-06-11
1
-1
/
+6
*
invalidparammix/missingparam get the module prefix twice
Matthias Mullie
2013-06-03
1
-3
/
+3
*
ApiHelp: Avoid header for example, when there no examples
umherirrender
2013-05-28
1
-1
/
+1
*
Fix badcontinue in possible errors of paraminfo
umherirrender
2013-05-16
1
-4
/
+3
*
Removed space after isset
umherirrender
2013-04-26
1
-3
/
+3
*
Fixed spacing in api folder
umherirrender
2013-04-20
1
-6
/
+5
*
API: Add new hook 'APIGetPossibleErrors'
umherirrender
2013-04-19
1
-0
/
+17
[next]