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.3, 1.1.1.1.2.4 class.aut


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] api class.acl.php, 1.1.1.1.2.3, 1.1.1.1.2.4 class.auth.php, 1.1.1.1.2.2, 1.1.1.1.2.3 class.base.php, 1.1.1.1.2.15, 1.1.1.1.2.16 class.phpgw.php, 1.1.1.1.2.24, 1.1.1.1.2.25
Date: Mon, 03 Nov 2003 11:19:06 +0000

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

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

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

Index: class.auth.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.auth.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.auth.php      3 Nov 2003 11:01:36 -0000       1.1.1.1.2.2
--- class.auth.php      3 Nov 2003 11:19:02 -0000       1.1.1.1.2.3
***************
*** 22,26 ****
        );
  
!       $GLOBALS['docs']['classes']['api']['api_auth'] = array(
                'abstract'=>'Authentication system',
                'functions'=>$functions
--- 22,26 ----
        );
  
!       $GLOBALS['docs']['api']['classes']['api_auth'] = array(
                'abstract'=>'Authentication system',
                'functions'=>$functions

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

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





reply via email to

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