Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7846/data
Modified Files:
install_security.dat
Log Message:
OIN-119: be able to disable comments for an individual object or for an entire class of objects -- new action (comment_admin) as well as SPOPS object (comment_disable)
Index: install_security.dat
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/data/install_security.dat,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** install_security.dat 24 Nov 2003 22:34:37 -0000 1.2
--- install_security.dat 4 Mar 2005 15:22:11 -0000 1.3
***************
*** 4,8 ****
field_order => [ qw/ class object_id scope scope_id security_level / ],
transform_default_to_id => [ 'scope_id' ], },
! [ 'OpenInteract2::Action::Comments', 0, 'w', 'world', 4 ],
! [ 'OpenInteract2::Action::Comments', 0, 'g', 'site_admin_group', 8 ],
];
--- 4,10 ----
field_order => [ qw/ class object_id scope scope_id security_level / ],
transform_default_to_id => [ 'scope_id' ], },
! [ 'OpenInteract2::Action::Comments', 0, 'w', 'world', 4 ],
! [ 'OpenInteract2::Action::Comments', 0, 'g', 'site_admin_group', 8 ],
! [ 'OpenInteract2::Action::CommentAdmin', 0, 'w', 'world', 0 ],
! [ 'OpenInteract2::Action::CommentAdmin', 0, 'g', 'site_admin_group', 8 ],
];
|