| .. |
|
ApiBase.php
|
Remove stray backslash
|
2008-03-28 16:17:04 +00:00 |
|
ApiBlock.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiDelete.php
|
API: Added watch and unwatch parameters to action=move and action=delete
|
2008-03-02 19:00:50 +00:00 |
|
ApiEditPage.php
|
API: Rename dontcreate to createonly, which actually makes sense
|
2008-03-25 21:12:01 +00:00 |
|
ApiExpandTemplates.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiFeedWatchlist.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiFormatBase.php
|
API: Don't output error messages caused by display_errors=On when using a non-fm format
|
2008-03-26 14:01:28 +00:00 |
|
ApiFormatDbg.php
|
setting property svn:keywords Id to api files that don't have it, for use in getVersion()
|
2008-03-03 19:34:11 +00:00 |
|
ApiFormatJson.php
|
Safety fixes for API:
|
2008-03-03 05:45:37 +00:00 |
|
ApiFormatJson_json.php
|
setting property svn:keywords Id to api files that don't have it, for use in getVersion()
|
2008-03-03 19:34:11 +00:00 |
|
ApiFormatPhp.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiFormatTxt.php
|
setting property svn:keywords Id to api files that don't have it, for use in getVersion()
|
2008-03-03 19:34:11 +00:00 |
|
ApiFormatWddx.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiFormatXml.php
|
(bug 11401) Added xmldoublequote to xml formatter
|
2008-03-03 22:19:03 +00:00 |
|
ApiFormatYaml.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiFormatYaml_spyc.php
|
doc tweaks: link to http://www.php.net instead of mirrors.
|
2008-03-27 18:52:08 +00:00 |
|
ApiHelp.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiLogin.php
|
API:
|
2008-03-16 19:08:30 +00:00 |
|
ApiLogout.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiMain.php
|
Removing ApiChangeRights module
|
2008-03-27 21:13:03 +00:00 |
|
ApiMove.php
|
API: Added watch and unwatch parameters to action=move and action=delete
|
2008-03-02 19:00:50 +00:00 |
|
ApiOpenSearch.php
|
* Merged backends for OpenSearch suggestions and AJAX search.
|
2008-01-30 01:07:49 +00:00 |
|
ApiPageSet.php
|
(bug 13390) Invalid title no longer kills an entire API query
|
2008-03-18 15:17:24 +00:00 |
|
ApiParamInfo.php
|
setting property svn:keywords Id to api files that don't have it, for use in getVersion()
|
2008-03-03 19:34:11 +00:00 |
|
ApiParse.php
|
(bug 13544) Added prop=revid to action=parse
|
2008-03-28 13:27:44 +00:00 |
|
ApiProtect.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiQuery.php
|
(bug 13390) Invalid title no longer kills an entire API query
|
2008-03-18 15:17:24 +00:00 |
|
ApiQueryAllCategories.php
|
API: Change acprop description to allow for future expansion
|
2008-03-24 21:08:57 +00:00 |
|
ApiQueryAllimages.php
|
API: Adding aiprop parameter to list=allimages, some cleanup
|
2008-03-17 18:51:32 +00:00 |
|
ApiQueryAllLinks.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiQueryAllmessages.php
|
* Introduced list=allimages
|
2008-03-17 08:25:22 +00:00 |
|
ApiQueryAllpages.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiQueryAllUsers.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiQueryBacklinks.php
|
API:
|
2008-03-18 19:31:02 +00:00 |
|
ApiQueryBase.php
|
API performance enhancements (bug 13511):
|
2008-03-26 13:43:11 +00:00 |
|
ApiQueryBlocks.php
|
(Bug 13175) Added example for list=blocks
|
2008-02-28 13:32:10 +00:00 |
|
ApiQueryCategories.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiQueryCategoryMembers.php
|
Partial revert of r32097: please don't introduce this hybrid behavior thing, it'll only confuse people (has been discussed before). Spending 9 bytes on "Category:" won't kill anyone and ensures consistency with iutitle
|
2008-03-18 14:59:44 +00:00 |
|
ApiQueryDeletedrevs.php
|
API performance enhancements (bug 13511):
|
2008-03-26 13:43:11 +00:00 |
|
ApiQueryExternalLinks.php
|
Missing pages in prop=langlinks and prop=extlinks are now handled properly. (bug 13442)
|
2008-03-20 18:23:55 +00:00 |
|
ApiQueryExtLinksUsage.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiQueryImageInfo.php
|
(bug 12953) prop=imageinfo should only set query-continue when there is only one title; trying to overwrite a previously set query-continue causes a fatal error
|
2008-02-07 12:21:48 +00:00 |
|
ApiQueryImages.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiQueryInfo.php
|
Oops
|
2008-03-27 13:55:16 +00:00 |
|
ApiQueryLangLinks.php
|
Missing pages in prop=langlinks and prop=extlinks are now handled properly. (bug 13442)
|
2008-03-20 18:23:55 +00:00 |
|
ApiQueryLinks.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiQueryLogEvents.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiQueryRandom.php
|
API: Improving list=random. We now use the wrap-around from Title::getRandomTitle() to get enough pages anyway if we're unlucky, and check for duplicates.
|
2008-02-01 23:05:19 +00:00 |
|
ApiQueryRecentChanges.php
|
API: Adding info field to error message
|
2008-03-27 16:31:52 +00:00 |
|
ApiQueryRevisions.php
|
API: Added rvsection parameter to prop=revisions to allow fetching the content of a certain section only
|
2008-03-14 13:07:38 +00:00 |
|
ApiQuerySearch.php
|
(bug 13482) Disabled search types handled properly
|
2008-03-23 13:16:48 +00:00 |
|
ApiQuerySiteinfo.php
|
API: Added fallback8bitEncoding to meta=siteinfo output
|
2008-03-28 13:12:47 +00:00 |
|
ApiQueryUserContributions.php
|
API performance enhancements (bug 13511):
|
2008-03-26 13:43:11 +00:00 |
|
ApiQueryUserInfo.php
|
API: Adding uiprop=ratelimits to meta=userinfo. Note that this option only reveals rate limits applicable to the current user, not the entire $wgRateLimits array.
|
2008-02-01 14:46:46 +00:00 |
|
ApiQueryUsers.php
|
(bug 13517) list=users threw fatal error when only invalid usernames are specified
|
2008-03-26 18:08:58 +00:00 |
|
ApiQueryWatchlist.php
|
(bug 13444) Add description to list=watchlist
|
2008-03-20 18:28:02 +00:00 |
|
ApiResult.php
|
API: Fixing bug in iiprop=metadata handling:
|
2007-10-20 18:27:39 +00:00 |
|
ApiRollback.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiUnblock.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |
|
ApiUndelete.php
|
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
|
2008-01-28 19:05:26 +00:00 |