Monotone-Parent: e46821e8deef27889438bc1efe4af943f5f7ff26

Monotone-Revision: 37ee3c63e273b4b20f99c82d5e239e410e7876c7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-09T19:04:07
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-05-09 19:04:07 +00:00
parent 40b442f8fe
commit 7c4ddf0e8c
2 changed files with 16 additions and 13 deletions

View File

@@ -18,25 +18,26 @@
};
SOGoContactGCSFolder = {
superclass = "SOGoFolder";
superclass = "SOGoFolder";
};
SOGoContactGCSEntry = {
superclass = "SOGoContentObject";
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
};
};
SOGoContactLDAPFolder = {
superclass = "SOGoFolder";
superclass = "SOGoFolder";
defaultAccess = "allow";
protectedBy = "<public>";
};
SOGoContactLDAPEntry = {
SOGoContactLDIFEntry = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
};
defaultAccess = "allow";
protectedBy = "<public>";
};
};
}

View File

@@ -63,6 +63,8 @@
};
};
/* both following class should be "reparented" so as to only have
SOGoContactFolder here... */
SOGoContactGCSFolder = {
slots = {
toolbar = {
@@ -111,21 +113,21 @@
};
methods = {
view = {
protectedBy = "View";
protectedBy = "<public>";
pageName = "UIxContactsListView";
};
new = {
protectedBy = "View";
protectedBy = "<public>";
pageName = "UIxContactEditor";
actionName = "new";
};
mailer-contacts = {
protectedBy = "View";
protectedBy = "<public>";
pageName = "UIxContactsListView";
actionName = "mailerContacts";
};
canAccessContent = {
protectedBy = "View";
protectedBy = "<public>";
pageName = "UIxContactsListView";
actionName = "canAccessContent";
};
@@ -160,10 +162,10 @@
};
};
SOGoContactLDAPEntry = {
SOGoContactLDIFEntry = {
methods = {
view = {
protectedBy = "View";
protectedBy = "<public>";
pageName = "UIxContactView";
};
delete = {