Hi Thierry,
On Jan 7, 2008, at 4:44 PM, Thierry Florac wrote:
For your use case, the only thing you should do is just to implement a
subscriber to IObjectRemovedEvent (defined into
zope.app.container.interfaces) which is automatically fired by all
"standard" Zope3 containers.
Hope this helps,
Hi,
I'd like to implement an event to be fired when an InternalPrincipal
shall be deleted from a PrincipalFolder.
class IObjectShallBeDeletedEvent(IObjectEvent):
"""Event, when an object will be deleted.
"""
class ObjectShallBeDeletedEvent(object):
"""Event, when an o
On 08/25/2007 at 19:22 Yuan HOng wrote:
In my page template, I would like to show one message if the request
is authenticated, and other if the user has not logged in.
Is there a simple test I can use in the template file like?
For me the following works well:
Welcome, user name
Cheers,
To
Philipp von Weitershausen wrote:
Alek Kowalczyk wrote:
Hello again,
I have a rather big tree of MyObjects. MyObjects are adaptable to
hurry.workflow's IWorklowState. Now I'd like to create a catalog
to index all
MyObjects by their current states. How to do that? An option might
be(?) to ad
Am 30.07.2007 um 19:37 schrieb Philipp von Weitershausen:
I'm not sure what "working in the zc.buildout" is supposed to mean.
I don't consider zc.buildout evil. Not totally at least :).
I benefit from zc.buildout in two ways for my zope projects since i
figured it out:
- every-time-and-
Hi,
I want to integrate a workflow engine (e.g. hurry.workflow,
zope.app.wfmc, ...) into a pure zope3 application.
Is the zope/app/workflow package (took it from the trunk) still
active? The last changed date is 2007-04-08. But i read another
thread in zope3-dev refering to this issue (ht