[geeklog-devtalk] geeklog-devel digest, Vol 1 #523 - 2 msgs
geeklog-devel-request at lists.geeklog.net
geeklog-devel-request at lists.geeklog.net
Thu Mar 10 13:00:02 EST 2005
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. LastVisit cookies (Dirk Haun)
2. GL2 update (Tony Bibbs)
--__--__--
Message: 1
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Date: Wed, 9 Mar 2005 20:28:11 +0100
Organization: Terra Software Systems
Subject: [geeklog-devel] LastVisit cookies
Reply-To: geeklog-devel at lists.geeklog.net
Can someone (Tony) shed some light on why Geeklog sets those two cookies,
LastVisit and LastVisitTemp?
It seems they are only set (in function SESS_sessionCheck() in lib-
sessions.php) but never read back or used for anything, AFAICS.
As usual, I'm very reluctant to touch the session code (I've broken it
more than once in an attempt to "optimize" something there), so I thought
I'd ask first for a change ;-)
bye, Dirk
--
http://www.haun-online.de/
http://www.haun.info/
--__--__--
Message: 2
Date: Wed, 09 Mar 2005 16:39:14 -0600
From: Tony Bibbs <tony at tonybibbs.com>
To: Geeklog-Devel <geeklog-devel at lists.geeklog.net>
Subject: [geeklog-devel] GL2 update
Reply-To: geeklog-devel at lists.geeklog.net
This week I have been tweaking the DAO layer in GL2. A few notable items:
1) The implemented PropelDAO no does not know anything about the glConf
global. This is intentional as I am trying my best not to have classes
depend on global data. Typically I got around this by sending config
options to the constructor.
2) Now that I'm actually working on a plugin (links) I have some tweaks
I've made to the find() method. Nothing big, though
3) Vinny has researched the translation options and right now we plan on
using the Translation2 support built right into Flexy (the template
engine). This will actually have a huge performance improvement as
language strings will only not be substituted per every request (i.e. we
aren't opening a file with the strings and doing substitutions).
Instead, flexy 'compiles' each template and makes a version of the
template for each language. Thus Header.thtml would be compiled into
Header.thtml.en.php for English and Header.thtml.de.php for German,
etc. We don't have this actually implemented in any of the screens I'm
working on but making the decision is half the battle. As for the
default file format for getting the strings out to translators, we are
leaning towards XML as it doesn't seem to require any additional options
to be compiled into PHP.
4) I have not yet modified the PropelDAO to compile named query files.
I have, however, added support for multiple named query files. This,
obviously, is required so that plugins can keep their queries separate
from the gl2 kernel.
5) I have a helper, Silvio Porcellana, who is concentrating on the
command line interface for Auth_Enterprise. GL2 doesn't support
Auth_Enterprise yet for the lack of this very feature. However, once
that is done, I will write AuthEnterpriseAccountManager.php to support it.
One thing that has come up, though, is the concept of tabbed pages. I'm
thinking of implementing abstract tab views that have events on them
(like loseFocus, etc) so that we can have richer GUI's. Any opinions on
this?
--Tony
--__--__--
_______________________________________________
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