(bug 19004) Added support for tags to the API. Patch by Matthew Britton.
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Mon, 3 Aug 2009 17:48:01 +0000 (17:48 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Mon, 3 Aug 2009 17:48:01 +0000 (17:48 +0000)
commit1ac223539ebe2ed16bece679c08b0cc69d0b8c3a
tree6f5bcb61e8a93acdfc6d6186e671afa6e6595965
parent4a207300ee466dcd6dd6c597b702b29f335df4bb
(bug 19004) Added support for tags to the API. Patch by Matthew Britton.
CREDITS
RELEASE-NOTES
includes/AutoLoader.php
includes/ChangeTags.php
includes/api/ApiQuery.php
includes/api/ApiQueryLogEvents.php
includes/api/ApiQueryRecentChanges.php
includes/api/ApiQueryRevisions.php
includes/api/ApiQueryTags.php [new file with mode: 0644]
includes/api/ApiQueryUserContributions.php
includes/specials/SpecialTags.php