phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] hr/setup tables_current.inc.php, 1.1 setup.old.inc.ph


From: skwashd
Subject: [Phpgroupware-cvs] hr/setup tables_current.inc.php, 1.1 setup.old.inc.php, 1.1 setup.inc.php, 1.9
Date: Tue, 15 Nov 2005 15:09:00 +0100

Update of hr/setup

Added Files:
     Branch: MAIN
            tables_current.inc.php 
            setup.old.inc.php 
Modified Files:
     Branch: MAIN
            setup.inc.php lines: +14 -11

Log Message:
new version of hr - now it is actually useful

====================================================
Index: tables_current.inc.php
<?php
  /**************************************************************************\
  * phpGroupWare - Setup                                                     *
  * http://www.phpgroupware.org                                              *
  * Created by eTemplates DB-Tools written by address@hidden *
  * Schema developed by Dave Hall skwashd phpgroupware org                   *
  * --------------------------------------------                             *
  *  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: tables_current.inc.php,v 1.1 2005/11/15 14:09:42 skwashd Exp $ */


        $phpgw_baseline = array(
                'phpgw_hr_notes' => array(
                        'fd' => array(
                                'hr_note_id' => array('type' => 
'auto','precision' => '4','nullable' => False),
                                'cat_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'hr_note' => array('type' => 'blob','precision' 
=> '4','nullable' => False),
                                'lastmod_ts' => array('type' => 
'int','precision' => '4','nullable' => False)
                        ),
                        'pk' => array('hr_note_id'),
                        'fk' => array(),
                        'ix' => array('cat_id'),
                        'uc' => array()
                )
        );

====================================================
Index: setup.old.inc.php
<?php
        
/**************************************************************************\
        * phpGroupWare - Company Directory                                      
   *
        * http://www.phpgroupware.org                                           
   *
        * --------------------------------------------                          
   *
        *  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: setup.old.inc.php,v 1.1 2005/11/15 14:09:42 skwashd Exp $ */

        /* Basic information about this app */
        $setup_info['hr']['name']      = 'hr';
        $setup_info['hr']['version']   = '0.8.1';
        $setup_info['hr']['app_order'] = 20;
        $setup_info['hr']['enable']    = 1;

        $setup_info['hr']['author'] = 'Dave Hall';
        $setup_info['hr']['license']  = 'GPL';
        $setup_info['hr']['description'] = 'Human resource - Company 
Directory.';
        $setup_info['hr']['maintainer'] = 'Dave Hall';
        $setup_info['hr']['maintainer_email'] = 'skwashd phpgroupware org';

        $setup_info['hr']['hooks'][] = 'admin';
        $setup_info['hr']['hooks'][] = 'manual';

        /* Dependencies for this app to work */
        $setup_info['hr']['depends'][] = array
        (
                'appname'  => 'phpgwapi',
                'versions' => array('0.9.16', '0.9.17', '0.9.18')
        );
?>

====================================================
Index: hr/setup/setup.inc.php
diff -u hr/setup/setup.inc.php:1.8 hr/setup/setup.inc.php:1.9
--- hr/setup/setup.inc.php:1.8  Mon Aug 29 04:14:29 2005
+++ hr/setup/setup.inc.php      Tue Nov 15 14:09:42 2005
@@ -13,21 +13,24 @@

        /* Basic information about this app */
        $setup_info['hr']['name']      = 'hr';
-       $setup_info['hr']['title']     = 'Company Directory';
-       $setup_info['hr']['version']   = '0.8.1';
+       $setup_info['hr']['version']   = '0.9.17.000';
        $setup_info['hr']['app_order'] = 20;
        $setup_info['hr']['enable']    = 1;

-       $setup_info['hr']['author'] = 'Joseph Engo';
+       $setup_info['hr']['author'] = 'Dave Hall';
        $setup_info['hr']['license']  = 'GPL';
-       $setup_info['hr']['description'] =
-               'Human resource - Company Directory.';
-       $setup_info['hr']['maintainer'] = 'Mark Peters<br>Joseph Engo';
-       $setup_info['hr']['maintainer_email'] = 
'address@hidden<br>address@hidden';
+       $setup_info['hr']['description'] = 'Human resource - Company 
Directory.';
+       $setup_info['hr']['maintainer'] = 'Dave Hall';
+       $setup_info['hr']['maintainer_email'] = 'skwashd phpgroupware org';
+
+       $setup_info['hr']['hooks'][] = 'admin';
+        $setup_info['hr']['hooks'][] = 'manual';

        /* Dependencies for this app to work */
-       $setup_info['hr']['depends'][] = array(
+       $setup_info['hr']['depends'][] = array
+       (
                'appname'  => 'phpgwapi',
-               'versions' => 
Array('0.9.10','0.9.11','0.9.12','0.9.13','0.9.14', '0.9.16')
+               'versions' => array('0.9.16', '0.9.17', '0.9.18')
        );
-?>
+
+       $setup_info['hr']['tables'] = array('phpgw_hr_notes');






reply via email to

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