phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] bookmarks/setup default_records.inc.php, 1.6 tables_u


From: powerstat
Subject: [Phpgroupware-cvs] bookmarks/setup default_records.inc.php, 1.6 tables_update.inc.php, 1.3 setup.inc.php, 1.14 tables_baseline.inc.php, 1.4 tables_current.inc.php, 1.8
Date: Thu, 28 Apr 2005 20:59:00 +0200

Update of bookmarks/setup

Modified Files:
     Branch: MAIN
            default_records.inc.php lines: +9 -12
            tables_update.inc.php lines: +16 -14
            setup.inc.php lines: +13 -17
            tables_baseline.inc.php lines: +10 -14
            tables_current.inc.php lines: +10 -14

Log Message:
Added phpdocs

====================================================
Index: bookmarks/setup/default_records.inc.php
diff -u bookmarks/setup/default_records.inc.php:1.5 
bookmarks/setup/default_records.inc.php:1.6
--- bookmarks/setup/default_records.inc.php:1.5 Tue Jan 27 02:50:58 2004
+++ bookmarks/setup/default_records.inc.php     Thu Apr 28 18:59:46 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$ */
+       /**
+       * Bookmarks setup
+       * @author jengo
+       * @copyright Copyright (C) 2001-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package bookmarks
+       * @subpackage setup
+       * @version $Id$
+       */

        $oProc->query("select count(*) from phpgw_config where 
config_app='bookmarks'",__LINE__,__FILE__);
        $oProc->next_record();
@@ -19,5 +17,4 @@
                $oProc->query("INSERT INTO phpgw_config (config_app, 
config_name, config_value) VALUES ('bookmarks','mail_footer',"
                        . "'\n\n--\nThis was sent from 
phpGroupWare\nhttp://www.phpgroupware.org\n')");
        }
-
 ?>

====================================================
Index: bookmarks/setup/tables_update.inc.php
diff -u bookmarks/setup/tables_update.inc.php:1.2 
bookmarks/setup/tables_update.inc.php:1.3
--- bookmarks/setup/tables_update.inc.php:1.2   Tue Apr  8 05:00:59 2003
+++ bookmarks/setup/tables_update.inc.php       Thu Apr 28 18:59:46 2005
@@ -1,21 +1,23 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Setup                                                     *
-  * 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.                                              *
-  \**************************************************************************/
-
-  /**************************************************************************\
-  * This file should be generated for you. It should never be edited by hand *
-  \**************************************************************************/
+       /**
+       * Bookmarks setup
+       * @author totschnig
+       * @copyright Copyright (C) 2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package bookmarks
+       * @subpackage setup
+       * @version $Id$
+       */

-  /* $Id$ */
+       // This file should be generated for you. It should never be edited by 
hand

        $test[] = '0.8.1';
+
+       /**
+        * Upgrade from 0.8.1 to 0.8.2
+        *
+        * @return string New version number
+        */
        function bookmarks_upgrade0_8_1()
        {
                
$GLOBALS['phpgw_setup']->oProc->AlterColumn('phpgw_bookmarks','bm_owner', 
array('type' => 'int', 'precision' => 4,'nullable' => True));

====================================================
Index: bookmarks/setup/setup.inc.php
diff -u bookmarks/setup/setup.inc.php:1.13 bookmarks/setup/setup.inc.php:1.14
--- bookmarks/setup/setup.inc.php:1.13  Tue Apr  8 05:00:59 2003
+++ bookmarks/setup/setup.inc.php       Thu Apr 28 18:59:46 2005
@@ -1,19 +1,15 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Bookmarks                                              
   *
-       * http://www.phpgroupware.org                                           
   *
-       * Based on Bookmarker Copyright (C) 1998  Padraic Renaghan              
   *
-       *                     http://www.renaghan.com/bookmarker                
   *
-       * --------------------------------------------                          
   *
-       *  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.                                           
   *
-       
\**************************************************************************/
+       /**
+       * Bookmarks setup
+       * @author totschnig
+       * @copyright Copyright (C) 2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package bookmarks
+       * @subpackage setup
+       * @version $Id$
+       */

-       /* $Id$ */
-
-       /* Basic information about this app */
+       // Basic information about this app
        $setup_info['bookmarks']['name']      = 'bookmarks';
        $setup_info['bookmarks']['title']     = 'Bookmarks';
        $setup_info['bookmarks']['version']   = '0.9.1';
@@ -27,16 +23,16 @@
        $setup_info['bookmarks']['maintainer'] = 'Michael Totschnig';
        $setup_info['bookmarks']['maintainer_email'] = 'address@hidden';

-       /* The tables this app creates */
+       // The tables this app creates
        $setup_info['bookmarks']['tables']      = Array(
                'phpgw_bookmarks'
        );

-       /* The hooks this app includes, needed for hooks registration */
+       // The hooks this app includes, needed for hooks registration
        $setup_info['bookmarks']['hooks'][] = 'admin';
        $setup_info['bookmarks']['hooks'][] = 'preferences';

-       /* Dependencies for this app to work */
+       // Dependencies for this app to work
        $setup_info['bookmarks']['depends'][] = array(
                'appname'  => 'phpgwapi',
                'versions' => Array('0.9.13','0.9.14','0.9.15')

====================================================
Index: bookmarks/setup/tables_baseline.inc.php
diff -u bookmarks/setup/tables_baseline.inc.php:1.3 
bookmarks/setup/tables_baseline.inc.php:1.4
--- bookmarks/setup/tables_baseline.inc.php:1.3 Sat Jul 14 01:41:50 2001
+++ bookmarks/setup/tables_baseline.inc.php     Thu Apr 28 18:59:46 2005
@@ -1,19 +1,15 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Setup                                                     *
-  * 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.                                              *
-  \**************************************************************************/
+       /**
+       * Bookmarks setup
+       * @author jengo
+       * @copyright Copyright (C) 2001-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package bookmarks
+       * @subpackage setup
+       * @version $Id$
+       */

-  /**************************************************************************\
-  * This file should be generated for you. It should never be edited by hand *
-  \**************************************************************************/
-
-  /* $Id$ */
+       // This file should be generated for you. It should never be edited by 
hand

        $phpgw_baseline = array(
                'phpgw_bookmarks' => array(

====================================================
Index: bookmarks/setup/tables_current.inc.php
diff -u bookmarks/setup/tables_current.inc.php:1.7 
bookmarks/setup/tables_current.inc.php:1.8
--- bookmarks/setup/tables_current.inc.php:1.7  Tue Apr  8 05:00:59 2003
+++ bookmarks/setup/tables_current.inc.php      Thu Apr 28 18:59:46 2005
@@ -1,19 +1,15 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Setup                                                     *
-  * 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.                                              *
-  \**************************************************************************/
+       /**
+       * Bookmarks setup
+       * @author totschnig
+       * @copyright Copyright (C) 2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package bookmarks
+       * @subpackage setup
+       * @version $Id$
+       */

-  /**************************************************************************\
-  * This file should be generated for you. It should never be edited by hand *
-  \**************************************************************************/
-
-  /* $Id$ */
+       // This file should be generated for you. It should never be edited by 
hand

        $phpgw_baseline = array(
                'phpgw_bookmarks' => array(






reply via email to

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