Re: [Zope-dev] Defining Zope 3.

2009-04-20 Thread Albertas Agejevas
On Sat, Apr 18, 2009 at 08:32:52AM -0600, Shane Hathaway wrote: Given that definition, Zope Toolkit will start relatively small, since much of Zope 3 does not yet qualify. However, as people refine packages, the packages will be reconsidered for inclusion in the Zope Toolkit, and the Zope

[Zope-dev] zope.catalog in ZTK

2009-09-27 Thread Albertas Agejevas
Hi all, zope.catalog is a crucial part of ZTK, as it adds the equivalent of RDBMS SELECT queries to our ODB based apps. However in my opinion its default setup is suboptimal as a generic library in ZTK, because it is hardwired up for ZMI point and click operation. As soon as you create and

Re: [Zope-dev] zope.catalog in ZTK

2009-09-29 Thread Albertas Agejevas
On Tue, Sep 29, 2009 at 01:09:08PM +0200, Martijn Faassen wrote: About a year ago zope.app.catalog as been moved to zope.catalog. I think during this move there was a unique opportunity to leave these event handlers behind in zope.app.catalog, so that the no .app version is free of these

Re: [Zope-dev] zope.catalog in ZTK

2009-09-29 Thread Albertas Agejevas
On Tue, Sep 29, 2009 at 01:33:21PM +0200, Hanno Schlichting wrote: Is there any reason you don't just ignore the configure.zcml in that package? Nobody forces you to load the zcml file. The whole point of having these policies in zcml is to be able to ignore or override them easily. Good

Re: [Zope-dev] New Zope 3 name: BlueBream

2010-01-06 Thread Albertas Agejevas
On Tue, Jan 05, 2010 at 09:29:10AM -0500, Stephan Richter wrote: On Monday 04 January 2010, Baiju M wrote: I am proposing to call Zope 3 - the web frame work as BlueBream. The main use for name is documentation. But the package named bluebream will not provide any part of

Re: [Zope-dev] Developer meeting 2010-07-27 at 15:00 UTC

2010-07-28 Thread Albertas Agejevas
On Wed, Jul 28, 2010 at 10:12:14AM +0200, Vincent Fretin wrote: - Zope Components for the Win, Albertas Agejevas My slides are available here: http://fridge.pov.lt/~alga/ep2010/ep2010-agejevas.html Albertas ___ Zope-Dev maillist - Zope-Dev

[Zope-dev] Path expression traversal in z3c.pt

2010-09-24 Thread Albertas Agejevas
Hi, I tried switching to z3c.pt in one of our projects and found an incompatibility with zope.app.pagetemplate. It is not obvious whether it is a bug or a feature, so I thought I should bring it up here. Here is a doctest illustrating the incompatibility. First, let's set up both types of

Re: [Zope-dev] Survey: most obscure errors

2010-11-08 Thread Albertas Agejevas
On Tue, Sep 14, 2010 at 12:00:58PM +0200, Marius Gedminas wrote: What are the most obscure error conditions you've encountered while developing Zopeish[1] applications? Trying to add a proxied object to the database gives an error that more or less clearly states this condition (proxies are

Re: [Zope-dev] cache_detail crash

2011-09-22 Thread Albertas Agejevas
On Thu, Sep 22, 2011 at 12:59:43PM +0400, Ruslan Mahmatkhanov wrote: Ok, this change works for me. It should be applied against src/App/CacheManager.py. Would you mind to commit it? REQUEST.RESPONSE.setHeader('Content-Type', 'text/plain') -return '\n'.join('%6d

[Zope-dev] zope.security and Python 3

2013-04-02 Thread Albertas Agejevas
Hi, While porting one ZTK app to Python 3 I discovered the following problems with zope.security: 1) There was a package zope.app.security, which, along with zope.app baggage provided security declarations for BTrees and PersistentDict, PersistentList. They were in a separate file,

[Zope-dev] Success at porting ZTK to Python 3!

2013-04-08 Thread Albertas Agejevas
Subject: Success at porting ZTK app to Python 3! Hi all, I'm glad to announce that we at CipherHealth have recently ported a full-fledged ZTK application to Python 3! What is cipher.uibuilder? ~ UI Builder is the infrastructural part of our major product. It is a