From: Chris W. <la...@us...> - 2005-09-22 03:38:11
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/whats_new/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1265/conf Modified Files: spops_whats_new.ini action.ini Log Message: remove object-level security, ensure app security is of the 'only allowed' variety; use URL-params where possible; try to eliminate double adding... Index: spops_whats_new.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/whats_new/conf/spops_whats_new.ini,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** spops_whats_new.ini 12 Jun 2004 23:39:34 -0000 1.3 --- spops_whats_new.ini 22 Sep 2005 03:37:54 -0000 1.4 *************** *** 5,9 **** field_discover = yes id_field = new_id ! is_secure = yes increment_field = yes sequence_name = oi_whats_new_seq --- 5,9 ---- field_discover = yes id_field = new_id ! is_secure = no increment_field = yes sequence_name = oi_whats_new_seq *************** *** 33,37 **** [whats_new display] ! ACTION = new ! TASK = display ! --- 33,39 ---- [whats_new display] ! ACTION = new ! TASK = display ! TASK_EDIT = display_form ! URL_PARAMS = new_id ! date = posted_on Index: action.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/whats_new/conf/action.ini,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** action.ini 25 Sep 2004 18:20:32 -0000 1.4 --- action.ini 22 Sep 2005 03:37:54 -0000 1.5 *************** *** 25,30 **** [new security] ! DEFAULT = NONE ! display = WRITE ! edit = WRITE ! remove = WRITE --- 25,31 ---- [new security] ! DEFAULT = WRITE ! search = NONE ! ! [new url_additional] ! DEFAULT = new_id |