[freeside-commits] freeside/FS/FS Conf.pm,1.227,1.228

Ivan,,, ivan at wavetail.420.am
Sat May 17 23:50:09 PDT 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv26182/FS/FS

Modified Files:
	Conf.pm 
Log Message:
add a config value for disabling the ACLs... this should be good for a demo in 1.7, 1.9 will need some way to disable ACL changes from OUTSIDE the db

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- Conf.pm	14 May 2008 21:23:00 -0000	1.227
+++ Conf.pm	18 May 2008 06:50:06 -0000	1.228
@@ -2264,6 +2264,13 @@
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'disable_acl_changes',
+    'section'     => '',
+    'description' => 'Disable all ACL changes, for demos.',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;



More information about the freeside-commits mailing list