[cvs] commit: kronolith/templates/edit edit.inc kronolith/templates/month head.inc

Chuck Hagenbuch chuck@horde.org
Fri, 31 Aug 2001 16:25:42 -0400


Quoting Chuck Hagenbuch <chuck@horde.org>:

>   I wasn't getting the right months in the drop-down lists; this fixes that by
>   providing more arguments to mktime(). Doesn't really make sense to me, but
>   that's okay.

Actually, I just figured it out: We weren't providing a day argument to mktime, 
so it was using the current day. Today is the 31st. Some months don't have 31 
days. Therefore it was rolling over to the next month.

:)

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Some fallen angels have their good reasons.


>From janmailing@gmx.de Date: Sat,  1 Sep 2001 00:19:29 +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 47239 invoked from network); 31 Aug 2001 22:25:14 -0000
Received: from mailout02.sul.t-online.com (HELO mailout02.sul.t-online.de) (194.25.134.17)
  by horde.org with SMTP; 31 Aug 2001 22:25:14 -0000
Received: from fwd05.sul.t-online.de 
	by mailout02.sul.t-online.de with smtp 
	id 15cwiq-0001yS-01; Sat, 01 Sep 2001 00:25:08 +0200
Received: from linux.wg.de (320034214675-0001@[217.0.157.97]) by fmrl05.sul.t-online.com
	with esmtp id 15cwik-2CG0X2C; Sat, 1 Sep 2001 00:25:02 +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 f7VMJUV30565
	for <dev@lists.horde.org>; Sat, 1 Sep 2001 00:19:30 +0200
Received: from 192.168.60.1 ( [192.168.60.1])
	as user jan@mail.wg.de by linux.wg.de with HTTP;
	Sat,  1 Sep 2001 00:19:29 +0200
Message-ID: <999296369.3b900d71751ad@linux.wg.de>
Date: Sat,  1 Sep 2001 00:19:29 +0200
From: Jan Schneider <janmailing@gmx.de>
To: dev@lists.horde.org
References: <20010831202553.43545.qmail@horde.org> <999289542.3b8ff2c639f52@marina.horde.org>
In-Reply-To: <999289542.3b8ff2c639f52@marina.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: Re: [dev] Re: [cvs] commit: kronolith/templates/edit edit.inc kronolith/templates/month         head.inc

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

> Quoting Chuck Hagenbuch <chuck@horde.org>:
> 
> >   I wasn't getting the right months in the drop-down lists; this fixes that
> by
> >   providing more arguments to mktime(). Doesn't really make sense to me,
> but
> >   that's okay.
> 
> Actually, I just figured it out: We weren't providing a day argument to
> mktime, 
> so it was using the current day. Today is the 31st. Some months don't have 31
> 
> days. Therefore it was rolling over to the next month.
> 
> :)

I didn't believe it when I saw the months two or three times in the list but 
the correct ones missing.
Nice catch!

Jan.


>From max@lsit.ucsb.edu Date: Sat,  1 Sep 2001 10:16:31 -0700
Return-Path: <max@lsit.ucsb.edu>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 78849 invoked from network); 1 Sep 2001 17:16:32 -0000
Received: from stan.lsit.ucsb.edu (128.111.222.4)
  by horde.org with SMTP; 1 Sep 2001 17:16:32 -0000
Received: (from http@localhost)
	by stan.lsit.ucsb.edu (8.11.6/8.11.6) id f81HGVg05400
	for dev@lists.horde.org; Sat, 1 Sep 2001 10:16:31 -0700
Received: from 65.5.157.45 ( [65.5.157.45])
	as user max@mail.lsit.ucsb.edu by mail.lsit.ucsb.edu with HTTP;
	Sat,  1 Sep 2001 10:16:31 -0700
Message-ID: <999364591.3b9117ef77a6b@mail.lsit.ucsb.edu>
Date: Sat,  1 Sep 2001 10:16:31 -0700
From: Max Kalika <max@lsit.ucsb.edu>
To: dev@lists.horde.org
References: <20010901163631.76237.qmail@horde.org>
In-Reply-To: <20010901163631.76237.qmail@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-Originating-IP: 65.5.157.45
Subject: Re: [cvs] commit: imp/lib IMP.php imp/templates common-header.inc         imp/templates/menu menu.inc imp/templates/folders row.inc         imp/templates/identities manage.inc

Quoting Max Kalika <max@horde.org>:

>     templates/identities manage.inc 

Jan, I hope I didn't break anything but I made two changes to your stuff.  
First I replaced the <noscript> section with our server-side client sniffer --
if ($browser->hasFeature('javascript')).  I also removed the small javascript 
that did a document.write for the delete button.  Validator didn't like either 
of these and I couldn't see a reason to have them.  Let me know if something 
explodes.

-- 
---max kalika
--max@lsit.ucsb.edu
-lsit systems administrator


>From janmailing@gmx.de Date: Sun,  2 Sep 2001 17:29:57 +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 9917 invoked from network); 2 Sep 2001 15:35:16 -0000
Received: from mailout03.sul.t-online.com (HELO mailout03.sul.t-online.de) (194.25.134.81)
  by horde.org with SMTP; 2 Sep 2001 15:35:16 -0000
Received: from fwd00.sul.t-online.de 
	by mailout03.sul.t-online.de with smtp 
	id 15dZHG-0004lo-05; Sun, 02 Sep 2001 17:35:14 +0200
Received: from linux.wg.de (320034214675-0001@[217.0.156.192]) by fmrl00.sul.t-online.com
	with esmtp id 15dZHD-0nK4tkC; Sun, 2 Sep 2001 17:35:11 +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 f82FTvV06749
	for <dev@lists.horde.org>; Sun, 2 Sep 2001 17:29:57 +0200
Received: from 192.168.60.1 ( [192.168.60.1])
	as user jan@mail.wg.de by linux.wg.de with HTTP;
	Sun,  2 Sep 2001 17:29:57 +0200
Message-ID: <999444597.3b9250752d58c@linux.wg.de>
Date: Sun,  2 Sep 2001 17:29:57 +0200
From: Jan Schneider <janmailing@gmx.de>
To: "dev@lists.horde.org" <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: imp login tasks

Does anybody see a reason why we shouldn't move all login task (language 
setting, maintenance) from mailbox.php to login.php?

A current problem is that maintenance tasks are only executed if you login 
directly to imp, and not if you login to horde with imp as the login handler.

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
::::::::::::::::::::::::::::::::::::::::::::::


>From max@lsit.ucsb.edu Date: Sun,  2 Sep 2001 11:24:04 -0700
Return-Path: <max@lsit.ucsb.edu>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 13623 invoked from network); 2 Sep 2001 18:24:04 -0000
Received: from stan.lsit.ucsb.edu (128.111.222.4)
  by horde.org with SMTP; 2 Sep 2001 18:24:04 -0000
Received: (from http@localhost)
	by stan.lsit.ucsb.edu (8.11.6/8.11.6) id f82IO4k22823
	for dev@lists.horde.org; Sun, 2 Sep 2001 11:24:04 -0700
Received: from 65.5.157.45 ( [65.5.157.45])
	as user max@mail.lsit.ucsb.edu by mail.lsit.ucsb.edu with HTTP;
	Sun,  2 Sep 2001 11:24:04 -0700
Message-ID: <999455044.3b9279441fc1b@mail.lsit.ucsb.edu>
Date: Sun,  2 Sep 2001 11:24:04 -0700
From: Max Kalika <max@lsit.ucsb.edu>
To: dev@lists.horde.org
References: <999444597.3b9250752d58c@linux.wg.de>
In-Reply-To: <999444597.3b9250752d58c@linux.wg.de>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 65.5.157.45
Subject: Re: [dev] imp login tasks

Quoting Jan Schneider <janmailing@gmx.de>:

> A current problem is that maintenance tasks are only executed if you login 
> directly to imp, and not if you login to horde with imp as the login
> handler.

I don't know if I want my mailbox touched if I am loging in just to see my task 
list.

-- 
---max kalika
--max@lsit.ucsb.edu
-lsit systems administrator