Create includes/api/query for Query API and includes/api/edit for Edit API
authorVictor Vasiliev <vasilievvv@users.mediawiki.org>
Thu, 6 Dec 2007 18:22:15 +0000 (18:22 +0000)
committerVictor Vasiliev <vasilievvv@users.mediawiki.org>
Thu, 6 Dec 2007 18:22:15 +0000 (18:22 +0000)
commit4e4cdf079eadb114034698ca880d2ae1e4b9a857
treeff987749d4138a21f3df20835de34af1b5ae5612
parente754912024b6ae9befb81a056d8a08cff3d8b4fe
Create includes/api/query for Query API and includes/api/edit for Edit API
69 files changed:
includes/AutoLoader.php
includes/api/ApiBlock.php [deleted file]
includes/api/ApiChangeRights.php [deleted file]
includes/api/ApiDelete.php [deleted file]
includes/api/ApiMove.php [deleted file]
includes/api/ApiProtect.php [deleted file]
includes/api/ApiQuery.php [deleted file]
includes/api/ApiQueryAllLinks.php [deleted file]
includes/api/ApiQueryAllUsers.php [deleted file]
includes/api/ApiQueryAllmessages.php [deleted file]
includes/api/ApiQueryAllpages.php [deleted file]
includes/api/ApiQueryBacklinks.php [deleted file]
includes/api/ApiQueryBase.php [deleted file]
includes/api/ApiQueryBlocks.php [deleted file]
includes/api/ApiQueryCategories.php [deleted file]
includes/api/ApiQueryCategoryMembers.php [deleted file]
includes/api/ApiQueryDeletedrevs.php [deleted file]
includes/api/ApiQueryExtLinksUsage.php [deleted file]
includes/api/ApiQueryExternalLinks.php [deleted file]
includes/api/ApiQueryImageInfo.php [deleted file]
includes/api/ApiQueryImages.php [deleted file]
includes/api/ApiQueryInfo.php [deleted file]
includes/api/ApiQueryLangLinks.php [deleted file]
includes/api/ApiQueryLinks.php [deleted file]
includes/api/ApiQueryLogEvents.php [deleted file]
includes/api/ApiQueryRecentChanges.php [deleted file]
includes/api/ApiQueryRevisions.php [deleted file]
includes/api/ApiQuerySearch.php [deleted file]
includes/api/ApiQuerySiteinfo.php [deleted file]
includes/api/ApiQueryUserContributions.php [deleted file]
includes/api/ApiQueryUserInfo.php [deleted file]
includes/api/ApiQueryWatchlist.php [deleted file]
includes/api/ApiRollback.php [deleted file]
includes/api/ApiUnblock.php [deleted file]
includes/api/ApiUndelete.php [deleted file]
includes/api/edit/ApiBlock.php [new file with mode: 0644]
includes/api/edit/ApiChangeRights.php [new file with mode: 0644]
includes/api/edit/ApiDelete.php [new file with mode: 0644]
includes/api/edit/ApiMove.php [new file with mode: 0644]
includes/api/edit/ApiProtect.php [new file with mode: 0644]
includes/api/edit/ApiRollback.php [new file with mode: 0644]
includes/api/edit/ApiUnblock.php [new file with mode: 0644]
includes/api/edit/ApiUndelete.php [new file with mode: 0644]
includes/api/query/ApiQuery.php [new file with mode: 0644]
includes/api/query/ApiQueryAllLinks.php [new file with mode: 0644]
includes/api/query/ApiQueryAllUsers.php [new file with mode: 0644]
includes/api/query/ApiQueryAllmessages.php [new file with mode: 0644]
includes/api/query/ApiQueryAllpages.php [new file with mode: 0644]
includes/api/query/ApiQueryBacklinks.php [new file with mode: 0644]
includes/api/query/ApiQueryBase.php [new file with mode: 0644]
includes/api/query/ApiQueryBlocks.php [new file with mode: 0644]
includes/api/query/ApiQueryCategories.php [new file with mode: 0644]
includes/api/query/ApiQueryCategoryMembers.php [new file with mode: 0644]
includes/api/query/ApiQueryDeletedrevs.php [new file with mode: 0644]
includes/api/query/ApiQueryExtLinksUsage.php [new file with mode: 0644]
includes/api/query/ApiQueryExternalLinks.php [new file with mode: 0644]
includes/api/query/ApiQueryImageInfo.php [new file with mode: 0644]
includes/api/query/ApiQueryImages.php [new file with mode: 0644]
includes/api/query/ApiQueryInfo.php [new file with mode: 0644]
includes/api/query/ApiQueryLangLinks.php [new file with mode: 0644]
includes/api/query/ApiQueryLinks.php [new file with mode: 0644]
includes/api/query/ApiQueryLogEvents.php [new file with mode: 0644]
includes/api/query/ApiQueryRecentChanges.php [new file with mode: 0644]
includes/api/query/ApiQueryRevisions.php [new file with mode: 0644]
includes/api/query/ApiQuerySearch.php [new file with mode: 0644]
includes/api/query/ApiQuerySiteinfo.php [new file with mode: 0644]
includes/api/query/ApiQueryUserContributions.php [new file with mode: 0644]
includes/api/query/ApiQueryUserInfo.php [new file with mode: 0644]
includes/api/query/ApiQueryWatchlist.php [new file with mode: 0644]