From 481ef823dd04daff736b5a98472322e28bd4e756 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 5 Jun 2010 19:45:15 -0700 Subject: Add an advanced setting to allow developers to allow guest access to REST entities. --- modules/rest/module.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/rest/module.info') diff --git a/modules/rest/module.info b/modules/rest/module.info index 3ab7e165..4b6b5464 100644 --- a/modules/rest/module.info +++ b/modules/rest/module.info @@ -1,4 +1,4 @@ name = "REST Access Module" description = "The RESTful implementation/interface to Gallery3" -version = 2 +version = 3 -- cgit v1.2.3 From 78186c262c1ab87500cb8d6a1bebae35c2dfbf40 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 15 Jun 2010 16:09:45 -0700 Subject: Update the description. --- modules/rest/module.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/rest/module.info') diff --git a/modules/rest/module.info b/modules/rest/module.info index 4b6b5464..5aaffc28 100644 --- a/modules/rest/module.info +++ b/modules/rest/module.info @@ -1,4 +1,4 @@ -name = "REST Access Module" -description = "The RESTful implementation/interface to Gallery3" +name = "REST API Module" +description = "A REST-based API that allows desktop clients and other apps to interact with Gallery 3" version = 3 -- cgit v1.2.3