phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sms inc/hook_admin.inc.php setup/setup.inc.php ...


From: Sigurd Nes
Subject: [Phpgroupware-cvs] sms inc/hook_admin.inc.php setup/setup.inc.php ...
Date: Mon, 22 May 2006 08:50:44 +0000

CVSROOT:        /sources/phpgroupware
Module name:    sms
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/05/22 08:50:44

Modified files:
        inc            : hook_admin.inc.php 
        setup          : setup.inc.php tables_current.inc.php 
Added files:
        inc            : class.boconfig.inc.php class.soconfig.inc.php 
                         class.uiconfig.inc.php 
        setup          : tables_update.inc.php 
        templates/base : config.xsl 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/sms/inc/class.boconfig.inc.php?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/sms/inc/class.soconfig.inc.php?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/sms/inc/class.uiconfig.inc.php?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/sms/inc/hook_admin.inc.php.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/sms/setup/setup.inc.php.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/sms/setup/tables_current.inc.php.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/sms/setup/tables_update.inc.php?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/sms/templates/base/config.xsl?rev=1.1

Patches:
Index: sms/inc/hook_admin.inc.php
diff -u sms/inc/hook_admin.inc.php:1.2 sms/inc/hook_admin.inc.php:1.3
--- sms/inc/hook_admin.inc.php:1.2      Thu May 18 13:27:59 2006
+++ sms/inc/hook_admin.inc.php  Mon May 22 08:50:44 2006
@@ -1,6 +1,6 @@
 <?php
        /**
-       * phpGroupWare - sms: A SMS Gateway
+       * phpGroupWare - SMS: A SMS Gateway
        *
        * @author Sigurd Nes <address@hidden>
        * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
@@ -8,13 +8,14 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package sms
        * @subpackage admin
-       * @version $Id: hook_admin.inc.php,v 1.2 2006/05/18 13:27:59 sigurdne 
Exp $
+       * @version $Id: hook_admin.inc.php,v 1.3 2006/05/22 08:50:44 sigurdne 
Exp $
        */
 
                {
                        $file = array
                        (
                                'Configuration' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' 
. $appname),
+                               'Configuration2' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=sms.uiconfig.index'),
                                'Configure Access Permissions'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiadmin_acl.list_acl&acl_app='.$appname),
                        );
                display_section($appname,$appname,$file);
Index: sms/setup/setup.inc.php
diff -u sms/setup/setup.inc.php:1.2 sms/setup/setup.inc.php:1.3
--- sms/setup/setup.inc.php:1.2 Tue May 16 19:45:49 2006
+++ sms/setup/setup.inc.php     Mon May 22 08:50:44 2006
@@ -6,12 +6,12 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package sms
        * @subpackage setup
-       * @version $Id: setup.inc.php,v 1.2 2006/05/16 19:45:49 sigurdne Exp $
+       * @version $Id: setup.inc.php,v 1.3 2006/05/22 08:50:44 sigurdne Exp $
        */
 
        $setup_info['sms']['name']      = 'sms';
        $setup_info['sms']['title']= 'SMS';
-       $setup_info['sms']['version']   = '0.9.17.501';
+       $setup_info['sms']['version']   = '0.9.17.502';
        $setup_info['sms']['app_order'] = 8;
        $setup_info['sms']['enable']    = 1;
        $setup_info['sms']['app_group'] = 'office';
@@ -30,7 +30,11 @@
        );
        
        $setup_info['sms']['tables'] = array(   
-               'phpgw_sms_featautoreply',
+               'phpgw_sms_config_type',
+               'phpgw_sms_config_attrib',
+               'phpgw_sms_config_choice',
+               'phpgw_sms_config_value',
+               'phpgw_sms_featautoreply',              
                'phpgw_sms_featautoreply_log',
                'phpgw_sms_featautoreply_scenario',
                'phpgw_sms_featboard',
Index: sms/setup/tables_current.inc.php
diff -u sms/setup/tables_current.inc.php:1.3 
sms/setup/tables_current.inc.php:1.4
--- sms/setup/tables_current.inc.php:1.3        Thu May 18 13:27:59 2006
+++ sms/setup/tables_current.inc.php    Mon May 22 08:50:44 2006
@@ -7,7 +7,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package sms
        * @subpackage setup
-       * @version $Id: tables_current.inc.php,v 1.3 2006/05/18 13:27:59 
sigurdne Exp $
+       * @version $Id: tables_current.inc.php,v 1.4 2006/05/22 08:50:44 
sigurdne Exp $
        */
 
 
@@ -436,4 +436,52 @@
                        'uc' => array()
                ),
 
+               'phpgw_sms_config_type' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
4,'nullable' => False),
+                               'name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => False),
+                               'descr' => array('type' => 'varchar', 
'precision' => 200,'nullable' => true)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'phpgw_sms_config_attrib' => array(
+                       'fd' => array(
+                               'type_id' => array('type' => 'int','precision' 
=> 4,'nullable' => False),
+                               'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
+                               'name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => False),
+                               'descr' => array('type' => 'varchar', 
'precision' => 200,'nullable' => true)
+                       ),
+                       'pk' => array('type_id','id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'phpgw_sms_config_choice' => array(
+                       'fd' => array(
+                               'type_id' => array('type' => 'int','precision' 
=> 4,'nullable' => False),
+                               'attrib_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
+                               'value' => array('type' => 'varchar', 
'precision' => 20,'nullable' => False)
+                       ),
+                       'pk' => array('type_id','attrib_id','value'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'phpgw_sms_config_value' => array(
+                       'fd' => array(
+                               'type_id' => array('type' => 'int','precision' 
=> 4,'nullable' => False),
+                               'attrib_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
+                               'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
+                               'value' => array('type' => 'varchar', 
'precision' => 200,'nullable' => False)
+                       ),
+                       'pk' => array('type_id','attrib_id','id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+
+
        );




reply via email to

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