[dev] Re: [cvs] commit: turba/lib ObjectView.php turba/templates/display display.inc turba/templates/edit edit.inc
Chuck Hagenbuch
chuck@horde.org
Thu, 6 Sep 2001 08:25:03 -0400
Quoting Chuck Hagenbuch <chuck@horde.org>:
> Please revert this change. It is very, very intentionaly that only the
> attributes defined in the map portion of sources.php are paid any attention
> to. Your backend shouldn't be matching any attribute names directly with
> attributes.php except by sheer coincidence.
I might have misunderstood your commit message. Still waking up...?
-chuck
--
"we are plastered to the windshield of the bus that is time." - Chris
>From janmailing@gmx.de Date: Thu, 6 Sep 2001 14:28:48 +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 31334 invoked from network); 6 Sep 2001 12:35:17 -0000
Received: from mailout02.sul.t-online.com (HELO mailout02.sul.t-online.de) (194.25.134.17)
by horde.org with SMTP; 6 Sep 2001 12:35:17 -0000
Received: from fwd03.sul.t-online.de
by mailout02.sul.t-online.de with smtp
id 15eyNI-0000P1-06; Thu, 06 Sep 2001 14:35:16 +0200
Received: from linux.wg.de (320034214675-0001@[217.0.157.110]) by fmrl03.sul.t-online.com
with esmtp id 15eyN6-1g82FNC; Thu, 6 Sep 2001 14:35:04 +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 f86CSnV00348
for <dev@lists.horde.org>; Thu, 6 Sep 2001 14:28:49 +0200
Received: from 192.168.60.1 ( [192.168.60.1])
as user jan@mail.wg.de by linux.wg.de with HTTP;
Thu, 6 Sep 2001 14:28:48 +0200
Message-ID: <999779328.3b976c00eb661@linux.wg.de>
Date: Thu, 6 Sep 2001 14:28:48 +0200
From: Jan Schneider <janmailing@gmx.de>
To: dev@lists.horde.org
References: <20010906103253.27054.qmail@horde.org> <20010906082038.A7585@horde.org>
In-Reply-To: <20010906082038.A7585@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: turba/lib ObjectView.php turba/templates/display display.inc turba/templates/edit edit.inc
Zitat von Chuck Hagenbuch <chuck@horde.org>:
> Quoting Jan Schneider <jan@ammma.de>:
>
> > Show all fields in display and edit view that are defined in
> attributes.php
> > and provided by the storage backend dynamically.
>
> Please revert this change. It is very, very intentionaly that only the
> attributes defined in the map portion of sources.php are paid any attention
> to. Your backend shouldn't be matching any attribute names directly with
> attributes.php except by sheer coincidence.
Perhaps my commit message was confusing: The only change is that the fields
aren't hardcoded into the views but read dynamically from what the backend
provides.
Jan.