some work on the ACLs to improve their editability, creation of the ACL helper,

creation of the first conferencing permissions, and the use of those
permissions in the first conference display
This commit is contained in:
Eric J. Bowersox
2003-06-25 07:46:20 +00:00
parent 8b40695626
commit db492cf185
15 changed files with 556 additions and 123 deletions

View File

@@ -586,8 +586,12 @@ INSERT INTO globalprop (nsid, prop_name, prop_value) VALUES
(6, 'bnc.configure', '!Configure' ),
(6, 'bn.create', '!create.jpg' ),
(6, 'bnc.create', '!Create' ),
(6, 'bn.create.new', '!create_new.jpg' ),
(6, 'bnc.create.new', '!Create New' ),
(6, 'bn.federate', '!federate.jpg' ),
(6, 'bnc.federate', '!Federate' ),
(6, 'bn.find', '!find.jpg' ),
(6, 'bnc.find', '!Find' ),
(6, 'bn.i.accept', '!user_accept.jpg' ),
(6, 'bnc.i.accept', '!I Accept' ),
(6, 'bn.i.decline', '!user_decline.jpg' ),
@@ -596,6 +600,8 @@ INSERT INTO globalprop (nsid, prop_name, prop_value) VALUES
(6, 'bnc.login', '!Log In' ),
(6, 'bn.logout', '!logout.jpg' ),
(6, 'bnc.logout', '!Log Out' ),
(6, 'bn.manage', '!manage.jpg' ),
(6, 'bnc.manage', '!Manage' ),
(6, 'bn.next', '!arrow_next.jpg' ),
(6, 'bnc.next', '!Next' ),
(6, 'bn.no', '!no.jpg' ),
@@ -937,7 +943,7 @@ UPDATE groups SET gaclid = 4 WHERE gid = 5;
# Create the ACL for the initial community.
# (ACL 5, ACEs 9, 10, 11, 12)
INSERT INTO acl (aclid, aclname) VALUES (5, 'ACL:piazza');
INSERT INTO aclowner (aclid, ownerid, flags) VALUES (5, 5, 1);
INSERT INTO aclowner (aclid, ownerid, flags) VALUES (5, 5, 1), (5, 1, 1), (5, 1, 0);
INSERT INTO ace (aceid, pri, flags) VALUES (12, 2, 16);
INSERT INTO acldata (aclid, seq, aceid) VALUES (5, 0, 12);
INSERT INTO acedata (aceid, perm_nsid, perm_name) VALUES