phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sitemgr/setup setup.inc.php, 1.18 default_records.inc


From: powerstat
Subject: [Phpgroupware-cvs] sitemgr/setup setup.inc.php, 1.18 default_records.inc.php, 1.8 tables_baseline.inc.php, 1.2 tables_update.inc.php, 1.18 tables_current.inc.php, 1.15
Date: Wed, 11 May 2005 15:27:00 +0200

Update of sitemgr/setup

Modified Files:
     Branch: MAIN
            setup.inc.php lines: +9 -11
            default_records.inc.php lines: +10 -0
            tables_baseline.inc.php lines: +9 -11
            tables_update.inc.php lines: +15 -10
            tables_current.inc.php lines: +9 -11

Log Message:
Added phpdocs

====================================================
Index: sitemgr/setup/setup.inc.php
diff -u sitemgr/setup/setup.inc.php:1.17 sitemgr/setup/setup.inc.php:1.18
--- sitemgr/setup/setup.inc.php:1.17    Thu May  5 01:05:27 2005
+++ sitemgr/setup/setup.inc.php Wed May 11 13:27:02 2005
@@ -1,15 +1,13 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Notes                                                  
   *
-       * 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$ */
+       /**
+       * Sitemanager - Setup
+       *
+       * @copyright Copyright (C) 2002-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package sitemanager
+       * @subpackage setup
+       * @version $Id$
+       */

        $setup_info['sitemgr']['name']      = 'sitemgr';
        $setup_info['sitemgr']['title']     = 'SiteMgr Web Content Manager';

====================================================
Index: sitemgr/setup/default_records.inc.php
diff -u sitemgr/setup/default_records.inc.php:1.7 
sitemgr/setup/default_records.inc.php:1.8
--- sitemgr/setup/default_records.inc.php:1.7   Fri May 30 23:28:58 2003
+++ sitemgr/setup/default_records.inc.php       Wed May 11 13:27:02 2005
@@ -1,4 +1,14 @@
 <?php
+       /**
+       * Sitemanager - Setup
+       *
+       * @copyright Copyright (C) 2002-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package sitemanager
+       * @subpackage setup
+       * @version $Id$
+       */
+
        $oProc->query("INSERT INTO phpgw_categories 
(cat_parent,cat_owner,cat_access,cat_appname,cat_name,cat_description,last_mod) 
VALUES (0,-1,'public','sitemgr','Default Website','This website has been added 
by setup',0)");
        $site_id = 
$oProc->m_odb->get_last_insert_id('phpgw_categories','cat_id');
        $oProc->query("UPDATE phpgw_categories SET cat_main = $site_id WHERE 
cat_id = $site_id",__LINE__,__FILE__);

====================================================
Index: sitemgr/setup/tables_baseline.inc.php
diff -u sitemgr/setup/tables_baseline.inc.php:1.1 
sitemgr/setup/tables_baseline.inc.php:1.2
--- sitemgr/setup/tables_baseline.inc.php:1.1   Thu Aug 29 03:03:17 2002
+++ sitemgr/setup/tables_baseline.inc.php       Wed May 11 13:27:02 2005
@@ -1,15 +1,13 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare                                                          
   *
-       * 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$ */
+       /**
+       * Sitemanager - Setup
+       *
+       * @copyright Copyright (C) 2002,2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package sitemanager
+       * @subpackage setup
+       * @version $Id$
+       */

        $phpgw_baseline = array(
                'phpgw_sitemgr_pages' => array(

====================================================
Index: sitemgr/setup/tables_update.inc.php
diff -u sitemgr/setup/tables_update.inc.php:1.17 
sitemgr/setup/tables_update.inc.php:1.18
--- sitemgr/setup/tables_update.inc.php:1.17    Tue Jul 20 23:22:54 2004
+++ sitemgr/setup/tables_update.inc.php Wed May 11 13:27:02 2005
@@ -1,17 +1,22 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare                                                          
   *
-       * 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.                                           
   *
-       
\**************************************************************************/
+       /**
+       * Sitemanager - Setup
+       *
+       * @copyright Copyright (C) 2002-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package sitemanager
+       * @subpackage setup
+       * @version $Id$
+       */

-       /* $Id$ */

        $test[] = '0.9.13.001';
+
+       /**
+       * Update to 0.9.13.001
+       *
+       * @return string New version
+       */
        function sitemgr_upgrade0_9_13_001()
        {
                global $setup_info,$phpgw_setup;

====================================================
Index: sitemgr/setup/tables_current.inc.php
diff -u sitemgr/setup/tables_current.inc.php:1.14 
sitemgr/setup/tables_current.inc.php:1.15
--- sitemgr/setup/tables_current.inc.php:1.14   Tue Jul 20 23:22:54 2004
+++ sitemgr/setup/tables_current.inc.php        Wed May 11 13:27:02 2005
@@ -1,15 +1,13 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare                                                          
   *
-       * 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$ */
+       /**
+       * Sitemanager - Setup
+       *
+       * @copyright Copyright (C) 2002-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package sitemanager
+       * @subpackage setup
+       * @version $Id$
+       */

        $phpgw_baseline = array(
                'phpgw_sitemgr_pages' => array(






reply via email to

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