phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] filemanager/setup tables_update.inc.php, 1.8 tables_b


From: powerstat
Subject: [Phpgroupware-cvs] filemanager/setup tables_update.inc.php, 1.8 tables_baseline.inc.php, 1.7 tables_current.inc.php, 1.10 setup.inc.php, 1.23
Date: Thu, 28 Apr 2005 22:45:00 +0200

Update of filemanager/setup

Modified Files:
     Branch: MAIN
            tables_update.inc.php lines: +22 -11
            tables_baseline.inc.php lines: +10 -14
            tables_current.inc.php lines: +10 -14
            setup.inc.php lines: +9 -10

Log Message:
Added phpdocs

====================================================
Index: filemanager/setup/tables_update.inc.php
diff -u filemanager/setup/tables_update.inc.php:1.7 
filemanager/setup/tables_update.inc.php:1.8
--- filemanager/setup/tables_update.inc.php:1.7 Wed Jan 26 01:14:36 2005
+++ filemanager/setup/tables_update.inc.php     Thu Apr 28 20:45:53 2005
@@ -1,17 +1,22 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - filemanager                                             *
-  * 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$ */
+       /**
+       * Filemanager 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 filemanager
+       * @subpackage setup
+       * @version $Id$
+       */

-       /* OLD FILEMANAGER CHANGES MOVED TO API - long time ago */
+       // OLD FILEMANAGER CHANGES MOVED TO API - long time ago
        $test[] = '0.9.13.005';
+
+       /**
+        * Upgrade from 0.9.13.005 to 0.9.14.500
+        *
+        * @return string New version string
+        */
        function filemanager_upgrade0_9_13_005()
        {
                $sql = "UPDATE phpgw_acl SET acl_appname='filemanager' WHERE 
acl_appname='phpwebhosting'";
@@ -21,6 +26,12 @@
        }

        $test[] = '0.9.14.500';
+
+       /**
+        * Upgrade from 0.9.14.500 to 0.9.17.500
+        *
+        * @return string New version string
+        */
        function filemanager_upgrade0_9_14_500()
        {
                return $GLOBALS['setup_info']['filemanager']['currentver'] = 
'0.9.17.500';

====================================================
Index: filemanager/setup/tables_baseline.inc.php
diff -u filemanager/setup/tables_baseline.inc.php:1.6 
filemanager/setup/tables_baseline.inc.php:1.7
--- filemanager/setup/tables_baseline.inc.php:1.6       Thu Dec 30 09:17:57 2004
+++ filemanager/setup/tables_baseline.inc.php   Thu Apr 28 20:45:53 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.                                              *
-  \**************************************************************************/
-
-  /**************************************************************************\
-  * This file should be generated for you. It should never be edited by hand *
-  \**************************************************************************/
+       /**
+       * Filemanager 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 filemanager
+       * @subpackage setup
+       * @version $Id$
+       */

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

   /* table array for phpwebhosting - MOVED TO API
        $phpgw_baseline = array(

====================================================
Index: filemanager/setup/tables_current.inc.php
diff -u filemanager/setup/tables_current.inc.php:1.9 
filemanager/setup/tables_current.inc.php:1.10
--- filemanager/setup/tables_current.inc.php:1.9        Thu Dec 30 09:17:57 2004
+++ filemanager/setup/tables_current.inc.php    Thu Apr 28 20:45:53 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.                                              *
-  \**************************************************************************/
-
-  /**************************************************************************\
-  * This file should be generated for you. It should never be edited by hand *
-  \**************************************************************************/
+       /**
+       * Filemanager 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 filemanager
+       * @subpackage setup
+       * @version $Id$
+       */

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

   /* table array for phpwebhosting - MOVED TO API
        $phpgw_baseline = array(

====================================================
Index: filemanager/setup/setup.inc.php
diff -u filemanager/setup/setup.inc.php:1.22 
filemanager/setup/setup.inc.php:1.23
--- filemanager/setup/setup.inc.php:1.22        Tue Feb  8 00:06:31 2005
+++ filemanager/setup/setup.inc.php     Thu Apr 28 20:45:53 2005
@@ -1,14 +1,13 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Filemanager                                            
   *
-       * 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$ */
+       /**
+       * Filemanager 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 filemanager
+       * @subpackage setup
+       * @version $Id$
+       */

        $setup_info['filemanager'] = array
        (






reply via email to

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