Re: [Zope-CMF] Re: Trunk hosed?

2005-10-11 Thread Jens Vagelpohl
On 11 Oct 2005, at 20:44, Tres Seaver wrote: Would it be helpful to make DEPENDENCIES.txt a little more specific, e.g. it would say "Zope 2.8 branch after 2005/10/10; Five trunk after 2005/10/07" or something like that? I was working in a sandbox without its own checkout of Five, which was th

[Zope-CMF] Re: Trunk hosed?

2005-10-11 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jens Vagelpohl wrote: > > On 11 Oct 2005, at 20:02, yuppie wrote: > >> Hi Tres! >> >> >> Tres Seaver wrote: >> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> I'm seeing a bunch of errors and failures when running the unit >>> tests on >>>

Re: [Zope-CMF] Re: Trunk hosed?

2005-10-11 Thread Jens Vagelpohl
On 11 Oct 2005, at 20:02, yuppie wrote: Hi Tres! Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm seeing a bunch of errors and failures when running the unit tests on the trunk, in both GenericSetup and CMFSetup (see attached file). Does anyone have a clue why? I'd l

[Zope-CMF] Re: Trunk hosed?

2005-10-11 Thread yuppie
Hi Tres! Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm seeing a bunch of errors and failures when running the unit tests on the trunk, in both GenericSetup and CMFSetup (see attached file). Does anyone have a clue why? I'd like to forward-port my CPM export / import co

[Zope-CMF] Trunk hosed?

2005-10-11 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm seeing a bunch of errors and failures when running the unit tests on the trunk, in both GenericSetup and CMFSetup (see attached file). Does anyone have a clue why? I'd like to forward-port my CPM export / import code from the 1.5 branch, but need

[Zope-CMF] New local site manager branch!

2005-10-11 Thread Lennart Regebro
The effort of updating and merging Sidneis old local site manager support is continuing. The new branch is: http://codespeak.net/svn/z3/Five/branch/regebro-sitemanager/ And to prevent it from being outdates and hard to merge (happened even with the branch I made at the castle-sprint) this is goin

Re: [Zope-CMF] Re: RestrictedPython, TALES Expressions and CMF

2005-10-11 Thread Sidnei da Silva
On Tue, Oct 11, 2005 at 08:58:08AM -0400, Tres Seaver wrote: | 'call_with_ns' should be invoked only for objects with either a | '__render_with_namespace__' attribute (PythonScripts fit here) or those | with 'isDocTemp' true. Its only real purpose is to set up the namespace | before calling a DTML

[Zope-CMF] Re: RestrictedPython, TALES Expressions and CMF

2005-10-11 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sidnei da Silva wrote: > (sorry for the cross-post) > > I'm currently facing an issue that seems to be a result of a bad > interaction between CMF, TALES and Restricted Python. > > The issue currently happens when: > > 1. A TALES 'Path Expression

[Zope-CMF] Re[2]: DCWorkflow + Acqusition

2005-10-11 Thread Victor Safronovich
Hello Tres Seaver, Tuesday, October 11, 2005, 5:52:19 PM, you wrote: Tres, thank you for your help! I use 3 way in the future, like using CMFUID, but i have my own uids for my objects. Meanwhile in the begining of the '__do_something_with_my_object__' i use try: aq_parent(aq_inner(my_obj

[Zope-CMF] Re: DCWorkflow + Acqusition

2005-10-11 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Victor Safronovich wrote: > Hello zope-cmf-dev! > > I have a question about DCWorkflow, WorkflowTool and Acqusition. > > My object, during change state, move to another folder and should > change > acqusition wrapper. > > workflow_to

[Zope-CMF] Zope Debugger 0.8.1 Released!

2005-10-11 Thread Chris Withers
This release adds support for both Zope 2.7 and Zope 2.8. Zope Debugger is an enhanced version of pdb for use with Zope. It can be used simply by inserting the following lines in any python code you'd like to debug, including Script (Python)'s and FSPythonScripts: from Products.zdb import set_t

[Zope-CMF] DCWorkflow + Acqusition

2005-10-11 Thread Victor Safronovich
Hello zope-cmf-dev! I have a question about DCWorkflow, WorkflowTool and Acqusition. My object, during change state, move to another folder and should change acqusition wrapper. workflow_tool = getToolByName( my_object, 'portal_workflow') workflow_tool.doActionFor( my_object, '

[Zope-CMF] CMF Collector: Open Issues

2005-10-11 Thread tseaver
The following supporters have open issues assigned to them in this collector (http://www.zope.org/Collectors/CMF). Assigned and Open efge - "CMFSetup: provide non-ascii im- and exports", [Accepted] http://www.zope.org/Collectors/CMF/292 - "CMFSetup doesn't correctly detect DCWo

[Zope-CMF] Re: [Zope-dev] RestrictedPython, TALES Expressions and CMF

2005-10-11 Thread Chris Withers
Sidnei da Silva wrote: CMF seems to create expression contexts in two places off the top of my head: In 'CMFCore/Expression.py' and 'CMFCore/CachingPolicyManager.py'. None of those define 'here' or 'context' but instead just 'object'. I believe one of those two now has context defined in svn HE