| .. |
|
ApiBase.php
|
API: Fix r42813, committed some stuff that shouldn't be committed just yet
|
2008-10-30 17:24:40 +00:00 |
|
ApiBlock.php
|
API: Make reblocking (introduced in r42843) possible through the API
|
2008-11-18 15:21:04 +00:00 |
|
ApiDelete.php
|
* (bug 16626) action=delete now correctly handles empty "reason" param
|
2008-12-13 21:07:18 +00:00 |
|
ApiDisabled.php
|
API: Add ApiDisabled and ApiQueryDisabled classes so individual modules can be disabled by putting $wgAPIModules['foo'] = 'ApiDisabled'; in LocalSettings.php
|
2008-09-25 20:50:50 +00:00 |
|
ApiEditPage.php
|
API: (bug 16581) Fix regression from r44015 ("Various minor cleanup") which changed Article::replaceSection() to treat $section=null as $section=0 rather than $section='' as it did before, causing a nasty API edit bug. When changing a function's behavior, please update the callers, and don't forget the API.
|
2008-12-10 14:12:54 +00:00 |
|
ApiEmailUser.php
|
API:
|
2008-09-25 21:39:36 +00:00 |
|
ApiExpandTemplates.php
|
|
|
|
ApiFeedWatchlist.php
|
|
|
|
ApiFormatBase.php
|
Don't use getParameter() inside substituteResultWithError(), since it will try to call dieUsage() again if the format parameter is invalid. This fixes the error message for invalid formats, which was broken.
|
2008-11-14 00:30:34 +00:00 |
|
ApiFormatDbg.php
|
|
|
|
ApiFormatJson.php
|
|
|
|
ApiFormatJson_json.php
|
Wrapped certain tricky constructs in @cond/@endcond to prevent Doxygen
|
2008-08-06 03:55:49 +00:00 |
|
ApiFormatPhp.php
|
|
|
|
ApiFormatTxt.php
|
|
|
|
ApiFormatWddx.php
|
(bug 15673) Add indentation and newlines to format=wddxfm output:
|
2008-09-25 14:23:24 +00:00 |
|
ApiFormatXml.php
|
API: (bug 16105) Image metadata attributes with spaces produce invalid XML. Just replace spaces with underscores in the XML formatter and be done with it.
|
2008-10-25 15:53:58 +00:00 |
|
ApiFormatYaml.php
|
|
|
|
ApiFormatYaml_spyc.php
|
* fix doxygen warnings
|
2008-12-08 17:29:24 +00:00 |
|
ApiHelp.php
|
|
|
|
ApiLogin.php
|
(bug 15479) action=login no longer sets wait parameter when result="Throttled"; regression from r40054
|
2008-09-04 19:48:48 +00:00 |
|
ApiLogout.php
|
$oldName parameter to UserLogoutComplete hook call was missing.
|
2008-11-15 01:23:39 +00:00 |
|
ApiMain.php
|
Don't use getParameter() inside substituteResultWithError(), since it will try to call dieUsage() again if the format parameter is invalid. This fixes the error message for invalid formats, which was broken.
|
2008-11-14 00:30:34 +00:00 |
|
ApiMove.php
|
* (bug 15845) API: Added pageid/fromid parameter to action=delete/move, making manipulation of legacy pages with invalid titles possible
|
2008-10-07 14:57:59 +00:00 |
|
ApiOpenSearch.php
|
|
|
|
ApiPageSet.php
|
Don't show orphaned revisions (will matter for bug 11402 later)
|
2008-10-29 04:17:31 +00:00 |
|
ApiParamInfo.php
|
API: Add allowsduplicates attribute to action=paraminfo output
|
2008-10-04 15:03:03 +00:00 |
|
ApiParse.php
|
API: (bug 16515) Added pst and onlypst parameters to action=parse, which do a pre-save transform on the input
|
2008-12-04 15:51:39 +00:00 |
|
ApiPatrol.php
|
Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc.
|
2008-10-25 14:04:43 +00:00 |
|
ApiProtect.php
|
* API: (bug 16613) action=protect doesn't say when &cascade is set but cascading protection wasn't allowed
|
2008-12-10 22:39:41 +00:00 |
|
ApiPurge.php
|
Fix some doxygen stuff.
|
2008-09-19 00:21:03 +00:00 |
|
ApiQuery.php
|
Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc.
|
2008-10-25 14:04:43 +00:00 |
|
ApiQueryAllCategories.php
|
(bug 15985) Fix acfrom and aifrom breakage when sorting in descending order
|
2008-10-16 14:28:49 +00:00 |
|
ApiQueryAllimages.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +00:00 |
|
ApiQueryAllLinks.php
|
API:
|
2008-08-27 16:48:30 +00:00 |
|
ApiQueryAllmessages.php
|
API: More cleanup:
|
2008-07-10 14:28:09 +00:00 |
|
ApiQueryAllpages.php
|
(bug 15767) API: apfilterlanglinks returns duplicate results
|
2008-10-05 09:35:47 +00:00 |
|
ApiQueryAllUsers.php
|
API: (bug 16594) Use strict comparison in list=allusers. This'll hopefully make [[User:]] on enwiki show up again; he's currently being dropped from the user list because false == ''
|
2008-12-11 21:51:01 +00:00 |
|
ApiQueryBacklinks.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +00:00 |
|
ApiQueryBase.php
|
Fix encoding
|
2008-12-11 19:11:11 +00:00 |
|
ApiQueryBlocks.php
|
API: (bug 16367) Add allowusertalk attribute to list=blocks output
|
2008-11-18 15:11:11 +00:00 |
|
ApiQueryCategories.php
|
Consistent casing for wfGetDB(), getDB(), and getDBKey()
|
2008-11-06 22:38:42 +00:00 |
|
ApiQueryCategoryInfo.php
|
Consistent casing for wfGetDB(), getDB(), and getDBKey()
|
2008-11-06 22:38:42 +00:00 |
|
ApiQueryCategoryMembers.php
|
Per Catrope's request, commiting patch on bug 16017:
|
2008-10-18 10:09:19 +00:00 |
|
ApiQueryDeletedrevs.php
|
Revert r40792. Filesort is gone, but table scan is still there for time range.
|
2008-09-13 20:41:58 +00:00 |
|
ApiQueryDisabled.php
|
API: Add ApiDisabled and ApiQueryDisabled classes so individual modules can be disabled by putting $wgAPIModules['foo'] = 'ApiDisabled'; in LocalSettings.php
|
2008-09-25 20:50:50 +00:00 |
|
ApiQueryDuplicateFiles.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +00:00 |
|
ApiQueryExternalLinks.php
|
API: Add paging (i.e. limit and continue) parameters to prop={links,templatelinks,langlinks,extlinks,categories,images}. This means that these modules will no longer request data from the database without a LIMIT, and that clients will have to use the query-continue method to get all the results.
|
2008-07-07 17:32:22 +00:00 |
|
ApiQueryExtLinksUsage.php
|
Consistent casing for wfGetDB(), getDB(), and getDBKey()
|
2008-11-06 22:38:42 +00:00 |
|
ApiQueryImageInfo.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +00:00 |
|
ApiQueryImages.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +00:00 |
|
ApiQueryInfo.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +00:00 |
|
ApiQueryLangLinks.php
|
Consistent casing for wfGetDB(), getDB(), and getDBKey()
|
2008-11-06 22:38:42 +00:00 |
|
ApiQueryLinks.php
|
Consistent casing for wfGetDB(), getDB(), and getDBKey()
|
2008-11-06 22:38:42 +00:00 |
|
ApiQueryLogEvents.php
|
API: (bug 16541) Adding block expiry timestamp to list=logevents output (calculated from the block's timestamp and its duration)
|
2008-12-04 15:59:26 +00:00 |
|
ApiQueryRandom.php
|
Tweaks for r40686, r40687:
|
2008-09-10 13:30:42 +00:00 |
|
ApiQueryRecentChanges.php
|
Consistent casing for wfGetDB(), getDB(), and getDBKey()
|
2008-11-06 22:38:42 +00:00 |
|
ApiQueryRevisions.php
|
API: (bug 16516) Made rvsection=T-2 work rather than being interpreted as rvsection=0
|
2008-12-03 19:01:30 +00:00 |
|
ApiQuerySearch.php
|
API: (bug 16548) list=search threw invalid errors under certain circumstances
|
2008-12-03 19:33:57 +00:00 |
|
ApiQuerySiteinfo.php
|
* API siteinfo query no longer throws an exception for empty sifilter parameter.
|
2008-11-17 18:13:11 +00:00 |
|
ApiQueryUserContributions.php
|
Consistent casing for wfGetDB(), getDB(), and getDBKey()
|
2008-11-06 22:38:42 +00:00 |
|
ApiQueryUserInfo.php
|
Fix up r43673: reindex the rights array after removing duplicates
|
2008-11-20 15:15:00 +00:00 |
|
ApiQueryUsers.php
|
API: Recommit r44182 (Added usprop=canemail to list=users) and rename canemail to emailable
|
2008-12-04 14:42:30 +00:00 |
|
ApiQueryWatchlist.php
|
Revert part of r44232, accidentally committed too much
|
2008-12-04 15:55:47 +00:00 |
|
ApiQueryWatchlistRaw.php
|
Add a meaningful example for list=watchlistraw
|
2008-10-04 14:30:33 +00:00 |
|
ApiResult.php
|
Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc.
|
2008-10-25 14:04:43 +00:00 |
|
ApiRollback.php
|
Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc.
|
2008-10-25 14:04:43 +00:00 |
|
ApiUnblock.php
|
API: Per IRC conversation with Splarka, add a few words about token availability from prop=info in the help text for action=block and action=unblock
|
2008-10-27 12:06:49 +00:00 |
|
ApiUndelete.php
|
Consistent casing for wfGetDB()
|
2008-11-06 22:30:55 +00:00 |
|
ApiWatch.php
|
missing svn:keywords property
|
2008-09-04 22:20:32 +00:00 |