[Obm] [Fwd: Re: OBM-bug?]

Pierre Baudracco pierre.baudracco@aliacom.fr
Fri, 15 Sep 2006 14:50:58 +0200


This is a multi-part message in MIME format.
--------------010105060600000900020705
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit


-- 
------------------------------------------------------------------------------
Pierre Baudracco - pierre.baudracco@aliacom.fr
ALIACOM - www.aliacom.fr - Toulouse : 05 62 19 24 91 - Paris : 01 48 25 53 13

--------------010105060600000900020705
Content-Type: message/rfc822;
 name="Re: OBM-bug?"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Re: OBM-bug?"

Return-Path: <w.de.wilde@Mecon.NL>
Received: from buffle.aliacom.local ([unix socket])
	by buffle (Cyrus v2.1.18-IPv6-Debian-2.1.18-1) with LMTP; Wed, 06 Sep 2006 10:40:01 +0200
X-Sieve: CMU Sieve 2.2
Received: by buffle.aliacom.local (Postfix, from userid 65534)
	id A11BF1BD9A; Wed,  6 Sep 2006 10:40:00 +0200 (CEST)
X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on 
	buffle.aliacom.local
X-Spam-Level: 
X-Spam-Status: No, score=0.0 required=5.0 tests=HTML_MESSAGE autolearn=no 
	version=3.1.0
Received: from mail.aliacom.fr (mygale.aliacom.local [192.168.1.254])
	by buffle.aliacom.local (Postfix) with ESMTP id AA21C1BD91
	for <pierre.baudracco@aliacom.fr>; Wed,  6 Sep 2006 10:39:56 +0200 (CEST)
Received: from mail.mecon.nl (62-177-166-170.dsl.bbeyond.nl [62.177.166.170])
	by mail.aliacom.fr (Postfix) with ESMTP id AB39E7F4AC
	for <pierre.baudracco@aliacom.fr>; Wed,  6 Sep 2006 10:39:57 +0200 (CEST)
Received: by MAIL-SERVER with Internet Mail Service (5.5.2653.19)
	id <NHGV3SWQ>; Wed, 6 Sep 2006 10:39:57 +0200
Message-ID: <91CC782A3E7DD21190E0080009B3BAB9C4A51A@MAIL-SERVER>
From: Wouter de Wilde <w.de.wilde@Mecon.NL>
To: 'Pierre Baudracco' <pierre.baudracco@aliacom.fr>
Subject: RE: OBM-bug?
Date: Wed, 6 Sep 2006 10:39:50 +0200 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C6D190.048BE290"

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C6D190.048BE290
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I installed php and mysql under windowsXP using XAMPP (Control Panel =
Version
2.1)
PHP Version 5.1.1 is installed.
Apache: Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a
mod_autoindex_color PHP/5.1.1
I don't know if this makes a difference...

And even though I read that it was not sure that installation under =
windows
would work well, it runs very well. I even tested it on Windows2000 =
(XAMPP
is a great tool for installing Apache, PHP and mysql).

I am still exploring the programm, and the only thing I did not find in =
the
programm on to this point is that it could be usefull to have a form to =
fill
in expenses for a project in the same way as you can fill in the Time
management.

Greetings and many thanks for the fast response.

Wouter

-----Original Message-----
From: Pierre Baudracco [mailto:pierre.baudracco@aliacom.fr]
Sent: dinsdag 5 september 2006 18:52
To: obm@list.aliacom.fr; Wouter de Wilde
Subject: Re: OBM-bug?


Hello,

thank you for the reporting

we have changed it in the developpement version so it will be in 1.2.2=20
(which should be released at the end of the week).
Best way to stay informed is to subscribe to the mailing list

But this bug must be related to your php version as it didn't occur =
here in=20
any of our dev platform neither in our clients installs.
And it has not been reported earlier !

Pierre

Wouter de Wilde a =E9crit :
> Good news. I found the bug.
>=20
> In agenda_display.inc in function dis_agenda_week_planning($agenda,=20
> $calendar_entity) the line
>=20
>       "$start_week_time =3D strtotime("+ $cagenda_first_hour
>       hours",$start_week_day);"
>=20
> needs to be changed into
>=20
>       "$start_week_time =3D strtotime("+$cagenda_first_hour
>       hours",$start_week_day);"
>=20
> It's only a difference of one whitespace, but the php-function =
strtotime=20
> does not accept whitespace between the +sign and the number.
>=20
> Could you please change this bug in the download and let me know when =

> the update is ready?
>=20
> Thank U.



--=20
------------------------------------------------------------------------=
----
--
Pierre Baudracco - pierre.baudracco@aliacom.fr
ALIACOM - www.aliacom.fr - Toulouse : 05 62 19 24 91 - Paris : 01 48 25 =
53
13

------_=_NextPart_001_01C6D190.048BE290
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>RE: OBM-bug?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>I installed php and mysql under windowsXP using XAMPP =
(Control Panel Version 2.1)</FONT>
<BR><FONT SIZE=3D2>PHP Version 5.1.1 is installed.</FONT>
<BR><FONT SIZE=3D2>Apache: Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 =
OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.1</FONT>
<BR><FONT SIZE=3D2>I don't know if this makes a difference...</FONT>
</P>

<P><FONT SIZE=3D2>And even though I read that it was not sure that =
installation under windows would work well, it runs very well. I even =
tested it on Windows2000 (XAMPP is a great tool for installing Apache, =
PHP and mysql).</FONT></P>

<P><FONT SIZE=3D2>I am still exploring the programm, and the only thing =
I did not find in the programm on to this point is that it could be =
usefull to have a form to fill in expenses for a project in the same =
way as you can fill in the Time management.</FONT></P>

<P><FONT SIZE=3D2>Greetings and many thanks for the fast =
response.</FONT>
</P>

<P><FONT SIZE=3D2>Wouter</FONT>
</P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Pierre Baudracco [<A =
HREF=3D"mailto:pierre.baudracco@aliacom.fr">mailto:pierre.baudracco@alia=
com.fr</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: dinsdag 5 september 2006 18:52</FONT>
<BR><FONT SIZE=3D2>To: obm@list.aliacom.fr; Wouter de Wilde</FONT>
<BR><FONT SIZE=3D2>Subject: Re: OBM-bug?</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Hello,</FONT>
</P>

<P><FONT SIZE=3D2>thank you for the reporting</FONT>
</P>

<P><FONT SIZE=3D2>we have changed it in the developpement version so it =
will be in 1.2.2 </FONT>
<BR><FONT SIZE=3D2>(which should be released at the end of the =
week).</FONT>
<BR><FONT SIZE=3D2>Best way to stay informed is to subscribe to the =
mailing list</FONT>
</P>

<P><FONT SIZE=3D2>But this bug must be related to your php version as =
it didn't occur here in </FONT>
<BR><FONT SIZE=3D2>any of our dev platform neither in our clients =
installs.</FONT>
<BR><FONT SIZE=3D2>And it has not been reported earlier !</FONT>
</P>

<P><FONT SIZE=3D2>Pierre</FONT>
</P>

<P><FONT SIZE=3D2>Wouter de Wilde a =E9crit :</FONT>
<BR><FONT SIZE=3D2>&gt; Good news. I found the bug.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; In agenda_display.inc in function =
dis_agenda_week_planning($agenda, </FONT>
<BR><FONT SIZE=3D2>&gt; $calendar_entity) the line</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&quot;$start_week_time =3D strtotime(&quot;+ $cagenda_first_hour</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
hours&quot;,$start_week_day);&quot;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; needs to be changed into</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&quot;$start_week_time =3D strtotime(&quot;+$cagenda_first_hour</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
hours&quot;,$start_week_day);&quot;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; It's only a difference of one whitespace, but =
the php-function strtotime </FONT>
<BR><FONT SIZE=3D2>&gt; does not accept whitespace between the +sign =
and the number.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; Could you please change this bug in the =
download and let me know when </FONT>
<BR><FONT SIZE=3D2>&gt; the update is ready?</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; Thank U.</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=3D2>-- </FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
---------------</FONT>
<BR><FONT SIZE=3D2>Pierre Baudracco - pierre.baudracco@aliacom.fr</FONT>=

<BR><FONT SIZE=3D2>ALIACOM - www.aliacom.fr - Toulouse : 05 62 19 24 91 =
- Paris : 01 48 25 53 13</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C6D190.048BE290--

--------------010105060600000900020705--