From pollok at gmail.com Sun Dec 3 18:47:19 2006
From: pollok at gmail.com (Alessandro Poletto)
Date: Sun Dec 3 18:47:55 2006
Subject: [ic] tree problem
Message-ID: <45737017.19832.911090@pollok.gmail.com>
I have a problem with the tree routine.
If I use the toggle/memo option of the tree option so i'll open a
branch/field of the tree and I don't close the others.
I'll try to explain better...
I have a tree:
A
--1
----x
B
--2
---Y
Starting position is:
A
B
all works fine if selecting A
A
--1
B
but if after I select B
A
--1
B
--2
My need is this:
A
B
--2
I haven't found nothing about this problem and into the documentation
there's nothing about the automatic collapsing of the unused branch.
Many thanks in advance to all.
============================================
Toth di
Alessandro Poletto
http://www.toth.it
E-mail: alessandro@polet.to
============================================
From prejnydyl at ozonetec.com Mon Dec 4 16:34:17 2006
From: prejnydyl at ozonetec.com (years)
Date: Mon Dec 4 16:34:57 2006
Subject: [ic] upon parent
Message-ID: <000401c717eb$f3dbf320$00000000@tommeliten>
31547
From kdeugau at vianet.ca Mon Dec 4 17:34:20 2006
From: kdeugau at vianet.ca (Kris Deugau)
Date: Mon Dec 4 17:34:37 2006
Subject: [ic] tree problem
In-Reply-To: <45737017.19832.911090@pollok.gmail.com>
References: <45737017.19832.911090@pollok.gmail.com>
Message-ID: <4574A26C.8060509@vianet.ca>
Alessandro Poletto wrote:
> I haven't found nothing about this problem and into the documentation
> there's nothing about the automatic collapsing of the unused branch.
^^^^^^^^^^^^^^^^^^^^
Please don't.
I don't know about anyone else, but "helpful" tricks like this generally
just frustrate me while trying to navigate an interface.
-kgd
From pollok at gmail.com Wed Dec 6 04:42:08 2006
From: pollok at gmail.com (Alessandro Poletto)
Date: Wed Dec 6 04:42:03 2006
Subject: [ic] tree problem
In-Reply-To: <4574A26C.8060509@vianet.ca>
References: <45737017.19832.911090@pollok.gmail.com>,
<4574A26C.8060509@vianet.ca>
Message-ID: <45769E80.18146.A5A3895@pollok.gmail.com>
Yes... I think the same thing but customers are customers and what
they ask me I have to made...
> Alessandro Poletto wrote:
> > I haven't found nothing about this problem and into the documentation
> > there's nothing about the automatic collapsing of the unused branch.
> ^^^^^^^^^^^^^^^^^^^^
> Please don't.
>
> I don't know about anyone else, but "helpful" tricks like this generally
> just frustrate me while trying to navigate an interface.
>
> -kgd
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
============================================
Toth di
Alessandro Poletto
http://www.toth.it
E-mail: alessandro@polet.to
============================================
From DB at M-and-D.com Wed Dec 6 14:59:01 2006
From: DB at M-and-D.com (DB)
Date: Wed Dec 6 14:59:21 2006
Subject: [ic] Setting title of results page
Message-ID: <45772105.5040309@M-and-D.com>
I have a page with the following search:
[query
type=list
more=1
ml=150
sql=|
SELECT distinct name
FROM cat
|]
[list]
[sql-param name] items -
Click for a list of [sql-param name] items
[/list]
[/query]
Now in the body of the results page, the tag
[value category_name]
gets displayed as expected. However I also want that value to be used
for the results page's title. In the results page's template I have:
[comment]
ui_template: leftonly_2
ui_type: template
ui_name: leftonly_2
ui_version: 5.4.1
ui_label: Page with top/left areas 2.
ui_source: templates/leftonly_2
ui_template_layout: LEFTONLY_TOP_2, UI_CONTENT, LEFTONLY_BOTTOM
page_title:
label: Page Title
width: 50
members_only:
code: members_only
label: Members only?
options: 1=Yes,=No*
type: yesno
meta_keywords:
code: meta_keywords
db: ^@
label: Meta keywords
type: text
width: 50
meta_description:
code: meta_description
db: ^@
label: Meta description
type: text
width: 50
[/comment]
[set page_title][/set]
[set members_only][/set]
[set meta_keywords][/set]
[set meta_description][/set]
but if I put
[value category_name]
into the title slot in the admin content editor, the title of the page
is literally "[value category_name]" and is not getting interpreted as I
want.
Does anyone have an idea why the tag gets displyed correctly in the page
body but not in the title?
DB
From ic at 3edge.com Wed Dec 6 14:11:19 2006
From: ic at 3edge.com (ic@3edge.com)
Date: Wed Dec 6 15:11:42 2006
Subject: [ic] Setting title of results page
In-Reply-To: <45772105.5040309@M-and-D.com>
References: <45772105.5040309@M-and-D.com>
Message-ID: <20061206191119.80C9D178A8@mail.papanikos.com>
DB writes:
> I have a page with the following search:
>
> [query
> type=list
> more=1
> ml=150
> sql=|
> SELECT distinct name
> FROM cat
> |]
> [list]
> [sql-param name] items -
> Click for a list of [sql-param name] items
> [/list]
> [/query]
>
>
> Now in the body of the results page, the tag
> [value category_name]
> gets displayed as expected. However I also want that value to be used
> for the results page's title. In the results page's template I have:
>
> [comment]
> ui_template: leftonly_2
> ui_type: template
> ui_name: leftonly_2
> ui_version: 5.4.1
> ui_label: Page with top/left areas 2.
> ui_source: templates/leftonly_2
> ui_template_layout: LEFTONLY_TOP_2, UI_CONTENT, LEFTONLY_BOTTOM
>
> page_title:
> label: Page Title
> width: 50
>
> members_only:
> code: members_only
> label: Members only?
> options: 1=Yes,=No*
> type: yesno
>
> meta_keywords:
> code: meta_keywords
> db: ^@
> label: Meta keywords
> type: text
> width: 50
>
> meta_description:
> code: meta_description
> db: ^@
> label: Meta description
> type: text
> width: 50
>
> [/comment]
> [set page_title][/set]
> [set members_only][/set]
> [set meta_keywords][/set]
> [set meta_description][/set]
>
>
> but if I put
> [value category_name]
> into the title slot in the admin content editor, the title of the page
> is literally "[value category_name]" and is not getting interpreted as I
> want.
>
> Does anyone have an idea why the tag gets displyed correctly in the page
> body but not in the title?
[seti page_title][value category_name][/seti] ?
From peter at pajamian.dhs.org Wed Dec 6 15:17:07 2006
From: peter at pajamian.dhs.org (Peter)
Date: Wed Dec 6 15:17:40 2006
Subject: [ic] Setting title of results page
In-Reply-To: <45772105.5040309@M-and-D.com>
References: <45772105.5040309@M-and-D.com>
Message-ID: <45772543.30305@pajamian.dhs.org>
On 12/06/2006 11:59 AM, DB wrote:
> Now in the body of the results page, the tag
> [value category_name]
> gets displayed as expected. However I also want that value to be used
> for the results page's title. In the results page's template I have:
> [set page_title][/set]
> but if I put
> [value category_name]
> into the title slot in the admin content editor, the title of the page
> is literally "[value category_name]" and is not getting interpreted as I
> want.
>
> Does anyone have an idea why the tag gets displyed correctly in the page
> body but not in the title?
You need to change the [set]...[/set] tag above to [seti]...[/seti].
Then it will work. See...
Peter
From DB at M-and-D.com Wed Dec 6 15:34:59 2006
From: DB at M-and-D.com (DB)
Date: Wed Dec 6 15:35:09 2006
Subject: [ic] Setting title of results page
References: 45772105.5040309@M-and-D.com
Message-ID: <45772973.1070503@M-and-D.com>
Thanks guys - that did the trick :)
From emailgrant at gmail.com Sat Dec 9 13:34:26 2006
From: emailgrant at gmail.com (Grant)
Date: Sat Dec 9 13:34:45 2006
Subject: [ic] ALERT: bad pipe signal received for /page.html
Message-ID: <49bf44f10612091034n7e7a5ee7g34fad9eb5a1954a8@mail.gmail.com>
Hello, I've been plagued by apache2 segfaults ever since I started
using Interchange::Link years ago. The latest Link.pm has ALERT
messages accompanying the segfaults in error_log:
ALERT: bad pipe signal received for /page.html
[Sat Dec 09 10:27:55 2006] [notice] child pid 21337 exit signal
Segmentation fault (11)
Does anyone have any advice on solving this? I'm using apache-2.0.58
and mod_perl-2.0.2 in Gentoo Linux.
- Grant
From emailgrant at gmail.com Sat Dec 9 13:37:04 2006
From: emailgrant at gmail.com (Grant)
Date: Sat Dec 9 13:37:17 2006
Subject: [ic] Re: ALERT: bad pipe signal received for /page.html
In-Reply-To: <49bf44f10612091034n7e7a5ee7g34fad9eb5a1954a8@mail.gmail.com>
References: <49bf44f10612091034n7e7a5ee7g34fad9eb5a1954a8@mail.gmail.com>
Message-ID: <49bf44f10612091037hce3fa80m76077e0be4632510@mail.gmail.com>
> Hello, I've been plagued by apache2 segfaults ever since I started
> using Interchange::Link years ago. The latest Link.pm has ALERT
> messages accompanying the segfaults in error_log:
>
> ALERT: bad pipe signal received for /page.html
> [Sat Dec 09 10:27:55 2006] [notice] child pid 21337 exit signal
> Segmentation fault (11)
>
> Does anyone have any advice on solving this? I'm using apache-2.0.58
> and mod_perl-2.0.2 in Gentoo Linux.
Also, here is the portion of Link.pm that the ALERT seems to come from:
# Return this message to the browser when the server is not running.
# Log an error log entry if set to notify
sub die_page {
my $r = shift;
my $msg;
warn "ALERT: bad pipe signal received for $ENV{SCRIPT_NAME}\n";
$r->content_type ("text/html");
$r->print (<Interrupted
Someone pressed stop...
We have aborted this request because someone terminated it.
Please try again soon.