..
ApiBase.php
Revert r46512 (Add "check" parameter to action=email) and its followups r46515 and r46517. This functionality is already present in list=users (as usprop=emailable), where it belongs
2009-01-31 13:20:36 +00:00
ApiBlock.php
API: Make reblocking (introduced in r42843) possible through the API
2008-11-18 15:21:04 +00:00
ApiDelete.php
Fix broken calls to ArticleDelete hook.
2009-01-29 01:04:00 +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 15949) Add undo functionality to action=edit
2009-01-26 13:51:03 +00:00
ApiEmailUser.php
Revert r46512 (Add "check" parameter to action=email) and its followups r46515 and r46517. This functionality is already present in list=users (as usprop=emailable), where it belongs
2009-01-31 13:20:36 +00:00
ApiExpandTemplates.php
API: Crusade against extract(). Left one extract() call alone in ApiQueryBacklinks.php because I don't have a better alternative for it.
2008-12-17 16:34:01 +00:00
ApiFeedWatchlist.php
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
ApiFormatBase.php
API: (bug 17182) Fix pretty printer so URLs with parentheses in them are autolinked correctly
2009-01-31 13:05:12 +00:00
ApiFormatDbg.php
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
ApiFormatJson.php
API: (bug 16798) Fix for PHP bug 46944 (PHP's JSON formatter encodes certain UTF8 characters incorrectly) by falling back to our own formatter if PHP's is broken. Also fix up our own JSON formatter which also messed up these characters, albeit in a different way. Slightly modified patch by Brad Jorsch.
2009-01-12 14:11:20 +00:00
ApiFormatJson_json.php
* svn:eol-style native for r45755
2009-01-15 10:18:44 +00:00
ApiFormatPhp.php
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
ApiFormatRaw.php
* API: (bug 17007) Add export functionality to the API
2009-02-02 20:07:33 +00:00
ApiFormatTxt.php
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
ApiFormatWddx.php
War on wfElement() and friends. Call the Xml members directly, rather than using old wrappers.
2008-12-14 19:14:21 +00:00
ApiFormatXml.php
War on wfElement() and friends. Call the Xml members directly, rather than using old wrappers.
2008-12-14 19:14:21 +00:00
ApiFormatYaml.php
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
ApiFormatYaml_spyc.php
* fix doxygen warnings
2008-12-08 17:29:24 +00:00
ApiHelp.php
WARNING: HUGE COMMIT
2008-05-20 17:13:28 +00:00
ApiLogin.php
s/existant/existent/
2009-01-01 02:02:03 +00:00
ApiLogout.php
$oldName parameter to UserLogoutComplete hook call was missing.
2008-11-15 01:23:39 +00:00
ApiMain.php
API: ApiBase::dieUsage() is not a static function, fix static calls
2009-01-23 20:08:00 +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
Pulling back r46341 and r46342 for now "API: (bug 17142) Add redirects parameter to action=opensearch to control redirect resolution. Changes to OpenSearchXML extension in next commit"
2009-01-27 20:39:24 +00:00
ApiPageSet.php
s/existant/existent/
2009-01-01 02:02:03 +00:00
ApiParamInfo.php
API: Add allowsduplicates attribute to action=paraminfo output
2008-10-04 15:03:03 +00:00
ApiParse.php
Fix up r46646: instead of outputting displaytitle="" when {{DISPLAYTITLE}} isn't used (or isn't valid), output the 'normal' title instead
2009-01-31 16:35:23 +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 17317) Added watch parameter to action=protect
2009-02-02 16:38:40 +00:00
ApiPurge.php
Fix some doxygen stuff.
2008-09-19 00:21:03 +00:00
ApiQuery.php
* API: (bug 17007) Add export functionality to the API
2009-02-02 20:07:33 +00:00
ApiQueryAllCategories.php
API: (bug 16647) list=allcategories, prop=categories don't return "hidden" property for hidden categories. Patch by Brad Jorsch
2008-12-14 20:24:23 +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: Fixing paging in list=alllinks, which seems to have been broken for a long time. Also fix alunique, which simply didn't work. No RELEASE-NOTES entry since I'm gonna backport this to 1.14.
2009-01-17 19:52:37 +00:00
ApiQueryAllmessages.php
API: More cleanup:
2008-07-10 14:28:09 +00:00
ApiQueryAllpages.php
API: (bug 16730) Added apprfiltercascade parameter to list=allpages to filter cascade-protected pages
2008-12-20 23:54:04 +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
Explain why this code doesn't use LinkBatch.
2009-01-24 13:10: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
API: (bug 16844) Added clcategories parameter to prop=category to make checking whether a certain page is in a certain category more efficient
2009-01-14 17:04:46 +00:00
ApiQueryCategoryInfo.php
API: (bug 16647) list=allcategories, prop=categories don't return "hidden" property for hidden categories. Patch by Brad Jorsch
2008-12-14 20:24:23 +00:00
ApiQueryCategoryMembers.php
Per Catrope's request, commiting patch on bug 16017:
2008-10-18 10:09:19 +00:00
ApiQueryDeletedrevs.php
Revert r45821, r45830, r45831 and r45835 all in order to revert r45819, per discussions on CR. Will redo part of r45819 momentarily.
2009-01-19 13:56:08 +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
API: (bug 16629) "edit=:move=" in page.page_restrictions was interpreted incorrectly. Also moved up the code checking for legacy protections to right after the code checking for 'new' protections.
2009-01-12 14:27:28 +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
API: Crusade against extract(). Left one extract() call alone in ApiQueryBacklinks.php because I don't have a better alternative for it.
2008-12-17 16:34:01 +00:00
ApiQueryRevisions.php
API: Crusade against extract(). Left one extract() call alone in ApiQueryBacklinks.php because I don't have a better alternative for it.
2008-12-17 16:34:01 +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: (bug 17224) Add siprop=rightsinfo to meta=siteinfo. Modified patch by Brianna Laugher
2009-01-31 15:56:52 +00:00
ApiQueryUserContributions.php
API: (bug 17069) Added ucshow=patrolled|!patrolled to list=usercontribs
2009-01-19 16:04:33 +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
API: Crusade against extract(). Left one extract() call alone in ApiQueryBacklinks.php because I don't have a better alternative for it.
2008-12-17 16:34:01 +00:00
ApiQueryWatchlistRaw.php
Add a meaningful example for list=watchlistraw
2008-10-04 14:30:33 +00:00
ApiResult.php
Fix up r45749: do is_string() check in the caller instead
2009-01-21 09:26:48 +00:00
ApiRollback.php
fix param description, rollback token comes from prop=revisions
2008-12-26 04:13:47 +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
Fix comment leftover from ApiLogout
2009-01-14 00:00:40 +00:00