Documentation updates and one typo fix.
--- a/app/soc/logic/site/id_user.py Thu Sep 18 17:33:20 2008 +0000
+++ b/app/soc/logic/site/id_user.py Thu Sep 18 22:11:56 2008 +0000
@@ -136,7 +136,7 @@
return False
def isIdUser(id=None):
- """Returns True if Google Account has it's soc.models.user.User entity in datastore.
+ """Returns True if a Google Account has it's soc.models.user.User entity in datastore.
Args:
id: a Google Account (users.User) object; if id is not supplied,
@@ -157,7 +157,7 @@
return True
def isIdDeveloper(id=None):
- """Returns True if Google Account is a Developer with special privileges.
+ """Returns True if a Google Account is a Developer with special privileges.
Since it only works on the current logged-in user, if id matches the
current logged-in Google Account, the App Engine Users API function
--- a/app/soc/views/site/home.py Thu Sep 18 17:33:20 2008 +0000
+++ b/app/soc/views/site/home.py Thu Sep 18 22:11:56 2008 +0000
@@ -19,8 +19,7 @@
public: how the general public sees the site home page of a Melange
site
-There may (eventually) be different views of the site home page for
-logged-in Users (such as a edit() view for logged-in Developers).
+edit: site settings view for logged-in Developers
"""
__authors__ = [