phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: rbs/setup setup.inc.php,1.1.2.1,1.1.2.2 tables_c


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: rbs/setup setup.inc.php,1.1.2.1,1.1.2.2 tables_current.inc.php,1.1.2.1,1.1.2.2
Date: Mon, 17 Mar 2003 16:12:51 -0500

Update of /cvsroot/phpgroupware/rbs/setup
In directory subversions:/tmp/cvs-serv3479

Modified Files:
      Tag: Version-0_9_14-branch
        setup.inc.php tables_current.inc.php 
Log Message:
updated with precisions, changed format of email-adress in setup.inc.php

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/rbs/setup/Attic/setup.inc.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** setup.inc.php       17 Mar 2003 09:52:59 -0000      1.1.2.1
--- setup.inc.php       17 Mar 2003 21:12:47 -0000      1.1.2.2
***************
*** 1,44 ****
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - RBS                                                    
             *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       * Currently unmaintained.  SetupIII Support added by Dave Hall          
         *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
! 
!       /* Basic information about this app */
!       $setup_info['rbs']['name']      = 'rbs';
!       $setup_info['rbs']['title']     = 'Resource Booking System';
!       $setup_info['rbs']['version']   = '0.9.14.001';
!       $setup_info['rbs']['app_order'] = 44;
!       $setup_info['rbs']['enable']    = 1;
!       
!       $setup_info['rbs']['tables']    = 
array('mrbs_area','mrbs_entry','mrbs_repeat','mrbs_room');
! 
!       $setup_info['rbs']['author'] = 'Sam Mason, ported to phpGroupWare by 
Stephan Beal';
!       $setup_info['rbs']['note']   = 'Manages room and resources for 
meetings.';
!       $setup_info['rbs']['license']  = 'GPL?';
!       $setup_info['rbs']['description'] =
!               'Room and Resource Manager.<br>
!               Allows meeting rooms to be booked along with the required 
resources.';
! 
!       $setup_info['rbs']['maintainer'] = 'phpGroupWare coreteam';
!       $setup_info['rbs']['maintainer_email'] = 'phpgroupware-developers at 
gnu.org';
! 
!       /* The hooks this app includes, needed for hooks registration */
!       $setup_info['rbs']['hooks'][] = 'admin';
!       $setup_info['rbs']['hooks'][] = 'preferences';
! 
!       /* Dependencies for this app to work */
!       $setup_info['rbs']['depends'][] = array(
!                'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13', '0.9.14', '0.9.15')
!       );
! ?>
--- 1,43 ----
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - RBS                                                    
             *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       * Currently unmaintained.  SetupIII Support added by Dave Hall          
         *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
! 
!       /* Basic information about this app */
!       $setup_info['rbs']['name']      = 'rbs';
!       $setup_info['rbs']['title']     = 'Resource Booking System';
!       $setup_info['rbs']['version']   = '0.9.14.001';
!       $setup_info['rbs']['app_order'] = 44;
!       $setup_info['rbs']['enable']    = 1;
!       
!       $setup_info['rbs']['author'] = 'Sam Mason, ported to phpGroupWare by 
Stephan Beal';
!       $setup_info['rbs']['note']   = 'Manages room and resources for 
meetings.';
!       $setup_info['rbs']['license']  = 'GPL?';
!       $setup_info['rbs']['description'] =
!               'Room and Resource Manager.<br>
!               Allows meeting rooms to be booked along with the required 
resources.';
! 
!       $setup_info['rbs']['maintainer'] = 'phpGroupWare coreteam';
!       $setup_info['rbs']['maintainer_email'] = 'address@hidden';
! 
!       $setup_info['rbs']['tables'] = 
array('mrbs_area','mrbs_room','mrbs_entry','mrbs_repeat');
!       
!       /* The hooks this app includes, needed for hooks registration */
!       $setup_info['rbs']['hooks'][] = 'admin';
!       $setup_info['rbs']['hooks'][] = 'preferences';
! 
!       /* Dependencies for this app to work */
!       $setup_info['rbs']['depends'][] = array(
!                'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13', '0.9.14', '0.9.15')
!       );

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/rbs/setup/Attic/tables_current.inc.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** tables_current.inc.php      17 Mar 2003 09:52:59 -0000      1.1.2.1
--- tables_current.inc.php      17 Mar 2003 21:12:47 -0000      1.1.2.2
***************
*** 40,48 ****
                        'fd' => array(
                                'id' => array('type' => 'auto','nullable' => 
False),
!                               'start_time' => array('type' => 
'int','nullable' => False,'default' => '0'),
!                               'end_time' => array('type' => 'int','nullable' 
=> False,'default' => '0'),
!                               'entry_type' => array('type' => 
'int','nullable' => False,'default' => '0'),
!                               'repeat_id' => array('type' => 'int','nullable' 
=> False,'default' => '0'),
!                               'room_id' => array('type' => 'int','nullable' 
=> False,'default' => '1'),
                                'timestamp' => array('type' => 
'timestamp','nullable' => False),
                                'create_by' => array('type' => 
'varchar','precision' => '25','nullable' => False,'default' => ''),
--- 40,48 ----
                        'fd' => array(
                                'id' => array('type' => 'auto','nullable' => 
False),
!                               'start_time' => array('type' => 
'int','precision' => '4','nullable' => False,'default' => '0'),
!                               'end_time' => array('type' => 'int','precision' 
=> '4','nullable' => False,'default' => '0'),
!                               'entry_type' => array('type' => 
'int','precision' => '4','nullable' => False,'default' => '0'),
!                               'repeat_id' => array('type' => 
'int','precision' => '4','nullable' => False,'default' => '0'),
!                               'room_id' => array('type' => 'int','precision' 
=> '4','nullable' => False,'default' => '1'),
                                'timestamp' => array('type' => 
'timestamp','nullable' => False),
                                'create_by' => array('type' => 
'varchar','precision' => '25','nullable' => False,'default' => ''),
***************
*** 59,76 ****
                        'fd' => array(
                                'id' => array('type' => 'auto','nullable' => 
False),
!                               'start_time' => array('type' => 
'int','nullable' => False,'default' => '0'),
!                               'end_time' => array('type' => 'int','nullable' 
=> False,'default' => '0'),
!                               'rep_type' => array('type' => 'int','nullable' 
=> False,'default' => '0'),
!                               'end_date' => array('type' => 'int','nullable' 
=> False,'default' => '0'),
                                'rep_opt' => array('type' => 
'varchar','precision' => '32','nullable' => False),
!                               'room_id' => array('type' => 'int','nullable' 
=> False),
                                'timestamp' => array('type' => 
'timestamp','nullable' => False),
                                'create_by' => array('type' => 
'varchar','precision' => '25','nullable' => False),
                                'name' => array('type' => 'varchar','precision' 
=> '80','nullable' => False),
!                               'type' => array('type' => 'char','nullable' => 
False),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),
                        'pk' => array('id'),
!                       'fk' => array('room_id' => '1','type' => 'E'),
                        'ix' => array(),
                        'uc' => array()
--- 59,76 ----
                        'fd' => array(
                                'id' => array('type' => 'auto','nullable' => 
False),
!                               'start_time' => array('type' => 
'int','precision' => '4','nullable' => False,'default' => '0'),
!                               'end_time' => array('type' => 'int','precision' 
=> '4','nullable' => False,'default' => '0'),
!                               'rep_type' => array('type' => 'int','precision' 
=> '4','nullable' => False,'default' => '0'),
!                               'end_date' => array('type' => 'int','precision' 
=> '4','nullable' => False,'default' => '0'),
                                'rep_opt' => array('type' => 
'varchar','precision' => '32','nullable' => False),
!                               'room_id' => array('type' => 'int','precision' 
=> '4','nullable' => False,'default' => '1'),
                                'timestamp' => array('type' => 
'timestamp','nullable' => False),
                                'create_by' => array('type' => 
'varchar','precision' => '25','nullable' => False),
                                'name' => array('type' => 'varchar','precision' 
=> '80','nullable' => False),
!                               'type' => array('type' => 'char','precision' => 
'1','nullable' => False,'default' => 'E'),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),
                        'pk' => array('id'),
!                       'fk' => array(),
                        'ix' => array(),
                        'uc' => array()





reply via email to

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