[geeklog-devtalk] geeklog-devel digest, Vol 1 #371 - 3 msgs
geeklog-devel-request at lists.geeklog.net
geeklog-devel-request at lists.geeklog.net
Mon Aug 9 13:00:02 EDT 2004
Send geeklog-devel mailing list submissions to
geeklog-devel at lists.geeklog.net
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.geeklog.net/listinfo/geeklog-devel
or, via email, send a message with subject or body 'help' to
geeklog-devel-request at lists.geeklog.net
You can reach the person managing the list at
geeklog-devel-admin at lists.geeklog.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of geeklog-devel digest..."
Today's Topics:
1. Problem with HTTP_Sessions (Dirk Haun)
2. Re: Problem with HTTP_Sessions (Tony Bibbs)
3. Re: comment.php?mode=view (Vincent Furia)
--__--__--
Message: 1
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Date: Sun, 8 Aug 2004 21:31:46 +0200
Organization: Terra Software Systems
Subject: [geeklog-devel] Problem with HTTP_Sessions
Reply-To: geeklog-devel at lists.geeklog.net
Blaine made the changes to use the HTTP_Sessions class in CVS now. It
seems that class is not part of the standard PEAR install, though. So
when people chose to use the PEAR classes installed on their server, they
may not have that class there.
Looks like we're in for another support nightmare :-(
To recap, currently we're doing this:
If $_CONF['have_pear'] = false, i.e. the user either doesn't have PEAR
installed or chose to use the version we're supplying with Geeklog, we
use ini_set to add our PEAR path (/path/to/geeklog/system/pear) to the
system's include path. We have to do that since the PEAR classes only use
relative paths for their includes.
Problem: ini_set may not be allowed on some hosts.
If $_CONF['have_pear'] = true, i.e. the user chose to use the PEAR
version installed on the server, we don't use ini_set and rely on the
include path being properly set on the server anyway.
Problem: HTTP_Sessions is not part of the standard PEAR install and may
not be available on the server.
Comments, suggestions? Go back to plain PHP sessions? Drop them entirely?
Other ideas?
bye, Dirk
--
http://www.haun-online.de/
http://www.haun.info/
--__--__--
Message: 2
Date: Sun, 08 Aug 2004 18:41:28 -0500
From: Tony Bibbs <tony at tonybibbs.com>
To: geeklog-devel at lists.geeklog.net
Subject: Re: [geeklog-devel] Problem with HTTP_Sessions
Reply-To: geeklog-devel at lists.geeklog.net
Just add $_CONF['path_http_session']. Make it an absolute path and
everybody can be happy. Include it in GL by default in /system
--Tony
Dirk Haun wrote:
>Blaine made the changes to use the HTTP_Sessions class in CVS now. It
>seems that class is not part of the standard PEAR install, though. So
>when people chose to use the PEAR classes installed on their server, they
>may not have that class there.
>
>Looks like we're in for another support nightmare :-(
>
>
>To recap, currently we're doing this:
>
>If $_CONF['have_pear'] = false, i.e. the user either doesn't have PEAR
>installed or chose to use the version we're supplying with Geeklog, we
>use ini_set to add our PEAR path (/path/to/geeklog/system/pear) to the
>system's include path. We have to do that since the PEAR classes only use
>relative paths for their includes.
>
>Problem: ini_set may not be allowed on some hosts.
>
>If $_CONF['have_pear'] = true, i.e. the user chose to use the PEAR
>version installed on the server, we don't use ini_set and rely on the
>include path being properly set on the server anyway.
>
>Problem: HTTP_Sessions is not part of the standard PEAR install and may
>not be available on the server.
>
>Comments, suggestions? Go back to plain PHP sessions? Drop them entirely?
>Other ideas?
>
>bye, Dirk
>
>
>
>
--__--__--
Message: 3
Date: Mon, 9 Aug 2004 08:44:44 -0400
From: Vincent Furia <vfuria at gmail.com>
To: geeklog-devel at lists.geeklog.net
Subject: Re: [geeklog-devel] comment.php?mode=view
Reply-To: geeklog-devel at lists.geeklog.net
I'll look at adding something to the comment bar to link back to the
original article (poll, plugin, ...). Perhaps only make it available
if viewing comments from comment.php.
I'm traveling this week, so I may not get to it until the weekend.
-Vinny
On Sun, 8 Aug 2004 00:32:04 +0200, Dirk Haun <dirk at haun-online.de> wrote:
> Vinny (et al.),
>
> now that we have the ability to link to individual comments, it would
> make sense when comment search results would link to the actual comment
> (using mode=view).
>
> However, when doing that, there's no way to get from that comment to the
> story that comment belongs to. The comment doesn't have a "Parent" link
> either.
>
> Any ideas?
>
> bye, Dirk
>
> --
> http://www.haun-online.de/
> http://mypod.de/
>
> _______________________________________________
> geeklog-devel mailing list
> geeklog-devel at lists.geeklog.net
> http://lists.geeklog.net/listinfo/geeklog-devel
>
--__--__--
_______________________________________________
geeklog-devel mailing list
geeklog-devel at lists.geeklog.net
http://lists.geeklog.net/listinfo/geeklog-devel
End of geeklog-devel Digest
More information about the geeklog-devtalk
mailing list