Re: testing a Tool

2007-07-18 Thread Héctor Velarde
Wichert Akkerman wrote: That is a Zope 2 interface. We're trying to get rid of those over time. If you are writing a new tool I would suggest using Zope 3 interface, like this: thanks Wichert, I will refactor the code of the product to comply with this and also to make use of Zope 3 views...

Re: testing a Tool

2007-07-18 Thread Wichert Akkerman
Héctor Velarde wrote: thanks, Raphael; I added the following two tests (also stolen from ATContentTypes): def testTool(self): """ test if Tool is installed """ self.failUnless(getattr(self.portal, 'tagcloud_tool', None) is not None) def testToolInterface(self):

Re: Informal pole re: sandbox environments

2007-07-18 Thread Rob Miller
Alex Clark wrote: Hi, I don't want to bother the overly active plone-users or the plone developer centric plone-developers with this, but I am wondering (asked on irc earlier): 11:35 <@aclark> informal pole: what "instance manager" is everyone using to manage numerous "sandboxe

Re: Informal pole re: sandbox environments

2007-07-18 Thread Hanno Schlichting
Alex Clark wrote: > Hi, I don't want to bother the overly active plone-users or the plone > developer > centric plone-developers with this, but I am wondering (asked on irc earlier): > > 11:35 <@aclark> informal pole: what "instance manager" is everyone using to > manage numerou

Re: Informal pole re: sandbox environments

2007-07-18 Thread Maurits van Rees
Alex Clark, on 2007-07-18: > Hi, I don't want to bother the overly active plone-users or the plone > developer > centric plone-developers with this, but I am wondering (asked on irc earlier): > > 11:35 <@aclark> informal pole: what "instance manager" is everyone using to > manage

Re: Informal pole re: sandbox environments

2007-07-18 Thread Tim Knapp
On Wed, 2007-07-18 at 16:08 +, Alex Clark wrote: > Hi, I don't want to bother the overly active plone-users or the plone > developer > centric plone-developers with this, but I am wondering (asked on irc earlier): > > 11:35 <@aclark> informal pole: what "instance manager" is everyone using

Re: Informal pole re: sandbox environments

2007-07-18 Thread Alexander Limi
On Wed, 18 Jul 2007 09:08:41 -0700, Alex Clark <[EMAIL PROTECTED]> wrote: 11:35 <@aclark> informal pole: what "instance manager" is everyone using Informal pole? Is that like a tree? Or is it a socially skilled Polish immigrant? ;) -- Alexander Limi · http://limi.net __

Re: Informal pole re: sandbox environments

2007-07-18 Thread Raphael Ritz
Alex Clark wrote: Hi, I don't want to bother the overly active plone-users or the plone developer centric plone-developers with this, but I am wondering (asked on irc earlier): 11:35 <@aclark> informal pole: what "instance manager" is everyone using to manage numerous "sandboxe

Informal pole re: sandbox environments

2007-07-18 Thread Alex Clark
Hi, I don't want to bother the overly active plone-users or the plone developer centric plone-developers with this, but I am wondering (asked on irc earlier): 11:35 <@aclark> informal pole: what "instance manager" is everyone using to manage numerous "sandboxes" on

Re: Ordering an entry in an GS-Profile

2007-07-18 Thread Wichert Akkerman
Previously Raphael Ritz wrote: > Christian Klinger wrote: > >Hi Plone-Developers, > > > [..] > > > > >Now i want that my action (title="Mein Ordner") is the first in the > >category user. > > > >Example (the new personal bar): Mein Ordner | Author | My Preferences.. > > > >How can i move the ne

Re: Ordering an entry in an GS-Profile

2007-07-18 Thread Raphael Ritz
Christian Klinger wrote: Hi Plone-Developers, [..] Now i want that my action (title="Mein Ordner") is the first in the category user. Example (the new personal bar): Mein Ordner | Author | My Preferences.. How can i move the new action "Mein Ordner" on the first position in the category

Re: Ordering an entry in an GS-Profile

2007-07-18 Thread Martijn Pieters
On 7/18/07, Christian Klinger <[EMAIL PROTECTED]> wrote: Maybe is it possible to copy the complete actions.xml from CMFPlone to my Products actions.xml and insert my action on the first postion? Does this work? Yes, that'd work, if you set the 'purge="true"' attribute on the top-level element

Re: Ordering an entry in an GS-Profile

2007-07-18 Thread Christian Klinger
Martijn Pieters schrieb: On 7/18/07, Christian Klinger <[EMAIL PROTECTED]> wrote: This is my actions.xml [...] Now i want that my action (title="Mein Ordner") is the first in the category user. Example (the new personal bar): Mein Ordner | Author | My Preferences.. How can i move the new ac

Re: Ordering an entry in an GS-Profile

2007-07-18 Thread Martijn Pieters
On 7/18/07, Christian Klinger <[EMAIL PROTECTED]> wrote: This is my actions.xml [...] Now i want that my action (title="Mein Ordner") is the first in the category user. Example (the new personal bar): Mein Ordner | Author | My Preferences.. How can i move the new action "Mein Ordner" on the

Ordering an entry in an GS-Profile

2007-07-18 Thread Christian Klinger
Hi Plone-Developers, i want to add an action in my own GS-Profile. This is my actions.xml condition_expr="python:(member is not None) and (portal.portal_membership.getHomeFolder() is not None)" url_expr="string:${portal/portal_membership/getHomeUrl}" visible="False"> View

Re: ArchgenXML with ArgoUML - text fields not working, and an ATBackRef question

2007-07-18 Thread chris
Hello Encolpe, Sorry about the delay. You can get Sane bi-directional references by setting up the UML like this:- --- --- | Class-A | | Class-B | --- BR R --- | |---