[geeklog-devtalk] geeklog-devel digest, Vol 1 #401 - 3 msgs
geeklog-devel-request at lists.geeklog.net
geeklog-devel-request at lists.geeklog.net
Wed Sep 29 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. Re: Updated 1.3.10 to-do list (Vincent Furia)
2. Re: Updated 1.3.10 to-do list (Blaine Lang)
3. Re: Updated 1.3.10 to-do list (Dirk Haun)
--__--__--
Message: 1
Date: Tue, 28 Sep 2004 13:42:37 -0400
From: Vincent Furia <vfuria at gmail.com>
To: geeklog-devel at lists.geeklog.net
Subject: Re: [geeklog-devel] Updated 1.3.10 to-do list
Reply-To: geeklog-devel at lists.geeklog.net
How close are we to releasing 1.3.10-rc1? Is there anything I can do to help?
-Vinny
BTW: The two comment tasks I had are now finished. Sorry about the
delay, moving was a bigger job than I anticipated.
On Mon, 16 Aug 2004 15:16:11 +0200, Dirk Haun <dirk at haun-online.de> wrote:
> Okay, looks like we're down to these tasks:
>
> Tony:
> - fix pdf generator
> - integrate SpamX plugin
>
> Blaine:
> - fix archive option (delete images when article is deleted)
>
> Vinny:
> - add link back to the story for comments in 'view' mode
> - fix display of Admin options (delete, IP address lookup) in 'view' mode
>
> Dirk:
> - update documentation
> - update language files
> - add Professional theme to CVS
>
> Simon:
> - new logo
>
> Anything else? Can we get this done until, say, next weekend?
>
> Btw, I'll be pretty much offline Tuesday - Thursday, but will catch up
> with you on Friday.
>
> bye, Dirk
>
> --
> http://www.geeklog.net/
> http://geeklog.info/
>
> _______________________________________________
> geeklog-devel mailing list
> geeklog-devel at lists.geeklog.net
> http://lists.geeklog.net/listinfo/geeklog-devel
>
--__--__--
Message: 2
From: "Blaine Lang" <geeklog at langfamily.ca>
To: <geeklog-devel at lists.geeklog.net>
Subject: Re: [geeklog-devel] Updated 1.3.10 to-do list
Date: Tue, 28 Sep 2004 14:04:43 -0400
Reply-To: geeklog-devel at lists.geeklog.net
Other items on my list:
1:Working with Tom Willet on some changes to the SPAMX plugin and new API.
2: Add autotag support to new "add" comment code
Code to delete images if story has expired is in CVS - index.php
} else if ($statuscode == STORY_DELETE_ON_EXPIRE) {
COM_errorLOG("Delete Story and comments: $sid, Topic:$expiretopic,
Title: $title. Expired :$expire");
STORY_deleteImages ($sid);
DB_query("DELETE FROM {$_TABLES['comments']} WHERE sid='{$sid}'");
DB_query("DELETE FROM {$_TABLES['stories']} WHERE sid='{$sid}'");
}
Blaine
----- Original Message -----
From: "Vincent Furia" <vfuria at gmail.com>
To: <geeklog-devel at lists.geeklog.net>
Sent: Tuesday, September 28, 2004 1:42 PM
Subject: Re: [geeklog-devel] Updated 1.3.10 to-do list
How close are we to releasing 1.3.10-rc1? Is there anything I can do to
help?
-Vinny
BTW: The two comment tasks I had are now finished. Sorry about the
delay, moving was a bigger job than I anticipated.
On Mon, 16 Aug 2004 15:16:11 +0200, Dirk Haun <dirk at haun-online.de> wrote:
> Okay, looks like we're down to these tasks:
>
> Tony:
> - fix pdf generator
> - integrate SpamX plugin
>
> Blaine:
> - fix archive option (delete images when article is deleted)
>
> Vinny:
> - add link back to the story for comments in 'view' mode
> - fix display of Admin options (delete, IP address lookup) in 'view' mode
>
> Dirk:
> - update documentation
> - update language files
> - add Professional theme to CVS
>
> Simon:
> - new logo
>
> Anything else? Can we get this done until, say, next weekend?
>
> Btw, I'll be pretty much offline Tuesday - Thursday, but will catch up
> with you on Friday.
>
> bye, Dirk
>
> --
> http://www.geeklog.net/
> http://geeklog.info/
>
> _______________________________________________
> 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
--__--__--
Message: 3
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Subject: Re: [geeklog-devel] Updated 1.3.10 to-do list
Date: Tue, 28 Sep 2004 20:03:17 +0200
Organization: Terra Software Systems
Reply-To: geeklog-devel at lists.geeklog.net
Vinny,
>How close are we to releasing 1.3.10-rc1?
Pretty close I would say.
>Is there anything I can do to help?
The to-do list is surprisingly short at this point:
- Blaine and Tom are working on a more generic SpamX API
- Someone should fix the PDF generator (either Tony or yourself)
- I've promised Turias some plugin API functions for the phpBBBridge
- I also have to update the language files (I have a script for that :-)
There are 2 bugs that I'd like to be fixed as well:
#174 "Quotes in titles are turned into double htmlentitles"
#243 "adding users by Admin corrupts the database"
The wording on #243 is a bit strong, but it can happen that when 2 Admins
create new users at the same time, they both get the same uid for their user.
These are both unclaimed at the moment ...
>BTW: The two comment tasks I had are now finished. Sorry about the
>delay, moving was a bigger job than I anticipated.
No problem, it all took longer than expected.
bye, Dirk
--
http://www.haun-online.de/
http://www.handful-of-sparks.de/
--__--__--
_______________________________________________
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