[freeside-commits] freeside/FS/FS Conf.pm,1.180.2.23,1.180.2.24

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


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.180.2.23
retrieving revision 1.180.2.24
diff -u -d -r1.180.2.23 -r1.180.2.24
--- Conf.pm	14 May 2008 21:21:17 -0000	1.180.2.23
+++ Conf.pm	18 May 2008 06:50:35 -0000	1.180.2.24
@@ -2261,6 +2261,20 @@
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'disable_acl_changes',
+    'section'     => '',
+    'description' => 'Disable all ACL changes, for demos.',
+    '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