added the CommunityManager, the initial implementation of community objects,

and related supporting code and database material
This commit is contained in:
Eric J. Bowersox
2003-05-30 08:35:35 +00:00
parent 9218e24591
commit 4f62066e6b
23 changed files with 2902 additions and 106 deletions

View File

@@ -16,3 +16,16 @@
# ---------------------------------------------------------------------------------
# This file has been localized for the en_US locale
cat.notfound=The category with ID#{0} does not exist in the database.
cid.notfound=The community with ID#{0} does not exist in the database.
alias.notfound=The community with alias "{0}" does not exist in the database.
auth.getCommList=You are not authorized to get the member community list for user "{0}."
auth.setCategory=You are not authorized to set the category for community "{0}."
property.serialize=The value of property "{0}" could not be serialized.
property.deserialize=The value of property "{0}" could not be deserialized.
auth.setProperty=You are not authorized to set properties on the community "{0}."
auth.removeProperty=You are not authorized to remove properties from the community "{0}."
auth.setVisibility=You are not authorized to set the visibility for community "{0}."
auth.setName=You are not authorized to change the name of community "{0}."
auth.setAlias=You are not authorized to change the alias of community "{0}."
auth.grantAccess=You are not authorized to grant access to community "{0}."
auth.revokeAccess=You are not authorized to revoke access grants in community "{0}."