[dev] Horde release

Jon Parise jon@csh.rit.edu
Thu, 7 Jun 2001 10:40:08 -0400


On Thu, Jun 07, 2001 at 10:34:44AM -0400, Chuck Hagenbuch wrote:

> > I don't have any pending problems or work that affects Horde
> > itself.
> 
> Alright. Let's freeze work for a bit then until we can get all
> of our apps rolled into tarballs, so that we have a set of
> releases that all work with each other. Let's announce every
> application on Freshmeat, too - it's time to start pushing the
> rest of our apps a lot more.

Okay.  I have some work half-started on adding "priorities" to
Nag tasks that I'll probably finish before a release is made,
though.

-- 
Jon Parise (jon@csh.rit.edu)  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member


>From chuck@horde.org Date: Thu,  7 Jun 2001 10:42:02 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 83567 invoked from network); 7 Jun 2001 14:43:44 -0000
Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206)
  by horde.org with SMTP; 7 Jun 2001 14:43:44 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id B8A3239EE; Thu,  7 Jun 2001 10:42:02 -0400 (EDT)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@localhost by marina.horde.org with HTTP;
	Thu,  7 Jun 2001 10:42:02 -0400
Message-ID: <991924922.3b1f92ba685e5@marina.horde.org>
Date: Thu,  7 Jun 2001 10:42:02 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <991922024.3b1f8768c99e1@marina.horde.org> <20010607095946.B17679@csh.rit.edu> <991924484.3b1f910468164@marina.horde.org> <20010607104007.B18548@csh.rit.edu>
In-Reply-To: <20010607104007.B18548@csh.rit.edu>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [dev] Horde release

Quoting Jon Parise <jon@csh.rit.edu>:

> > Alright. Let's freeze work for a bit then until we can get all
> > of our apps rolled into tarballs, so that we have a set of
> > releases that all work with each other. Let's announce every
> > application on Freshmeat, too - it's time to start pushing the
> > rest of our apps a lot more.
> 
> Okay.  I have some work half-started on adding "priorities" to
> Nag tasks that I'll probably finish before a release is made,
> though.

I'll rephrase: don't change Horde, and don't change any application's 
interaction with Horde or with another app, until we get them all released. 
Internal changes are fine. :)

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Black and white and grey, all the shades of truth.


>From janmailing@gmx.de Date: Fri,  8 Jun 2001 01:39:46 +0200
Return-Path: <janmailing@gmx.de>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 6440 invoked from network); 7 Jun 2001 23:47:24 -0000
Received: from mailout03.sul.t-online.com (HELO mailout03.sul.t-online.de) (194.25.134.81)
  by horde.org with SMTP; 7 Jun 2001 23:47:24 -0000
Received: from fwd04.sul.t-online.de 
	by mailout03.sul.t-online.de with smtp 
	id 1589UV-0005mS-00; Fri, 08 Jun 2001 01:47:03 +0200
Received: from linux.wg.de (320034214675-0001@[217.0.157.37]) by fmrl04.sul.t-online.com
	with esmtp id 1589UH-21TngfC; Fri, 8 Jun 2001 01:46:49 +0200
Received: from localhost (localhost [127.0.0.1])
	by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id f57NdkR12704
	for <dev@lists.horde.org>; Fri, 8 Jun 2001 01:39:46 +0200
Received: from 192.168.60.1 ( [192.168.60.1])
	as user jan@mail.wg.de by linux.wg.de with HTTP;
	Fri,  8 Jun 2001 01:39:46 +0200
Message-ID: <991957186.3b2010c266b94@linux.wg.de>
Date: Fri,  8 Jun 2001 01:39:46 +0200
From: Jan Schneider <janmailing@gmx.de>
To: dev@lists.horde.org
References: <991320132.3b16584423533@linux.wg.de> <991800227.3b1daba3ca3ff@marina.horde.org>
In-Reply-To: <991800227.3b1daba3ca3ff@marina.horde.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="-MOQ991957186d483bf82e01c9a6cf19be1d1020afcc2"
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [dev] Horde portal

---MOQ991957186d483bf82e01c9a6cf19be1d1020afcc2
Content-Type: text/plain
Content-Transfer-Encoding: 8bit

Hi,

I took a look into your commits and are very happy with api implementation.

But when I tried to implement the integration of kronolith I recognized some 
strange scope problem that I couldn't resolve.

This is the calling chain:
callByPackage->kronolithSummary->getEvents
The latter two doesn't know about $calendar regardles it's set global. Only if 
set $calendar global in callByPackage too it works.

I think it'll probably have something to do with user_function_call_array.

Any idea how to handle this?

Attached find the modified api.php.

Bye, Jan.

Zitat von Chuck Hagenbuch <chuck@horde.org>:

> Quoting Jan Schneider <janmailing@gmx.de>:
> 
> > I'm starting to implement a "portal" for horde, that is after login to
> horde 
> > you get a summary of information from you horde apps. E.g. new emails from
> 
> > imp, todays appointments from kronolith and open tasks from nag. Just 
> > imagine "Outlook Today".
> > 
> > I thought I would manage to implement this without indepth knowhow of the
> 
> > horde framework with a little bit of cut and paste and some general php
> > skills. But I was wrong.
> 
> Take a look at what I've committed the last day or so to list Nag tasks, etc.
> 
> It should be done this way - through the registry, abstracted, etc - Horde 
> should _never_ make an explicit reference to an individual application.
> 
> I'll take a look at a messages summary, also, but I'm curious what you think
> of 
> what's there, and if you can follow it to create your own.
> 
> -chuck
> 
> --
> Charles Hagenbuch, <chuck@horde.org>
> Black and white and grey, all the shades of truth.
> 
> -- 
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> 
> 


::::::::::::::::::::::::::::::::::::::::
AMMMa AG - discover your knowledge
:::::::::::::::::::::::::::
Detmolder Str. 25-33 :: D-33604 Bielefeld
fon +49.521.96878-0 :: fax  +49.521.96878-20
http://www.ammma.de
::::::::::::::::::::::::::::::::::::::::::::::
---MOQ991957186d483bf82e01c9a6cf19be1d1020afcc2--



>From janmailing@gmx.de Date: Fri,  8 Jun 2001 01:42:41 +0200
Return-Path: <janmailing@gmx.de>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 6439 invoked from network); 7 Jun 2001 23:47:21 -0000
Received: from mailout03.sul.t-online.com (HELO mailout03.sul.t-online.de) (194.25.134.81)
  by horde.org with SMTP; 7 Jun 2001 23:47:21 -0000
Received: from fwd04.sul.t-online.de 
	by mailout03.sul.t-online.de with smtp 
	id 1589UG-0005mS-00; Fri, 08 Jun 2001 01:46:48 +0200
Received: from linux.wg.de (320034214675-0001@[217.0.157.37]) by fmrl04.sul.t-online.com
	with esmtp id 1589UG-21TngeC; Fri, 8 Jun 2001 01:46:48 +0200
Received: from localhost (localhost [127.0.0.1])
	by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id f57NgfR12724
	for <dev@lists.horde.org>; Fri, 8 Jun 2001 01:42:41 +0200
Received: from 192.168.60.1 ( [192.168.60.1])
	as user jan@mail.wg.de by linux.wg.de with HTTP;
	Fri,  8 Jun 2001 01:42:41 +0200
Message-ID: <991957361.3b20117164485@linux.wg.de>
Date: Fri,  8 Jun 2001 01:42:41 +0200
From: Jan Schneider <janmailing@gmx.de>
To: dev@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: gollem error

Hi,

when you reorganized the constants to separate horde from application stuff, 
you forgot to clean up the gollem files:

Warning: Constant no_action already defined 
in /usr/local/httpd/htdocs/horde/gollem/lib/Gollem.php on line 13

Warning: Constant update_prefs already defined 
in /usr/local/httpd/htdocs/horde/gollem/lib/Gollem.php on line 21

Jan.

::::::::::::::::::::::::::::::::::::::::
AMMMa AG - discover your knowledge
:::::::::::::::::::::::::::
Detmolder Str. 25-33 :: D-33604 Bielefeld
fon +49.521.96878-0 :: fax  +49.521.96878-20
http://www.ammma.de
::::::::::::::::::::::::::::::::::::::::::::::