... Lovely systems did a talk touching upon this subject about this last year at EP2007: http://plone.tv/media/689203036/view ...
Martijn Pieters
mj@...
Jun 1, 2008 8:17 am
175313
Hi, lots of old-style Zope products are now available as eggs. However a lot of people still don't work with buildout and need the old-style tar-balls. Does...
Andreas Jung
lists@...
Jun 1, 2008 8:55 am
175314
Summary of messages to the zope-tests list. Period Sat May 31 11:00:00 2008 UTC to Sun Jun 1 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. ...
Zope Tests Summarizer
zope-tests@...
Jun 1, 2008 11:00 am
175315
... Not yet, but I would be willing to help with writing one, as I could use one quite regularly. Hanno _______________________________________________ ...
Hanno Schlichting
plone@...
Jun 1, 2008 12:39 pm
175316
perhaps too late to help with the sprints, but i got zope3 running on app engine last week http://zope3.appspot.com and http://zope3.appspot.com/tests, and...
Kapil Thangavelu
kapil.foss@...
Jun 2, 2008 12:12 am
175317
i was setting up a z3 app with a pau utility, and noticed some strange behavior, which tracked down to, the PluggableAuthentication's getPrincipal method,...
Kapil Thangavelu
kapil.foss@...
Jun 2, 2008 12:46 am
175318
Massively Reduce Your Debt Today http://www.freeupcashc.net.cn...
Grady French
sunday@...
Jun 2, 2008 2:22 am
175319
Hi there, for a Client using a plone2 intranet (with no access from the outside world) I installed awstat to track the usage of the intranet. now I wonder how...
robert rottermann
robert@...
Jun 2, 2008 10:52 am
175320
Summary of messages to the zope-tests list. Period Sun Jun 1 11:00:00 2008 UTC to Mon Jun 2 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. ...
Zope Tests Summarizer
zope-tests@...
Jun 2, 2008 11:00 am
175321
... Since the information stored within the standard logs is limited, all tools can only perform an analysis on top of the available information. So the tools...
Andreas Jung
lists@...
Jun 2, 2008 11:16 am
175322
Highly recommend Google Analytics: http://www.google.com/analytics/ I've used it myself to track usage for a zope intranet which is only accessible on an...
Tom Von Lahndorff
tom@...
Jun 2, 2008 11:24 am
175323
Hi, I am a novice in zope. i have to debug a program where i get the key value error, traversal error. a lil info from the error log. "Module...
suhail shaik
suhailsqm@...
Jun 2, 2008 11:27 am
175324
... Do you really want to send intranet-related data to Google? :-) Andreas _______________________________________________ Zope maillist - Zope@... ...
Andreas Jung
lists@...
Jun 2, 2008 11:35 am
175325
that's a call that each individual has to make. if you're uncomfortable with google knowing your intranets title tags and urls then don't. the guy is looking...
tom@...
Jun 2, 2008 11:46 am
175326
... One thing I don't like about the default implementation is that if you override IAbsoluteURL for a container, it has no effect for contained objects. I...
Marius Gedminas
mgedmin@...
Jun 2, 2008 12:05 pm
175327
Interesting post. I am still not sure to what level I'll look to Google for app infrastructure. Seems to me there are too many restrictions on what you'd...
David Pratt
fairwinds@...
Jun 2, 2008 12:10 pm
175328
... this is exactly why google analytics is no option (unfortunately). robert _______________________________________________ Zope maillist - Zope@... ...
robert rottermann
robert@...
Jun 2, 2008 12:49 pm
175329
... thanks, but the customer does not like the idea of having data on a public site. robert _______________________________________________ Zope maillist -...
robert rottermann
robert@...
Jun 2, 2008 12:57 pm
175330
... Then look at the (incomplete) list of available tools: <http://de.wikipedia.org/wiki/Logfile-Analyse> and check their feature list. Andreas ...
Andreas Jung
lists@...
Jun 2, 2008 1:11 pm
175331
Hi there, So, what's the status of buildout.zope.org? It's not up and running yet. What's holding it up? Can I do something to help? (I won't actually do...
Martijn Faassen
faassen@...
Jun 2, 2008 1:41 pm
175332
Hi, ... I guess you have something like apache in front of the zope, if so you can make a custom log format (with relevant fields, separated uniform, e.g....
Tino Wildenhain
tino@...
Jun 2, 2008 2:55 pm
175333
Complimentary health supply at Canadian Chemist. How have her all night long....
prasenjit Stoddard
_wamp-oak@...
Jun 2, 2008 5:39 pm
175334
Hi, In my zope3 tests, I set up some basic test data. After that, I'm calling ... Error in test /home/dusty/prog/zope3-inst/lib/python/zbsp/tests/../auth.txt ...
Hermann Himmelbauer
dusty@...
Jun 2, 2008 6:05 pm
175335
... The Zope 2.9 code had traceback support in "PageTemplate.pt_render" which told us which template was affected. As you can see in the traceback above, at...
Dieter Maurer
dieter@...
Jun 2, 2008 6:44 pm
175336
... Thank you for that careful analysis. I was only comparing Zope 2.9 with Zope 3 (which are AFAICT equivalent in their traceback info) but I didn't take 2.10...
Philipp von Weitersha...
philipp@...
Jun 2, 2008 10:38 pm
175337
... I found it by myself: I registered a zope.sqlalchemy related utility, which stores an engine (self.engine = create_engine(DSN,...)) and a scoped session ...
Hermann Himmelbauer
dusty@...
Jun 2, 2008 11:10 pm
175338
Hi. I think I may just have reinvented a kind of cgi-proxy for authentication purposes. Seems to work nicely so far, but oh, so ugly. Thus I would be gratefull...
Gaute Amundsen
gaute@...
Jun 3, 2008 6:24 am
175339
... We are still working on it. A site with content & basic design will be ready by next week. ... I will post details about adding content soon after the...
Baiju M
mbaiju@...
Jun 3, 2008 9:23 am
175340
... The simplest solution is to register the Session object as a global utility. Laurence _______________________________________________ Zope-Dev maillist -...
Laurence Rowe
l@...
Jun 3, 2008 10:19 am
175341
... Though that would be quite unnecessary too ;-). If you are ok with one global scoped session for your app, then just use `from mymodule import Session;...