phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/inc class.html.inc.php, 1.7 class.uiserver.inc.


From: powerstat
Subject: [Phpgroupware-cvs] admin/inc class.html.inc.php, 1.7 class.uiserver.inc.php, 1.10 class.uiaccounts.inc.php, 1.50 class.uiaccess_history.inc.php, 1.12 class.bocategories.inc.php, 1.19 class.uicategories.inc.php, 1.41 class.boapplications.inc.php, 1.10 class.uiasyncservice.inc.php, 1.4 class.solog.inc.php, 1.8 class.soserver.inc.php, 1.2 class.uiloglevels.inc.php, 1.3 class.soapplications.inc.php, 1.8 class.uilog.inc.php, 1.12 class.uiapplications.inc.php, 1.11 class.boserver.inc.php, 1.2 class.uimainscreen.inc.php, 1.13 class.soaccess_history.inc.php, 1.7 class.uicurrentsessions.inc.php, 1.10 class.bolog.inc.php, 1.9 class.boaccounts.inc.php, 1.39 class.uiconfig.inc.php, 1.16 class.boconfig.inc.php, 1.3 class.uimenuclass.inc.php, 1.11 class.soaccounts.inc.php, 1.13 class.bocurrentsessions.inc.php, 1.11 class.boaclmanager.inc.php, 1.6 class.uiaclmanager.inc.php, 1.15
Date: Wed, 11 May 2005 09:23:00 +0200

Update of admin/inc

Modified Files:
     Branch: MAIN
            class.html.inc.php lines: +16 -13
            class.uiserver.inc.php lines: +13 -10
            class.uiaccounts.inc.php lines: +13 -11
            class.uiaccess_history.inc.php lines: +13 -10
            class.bocategories.inc.php lines: +16 -13
            class.uicategories.inc.php lines: +16 -15
            class.boapplications.inc.php lines: +13 -10
            class.uiasyncservice.inc.php lines: +17 -23
            class.solog.inc.php lines: +13 -10
            class.soserver.inc.php lines: +16 -13
            class.uiloglevels.inc.php lines: +13 -10
            class.soapplications.inc.php lines: +13 -10
            class.uilog.inc.php lines: +13 -10
            class.uiapplications.inc.php lines: +13 -10
            class.boserver.inc.php lines: +16 -13
            class.uimainscreen.inc.php lines: +13 -10
            class.soaccess_history.inc.php lines: +13 -10
            class.uicurrentsessions.inc.php lines: +16 -13
            class.bolog.inc.php lines: +13 -10
            class.boaccounts.inc.php lines: +14 -10
            class.uiconfig.inc.php lines: +16 -13
            class.boconfig.inc.php lines: +17 -13
            class.uimenuclass.inc.php lines: +14 -11
            class.soaccounts.inc.php lines: +13 -10
            class.bocurrentsessions.inc.php lines: +16 -13
            class.boaclmanager.inc.php lines: +14 -10
            class.uiaclmanager.inc.php lines: +14 -13

Log Message:
Added phpdocs

====================================================
Index: admin/inc/class.html.inc.php
diff -u admin/inc/class.html.inc.php:1.6 admin/inc/class.html.inc.php:1.7
--- admin/inc/class.html.inc.php:1.6    Sat Nov 10 20:51:30 2001
+++ admin/inc/class.html.inc.php        Wed May 11 07:23:07 2005
@@ -1,17 +1,20 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - html                                                   
   *
-       * http://www.phpgroupware.org                                           
   *
-       * Written by Jerry Westrick <address@hidden>                           *
-       * --------------------------------------------                          
   *
-       *  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$ */
-
+       /**
+       * Administration - HTML
+       *
+       * @author Jerry Westrick <address@hidden>
+       * @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 admin
+       * @version $Id$
+       */
+
+
+       /**
+       * HTML
+       *
+       * @package admin
+       */
        class html
        {
                function hash_table($rows,$head='',$obj, $frtn)

====================================================
Index: admin/inc/class.uiserver.inc.php
diff -u admin/inc/class.uiserver.inc.php:1.9 
admin/inc/class.uiserver.inc.php:1.10
--- admin/inc/class.uiserver.inc.php:1.9        Thu Dec 30 07:38:14 2004
+++ admin/inc/class.uiserver.inc.php    Wed May 11 07:23:07 2005
@@ -1,16 +1,19 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - phpgroupware Peer Servers                                 *
-  * 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.                                              *
-  \**************************************************************************/
+       /**
+       * Administration - Peer Servers
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

-  /* $Id$ */

+       /**
+       * Peer Servers
+       *
+       * @package admin
+       */
        class uiserver
        {
                var $public_functions = array(

====================================================
Index: admin/inc/class.uiaccounts.inc.php
diff -u admin/inc/class.uiaccounts.inc.php:1.49 
admin/inc/class.uiaccounts.inc.php:1.50
--- admin/inc/class.uiaccounts.inc.php:1.49     Thu Dec 30 07:38:14 2004
+++ admin/inc/class.uiaccounts.inc.php  Wed May 11 07:23:07 2005
@@ -1,17 +1,19 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - account administration                                 
   *
-       * 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$ */
-       // $Source$
+       /**
+       * Administration - Accounts
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */


+       /**
+       * Accounts
+       *
+       * @package admin
+       */
        class uiaccounts
        {
                var $public_functions = array

====================================================
Index: admin/inc/class.uiaccess_history.inc.php
diff -u admin/inc/class.uiaccess_history.inc.php:1.11 
admin/inc/class.uiaccess_history.inc.php:1.12
--- admin/inc/class.uiaccess_history.inc.php:1.11       Thu Dec 30 07:38:14 2004
+++ admin/inc/class.uiaccess_history.inc.php    Wed May 11 07:23:07 2005
@@ -1,16 +1,19 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Administration                                         
   *
-       * 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.                                           
   *
-       
\**************************************************************************/
+       /**
+       * Administration - Access history
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

-       /* $Id$ */

+       /**
+       * Access history
+       *
+       * @package admin
+       */
        class uiaccess_history
        {
                var $template;

====================================================
Index: admin/inc/class.bocategories.inc.php
diff -u admin/inc/class.bocategories.inc.php:1.18 
admin/inc/class.bocategories.inc.php:1.19
--- admin/inc/class.bocategories.inc.php:1.18   Thu Dec 30 07:38:14 2004
+++ admin/inc/class.bocategories.inc.php        Wed May 11 07:23:07 2005
@@ -1,17 +1,20 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Admin - Global categories                              
   *
-       * http://www.phpgroupware.org                                           
   *
-       * Written by Bettina Gille address@hidden                          *
-       * -----------------------------------------------                       
   *
-       *  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$ */
-       /* $Source$ */
-
+       /**
+       * Administration - Global categories
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */
+
+
+       /**
+       * Global categories
+       *
+       * @package admin
+       */
        class bocategories
        {
                var $cats;

====================================================
Index: admin/inc/class.uicategories.inc.php
diff -u admin/inc/class.uicategories.inc.php:1.40 
admin/inc/class.uicategories.inc.php:1.41
--- admin/inc/class.uicategories.inc.php:1.40   Thu Dec 30 07:38:14 2004
+++ admin/inc/class.uicategories.inc.php        Wed May 11 07:23:07 2005
@@ -1,19 +1,20 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Admin - Global categories                              
   *
-       * http://www.phpgroupware.org                                           
   *
-       * Written by Bettina Gille address@hidden                          *
-       * -----------------------------------------------                       
   *
-       * Copyright 2000 - 2003 Free Software Foundation, Inc                   
   *
-       *                                                                       
   *
-       * 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$ */
-       /* $Source$ */
-
+       /**
+       * Administration - Global categories
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */
+
+
+       /**
+       * Global categories
+       *
+       * @package admin
+       */
        class uicategories
        {
                var $bo;

====================================================
Index: admin/inc/class.boapplications.inc.php
diff -u admin/inc/class.boapplications.inc.php:1.9 
admin/inc/class.boapplications.inc.php:1.10
--- admin/inc/class.boapplications.inc.php:1.9  Thu Dec 30 07:38:14 2004
+++ admin/inc/class.boapplications.inc.php      Wed May 11 07:23:07 2005
@@ -1,16 +1,19 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - administration                                            *
-  * 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.                                              *
-  \**************************************************************************/
+       /**
+       * Applications business object
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

-  /* $Id$ */

+       /**
+       * Applications business object
+       *
+       * @package admin
+       */
        class boapplications
        {
                var $so;

====================================================
Index: admin/inc/class.uiasyncservice.inc.php
diff -u admin/inc/class.uiasyncservice.inc.php:1.3 
admin/inc/class.uiasyncservice.inc.php:1.4
--- admin/inc/class.uiasyncservice.inc.php:1.3  Thu Dec 30 07:38:14 2004
+++ admin/inc/class.uiasyncservice.inc.php      Wed May 11 07:23:07 2005
@@ -1,27 +1,21 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare Admin - Timed Asynchron Services for phpGroupWare        
   *
-       * Written by Ralf Becker <address@hidden>                  *
-       * Class to admin cron-job like timed calls of phpGroupWare methods      
   *
-       * 
-------------------------------------------------------------------------*
-       * This library is part of the phpGroupWare API                          
   *
-       * http://www.phpgroupware.org/                                          
   *
-       * 
------------------------------------------------------------------------ *
-       * This library is free software; you can redistribute it and/or modify 
it  *
-       * under the terms of the GNU Lesser General Public License as published 
by *
-       * the Free Software Foundation; either version 2.1 of the License,      
   *
-       * or any later version.                                                 
   *
-       * This library is distributed in the hope that it will be useful, but   
   *
-       * WITHOUT ANY WARRANTY; without even the implied warranty of            
   *
-       * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                  
   *
-       * See the GNU Lesser General Public License for more details.           
   *
-       * You should have received a copy of the GNU Lesser General Public 
License *
-       * along with this library; if not, write to the Free Software 
Foundation,  *
-       * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA         
   *
-       
\**************************************************************************/
-
-       /* $Id$ */
-
+       /**
+       * Administration - Timed Asynchron Services
+       *
+       * Admin cron-job like timed calls
+       * @author Ralf Becker <address@hidden>
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package admin
+       * @version $Id$
+       */
+
+
+       /**
+       * Timed Asynchron Services
+       *
+       * @package admin
+       */
        class uiasyncservice
        {
                var $public_functions = array(

====================================================
Index: admin/inc/class.solog.inc.php
diff -u admin/inc/class.solog.inc.php:1.7 admin/inc/class.solog.inc.php:1.8
--- admin/inc/class.solog.inc.php:1.7   Thu Dec 30 07:38:14 2004
+++ admin/inc/class.solog.inc.php       Wed May 11 07:23:07 2005
@@ -1,16 +1,19 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Administration                                         
   *
-       * 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.                                           
   *
-       
\**************************************************************************/
+       /**
+       * Administration - Log
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

-       /* $Id$ */

+       /**
+       * Log
+       *
+       * @package admin
+       */
        class solog
        {
                var $db;

====================================================
Index: admin/inc/class.soserver.inc.php
diff -u admin/inc/class.soserver.inc.php:1.1 
admin/inc/class.soserver.inc.php:1.2
--- admin/inc/class.soserver.inc.php:1.1        Tue Sep  4 19:50:14 2001
+++ admin/inc/class.soserver.inc.php    Wed May 11 07:23:07 2005
@@ -1,17 +1,20 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Admin - Peer Servers                                      *
-  * http://www.phpgroupware.org                                              *
-  * Written by Joseph Engo <address@hidden>                                  *
-  * --------------------------------------------                             *
-  *  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$ */
-
+       /**
+       * Administration - Peer Servers
+       *
+       * @author Joseph Engo <address@hidden>
+       * @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 admin
+       * @version $Id$
+       */
+
+
+       /**
+       * Peer Servers
+       *
+       * @package admin
+       */
        class soserver
        {
                var $is = '';

====================================================
Index: admin/inc/class.uiloglevels.inc.php
diff -u admin/inc/class.uiloglevels.inc.php:1.2 
admin/inc/class.uiloglevels.inc.php:1.3
--- admin/inc/class.uiloglevels.inc.php:1.2     Thu Dec 30 07:38:14 2004
+++ admin/inc/class.uiloglevels.inc.php Wed May 11 07:23:07 2005
@@ -1,16 +1,19 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Administration                                         
   *
-       * 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.                                           
   *
-       
\**************************************************************************/
+       /**
+       * Administration - Log levels
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

-       /* $Id$ */

+       /**
+       * Log levels
+       *
+       * @package admin
+       */
        class uiloglevels
        {
                var $template;

====================================================
Index: admin/inc/class.soapplications.inc.php
diff -u admin/inc/class.soapplications.inc.php:1.7 
admin/inc/class.soapplications.inc.php:1.8
--- admin/inc/class.soapplications.inc.php:1.7  Thu Dec 30 07:38:14 2004
+++ admin/inc/class.soapplications.inc.php      Wed May 11 07:23:07 2005
@@ -1,16 +1,19 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - administration                                            *
-  * 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.                                              *
-  \**************************************************************************/
+       /**
+       * Administration - Applications
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

-  /* $Id$ */

+       /**
+       * Applications
+       *
+       * @package admin
+       */
        class soapplications
        {
                var $db;

====================================================
Index: admin/inc/class.uilog.inc.php
diff -u admin/inc/class.uilog.inc.php:1.11 admin/inc/class.uilog.inc.php:1.12
--- admin/inc/class.uilog.inc.php:1.11  Thu Dec 30 07:38:14 2004
+++ admin/inc/class.uilog.inc.php       Wed May 11 07:23:07 2005
@@ -1,16 +1,19 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Administration                                         
   *
-       * 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.                                           
   *
-       
\**************************************************************************/
+       /**
+       * Administration - Log
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

-       /* $Id$ */

+       /**
+       * Log
+       *
+       * @package admin
+       */
        class uilog
        {
                var $template;

====================================================
Index: admin/inc/class.uiapplications.inc.php
diff -u admin/inc/class.uiapplications.inc.php:1.10 
admin/inc/class.uiapplications.inc.php:1.11
--- admin/inc/class.uiapplications.inc.php:1.10 Thu Dec 30 07:38:14 2004
+++ admin/inc/class.uiapplications.inc.php      Wed May 11 07:23:07 2005
@@ -1,16 +1,19 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - administration                                            *
-  * 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.                                              *
-  \**************************************************************************/
+       /**
+       * Administration - Applications
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

-  /* $Id$ */

+       /**
+       * Applications
+       *
+       * @package admin
+       */
        class uiapplications
        {
                var $public_functions = array(

====================================================
Index: admin/inc/class.boserver.inc.php
diff -u admin/inc/class.boserver.inc.php:1.1 
admin/inc/class.boserver.inc.php:1.2
--- admin/inc/class.boserver.inc.php:1.1        Tue Sep  4 19:50:14 2001
+++ admin/inc/class.boserver.inc.php    Wed May 11 07:23:07 2005
@@ -1,17 +1,20 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Admin                                                     *
-  * http://www.phpgroupware.org                                              *
-  * Written by Miles Lott <address@hidden>                         *
-  * --------------------------------------------                             *
-  *  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$ */
-
+       /**
+       * Administration - Server
+       *
+       * @author Miles Lott <address@hidden>
+       * @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 admin
+       * @version $Id$
+       */
+
+
+       /**
+       * Server
+       *
+       * @package admin
+       */
        class boserver
        {
                var $public_functions = array(

====================================================
Index: admin/inc/class.uimainscreen.inc.php
diff -u admin/inc/class.uimainscreen.inc.php:1.12 
admin/inc/class.uimainscreen.inc.php:1.13
--- admin/inc/class.uimainscreen.inc.php:1.12   Thu Dec 30 07:38:14 2004
+++ admin/inc/class.uimainscreen.inc.php        Wed May 11 07:23:07 2005
@@ -1,16 +1,19 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - administration                                            *
-  * 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.                                              *
-  \**************************************************************************/
+       /**
+       * Administration
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

-  /* $Id$ */

+       /**
+       * Main screen
+       *
+       * @package admin
+       */
        class uimainscreen
        {
                var $public_functions = array('index' => True);

====================================================
Index: admin/inc/class.soaccess_history.inc.php
diff -u admin/inc/class.soaccess_history.inc.php:1.6 
admin/inc/class.soaccess_history.inc.php:1.7
--- admin/inc/class.soaccess_history.inc.php:1.6        Thu Dec 30 07:38:14 2004
+++ admin/inc/class.soaccess_history.inc.php    Wed May 11 07:23:07 2005
@@ -1,16 +1,19 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Administration                                         
   *
-       * 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.                                           
   *
-       
\**************************************************************************/
+       /**
+       * Administration - Access history
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

-       /* $Id$ */

+       /**
+       * Access history
+       *
+       * @package admin
+       */
        class soaccess_history
        {
                var $db;

====================================================
Index: admin/inc/class.uicurrentsessions.inc.php
diff -u admin/inc/class.uicurrentsessions.inc.php:1.9 
admin/inc/class.uicurrentsessions.inc.php:1.10
--- admin/inc/class.uicurrentsessions.inc.php:1.9       Wed May  4 14:04:22 2005
+++ admin/inc/class.uicurrentsessions.inc.php   Wed May 11 07:23:06 2005
@@ -1,17 +1,20 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Administration                                         
   *
-       * http://www.phpgroupware.org                                           
   *
-       *  This file written by Joseph Engo <address@hidden>               *
-       * --------------------------------------------                          
   *
-       *  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$ */
-
+       /**
+       * Administration - Current session
+       *
+       * @author Joseph Engo <address@hidden>
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */
+
+
+       /**
+       * Current session
+       *
+       * @package admin
+       */
        class uicurrentsessions
        {
                var $template;

====================================================
Index: admin/inc/class.bolog.inc.php
diff -u admin/inc/class.bolog.inc.php:1.8 admin/inc/class.bolog.inc.php:1.9
--- admin/inc/class.bolog.inc.php:1.8   Thu Dec 30 07:38:14 2004
+++ admin/inc/class.bolog.inc.php       Wed May 11 07:23:06 2005
@@ -1,16 +1,19 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Administration                                         
   *
-       * 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.                                           
   *
-       
\**************************************************************************/
+       /**
+       * Administration - Log
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

-       /* $Id$ */

+       /**
+       * Log
+       *
+       * @package admin
+       */
        class bolog
        {
                var $public_functions = array

====================================================
Index: admin/inc/class.boaccounts.inc.php
diff -u admin/inc/class.boaccounts.inc.php:1.38 
admin/inc/class.boaccounts.inc.php:1.39
--- admin/inc/class.boaccounts.inc.php:1.38     Thu Dec 30 07:38:14 2004
+++ admin/inc/class.boaccounts.inc.php  Wed May 11 07:23:07 2005
@@ -1,15 +1,19 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - account administration                                 
   *
-       * 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$ */
+       /**
+       * Administration - accounts
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

+
+       /**
+       * Accounts business object
+       *
+       * @package admin
+       */
        class boaccounts
        {
                var $so;

====================================================
Index: admin/inc/class.uiconfig.inc.php
diff -u admin/inc/class.uiconfig.inc.php:1.15 
admin/inc/class.uiconfig.inc.php:1.16
--- admin/inc/class.uiconfig.inc.php:1.15       Thu Dec 30 07:38:14 2004
+++ admin/inc/class.uiconfig.inc.php    Wed May 11 07:23:07 2005
@@ -1,17 +1,20 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Admin config                                              *
-  * Written by Miles Lott <address@hidden>                         *
-  * 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$ */
-
+       /**
+       * Administration
+       *
+       * @author Miles Lott <address@hidden>
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */
+
+
+       /**
+       * Admin
+       *
+       * @package admin
+       */
        class uiconfig
        {
                var $public_functions = array('index' => True);

====================================================
Index: admin/inc/class.boconfig.inc.php
diff -u admin/inc/class.boconfig.inc.php:1.2 
admin/inc/class.boconfig.inc.php:1.3
--- admin/inc/class.boconfig.inc.php:1.2        Thu Dec 13 06:17:09 2001
+++ admin/inc/class.boconfig.inc.php    Wed May 11 07:23:06 2005
@@ -1,17 +1,21 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - configuration administration                           
   *
-       * http://www.phpgroupware.org                                           
   *
-       * Copyright (C) 2001 Loic Dachary                                       
   *
-       * --------------------------------------------                          
   *
-       *  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$ */
-
+       /**
+       * Administration - configuration
+       *
+       * @author Loic Dachary
+       * @copyright Copyright (C) 2001 Loic Dachary
+       * @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 admin
+       * @version $Id$
+       */
+
+
+       /**
+       * Configuration
+       *
+       * @package admin
+       */
        class boconfig
        {
                var $public_functions = array();

====================================================
Index: admin/inc/class.uimenuclass.inc.php
diff -u admin/inc/class.uimenuclass.inc.php:1.10 
admin/inc/class.uimenuclass.inc.php:1.11
--- admin/inc/class.uimenuclass.inc.php:1.10    Thu Dec 30 07:38:14 2004
+++ admin/inc/class.uimenuclass.inc.php Wed May 11 07:23:07 2005
@@ -1,16 +1,19 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Administration                                            *
-  * 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$ */
+       /**
+       * Administration
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

+
+       /**
+       * Menu
+       *
+       * @package admin
+       */
        class uimenuclass
        {
                var $t;

====================================================
Index: admin/inc/class.soaccounts.inc.php
diff -u admin/inc/class.soaccounts.inc.php:1.12 
admin/inc/class.soaccounts.inc.php:1.13
--- admin/inc/class.soaccounts.inc.php:1.12     Thu Dec 30 07:38:14 2004
+++ admin/inc/class.soaccounts.inc.php  Wed May 11 07:23:07 2005
@@ -1,16 +1,19 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - account administration                                 
   *
-       * 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.                                           
   *
-       
\**************************************************************************/
+       /**
+       * Administration - Accounts
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

-       /* $Id$ */

+       /**
+       * Accounts
+       *
+       * @package admin
+       */
        class soaccounts
        {
                function soaccounts()

====================================================
Index: admin/inc/class.bocurrentsessions.inc.php
diff -u admin/inc/class.bocurrentsessions.inc.php:1.10 
admin/inc/class.bocurrentsessions.inc.php:1.11
--- admin/inc/class.bocurrentsessions.inc.php:1.10      Thu Dec 30 07:38:14 2004
+++ admin/inc/class.bocurrentsessions.inc.php   Wed May 11 07:23:07 2005
@@ -1,17 +1,20 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Administration                                         
   *
-       * http://www.phpgroupware.org                                           
   *
-       *  This file written by Joseph Engo <address@hidden>               *
-       * --------------------------------------------                          
   *
-       *  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$ */
-
+       /**
+       * Administration - Current session
+       *
+       * @author Joseph Engo <address@hidden>
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */
+
+
+       /**
+       * Current session
+       *
+       * @package admin
+       */
        class bocurrentsessions
        {
                var $ui;

====================================================
Index: admin/inc/class.boaclmanager.inc.php
diff -u admin/inc/class.boaclmanager.inc.php:1.5 
admin/inc/class.boaclmanager.inc.php:1.6
--- admin/inc/class.boaclmanager.inc.php:1.5    Thu Dec 30 07:38:14 2004
+++ admin/inc/class.boaclmanager.inc.php        Wed May 11 07:23:07 2005
@@ -1,15 +1,19 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Administration                                         
   *
-       * 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$ */
+       /**
+       * Administration - ACL manager business object
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package admin
+       * @version $Id$
+       */

+
+       /**
+       * ACL manager business object
+       *
+       * @package admin
+       */
        class boaclmanager
        {
                var $public_functions = array

====================================================
Index: admin/inc/class.uiaclmanager.inc.php
diff -u admin/inc/class.uiaclmanager.inc.php:1.14 
admin/inc/class.uiaclmanager.inc.php:1.15
--- admin/inc/class.uiaclmanager.inc.php:1.14   Wed May  4 14:04:22 2005
+++ admin/inc/class.uiaclmanager.inc.php        Wed May 11 07:23:07 2005
@@ -1,18 +1,19 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Administration                                         
   *
-       * http://www.phpgroupware.org                                           
   *
-       * 
------------------------------------------------------------------------ *
-       * Copyright 2001 - 2003 Free Software Foundation, Inc                   
   *
-       * This program is part of the GNU project, see http://www.gnu.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$ */
+       /**
+       * Administration - ACL manager
+       *
+       * @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 admin
+       * @version $Id$
+       */

+
+       /**
+       * ACL manager
+       *
+       * @package admin
+       */
        class uiaclmanager
        {
                var $template;






reply via email to

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