| .. |
|
ApiBase.php
|
* Fixed call to deprecated functions
|
2008-03-24 15:04:55 +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 |
|
ApiChangeRights.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 |
|
ApiDelete.php
|
API: Added watch and unwatch parameters to action=move and action=delete
|
2008-03-02 19:00:50 +00:00 |
|
ApiEditPage.php
|
(bug 13315) Adding section editing to API action=edit. Please read my post on the mediawiki-api list for usage notes
|
2008-03-12 13:25:12 +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
|
* (bug 13218) Fix inclusion of " character in hyperlinks
|
2008-03-02 13:57:56 +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
|
API: Avoid number/string confusion in YAML
|
2008-03-13 20:59:29 +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
|
Updated credits per discussion with Brion
|
2008-03-20 06:54:24 +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
|
API: Adding page parameter to action=parse to facilitate parsing existing pages. Note that this isn't the same as action=raw: action=parse also returns the section tree and other useful stuff. The parameter is called "page" rather than "title" because there is a "title" parameter already and I decided to go the backwards compatible road for a change :D
|
2008-01-29 14:47:27 +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
|
Safety fixes for API:
|
2008-03-03 05:45:37 +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: Couplt problems with ApiQueryDeletedRevs
|
2008-02-28 17:25:33 +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
|
Correcting slight mistake in r32413
|
2008-03-25 15:36:05 +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
|
(bug 12394) Adding rctitles parameter to list=recentchanges to facilitate easier retrieval of rcid. Also changing RELEASE-NOTES entries to be more consistent with each other
|
2008-02-27 10:28:03 +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
|
Show whether the WriteApi is enabled in meta=siteinfo.
|
2008-03-04 17:29:05 +00:00 |
|
ApiQueryUserContributions.php
|
API: Adding $wgAPIUCUserPrefixMinLength config variable to close a DOS window
|
2008-03-03 11:29:49 +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
|
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 |
|
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 |