[dev] Re: [cvs] cvs commit: horde/config horde.php.dist html.php.dist lang.php.dist mime_drivers.php.dist mime_mapping.php.dist prefs.php.dist registry.php.dist

Ronnie Garcia r.garcia@netia.net
Mon, 04 Mar 2002 17:47:43 +0100


At 11:25 04/03/02 -0500, Jon Parise wrote:
>On Mon, Mar 04, 2002 at 09:01:14AM -0600, Brent J. Nordquist wrote:
>
> > >   remove ?> from .dist files. Just confuses people, and not needed.
> >
> > Can you elaborate a bit on this change?  It seems imbalanced to me that
> > the files have "<?php" at the top and no "?>" at the bottom.  Shouldn't it
> > be both or neither?
>
>The <?php is definitely required, but the final ?> is, and always
>has been, optional (as far as the PHP interpretter is concerned.
>It's generally good style to include the ending tag (and it's
>proper XML for processor instructions), but Chuck made the change
>to the configuration files so that stray whitespace after the
>closing tag won't cause people any more problems (because there
>is no closing tag).

  Wouldn't it be "cleaner" to let the ?> where is was and put a comment at 
the end of the config file, telling that there must not be any space after 
it ? just a personnal thought.. the missing ?> just looks odd to me =)

Rgds,
Ronnie.





>From chuck@horde.org Date: Mon,  4 Mar 2002 11:54:27 -0500
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 8382 invoked from network); 4 Mar 2002 16:55:07 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 4 Mar 2002 16:55:07 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id AB16639CB; Mon,  4 Mar 2002 11:54:27 -0500 (EST)
Received: from 192.168.0.113 ( [192.168.0.113])
	as user chuck@localhost by marina.horde.org with HTTP;
	Mon,  4 Mar 2002 11:54:27 -0500
Message-ID: <1015260867.3c83a6c372c58@marina.horde.org>
Date: Mon,  4 Mar 2002 11:54:27 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <Pine.LNX.4.44.0203040900190.16602-100000@kepler.acns.bethel.edu> <20020219175300.C2F594F3@arkady.horde.org> <Pine.LNX.4.44.0203040900190.16602-100000@kepler.acns.bethel.edu> <5.1.0.14.0.20020304174226.02f89810@pop1.cla.fr.netia.net>
In-Reply-To: <5.1.0.14.0.20020304174226.02f89810@pop1.cla.fr.netia.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] Re: [cvs] cvs commit: horde/config horde.php.dist  html.php.dist lang.php.dist mime_drivers.php.dist  mime_mapping.php.dist prefs.php.dist registry.php.dist

Quoting Ronnie Garcia <r.garcia@netia.net>:

>   Wouldn't it be "cleaner" to let the ?> where is was and put a comment at 
> the end of the config file, telling that there must not be any space after 
> it ? just a personnal thought.. the missing ?> just looks odd to me =)

The error message that results when you have extra whitespace is as clear - 
probably clearer - than any comment which we could include. And the comment 
wouldn't do any good for people who don't know how their editors work and have 
the editor insert whitespace when they save the file.

It's not required, it's never been required, it will never be required, it adds 
_nothing_, and I see no reason to continue answering questions generated by it 
on the list.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
 and justice is a good dream." - Tariq Ramadan


>From chuck@horde.org Date: Mon,  4 Mar 2002 12:07:17 -0500
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 11758 invoked from network); 4 Mar 2002 17:07:56 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 4 Mar 2002 17:07:56 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id DC7FD39CB; Mon,  4 Mar 2002 12:07:17 -0500 (EST)
Received: from 192.168.0.113 ( [192.168.0.113])
	as user chuck@localhost by marina.horde.org with HTTP;
	Mon,  4 Mar 2002 12:07:17 -0500
Message-ID: <1015261637.3c83a9c5b1aeb@marina.horde.org>
Date: Mon,  4 Mar 2002 12:07:17 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <20020304170304.5FDBC511@arkady.horde.org>
In-Reply-To: <20020304170304.5FDBC511@arkady.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [cvs] cvs commit: imp/docs INSTALL

Quoting "Brent J. Nordquist" <bjn@horde.org>:

>   Make the Horde config file instructions more closely resemble the way the
>   config files currently look.

Where did this come from?

+      You may also need to uncomment this line and edit the IMAP host name:
+
+         $conf['auth']['params']['dsn'] = '{imap.example.com/imap:143}INBOX';

That's never used when you're using application auth...

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
 and justice is a good dream." - Tariq Ramadan


>From marcus@riboflavin.net Date: Mon,  4 Mar 2002 14:10:06 -0600
Return-Path: <marcus@riboflavin.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 23056 invoked from network); 4 Mar 2002 20:10:19 -0000
Received: from dsl.75.91.networkiowa.com (HELO www.riboflavin.net) (209.234.75.91)
  by clark.horde.org with SMTP; 4 Mar 2002 20:10:19 -0000
Received: (from www@localhost)
	by www.riboflavin.net (8.11.6/8.11.6) id g24KA6M74343
	for dev@lists.horde.org; Mon, 4 Mar 2002 14:10:06 -0600 (CST)
	(envelope-from marcus@riboflavin.net)
X-Authentication-Warning: www.riboflavin.net: www set sender to marcus@riboflavin.net using -f
Received: from 165.206.209.230 ( [165.206.209.230])
	as user marcus@imap.riboflavin.net by horde.riboflavin.net with HTTP;
	Mon,  4 Mar 2002 14:10:06 -0600
Message-ID: <1015272606.3c83d49e510f6@horde.riboflavin.net>
Date: Mon,  4 Mar 2002 14:10:06 -0600
From: "Marcus I. Ryan" <marcus@riboflavin.net>
To: dev@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Originating-IP: 165.206.209.230
Subject: Quick question about HTML layout

I haven't had to worry about this before, but...

I am planning on having a table of three columns.  Column 1 will be a
select box holding the addresses in the address book.  Column two is a
column of buttons.  Column three is another select box storing selected
addresses and what fields they will go in.

The problem is that the select lists are constantly resizing based on
their contents, sometimes to the point where I can't get to, say, the
cancel button on the window.  Is there a way to force these boxes to be
at most x% or n pixels wide?  If not is there a way to pop up a window
that can be resized?  I'm using the same open window call used for the
Special Characters menu item.

Advice will be appreciated - I'm trying to hurry and get the addressbook
finished before the code freeze.

-- 
Marcus I. Ryan, marcus@riboflavin.net
-----------------------------------------------------------------------
 "Love is a snowmobile racing across the tundra and then suddenly it
 flips over, pinning you underneath.  At night, the ice weasels come."
                 -- Matt Groening
-----------------------------------------------------------------------

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


>From chuck@horde.org Date: Mon,  4 Mar 2002 15:36:39 -0500
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 27608 invoked from network); 4 Mar 2002 20:37:18 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 4 Mar 2002 20:37:18 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 8215139A4; Mon,  4 Mar 2002 15:36:39 -0500 (EST)
Received: from 192.168.0.113 ( [192.168.0.113])
	as user chuck@localhost by marina.horde.org with HTTP;
	Mon,  4 Mar 2002 15:36:39 -0500
Message-ID: <1015274199.3c83dad75726b@marina.horde.org>
Date: Mon,  4 Mar 2002 15:36:39 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <3C810F73.DD6C3AF1@neomedia.it> <1015092920.3c8116b8797f7@jan.dip.ammma.net> <3C83515E.EF343FAB@neomedia.it> <1015239608.3c8353b8611df@jan.dip.ammma.net> <3C835B50.4A81030D@neomedia.it> <1015247683.3c837343a579e@jan.dip.ammma.net> <3C837C9A.CE00E2@neomedia.it>
In-Reply-To: <3C837C9A.CE00E2@neomedia.it>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] Bug in translations

Quoting Federico Giannici <giannici@neomedia.it>:

> Anyway, I want to stress one more time that the translation CORRECTLY
> WORKS if the language selection is based on the browser capabilities
> (when Italian is the preferred language of the browser), but DOESN'T
> WORK when the language is selected by the user in the login page (or in
> the user Options, according to Vincent)!

I think this may be fixed with my latest commit.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
 and justice is a good dream." - Tariq Ramadan


>From jan@horde.org Date: Mon,  4 Mar 2002 22:12:42 +0100
Return-Path: <jan@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 29279 invoked from network); 4 Mar 2002 21:18:28 -0000
Received: from mailout04.sul.t-online.com (194.25.134.18)
  by clark.horde.org with SMTP; 4 Mar 2002 21:18:28 -0000
Received: from fwd06.sul.t-online.de 
	by mailout04.sul.t-online.com with smtp 
	id 16hzon-0005y9-02; Mon, 04 Mar 2002 22:16:25 +0100
Received: from linux.wg.de (320034214675-0001@[217.88.128.53]) by fmrl06.sul.t-online.com
	with esmtp id 16hzog-0ZBQyuC; Mon, 4 Mar 2002 22:16:18 +0100
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 g24LCgR04029
	for <dev@lists.horde.org>; Mon, 4 Mar 2002 22:12:43 +0100
Received: from 192.168.60.137 ( [192.168.60.137])
	as user jan@linux by jan.dip.ammma.net with HTTP;
	Mon,  4 Mar 2002 22:12:42 +0100
Message-ID: <1015276362.3c83e34a90432@jan.dip.ammma.net>
Date: Mon,  4 Mar 2002 22:12:42 +0100
From: Jan Schneider <jan@horde.org>
To: dev@lists.horde.org
References: <1015272606.3c83d49e510f6@horde.riboflavin.net>
In-Reply-To: <1015272606.3c83d49e510f6@horde.riboflavin.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [dev] Quick question about HTML layout

Zitat von "Marcus I. Ryan" <marcus@riboflavin.net>:

> The problem is that the select lists are constantly resizing based on
> their contents, sometimes to the point where I can't get to, say, the
> cancel button on the window.  Is there a way to force these boxes to be
> at most x% or n pixels wide?  If not is there a way to pop up a window

You can set select boxes to a fixed with (like the identities field in the 
compose window) but they will extend this width if they have to. You can 
also shorten the content of the select box to a maximum size like we do 
with the folders field.

> that can be resized?  I'm using the same open window call used for the
> Special Characters menu item.

This is also possible of course. But once again you have to do a wild guess 
how big the window has to be. We do this with the Horde menu bar if it's 
configured to be in a floating window.

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft


>From marcus@riboflavin.net Date: Mon,  4 Mar 2002 20:47:04 -0600
Return-Path: <marcus@riboflavin.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 53237 invoked from network); 5 Mar 2002 02:47:19 -0000
Received: from dsl.75.91.networkiowa.com (HELO www.riboflavin.net) (209.234.75.91)
  by clark.horde.org with SMTP; 5 Mar 2002 02:47:19 -0000
Received: (from www@localhost)
	by www.riboflavin.net (8.11.6/8.11.6) id g252l5C79989
	for dev@lists.horde.org; Mon, 4 Mar 2002 20:47:05 -0600 (CST)
	(envelope-from marcus@riboflavin.net)
X-Authentication-Warning: www.riboflavin.net: www set sender to marcus@riboflavin.net using -f
Received: from router.int.riboflavin.net ( [router.int.riboflavin.net])
	as user marcus@imap.riboflavin.net by horde.riboflavin.net with HTTP;
	Mon,  4 Mar 2002 20:47:04 -0600
Message-ID: <1015296424.3c8431a8eac38@horde.riboflavin.net>
Date: Mon,  4 Mar 2002 20:47:04 -0600
From: "Marcus I. Ryan" <marcus@riboflavin.net>
To: dev@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Originating-IP: 172.30.1.254
Subject: Addressbook: Submitted for your approval :)

Well, I won't promise it's beautiful, or even 100% functional on every
platform, but it works for me, and doesn't rely on anything directly
from Turba.  If nothing else, hopefully it's a good start for someone
who really knows what they're doing (or at least a good chance for
people to educate me on how I really should have done this).

The patch and new files can be found at http://www.riboflavin.net/~shad/

Now for the ramblings about it :)

I still would like to add a select box that allows the user to choose
displaying names or email addresses.  I would really like to display
both, but I'm not sure how to do that without it really screwing up the
display.  Also, it does not currently sort; it uses the array (mostly)
as passed back from Turba.

Actually, I'm not going to ramble much more than this right now.  Take a
look if you will.  I've been working on it most of the day, and frankly
I'm ready for a break - at least some dinner.  Let me know what you think.

-- 
Marcus I. Ryan, marcus@riboflavin.net
-----------------------------------------------------------------------
 "Love is a snowmobile racing across the tundra and then suddenly it
 flips over, pinning you underneath.  At night, the ice weasels come."
                 -- Matt Groening
-----------------------------------------------------------------------

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


>From chuck@horde.org Date: Tue,  5 Mar 2002 00:03:13 -0500
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 55340 invoked from network); 5 Mar 2002 05:03:52 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 5 Mar 2002 05:03:52 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 991EE39CB; Tue,  5 Mar 2002 00:03:13 -0500 (EST)
Received: from 192.168.0.114 ( [192.168.0.114])
	as user chuck@localhost by marina.horde.org with HTTP;
	Tue,  5 Mar 2002 00:03:13 -0500
Message-ID: <1015304593.3c8451916e1a0@marina.horde.org>
Date: Tue,  5 Mar 2002 00:03:13 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <1015296424.3c8431a8eac38@horde.riboflavin.net>
In-Reply-To: <1015296424.3c8431a8eac38@horde.riboflavin.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] Addressbook: Submitted for your approval :)

Quoting "Marcus I. Ryan" <marcus@riboflavin.net>:

> Well, I won't promise it's beautiful, or even 100% functional on every
> platform, but it works for me, and doesn't rely on anything directly
> from Turba.  If nothing else, hopefully it's a good start for someone
> who really knows what they're doing (or at least a good chance for
> people to educate me on how I really should have done this).

Can you post a few screenshots so I know what I'm getting in to/what I should 
get?

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
 and justice is a good dream." - Tariq Ramadan


>From jan@horde.org Date: Tue,  5 Mar 2002 10:24:01 +0100
Return-Path: <jan@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 58985 invoked from network); 5 Mar 2002 09:26:25 -0000
Received: from mailout06.sul.t-online.com (194.25.134.19)
  by clark.horde.org with SMTP; 5 Mar 2002 09:26:25 -0000
Received: from fwd08.sul.t-online.de 
	by mailout06.sul.t-online.com with smtp 
	id 16iBDD-0004ah-03; Tue, 05 Mar 2002 10:26:23 +0100
Received: from linux.wg.de (320034214675-0001@[217.225.38.114]) by fmrl08.sul.t-online.com
	with esmtp id 16iBD9-0WkT8CC; Tue, 5 Mar 2002 10:26:19 +0100
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 g259O2R08575
	for <dev@lists.horde.org>; Tue, 5 Mar 2002 10:24:02 +0100
Received: from 62.225.101.66 ( [62.225.101.66])
	as user jan@linux by jan.dip.ammma.net with HTTP;
	Tue,  5 Mar 2002 10:24:01 +0100
Message-ID: <1015320241.3c848eb1c6786@jan.dip.ammma.net>
Date: Tue,  5 Mar 2002 10:24:01 +0100
From: Jan Schneider <jan@horde.org>
To: dev@lists.horde.org
References: <1015296424.3c8431a8eac38@horde.riboflavin.net>
In-Reply-To: <1015296424.3c8431a8eac38@horde.riboflavin.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [dev] Addressbook: Submitted for your approval :)

Zitat von "Marcus I. Ryan" <marcus@riboflavin.net>:

> The patch and new files can be found at
> http://www.riboflavin.net/~shad/

You shouldn't put the files in a directory where php files get rendered. ;-)

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft


>From marcus@riboflavin.net Date: Tue,  5 Mar 2002 08:10:45 -0600
Return-Path: <marcus@riboflavin.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 87243 invoked from network); 5 Mar 2002 14:10:57 -0000
Received: from dsl.75.91.networkiowa.com (HELO www.riboflavin.net) (209.234.75.91)
  by clark.horde.org with SMTP; 5 Mar 2002 14:10:57 -0000
Received: (from www@localhost)
	by www.riboflavin.net (8.11.6/8.11.6) id g25EAj384968
	for dev@lists.horde.org; Tue, 5 Mar 2002 08:10:45 -0600 (CST)
	(envelope-from marcus@riboflavin.net)
X-Authentication-Warning: www.riboflavin.net: www set sender to marcus@riboflavin.net using -f
Received: from 165.206.209.230 ( [165.206.209.230])
	as user marcus@imap.riboflavin.net by horde.riboflavin.net with HTTP;
	Tue,  5 Mar 2002 08:10:45 -0600
Message-ID: <1015337445.3c84d1e5b724d@horde.riboflavin.net>
Date: Tue,  5 Mar 2002 08:10:45 -0600
From: "Marcus I. Ryan" <marcus@riboflavin.net>
To: dev@lists.horde.org
References: <1015296424.3c8431a8eac38@horde.riboflavin.net> <1015320241.3c848eb1c6786@jan.dip.ammma.net>
In-Reply-To: <1015320241.3c848eb1c6786@jan.dip.ammma.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Originating-IP: 165.206.209.230
Subject: Re: [dev] Addressbook: Submitted for your approval :)

Good catch...thanks! :)  I told you I was ready for a break...

I still can't seem to get the javascript include file to display such
that Mozilla won't try to load the javascript.  Not sure if it's apache
or Mozilla.  *shrug*

Quoting Jan Schneider <jan@horde.org>:

> Zitat von "Marcus I. Ryan" <marcus@riboflavin.net>:
> 
> > The patch and new files can be found at
> > http://www.riboflavin.net/~shad/
> 
> You shouldn't put the files in a directory where php files get
> rendered. ;-)
> 
> Jan.
> 
> --
> http://www.horde.org - The Horde Project
> http://www.ammma.de - discover your knowledge
> http://www.tip4all.de - Deine private Tippgemeinschaft
> 
> -- 
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> 
> 


-- 
Marcus I. Ryan, marcus@riboflavin.net
-----------------------------------------------------------------------
 "Love is a snowmobile racing across the tundra and then suddenly it
 flips over, pinning you underneath.  At night, the ice weasels come."
                 -- Matt Groening
-----------------------------------------------------------------------

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


>From marcus@riboflavin.net Date: Tue,  5 Mar 2002 08:11:48 -0600
Return-Path: <marcus@riboflavin.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 87430 invoked from network); 5 Mar 2002 14:11:59 -0000
Received: from dsl.75.91.networkiowa.com (HELO www.riboflavin.net) (209.234.75.91)
  by clark.horde.org with SMTP; 5 Mar 2002 14:11:59 -0000
Received: (from www@localhost)
	by www.riboflavin.net (8.11.6/8.11.6) id g25EBmd84982
	for dev@lists.horde.org; Tue, 5 Mar 2002 08:11:48 -0600 (CST)
	(envelope-from marcus@riboflavin.net)
X-Authentication-Warning: www.riboflavin.net: www set sender to marcus@riboflavin.net using -f
Received: from 165.206.209.230 ( [165.206.209.230])
	as user marcus@imap.riboflavin.net by horde.riboflavin.net with HTTP;
	Tue,  5 Mar 2002 08:11:48 -0600
Message-ID: <1015337508.3c84d224de708@horde.riboflavin.net>
Date: Tue,  5 Mar 2002 08:11:48 -0600
From: "Marcus I. Ryan" <marcus@riboflavin.net>
To: dev@lists.horde.org
References: <1015296424.3c8431a8eac38@horde.riboflavin.net> <1015304593.3c8451916e1a0@marina.horde.org>
In-Reply-To: <1015304593.3c8451916e1a0@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Originating-IP: 165.206.209.230
Subject: Re: [dev] Addressbook: Submitted for your approval :)

Screenshots are there.  The only change to existing code is the patch to
add the address book button in the compose window (compose.inc).

Quoting Chuck Hagenbuch <chuck@horde.org>:

> Quoting "Marcus I. Ryan" <marcus@riboflavin.net>:
> 
> > Well, I won't promise it's beautiful, or even 100% functional on
> every
> > platform, but it works for me, and doesn't rely on anything
> directly
> > from Turba.  If nothing else, hopefully it's a good start for
> someone
> > who really knows what they're doing (or at least a good chance
> for
> > people to educate me on how I really should have done this).
> 
> Can you post a few screenshots so I know what I'm getting in to/what
> I should 
> get?
> 
> -chuck
> 
> --
> Charles Hagenbuch, <chuck@horde.org>
> "A dream which helps you to live your reality with dignity
>  and justice is a good dream." - Tariq Ramadan
> 
> -- 
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> 
> 


-- 
Marcus I. Ryan, marcus@riboflavin.net
-----------------------------------------------------------------------
 "Love is a snowmobile racing across the tundra and then suddenly it
 flips over, pinning you underneath.  At night, the ice weasels come."
                 -- Matt Groening
-----------------------------------------------------------------------

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


>From chuck@horde.org Date: Tue,  5 Mar 2002 13:29:01 -0500
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 16270 invoked from network); 5 Mar 2002 18:29:40 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 5 Mar 2002 18:29:40 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id EF84139A4; Tue,  5 Mar 2002 13:29:01 -0500 (EST)
Received: from 192.168.0.115 ( [192.168.0.115])
	as user chuck@localhost by marina.horde.org with HTTP;
	Tue,  5 Mar 2002 13:29:01 -0500
Message-ID: <1015352941.3c850e6dc5407@marina.horde.org>
Date: Tue,  5 Mar 2002 13:29:01 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: API docs

I've updated http://dev.horde.org/api/horde/dev-dhtml/ with a newer build of 
PHPEdit; the parameter documentation is fixed (looks like if it's missing, it's 
our fault now), and it works in Mozilla/Netscape 6 as well.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
 and justice is a good dream." - Tariq Ramadan


>From nuno@eth.pt Date: 05 Mar 2002 19:22:22 +0000
Return-Path: <nuno@co.eth.pt>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 20760 invoked from network); 5 Mar 2002 19:22:47 -0000
Received: from hq.eth.pt (root@194.65.84.1)
  by clark.horde.org with SMTP; 5 Mar 2002 19:22:47 -0000
Received: from dev.hq.eth.pt (dev.hq.eth.pt [10.1.1.10])
	by hq.eth.pt (8.11.6/8.11.6) with ESMTP id g25JMd102083;
	Tue, 5 Mar 2002 19:22:40 GMT
From: Nuno Loureiro <nuno@eth.pt>
To: dev@lists.horde.org
Cc: jan@horde.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Mailer: Evolution/1.0 (Preview Release)
Date: 05 Mar 2002 19:22:22 +0000
Message-Id: <1015356143.1727.12.camel@dev.hq.eth.pt>
Mime-Version: 1.0
Subject: pt_PT translations

Here are the latests (HEAD) pt_PT translations for Horde, IMP and Turba:

 http://hq.eth.pt/nuno/pt_PT_20020305.tgz

Regards,

  Nuno Loureiro

--=20
Nuno Loureiro <nuno@eth.pt>
Ethernet, Solu=E7=F5es Inform=E1ticas, LDA
http://www.eth.pt



>From marcus@riboflavin.net Date: Tue,  5 Mar 2002 17:01:22 -0600
Return-Path: <marcus@riboflavin.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 39734 invoked from network); 5 Mar 2002 23:01:43 -0000
Received: from dsl.75.91.networkiowa.com (HELO www.riboflavin.net) (209.234.75.91)
  by clark.horde.org with SMTP; 5 Mar 2002 23:01:43 -0000
Received: (from www@localhost)
	by www.riboflavin.net (8.11.6/8.11.6) id g25N1Ma90275
	for dev@lists.horde.org; Tue, 5 Mar 2002 17:01:22 -0600 (CST)
	(envelope-from marcus@riboflavin.net)
X-Authentication-Warning: www.riboflavin.net: www set sender to marcus@riboflavin.net using -f
Received: from 165.206.209.230 ( [165.206.209.230])
	as user marcus@imap.riboflavin.net by horde.riboflavin.net with HTTP;
	Tue,  5 Mar 2002 17:01:22 -0600
Message-ID: <1015369282.3c854e427a3c4@horde.riboflavin.net>
Date: Tue,  5 Mar 2002 17:01:22 -0600
From: "Marcus I. Ryan" <marcus@riboflavin.net>
To: dev@lists.horde.org
References: <1015296424.3c8431a8eac38@horde.riboflavin.net>
In-Reply-To: <1015296424.3c8431a8eac38@horde.riboflavin.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Originating-IP: 165.206.209.230
Subject: Re: [dev] Addressbook: Submitted for your approval :)

Quoting "Marcus I. Ryan" <marcus@riboflavin.net>:
[snip]
> The patch and new files can be found at
> http://www.riboflavin.net/~shad/
[snip]

Update: I have updated the files on the web page.  I have updated all
the contacts files for both style (including extra comments), and to
enable the ability to toggle the display between name and email.

-- 
Marcus I. Ryan, marcus@riboflavin.net
-----------------------------------------------------------------------
 "Love is a snowmobile racing across the tundra and then suddenly it
 flips over, pinning you underneath.  At night, the ice weasels come."
                 -- Matt Groening
-----------------------------------------------------------------------


>From chuck@horde.org Date: Tue,  5 Mar 2002 18:03:03 -0500
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 39951 invoked from network); 5 Mar 2002 23:03:42 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 5 Mar 2002 23:03:42 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id ABB5039A4; Tue,  5 Mar 2002 18:03:03 -0500 (EST)
Received: from 192.168.0.115 ( [192.168.0.115])
	as user chuck@localhost by marina.horde.org with HTTP;
	Tue,  5 Mar 2002 18:03:03 -0500
Message-ID: <1015369383.3c854ea77dbf5@marina.horde.org>
Date: Tue,  5 Mar 2002 18:03:03 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <1015296424.3c8431a8eac38@horde.riboflavin.net> <1015369282.3c854e427a3c4@horde.riboflavin.net>
In-Reply-To: <1015369282.3c854e427a3c4@horde.riboflavin.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] Addressbook: Submitted for your approval :)

Quoting "Marcus I. Ryan" <marcus@riboflavin.net>:

> Update: I have updated the files on the web page.  I have updated all
> the contacts files for both style (including extra comments), and to
> enable the ability to toggle the display between name and email.

Any chance you can post diffs against HEAD, instead of just replacement files?

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
 and justice is a good dream." - Tariq Ramadan


>From marcus@riboflavin.net Date: Tue,  5 Mar 2002 17:38:46 -0600
Return-Path: <marcus@riboflavin.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 43939 invoked from network); 5 Mar 2002 23:38:57 -0000
Received: from dsl.75.91.networkiowa.com (HELO www.riboflavin.net) (209.234.75.91)
  by clark.horde.org with SMTP; 5 Mar 2002 23:38:57 -0000
Received: (from www@localhost)
	by www.riboflavin.net (8.11.6/8.11.6) id g25NckL90601
	for dev@lists.horde.org; Tue, 5 Mar 2002 17:38:46 -0600 (CST)
	(envelope-from marcus@riboflavin.net)
X-Authentication-Warning: www.riboflavin.net: www set sender to marcus@riboflavin.net using -f
Received: from router.int.riboflavin.net ( [router.int.riboflavin.net])
	as user marcus@imap.riboflavin.net by horde.riboflavin.net with HTTP;
	Tue,  5 Mar 2002 17:38:46 -0600
Message-ID: <1015371526.3c8557069869e@horde.riboflavin.net>
Date: Tue,  5 Mar 2002 17:38:46 -0600
From: "Marcus I. Ryan" <marcus@riboflavin.net>
To: dev@lists.horde.org
References: <1015296424.3c8431a8eac38@horde.riboflavin.net> <1015369282.3c854e427a3c4@horde.riboflavin.net> <1015369383.3c854ea77dbf5@marina.horde.org>
In-Reply-To: <1015369383.3c854ea77dbf5@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Originating-IP: 172.30.1.254
Subject: Re: [dev] Addressbook: Submitted for your approval :)

The diff against compose.inc is against HEAD as of last night.  The
other files don't currently exist in IMP, so they are new.  If you want
to tell me how to make a diff file that will create the nonexistant
files, I can do that; otherwise, like I said, the .php|.inc files are
new files.

Quoting Chuck Hagenbuch <chuck@horde.org>:

> Quoting "Marcus I. Ryan" <marcus@riboflavin.net>:
> 
> > Update: I have updated the files on the web page.  I have updated
> all
> > the contacts files for both style (including extra comments), and
> to
> > enable the ability to toggle the display between name and email.
> 
> Any chance you can post diffs against HEAD, instead of just
> replacement files?
> 
> -chuck
> 
> --
> Charles Hagenbuch, <chuck@horde.org>
> "A dream which helps you to live your reality with dignity
>  and justice is a good dream." - Tariq Ramadan
> 
> -- 
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> 
> 


-- 
Marcus I. Ryan, marcus@riboflavin.net
-----------------------------------------------------------------------
 "Love is a snowmobile racing across the tundra and then suddenly it
 flips over, pinning you underneath.  At night, the ice weasels come."
                 -- Matt Groening
-----------------------------------------------------------------------


>From jan@horde.org Date: Wed,  6 Mar 2002 00:52:12 +0100
Return-Path: <jan@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 44418 invoked from network); 5 Mar 2002 23:56:24 -0000
Received: from mailout04.sul.t-online.com (194.25.134.18)
  by clark.horde.org with SMTP; 5 Mar 2002 23:56:24 -0000
Received: from fwd09.sul.t-online.de 
	by mailout04.sul.t-online.com with smtp 
	id 16iOn9-0007bK-02; Wed, 06 Mar 2002 00:56:23 +0100
Received: from linux.wg.de (320034214675-0001@[217.225.38.114]) by fmrl09.sul.t-online.com
	with esmtp id 16iOmy-0nlIjxC; Wed, 6 Mar 2002 00:56:12 +0100
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 g25NqDR12966
	for <dev@lists.horde.org>; Wed, 6 Mar 2002 00:52:13 +0100
Received: from 192.168.60.137 ( [192.168.60.137])
	as user jan@linux by jan.dip.ammma.net with HTTP;
	Wed,  6 Mar 2002 00:52:12 +0100
Message-ID: <1015372332.3c855a2c98157@jan.dip.ammma.net>
Date: Wed,  6 Mar 2002 00:52:12 +0100
From: Jan Schneider <jan@horde.org>
To: dev@lists.horde.org
References: <1015352941.3c850e6dc5407@marina.horde.org>
In-Reply-To: <1015352941.3c850e6dc5407@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [dev] API docs

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

> I've updated http://dev.horde.org/api/horde/dev-dhtml/ with a newer build
> of 
> PHPEdit; the parameter documentation is fixed (looks like if it's
> missing, it's 
> our fault now), and it works in Mozilla/Netscape 6 as well.

Yeah, cool. If you click on a file in the file view now, you get a "No 
function declaration found in file ." :-)

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft