[geeklog-devtalk] geeklog-devel digest, Vol 1 #278 - 5 msgs
geeklog-devel-request at lists.geeklog.net
geeklog-devel-request at lists.geeklog.net
Mon Feb 23 13:00:10 EST 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. Re: The first 1.3.9rc1 bugs are in ... (Dirk Haun)
2. Desktop pictures (Dirk Haun)
3. Re: Desktop pictures (Blaine Lang)
4. Re: The first 1.3.9rc1 bugs are in ... (Blaine Lang)
5. Re: The first 1.3.9rc1 bugs are in ... (Vincent Furia)
--__--__--
Message: 1
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Subject: Re: [geeklog-devel] The first 1.3.9rc1 bugs are in ...
Date: Sun, 22 Feb 2004 21:12:11 +0100
Organization: Terra Software Systems
Reply-To: geeklog-devel at lists.geeklog.net
Blaine,
>Well we could change the interval but I like 10 :)
>Only 2 options - change the interval or change the field type that I see.
Looks like the least painful method would be to simply change the field
type for "blockorder" from a TINYINT to a SMALLINT.
Vinny, what's the status on the problem with the nested comments?
A few people seem to have problems with PEAR::Mail when safe_mode is on.
At least when selecting 'mail' as the backend, PHP complains about the
fifth parameter for mail() not being allowed in safe_mode. Switching to
'sendmail' or 'smtp' fixes that (in my local tests), but obviously not
for all people.
I have just added a hook that lets you override COM_mail() with a
CUSTOM_mail() function (i.e. if such a function exists, COM_mail() calls
it instead of handling emails itself).
If the safe_mode problems persist, we might even have to add a 'geeklog'
backend option that re-implements Geeklog's old way of sending emails.
Have to do some digging on documented problems with PEAR::Mail first -
maybe there's a better solution.
So these are the showstoppers for rc2 at the moment, AFAICS. Anything else?
bye, Dirk
--
http://www.haun-online.de/
http://mypod.de/
--__--__--
Message: 2
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Date: Sun, 22 Feb 2004 21:55:08 +0100
Organization: Terra Software Systems
Subject: [geeklog-devel] Desktop pictures
Reply-To: geeklog-devel at lists.geeklog.net
<switching into Sunday evening silly mode/>
I came across this site the other day. It has screenshots of desktops of
a few "famous geeks":
http://unix.se/gallery/folk
So I thought - how does YOUR desktop look like when you're working on
Geeklog? Here's mine:
http://geeklog.info/images/desktop-dirk.jpg
bye, Dirk
--
http://www.haun-online.de/
http://www.haun.info/
--__--__--
Message: 3
From: "Blaine Lang" <geeklog at langfamily.ca>
To: <geeklog-devel at lists.geeklog.net>
Subject: Re: [geeklog-devel] Desktop pictures
Date: Sun, 22 Feb 2004 18:00:10 -0500
Reply-To: geeklog-devel at lists.geeklog.net
Neat site Dirk,
Here is my desktop - which is 2560 x 1280 dual screen. Image is 666kb.
http://www.langfamily.ca/temp/myscreen.jpg
----- Original Message -----
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Sent: Sunday, February 22, 2004 3:55 PM
Subject: [geeklog-devel] Desktop pictures
> <switching into Sunday evening silly mode/>
>
> I came across this site the other day. It has screenshots of desktops of
> a few "famous geeks":
>
> http://unix.se/gallery/folk
>
> So I thought - how does YOUR desktop look like when you're working on
> Geeklog? Here's mine:
>
> http://geeklog.info/images/desktop-dirk.jpg
>
> bye, Dirk
>
>
> --
> http://www.haun-online.de/
> http://www.haun.info/
>
> _______________________________________________
> geeklog-devel mailing list
> geeklog-devel at lists.geeklog.net
> http://lists.geeklog.net/listinfo/geeklog-devel
--__--__--
Message: 4
From: "Blaine Lang" <geeklog at langfamily.ca>
To: <geeklog-devel at lists.geeklog.net>
Subject: Re: [geeklog-devel] The first 1.3.9rc1 bugs are in ...
Date: Sun, 22 Feb 2004 18:01:29 -0500
Reply-To: geeklog-devel at lists.geeklog.net
Not that I can think of Dirk - do you need my help on anything?
Blaine
----- Original Message -----
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Sent: Sunday, February 22, 2004 3:12 PM
Subject: Re: [geeklog-devel] The first 1.3.9rc1 bugs are in ...
> Blaine,
>
> >Well we could change the interval but I like 10 :)
> >Only 2 options - change the interval or change the field type that I see.
>
> Looks like the least painful method would be to simply change the field
> type for "blockorder" from a TINYINT to a SMALLINT.
>
> Vinny, what's the status on the problem with the nested comments?
>
> A few people seem to have problems with PEAR::Mail when safe_mode is on.
> At least when selecting 'mail' as the backend, PHP complains about the
> fifth parameter for mail() not being allowed in safe_mode. Switching to
> 'sendmail' or 'smtp' fixes that (in my local tests), but obviously not
> for all people.
>
> I have just added a hook that lets you override COM_mail() with a
> CUSTOM_mail() function (i.e. if such a function exists, COM_mail() calls
> it instead of handling emails itself).
>
> If the safe_mode problems persist, we might even have to add a 'geeklog'
> backend option that re-implements Geeklog's old way of sending emails.
> Have to do some digging on documented problems with PEAR::Mail first -
> maybe there's a better solution.
>
> So these are the showstoppers for rc2 at the moment, AFAICS. Anything
else?
>
> 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
--__--__--
Message: 5
Date: Sun, 22 Feb 2004 22:05:55 -0500
From: Vincent Furia <vmf at abtech.org>
To: geeklog-devel at lists.geeklog.net
Subject: Re: [geeklog-devel] The first 1.3.9rc1 bugs are in ...
Reply-To: geeklog-devel at lists.geeklog.net
Dirk Haun wrote:
>Blaine,
>
>
>
>>Well we could change the interval but I like 10 :)
>>Only 2 options - change the interval or change the field type that I see.
>>
>>
>
>Looks like the least painful method would be to simply change the field
>type for "blockorder" from a TINYINT to a SMALLINT.
>
>Vinny, what's the status on the problem with the nested comments?
>
>A few people seem to have problems with PEAR::Mail when safe_mode is on.
>At least when selecting 'mail' as the backend, PHP complains about the
>fifth parameter for mail() not being allowed in safe_mode. Switching to
>'sendmail' or 'smtp' fixes that (in my local tests), but obviously not
>for all people.
>
>I have just added a hook that lets you override COM_mail() with a
>CUSTOM_mail() function (i.e. if such a function exists, COM_mail() calls
>it instead of handling emails itself).
>
>If the safe_mode problems persist, we might even have to add a 'geeklog'
>backend option that re-implements Geeklog's old way of sending emails.
>Have to do some digging on documented problems with PEAR::Mail first -
>maybe there's a better solution.
>
>So these are the showstoppers for rc2 at the moment, AFAICS. Anything else?
>
>bye, Dirk
>
>
>
>
Well...
I'm going to try a few things out. I think I'm going to make some demo
pages (tomorrow night maybe?) and then ask people in the forums to take
a look with their browser and see what works and what doesn't. I'll end
up implementing whatever works in the most number of browsers. If
nothing seems to work widely, I can reimplement (in the templates) the
nested tables that are how comments are done in 1.3.8 and prior.
As for the issues I brought up in my email titled "comment.php" unless I
hear any contrary opinions I'm going to implement as I suggested in my
"opinion" at the end of the email, pushing off displaying by 'cid' until
1.3.10.
-Vinny
P.S. I'm "on the road" this week so I'll only really be available in
the evenings (EST). I should be able to put in enough time to get these
comment issues worked out though.
--__--__--
_______________________________________________
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