[gollem] Patch to make show_dotfiles work

Chuck Hagenbuch chuck@horde.org
Thu, 28 Feb 2002 22:52:12 -0500


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

> NOTE: This patch needs to either have show_dotfiles removed from
> server.php.dist or needs to have it set to a boolean value.  The value
> in the servers.php file overrides the global in conf.php.

Committed, thanks!

-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 pchytil@asp.ogi.edu Date: Fri,  1 Mar 2002 13:28:34 -0800
Return-Path: <pchytil@asp.ogi.edu>
Mailing-List: contact gollem-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list gollem@lists.horde.org
Received: (qmail 90044 invoked from network); 1 Mar 2002 21:28:35 -0000
Received: from asp.ogi.edu (129.95.94.10)
  by clark.horde.org with SMTP; 1 Mar 2002 21:28:35 -0000
Received: from asp.ogi.edu (localhost [127.0.0.1])
	by asp.ogi.edu (8.12.1/8.12.1) with ESMTP id g21LSYFW009129
	for <gollem@lists.horde.org>; Fri, 1 Mar 2002 13:28:34 -0800
Received: (from nobody@localhost)
	by asp.ogi.edu (8.12.1/8.12.1/Submit) id g21LSYp8009128
	for gollem@lists.horde.org; Fri, 1 Mar 2002 13:28:34 -0800
X-Authentication-Warning: asp.ogi.edu: nobody set sender to pchytil@asp.ogi.edu using -f
Received: from 129.95.94.100 ( [129.95.94.100])
	as user pchytil@asp.ogi.edu by mail.asp.ogi.edu with HTTP;
	Fri,  1 Mar 2002 13:28:34 -0800
Message-ID: <1015018114.3c7ff2823fca3@mail.asp.ogi.edu>
Date: Fri,  1 Mar 2002 13:28:34 -0800
From: Pavel Chytil <pchytil@asp.ogi.edu>
To: gollem@lists.horde.org
References: <1014923327.3c7e803f7acc6@horde.riboflavin.net> <1014954732.3c7efaeca4c17@marina.horde.org>
In-Reply-To: <1014954732.3c7efaeca4c17@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
Subject: Re: [gollem] Patch to make show_dotfiles work

I am not sure, but did you miss one bracket on line 249 in
/work/wwwmail/horde/gollem/lib/Gollem.php?

asp# diff -r /work/wwwmail/horde/gollem/lib/Gollem.php
/work/wwwmail/horde/gollem/lib/Gollem.php.old
249c249
<                 if (empty($GLOBALS['gollem']['show_dotfiles']) &&
(substr($file['name'], 0, 1) === '.')) {
---
>                 if (empty($GLOBALS['gollem']['show_dotfiles'] &&
(substr($file['name'], 0, 1) === '.')) {

Pavel

Quoting Chuck Hagenbuch <chuck@horde.org>:

> Quoting "Marcus I. Ryan" <marcus@riboflavin.net>:
> 
> > NOTE: This patch needs to either have show_dotfiles removed from
> > server.php.dist or needs to have it set to a boolean value.  The value
> > in the servers.php file overrides the global in conf.php.
> 
> Committed, thanks!
> 
> -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
> 
> -- 
> Gollem mailing list: http://horde.org/gollem/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: gollem-unsubscribe@lists.horde.org
> 




>From chuck@horde.org Date: Fri,  1 Mar 2002 22:22:42 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact gollem-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list gollem@lists.horde.org
Received: (qmail 811 invoked from network); 2 Mar 2002 03:23:20 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 2 Mar 2002 03:23:20 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id C33203C75; Fri,  1 Mar 2002 22:22:42 -0500 (EST)
Received: from 192.168.0.110 ( [192.168.0.110])
	as user chuck@localhost by marina.horde.org with HTTP;
	Fri,  1 Mar 2002 22:22:42 -0500
Message-ID: <1015039362.3c80458297c88@marina.horde.org>
Date: Fri,  1 Mar 2002 22:22:42 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: gollem@lists.horde.org
References: <1014923327.3c7e803f7acc6@horde.riboflavin.net> <1014954732.3c7efaeca4c17@marina.horde.org> <1015018114.3c7ff2823fca3@mail.asp.ogi.edu>
In-Reply-To: <1015018114.3c7ff2823fca3@mail.asp.ogi.edu>
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: [gollem] Patch to make show_dotfiles work

Quoting Pavel Chytil <pchytil@asp.ogi.edu>:

> I am not sure, but did you miss one bracket on line 249 in
> /work/wwwmail/horde/gollem/lib/Gollem.php?

Yup - nice catch. Fixed in CVS.

Thanks,
-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 marcel.selhorst@web.de Date: Tue,  5 Mar 2002 17:30:37 +0100
Return-Path: <marcel.selhorst@web.de>
Mailing-List: contact gollem-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list gollem@lists.horde.org
Received: (qmail 3756 invoked from network); 5 Mar 2002 16:31:26 -0000
Received: from p3ee20cbb.dip.t-dialin.net (HELO mailserver.wuestenkrieger) (62.226.12.187)
  by clark.horde.org with SMTP; 5 Mar 2002 16:31:26 -0000
Received: from localhost (localhost [127.0.0.1])
	by mailserver.wuestenkrieger (8.11.6/8.11.6) with ESMTP id g25GVID04317
	for <gollem@lists.horde.org>; Tue, 5 Mar 2002 17:31:18 +0100
Content-Type: multipart/mixed; boundary="-MOQ10153458377c06379cdd6874fda019289a1728bb92"
Date: Tue,  5 Mar 2002 17:30:37 +0100
From: Marcel Selhorst <marcel.selhorst@web.de>
Message-ID: <1015345837.3c84f2ad9a97c@mailserver>
MIME-Version: 1.0
Received: from localhost
	by localhost (AvMailGate-6.12.0.0) id 04313-08EACB7C;
	Tue, 05 Mar 2002 17:30:37 +0100
Received: from krieger.wuestenkrieger ( [krieger.wuestenkrieger])
	as user massi@localhost by mailserver with HTTP;
	Tue,  5 Mar 2002 17:30:37 +0100
To: gollem@lists.horde.org
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-AntiVirus: OK! AvMailGate Version 6.12.1.22
	 at mailserver has not found any known virus in this email.
X-Originating-IP: 192.168.100.101
Subject: Horde 3 with Gollem 0.01 (cvs)

---MOQ10153458377c06379cdd6874fda019289a1728bb92
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

Hi,

Iīve got a question.
I installed Horde 3 with IMP 4
Turba 2, Gollem 0.0.1 and
Kronolith 0.0.4 (all cvs)
with PHP 4.12 on
an Apache 1.3.20.

Everything works really fine,
the only problem is Gollem.
I can login to my ftp-server,
see the directory and the
files, but when I try to download
something with IE6
I only get that the page
cannot be displayed.

Any suggestions? I didnīt find
any info in the FAQs or the Mailing
lists.

Are you going to develope
gollem to follow symbolic links
on the FTP?

With best regards

Marcel Selhorst


---MOQ10153458377c06379cdd6874fda019289a1728bb92--