phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/setup setup.xml,1.1.1.1.2.4,1.1.1.1.2.5


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api/setup setup.xml,1.1.1.1.2.4,1.1.1.1.2.5
Date: Mon, 01 Dec 2003 23:55:36 +0000

Update of /cvsroot/phpgroupware/api/setup
In directory subversions:/tmp/cvs-serv6374/api/setup

Modified Files:
      Tag: proposal-branch
        setup.xml 
Log Message:
This was a commit that I wanted to do last night, but SSH was screawed up for 
me locally, so I don't remeber all the changes.
- Some XSLT clean ups
- More work on the advaned and basic acl managers
- Default preferences are being set correctly now
- Some more crap I can't remeber


Index: setup.xml
===================================================================
RCS file: /cvsroot/phpgroupware/api/setup/setup.xml,v
retrieving revision 1.1.1.1.2.4
retrieving revision 1.1.1.1.2.5
diff -C2 -d -r1.1.1.1.2.4 -r1.1.1.1.2.5
*** setup.xml   1 Dec 2003 07:36:35 -0000       1.1.1.1.2.4
--- setup.xml   1 Dec 2003 23:55:33 -0000       1.1.1.1.2.5
***************
*** 16,19 ****
--- 16,23 ----
                        <default>default</default>
                </prefs_item>
+               <prefs_item>
+                       <name>api.maxmatchs</name>
+                       <default>20</default>
+               </prefs_item>
        </prefs>
        <hooks>
***************
*** 24,28 ****
                        <op>api.base</op>
                        <title>API base</title>
!                       <value>1</value>
                </acl_location>
                <acl_location>
--- 28,32 ----
                        <op>api.base</op>
                        <title>API base</title>
!                       <value>63</value>
                </acl_location>
                <acl_location>
***************
*** 37,43 ****
                </acl_location>
                <acl_location>
                        <op>api.account_mgr</op>
                        <title>User account admin</title>
!                       <value>1</value>
                </acl_location>
                <acl_location>
--- 41,52 ----
                </acl_location>
                <acl_location>
+                       <op>api.admin</op>
+                       <title>Admin base</title>
+                       <value>63</value>
+               </acl_location>
+               <acl_location>
                        <op>api.account_mgr</op>
                        <title>User account admin</title>
!                       <value>63</value>
                </acl_location>
                <acl_location>
***************
*** 57,63 ****
                </acl_location>
                <acl_location>
                        <op>api.group_mgr</op>
                        <title>User group admin</title>
!                       <value>1</value>
                </acl_location>
                <acl_location>
--- 66,88 ----
                </acl_location>
                <acl_location>
+                       <op>api.account_mgr.view</op>
+                       <title>View user</title>
+                       <value>1</value>
+               </acl_location>
+               <!-- This is mainly for testing purposes, this may be removed 
-->
+               <acl_location>
+                       <op>api.account_mgr.view</op>
+                       <title>View change history</title>
+                       <value>2</value>
+               </acl_location>
+               <acl_location>
+                       <op>api.account_mgr.login_history</op>
+                       <title>View login history</title>
+                       <value>1</value>
+               </acl_location>
+               <acl_location>
                        <op>api.group_mgr</op>
                        <title>User group admin</title>
!                       <value>63</value>
                </acl_location>
                <acl_location>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]