phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: news_admin/inc class.bo.inc.php,NONE,1.1 class.b


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: news_admin/inc class.bo.inc.php,NONE,1.1 class.boacl.inc.php,NONE,1.1 class.boexport.inc.php,NONE,1.1 class.so.inc.php,NONE,1.1 class.soacl.inc.php,NONE,1.1 class.soexport.inc.php,NONE,1.1 class.ui.inc.php,NONE,1.1 class.uiacl.inc.php,NONE,1.1 class.uiexport.inc.php,NONE,1.1 hook_admin.inc.php,1.8,1.9 class.boadmin.inc.php,1.11,NONE class.bonews.inc.php,1.2,NONE class.soadmin.inc.php,1.9,NONE class.sonews.inc.php,1.2,NONE class.uiadmin.inc.php,1.18,NONE class.uinews.inc.php,1.25,NONE
Date: Mon, 02 Jun 2003 23:15:14 -0400

Update of /cvsroot/phpgroupware/news_admin/inc
In directory subversions:/tmp/cvs-serv13424/inc

Modified Files:
        hook_admin.inc.php 
Added Files:
        class.bo.inc.php class.boacl.inc.php class.boexport.inc.php 
        class.so.inc.php class.soacl.inc.php class.soexport.inc.php 
        class.ui.inc.php class.uiacl.inc.php class.uiexport.inc.php 
Removed Files:
        class.boadmin.inc.php class.bonews.inc.php 
        class.soadmin.inc.php class.sonews.inc.php 
        class.uiadmin.inc.php class.uinews.inc.php 
Log Message:
ACL
configurable RSS exports
clean up


***** Error reading new file: [Errno 2] No such file or directory: 
'class.bo.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.boacl.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.boexport.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.so.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.soacl.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.soexport.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.ui.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.uiacl.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.uiexport.inc.php'
Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/inc/hook_admin.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** hook_admin.inc.php  23 Apr 2003 01:44:11 -0000      1.8
--- hook_admin.inc.php  3 Jun 2003 03:15:12 -0000       1.9
***************
*** 1,22 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare                                                          
   *
!       * 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$ */
! 
        {
                $file = Array
                (
!                       'Maintain news'         => 
$GLOBALS['phpgw']->link('/index.php','menuaction=news_admin.uiadmin.news_list'),
!                       'Global Categories'     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname='
 . $appname)
                );
!               $GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
        }
  ?>
--- 1,22 ----
  <?php
!   /**************************************************************************\
!   * phpGroupWare                                                             *
!   * 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$ */
        {
                $file = Array
                (
!                       'Global Categories'     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname='
 . $appname),
!                       'Configure Access Permissions' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=news_admin.uiacl.acllist'),
!                       'Configure RSS exports' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=news_admin.uiexport.exportlist'),
                );
!               display_section($appname,$appname,$file);
        }
  ?>

--- class.boadmin.inc.php DELETED ---

--- class.bonews.inc.php DELETED ---

--- class.soadmin.inc.php DELETED ---

--- class.sonews.inc.php DELETED ---

--- class.uiadmin.inc.php DELETED ---

--- class.uinews.inc.php DELETED ---





reply via email to

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