phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpbrain/inc class.bokb.inc.php, 1.16, 1.17 clas


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpbrain/inc class.bokb.inc.php, 1.16, 1.17 class.uikb.inc.php, 1.16, 1.17 hook_admin.inc.php, 1.8, 1.9 hook_config.inc.php, 1.3, 1.4 hook_manual.inc.php, 1.1.1.1, 1.2
Date: Sun, 07 Sep 2003 00:09:56 -0400

Update of /cvsroot/phpgroupware/phpbrain/inc
In directory subversions:/tmp/cvs-serv21284/inc

Modified Files:
        class.bokb.inc.php class.uikb.inc.php hook_admin.inc.php 
        hook_config.inc.php hook_manual.inc.php 
Log Message:
updated copyright & code formatting

Index: class.bokb.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpbrain/inc/class.bokb.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** class.bokb.inc.php  6 Jun 2003 23:13:28 -0000       1.16
--- class.bokb.inc.php  7 Sep 2003 04:09:54 -0000       1.17
***************
*** 1,16 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - KnowledgeBase                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Dave Hall [skwashd AT phpgroupware DOT org]                
   *
!       * 
------------------------------------------------------------------------ *
!       * Started off as a port of phpBrain - http://vrotvrot.com/phpBrain/     
   *
!       *  but quickly became a full rewrite                                    
   *
!       * 
------------------------------------------------------------------------ *
!       *  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.                                           
   *
!       
\**************************************************************************/
  
        class bokb
--- 1,21 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - KnowledgeBase                                               
*
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2003 Free Software Foundation, Inc.                      *
!  *                                                                    *
!  * Originally Written by Dave Hall - <skwashd at phpgroupware.org>    *
!  * Loosely Based on phpBrain from Bart Veldhuizen - http://vrotvrot.com *
!  * --------------------------------------------                               
*
!  *  Development Sponsored by Creativix                                        
*
!  * --------------------------------------------                               
*
!  * 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$ */
  
        class bokb

Index: class.uikb.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpbrain/inc/class.uikb.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** class.uikb.inc.php  6 Jun 2003 23:13:28 -0000       1.16
--- class.uikb.inc.php  7 Sep 2003 04:09:54 -0000       1.17
***************
*** 1,17 ****
  <?php
! /**************************************************************************\
! * phpGroupWare - KnowledgeBase                                             *
! * http://www.phpgroupware.org                                              *
! * Written by Dave Hall [skwashd AT phpgroupware.org]                     *
! * ------------------------------------------------------------------------ *
! * Started off as a port of phpBrain - http://vrotvrot.com/phpBrain/      *
! *  but quickly became a full rewrite                                     *
! * ------------------------------------------------------------------------ *
! *  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.                                              *
! \**************************************************************************/
!       
        class uikb
        {
--- 1,22 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - KnowledgeBase                                               
*
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2003 Free Software Foundation, Inc.                      *
!  *                                                                    *
!  * Originally Written by Dave Hall - <skwashd at phpgroupware.org>    *
!  * Loosely Based on phpBrain from Bart Veldhuizen - http://vrotvrot.com *
!  * --------------------------------------------                               
*
!  *  Development Sponsored by Creativix                                        
*
!  * --------------------------------------------                               
*
!  * 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$ */
! 
        class uikb
        {
***************
*** 21,42 ****
                var $t;
                var $theme;
!               var $public_functions = array('index'                   => True,
!                                                                       'add'   
                        => True,
!                                                                       
'add_comment'           => True,
!                                                                       
'add_question'          => True,
!                                                                       
'browse'                        => True,
!                                                                       
'confirm_delete'        => True,
!                                                                       'css'   
                        => True,
!                                                                       
'delete_comment'        => True,
!                                                                       'edit'  
                        => True,
!                                                                       
'maint_answer'          => True,
!                                                                       
'maint_question'        => True,
!                                                                       
'preview'                       => True,
!                                                                       'rate'  
                        => True,
!                                                                       'save'  
                        => True,
!                                                                       
'search'                        => True,
!                                                                       
'unanswered'            => True,
!                                                                       'view'  
                        => True,
!                                                                       'help'  
                        => True
                                                );
                
--- 26,47 ----
                var $t;
                var $theme;
!               var $public_functions = array('index'           => True,
!                                               'add'           => True,
!                                               'add_comment'   => True,
!                                               'add_question'  => True,
!                                               'browse'        => True,
!                                               'confirm_delete'=> True,
!                                               'css'           => True,
!                                               'delete_comment'=> True,
!                                               'edit'          => True,
!                                               'maint_answer'  => True,
!                                               'maint_question'=> True,
!                                               'preview'       => True,
!                                               'rate'          => True,
!                                               'save'          => True,
!                                               'search'        => True,
!                                               'unanswered'    => True,
!                                               'view'          => True,
!                                               'help'          => True,
                                                );
                
***************
*** 917,920 ****
--- 922,926 ----
                }//end get_item
  
+               //TODO clean up this mess
                function css()
                {

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpbrain/inc/hook_admin.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** hook_admin.inc.php  27 Apr 2003 09:25:55 -0000      1.8
--- hook_admin.inc.php  7 Sep 2003 04:09:54 -0000       1.9
***************
*** 1,16 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - KnowledgeBase                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Dave Hall [dave.hall at mbox.com.au]                       
               *
!       * 
------------------------------------------------------------------------ *
!       * Started off as a port of phpBrain - http://vrotvrot.com/phpBrain/     
           *
!       * but quickly became a full rewrite                                     
   *
!       * 
------------------------------------------------------------------------ *
!       * 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.                                            
   *
!       
\**************************************************************************/
  
        {
--- 1,21 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - KnowledgeBase                                               
*
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2003 Free Software Foundation, Inc.                      *
!  *                                                                    *
!  * Originally Written by Dave Hall - <skwashd at phpgroupware.org>    *
!  * Loosely Based on phpBrain from Bart Veldhuizen - http://vrotvrot.com *
!  * --------------------------------------------                               
*
!  *  Development Sponsored by Creativix                                        
*
!  * --------------------------------------------                               
*
!  * 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$ */
  
        {

Index: hook_config.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpbrain/inc/hook_config.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** hook_config.inc.php 18 Apr 2003 02:32:21 -0000      1.3
--- hook_config.inc.php 7 Sep 2003 04:09:54 -0000       1.4
***************
*** 1,16 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - KnowledgeBase                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Dave Hall [skwashd AT phpgroupware.org]                    
   *
!       * 
------------------------------------------------------------------------ *
!       * Started off as a port of phpBrain - http://vrotvrot.com/phpBrain/     
   *
!       *  but quickly became a full rewrite                                    
   *
!       * 
------------------------------------------------------------------------ *
!       *  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$ */
--- 1,21 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - KnowledgeBase                                               
*
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2003 Free Software Foundation, Inc.                      *
!  *                                                                    *
!  * Originally Written by Dave Hall - <skwashd at phpgroupware.org>    *
!  * Loosely Based on phpBrain from Bart Veldhuizen - http://vrotvrot.com *
!  * --------------------------------------------                               
*
!  *  Development Sponsored by Creativix                                        
*
!  * --------------------------------------------                               
*
!  * 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$ */
  
    /* $Id$ */

Index: hook_manual.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpbrain/inc/hook_manual.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** hook_manual.inc.php 16 Mar 2003 15:25:18 -0000      1.1.1.1
--- hook_manual.inc.php 7 Sep 2003 04:09:54 -0000       1.2
***************
*** 1,18 ****
  <?php
!     
/**************************************************************************\
!     * phpGroupWare - Manual                                                *
!     * http://www.phpgroupware.org                                             
 *
!     * Written by Mark Peters <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$ */
  
        // Only Modify the $file variable.....
        $file = Array();
! //Do not modify below this line
        display_manual_section($appname,$file);
  ?>
--- 1,25 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - KnowledgeBase                                               
*
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2003 Free Software Foundation, Inc.                      *
!  *                                                                    *
!  * Originally Written by Dave Hall - <skwashd at phpgroupware.org>    *
!  * Loosely Based on phpBrain from Bart Veldhuizen - http://vrotvrot.com *
!  * --------------------------------------------                               
*
!  *  Development Sponsored by Creativix                                        
*
!  * --------------------------------------------                               
*
!  * 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$ */
  
        // Only Modify the $file variable.....
        $file = Array();
!       //Do not modify below this line
        display_manual_section($appname,$file);
  ?>





reply via email to

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