[geeklog-devtalk] geeklog-devel digest, Vol 1 #271 - 3 msgs
geeklog-devel-request at lists.geeklog.net
geeklog-devel-request at lists.geeklog.net
Sun Feb 15 13:00:09 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: 1.3.9rc1 is nearing ... (Dirk Haun)
2. Re: 1.3.9rc1 is nearing ... (Blaine Lang)
3. Re: 1.3.9rc1 is nearing ... (Dirk Haun)
--__--__--
Message: 1
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Subject: Re: [geeklog-devel] 1.3.9rc1 is nearing ...
Date: Sat, 14 Feb 2004 20:58:09 +0100
Organization: Terra Software Systems
Reply-To: geeklog-devel at lists.geeklog.net
--==_20040214195809.29258-1_==
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Things are looking good for 1.3.9rc1.
I'm through with my to-do list (well, the important bits from it - had to
resist the temptation on a few items ;-)
Since the CVS notifications aren't working, I'd like to point out two
important / interesting changes I made:
There is now an option to not stay logged in after your session expires.
The "stay logged in for ..." option is a convenience function, but a
dangerous one these days (as our special friend Jelmer has already
pointed out). Should someone manage to steal your cookies, they could
easily log in to your account.
I hope I didn't break session handling when changing this. Further
testing appreciated ...
Also, I've made a last-minute extension of the plugin API so that plugins
can now add their own entries to the What's New block. I've been wanting
to add this for a long time, but it always seems to slip through the cracks.
I've attached an implementation of the two new functions for the File
Management plugin (pretty much the same code that's already behind the
"New Downloads" block on geeklog.net). Just paste it into your filemgmt/
functions.inc
So what's left to do? More testing, of course. Documentation updates.
Running the language files through my lm.php script. And synching the
German version with CVS.
I'm still aiming at a release on Monday and hope to have a tarball ready
for pre-release testing by tomorrow evening.
I'll keep you posted ...
bye, Dirk
--
http://www.haun-online.de/
http://www.haun.info/
--==_20040214195809.29258-1_==
Content-Type: application/x-gzip; name="filmgmt_whatsnew.php.gz";
x-mac-type="00000000"; x-mac-creator="00000000"
Content-Disposition: attachment
Content-Transfer-Encoding: base64
H4sICEZ6LkAAA2ZpbG1nbXRfd2hhdHNuZXcucGhwAJWU247aMBCG7/MUI7SSiZYGtlLVShyq
AKFdiYMESHuBUGSIQ6yahLWdRasV795xDpTTbtvcgMfj///GM4kVpvFa8ySGnUg3PPb3EdUq
ZnuV7naJ1CzwQy7YdrPVVdt6swCfjUhWVMDd0B3/aDw0rSwomU5lDFUqJX2FKulPnsbDiduf
kVqZufj2dWnbTetgWZeuG6ZL4/f9/N5kPEA1fzDy52536M0K7zv1LKANlZk39HpzEDyoaa4F
qwVUMxhMJyN4Ozm1IKVF5hUwTbkgywM8/fSmHlSauWic7FFU8y2r2kUoYIpLFmA42/1UMC0I
cgse/1I81ky+UFRr/iFzEO1f/J0Mt4Oshc8B3HEfqkpTnSo0fbBhMu17U1i9miKh7816MHwc
Pc7h4UuJLZlKhcbsftd/TpnEZhiKsoRYJnuV78bpdmoW1eKMXVwnDzFU5LWhYUPehvw42xtm
o0DGCeASgmQfi4QGiuQWB2BCsXcOFeNRWpknTCT6cdxsNAF/WwWkWdzfn7pnYm4OHzK9jlyj
doJ/mmiqmHk9P6JqyjeRxjqP9+6kikliX2pn+qk0s1Q2VnHNfAyRJThA6qVAHTu9EcwsnV20
+47daJMrrexxEHlBMKGciUtIpaVg+OaYtGxsydLGKfjcuIV3dp+LpWlDi0IkWdiuEONl8JG0
ApkUBm9THeEivRVqx9acinVEpbrgMFKdv2modIVFnJ2sQaOWlYACjuO06rRj8Ibd6zu4mpf/
rjWTPjH/EDdHJh8SWbdX+b/D2QfvCJh9134Deko8fE8FAAA=
--==_20040214195809.29258-1_==--
--__--__--
Message: 2
From: "Blaine Lang" <geeklog at langfamily.ca>
To: <geeklog-devel at lists.geeklog.net>
Subject: Re: [geeklog-devel] 1.3.9rc1 is nearing ...
Date: Sun, 15 Feb 2004 01:33:37 -0500
Reply-To: geeklog-devel at lists.geeklog.net
Sounds good -- Any idea when CVS will be back online?
* Update on Story Archive Mgmt *
I have completed the modifications to support Archive Mgmt of stories and
have someone else testing it now. I only needed to add one field to the
story table. There already is a statuscode field that was not being used.
You have 2 options now to expire a story
1) Delete upon Expiry or
2) Archive upon Expiry
You need to create a topic that you will use to hold the expired topics and
set it up using a new $_CONF parm:
// Topic ID (tid) that Auto-Archived topics will be moved to at their
expire date
$_CONF['archivetopic'] = 'archive';
You would normally restrict permissions to only story.admin so these stories
and topic will not be accessible.
I also modified COM_article to use a new set of templates so that if you do
want these stories accessible to your members, the template would indicate
they are older stories.
I have not added the logic to disable new comments but that should not be
hard.
Effected files:
index.php
lib-common
admin/story
storyeditor.thtml
Cheers,
Blaine
----- Original Message -----
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Sent: Saturday, February 14, 2004 2:58 PM
Subject: Re: [geeklog-devel] 1.3.9rc1 is nearing ...
> Things are looking good for 1.3.9rc1.
>
> I'm through with my to-do list (well, the important bits from it - had to
> resist the temptation on a few items ;-)
>
> Since the CVS notifications aren't working, I'd like to point out two
> important / interesting changes I made:
>
> There is now an option to not stay logged in after your session expires.
> The "stay logged in for ..." option is a convenience function, but a
> dangerous one these days (as our special friend Jelmer has already
> pointed out). Should someone manage to steal your cookies, they could
> easily log in to your account.
>
> I hope I didn't break session handling when changing this. Further
> testing appreciated ...
>
>
> Also, I've made a last-minute extension of the plugin API so that plugins
> can now add their own entries to the What's New block. I've been wanting
> to add this for a long time, but it always seems to slip through the
cracks.
>
> I've attached an implementation of the two new functions for the File
> Management plugin (pretty much the same code that's already behind the
> "New Downloads" block on geeklog.net). Just paste it into your filemgmt/
> functions.inc
>
>
> So what's left to do? More testing, of course. Documentation updates.
> Running the language files through my lm.php script. And synching the
> German version with CVS.
>
> I'm still aiming at a release on Monday and hope to have a tarball ready
> for pre-release testing by tomorrow evening.
>
> I'll keep you posted ...
>
> bye, Dirk
>
>
> --
> http://www.haun-online.de/
> http://www.haun.info/
--__--__--
Message: 3
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Subject: Re: [geeklog-devel] 1.3.9rc1 is nearing ...
Date: Sun, 15 Feb 2004 10:01:15 +0100
Organization: Terra Software Systems
Reply-To: geeklog-devel at lists.geeklog.net
Blaine,
>Sounds good -- Any idea when CVS will be back online?
CVS _is_ online, including the web frontend. The only thing that's not
working are the notification emails.
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
End of geeklog-devel Digest
More information about the geeklog-devtalk
mailing list