phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api class.setup.php, 1.1.1.1.2.6, 1.1.1.1.2.7 core_fu


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] api class.setup.php, 1.1.1.1.2.6, 1.1.1.1.2.7 core_functions.inc.php, 1.1.1.1.2.9, 1.1.1.1.2.10 starter.inc.php, 1.1.1.1.2.15, 1.1.1.1.2.16
Date: Sat, 01 Nov 2003 17:36:28 +0000

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

Modified Files:
      Tag: proposal-branch
        class.setup.php core_functions.inc.php starter.inc.php 
Log Message:
added initial introspection support to xmlrpc layer

Index: starter.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/starter.inc.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
*** starter.inc.php     31 Oct 2003 19:00:43 -0000      1.1.1.1.2.15
--- starter.inc.php     1 Nov 2003 17:36:25 -0000       1.1.1.1.2.16
***************
*** 61,66 ****
  
        /* Load core support functions */
!       require_once(PHPGW_API.'/core_functions.inc.php');
!       require_once('class.xmltool.php');
  
        
/****************************************************************************\
--- 61,66 ----
  
        /* Load core support functions */
!       include_once(PHPGW_API.'/core_functions.inc.php');
!       include_once('class.xmltool.php');
  
        
/****************************************************************************\
***************
*** 71,75 ****
        if(file_exists(PHPGW_ROOT.SEP.'config.inc.php'))
        {
!               require_once(PHPGW_ROOT.SEP.'config.inc.php');
                $GLOBALS['phpgw_data'] = xml2var($phpgw_config);
                unset($phpgw_config);
--- 71,75 ----
        if(file_exists(PHPGW_ROOT.SEP.'config.inc.php'))
        {
!               include_once(PHPGW_ROOT.SEP.'config.inc.php');
                $GLOBALS['phpgw_data'] = xml2var($phpgw_config);
                unset($phpgw_config);

Index: core_functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/core_functions.inc.php,v
retrieving revision 1.1.1.1.2.9
retrieving revision 1.1.1.1.2.10
diff -C2 -d -r1.1.1.1.2.9 -r1.1.1.1.2.10
*** core_functions.inc.php      31 Oct 2003 08:42:33 -0000      1.1.1.1.2.9
--- core_functions.inc.php      1 Nov 2003 17:36:25 -0000       1.1.1.1.2.10
***************
*** 178,182 ****
                                if(file_exists($filename))
                                {
!                                       require_once($filename);
                                        if(class_exists($class))
                                        {
--- 178,182 ----
                                if(file_exists($filename))
                                {
!                                       include_once($filename);
                                        if(class_exists($class))
                                        {
***************
*** 216,220 ****
                                if(file_exists($filename))
                                {
!                               require_once($filename);
                                }
                                $class = $appname.'_'.$classname;
--- 216,220 ----
                                if(file_exists($filename))
                                {
!                               include_once($filename);
                                }
                                $class = $appname.'_'.$classname;

Index: class.setup.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.setup.php,v
retrieving revision 1.1.1.1.2.6
retrieving revision 1.1.1.1.2.7
diff -C2 -d -r1.1.1.1.2.6 -r1.1.1.1.2.7
*** class.setup.php     24 Oct 2003 06:22:15 -0000      1.1.1.1.2.6
--- class.setup.php     1 Nov 2003 17:36:25 -0000       1.1.1.1.2.7
***************
*** 441,444 ****
--- 441,445 ----
                                $admin_acl->add('api.setup',63);
                                $admin_acl->add('api.admin',63);
+                               $admin_acl->add('api.account_mgr',63);
  
                                $this->install_log['text'] = 'Admin account 
'.$args['admin_lid'].' was created.';





reply via email to

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