steffen: server/kolab-horde-framework/kolab-horde-framework/Horde	Horde.php, NONE, 1.1 package.xml, NONE, 1.1 
    cvs at intevation.de 
    cvs at intevation.de
       
    Fri Oct 14 16:33:06 CEST 2005
    
        - Previous message: steffen: server/kolab-horde-framework/kolab-horde-framework/History	History.php, NONE, 1.1 package.xml, NONE, 1.1 
 
        - Next message: steffen: server/kolab-horde-framework/kolab-horde-framework/File_PDF/PDF/fonts	courier.php, NONE, 1.1 helvetica.php, NONE, 1.1 helveticab.php,	NONE, 1.1 helveticabi.php, NONE, 1.1 helveticai.php, NONE,	1.1 symbol.php, NONE, 1.1 times.php, NONE, 1.1 timesb.php,	NONE, 1.1 timesbi.php, NONE, 1.1 timesi.php, NONE,	1.1 zapfdingbats.php, NONE, 1.1 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Author: steffen
Update of /kolabrepository/server/kolab-horde-framework/kolab-horde-framework/Horde
In directory doto:/tmp/cvs-serv28903/kolab-horde-framework/kolab-horde-framework/Horde
Added Files:
	Horde.php package.xml 
Log Message:
Separated Horde Framework from kolab-resource-handlers
--- NEW FILE: Horde.php ---
<?php
include_once 'Log.php';
include_once 'Horde/Util.php';
/**
 * The Horde:: class provides the functionality shared by all Horde
 * applications.
 *
 * $Horde: framework/Horde/Horde.php,v 1.418 2004/05/30 11:54:09 jan Exp $
 *
 * Copyright 1999-2004 Chuck Hagenbuch <chuck at horde.org>
 * Copyright 1999-2004 Jon Parise <jon at horde.org>
 *
 * See the enclosed file COPYING for license information (LGPL). If you
 * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
 *
 * @author  Chuck Hagenbuch <chuck at horde.org>
 * @author  Jon Parise <jon at horde.org>
[...1152 lines suppressed...]
    function getHordeMenu()
    {
        global $registry;
        $menu = array();
        $menu[] = array('url' => Horde::applicationUrl('services/portal/'),
                        'text' =>  _("Home"),
                        'icon' => 'horde.gif',
                        'icon_path' => $registry->getParam('graphics'));
        if (Auth::isAdmin()) {
            $menu[] = array('url' => Horde::applicationUrl('admin/'),
                            'text' =>  _("Administration"),
                            'icon' => 'administration.gif',
                            'icon_path' => $registry->getParam('graphics'));
        }
        return $menu;
    }
}
--- NEW FILE: package.xml ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $Horde: framework/Horde/package.xml,v 1.4 2004/05/19 15:24:13 chuck Exp $ -->
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.1">
<package version="1.0">
  <name>Horde_Framework</name>
  <summary>Horde core Framework libraries</summary>
  <description>
    These classes provide the core functionality of the Horde
    Application Framework.
  </description>
  <license>LGPL</license>
  <maintainers>
    <maintainer>
      <user>chuck</user>
      <role>lead</role>
      <name>Chuck Hagenbuch</name>
      <email>chuck at horde.org</email>
    </maintainer>
    <maintainer>
      <user>jon</user>
      <role>lead</role>
      <name>Jon Parise</name>
      <email>jon at horde.org</email>
    </maintainer>
    <maintainer>
      <user>jan</user>
      <role>lead</role>
      <name>Jan Schneider</name>
      <email>jan at horde.org</email>
    </maintainer>
  </maintainers>
  <release>
    <version>0.0.1</version>
    <state>beta</state>
    <date>2004-02-13</date>
    <notes>Initial packaging</notes>
    <filelist>
      <file role="php" baseinstalldir="/" name="Horde.php"/>
      <dir name="Horde" role="php">
        <file name="Config.php"/>
        <file name="Help.php"/>
        <file name="Registry.php"/>
      </dir>
    </filelist>
    <provides type="class" name="Horde"/>
    <provides type="class" name="Config" />
    <provides type="class" name="Help"/>
    <provides type="class" name="Registry"/>
    <deps>
      <dep type="pkg" rel="has" optional="yes">Horde_Browser</dep>
      <dep type="pkg" rel="has" optional="yes">Horde_Form</dep>
    </deps>
  </release>
  <changelog>
    <release>
      <version>0.0.1</version>
      <state>beta</state>
      <date>2004-02-13</date>
      <notes>Initial packaging</notes>
    </release>
  </changelog>
</package>
    
    
        
	- Previous message: steffen: server/kolab-horde-framework/kolab-horde-framework/History	History.php, NONE, 1.1 package.xml, NONE, 1.1 
 
	- Next message: steffen: server/kolab-horde-framework/kolab-horde-framework/File_PDF/PDF/fonts	courier.php, NONE, 1.1 helvetica.php, NONE, 1.1 helveticab.php,	NONE, 1.1 helveticabi.php, NONE, 1.1 helveticai.php, NONE,	1.1 symbol.php, NONE, 1.1 times.php, NONE, 1.1 timesb.php,	NONE, 1.1 timesbi.php, NONE, 1.1 timesi.php, NONE,	1.1 zapfdingbats.php, NONE, 1.1 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the commits
mailing list