phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api class.acl.php, 1.1.1.1.2.2, 1.1.1.1.2.3 class.aut


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] api class.acl.php, 1.1.1.1.2.2, 1.1.1.1.2.3 class.auth.php, 1.1.1.1.2.1, 1.1.1.1.2.2 class.base.php, 1.1.1.1.2.14, 1.1.1.1.2.15 class.phpgw.php, 1.1.1.1.2.23, 1.1.1.1.2.24 class.setup.php, 1.1.1.1.2.8, 1.1.1.1.2.9
Date: Mon, 03 Nov 2003 11:01:38 +0000

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

Modified Files:
      Tag: proposal-branch
        class.acl.php class.auth.php class.base.php class.phpgw.php 
        class.setup.php 
Log Message:
changed the inline doc format. updated xmlrpc introspection to match

Index: class.acl.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.acl.php,v
retrieving revision 1.1.1.1.2.2
retrieving revision 1.1.1.1.2.3
diff -C2 -d -r1.1.1.1.2.2 -r1.1.1.1.2.3
*** class.acl.php       3 Nov 2003 09:19:59 -0000       1.1.1.1.2.2
--- class.acl.php       3 Nov 2003 11:01:36 -0000       1.1.1.1.2.3
***************
*** 46,50 ****
        );
        
!       $GLOBALS['docs']['classes']['api_acl'] = array(
                'abstract'=>'Access Control List (security) object.',
                'functions'=>$functions
--- 46,50 ----
        );
        
!       $GLOBALS['docs']['classes']['api']['api_acl'] = array(
                'abstract'=>'Access Control List (security) object.',
                'functions'=>$functions

Index: class.base.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.base.php,v
retrieving revision 1.1.1.1.2.14
retrieving revision 1.1.1.1.2.15
diff -C2 -d -r1.1.1.1.2.14 -r1.1.1.1.2.15
*** class.base.php      3 Nov 2003 10:52:37 -0000       1.1.1.1.2.14
--- class.base.php      3 Nov 2003 11:01:36 -0000       1.1.1.1.2.15
***************
*** 71,77 ****
        );
  
!       $GLOBALS['docs']['classes']['api_base'] = array(
!               'abstract'     => 'Default class for the api ops',
!               'functions'    => $functions
        );
  
--- 71,77 ----
        );
  
!       $GLOBALS['docs']['classes']['api']['api_base'] = array(
!               'abstract'=>'Default class for the api ops',
!               'functions'=>$functions
        );
  

Index: class.setup.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.setup.php,v
retrieving revision 1.1.1.1.2.8
retrieving revision 1.1.1.1.2.9
diff -C2 -d -r1.1.1.1.2.8 -r1.1.1.1.2.9
*** class.setup.php     3 Nov 2003 10:14:42 -0000       1.1.1.1.2.8
--- class.setup.php     3 Nov 2003 11:01:36 -0000       1.1.1.1.2.9
***************
*** 403,407 ****
                                foreach($data['prefs_item'] as $val)            
                
                                {
!                                       $prefs->set($val['name'], 
$val['default']);
                                }                       
                        }
--- 403,407 ----
                                foreach($data['prefs_item'] as $val)            
                
                                {
!                                       $prefs->save($val['name'], 
$val['default']);
                                }                       
                        }

Index: class.auth.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.auth.php,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** class.auth.php      1 Nov 2003 19:00:59 -0000       1.1.1.1.2.1
--- class.auth.php      3 Nov 2003 11:01:36 -0000       1.1.1.1.2.2
***************
*** 22,26 ****
        );
  
!       $GLOBALS['docs']['classes']['api_auth'] = array(
                'abstract'=>'Authentication system',
                'functions'=>$functions
--- 22,26 ----
        );
  
!       $GLOBALS['docs']['classes']['api']['api_auth'] = array(
                'abstract'=>'Authentication system',
                'functions'=>$functions

Index: class.phpgw.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.phpgw.php,v
retrieving revision 1.1.1.1.2.23
retrieving revision 1.1.1.1.2.24
diff -C2 -d -r1.1.1.1.2.23 -r1.1.1.1.2.24
*** class.phpgw.php     3 Nov 2003 10:52:38 -0000       1.1.1.1.2.23
--- class.phpgw.php     3 Nov 2003 11:01:36 -0000       1.1.1.1.2.24
***************
*** 24,28 ****
        /* $Id$ */
  
!       $GLOBALS['docs']['classes']['api_phpgw'] = array(
                'abstract'=>'Central handler class in the api.'
        );
--- 24,28 ----
        /* $Id$ */
  
!       $GLOBALS['docs']['classes']['api']['api_phpgw'] = array(
                'abstract'=>'Central handler class in the api.'
        );





reply via email to

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