[Zope-CMF] Re: Tools as local utilities

2007-02-05 Thread Rocky Burt
On Feb 2, 4:41 pm, Jens Vagelpohl [EMAIL PROTECTED] wrote: OK, sounds good, I misunderstood your email. I suppose the last bit left to do now is the custom site manager. Rocky? :) Yep, looks like I'll be starting on five.localsitemanager pretty soon. Although I didn't see if we decided

[Zope-CMF] List available on groups.google.com

2007-02-05 Thread Rocky Burt
Just dropping a note to say that since I couldn't find an already registered groups.google.com archive of the cmf mailing list I went ahead and created one. You can see it here: http://groups.google.com/group/zope-cmf-dev - Rocky ___ Zope-CMF

[Zope-CMF] Re: Adding python packages to ProductsPath

2007-01-23 Thread Rocky Burt
Wichert Akkerman wrote: The patch below fixes this by adding $INSTANCE_HOME/lib/python to the ProductsPaths list. This allows minimalpath to find python packages installed there. Are there any objections to commiting this to trunk? I know we've had some larger discussions on this list

[Zope-CMF] Re: [CMF 2.1] PersistentComponents is not enough

2007-01-15 Thread Rocky Burt
possibly be included into the Zope 2.11 release. If no one else has started this I'll probably pick up this work sometime this week with the aim of at least having it included in Plone 3.0 - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http

[Zope-CMF] Re: [CMF 2.1] PersistentComponents is not enough

2007-01-08 Thread Rocky Burt
the same issue) I'm not sure where we stand on this. I'd like to avoid making a Five 1.6. +1 Regards, Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description: This is a digitally signed message

[Zope-CMF] Re: Re: Zope 3 events from workflow

2006-12-27 Thread Rocky Burt
On Wed, 2006-27-12 at 11:46 +0100, Jens Vagelpohl wrote: P.S.: I _hate hate hate_ doctests ;) Why? -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description: This is a digitally signed message part

[Zope-CMF] Re: Tools as local utilities

2006-11-19 Thread Rocky Burt
of them automatically no? - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description: This is a digitally signed message part ___ Zope-CMF maillist - Zope

[Zope-CMF] Re: Tools as local utilities

2006-11-19 Thread Rocky Burt
On Sun, 2006-19-11 at 12:59 -0500, Tres Seaver wrote: Rocky Burt wrote: But we shouldn't have to specify ``context=site`` should we? getUtility should automatically figure out what the nearest chain of sites should be and look for local utilities in each one of them automatically

[Zope-CMF] Re: Tools as local utilities

2006-09-10 Thread Rocky Burt
would be no problem since the next release of Plone will require Zope 2.10. Of course I'm not going to be naive enough to think just because it's ok for the Plone community it's good enough for all other CMF consumers :) - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About

[Zope-CMF] Re: Tools as local utilities

2006-09-10 Thread Rocky Burt
(context, 'portal_properties') has been deprecated, please use getUtility(IPropertiesTool) instead rather than the confusing getToolByName has been deprecated, please use getUtility instead. - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http

[Zope-CMF] Re: DirectoryView, GenericSetup/skins, CMF 2.1

2006-07-13 Thread Rocky Burt
Hi Yuppie, Just checking in to see if you got any of this put in place yet. Also hoping you can identify anything I need to do to ensure I can use skins with productless products :) - Rocky On Sun, 2006-09-07 at 21:59 +0200, yuppie wrote: Hi Rocky! Rocky Burt wrote: On Sun, 2006-09

[Zope-CMF] Re: DirectoryView, GenericSetup/skins, CMF 2.1

2006-07-09 Thread Rocky Burt
yesterday to come up with my initial patch... any chance you could implement the changes necessary for this? Otherwise I'll have to flounder about until I understand the minimal_fp thing a bit more :/ Thanks, Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About

[Zope-CMF] DirectoryView, GenericSetup/skins, CMF 2.1

2006-07-08 Thread Rocky Burt
that is b/w compatible with the current approach? Thanks, Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description: This is a digitally signed message part

[Zope-CMF] Re: DirectoryView, GenericSetup/skins, CMF 2.1

2006-07-08 Thread Rocky Burt
On Sat, 2006-08-07 at 15:30 -0400, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rocky Burt wrote: I'm currently investigating registering DirectoryView's from regular python packages with GenericSetup+skins.xml. After debugging through this somewhat I have

[Zope-CMF] Re: zLOG - logging

2006-06-07 Thread Rocky Burt
On Wed, 2006-07-06 at 18:26 +0200, Florent Guillaume wrote: Is it ok if I change CMF 1.6 (currently in beta) to use the logging module instead of zLOG? zLOG spouts lots of warnings under Zope 2.10 and this sucks. +1 -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About

[Zope-CMF] Products-less python package support for CMF 1.6

2006-06-04 Thread Rocky Burt
-- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net Index: CHANGES.txt === --- CHANGES.txt (revision 68481) +++ CHANGES.txt (working copy) @@ -1,3 +1,12 @@ +CMF 1.6.1-beta2

[Zope-CMF] CMF providing support for add forms?

2006-05-31 Thread Rocky Burt
Hi all, I was wondering if CMF does or is planning on implementing support for add forms for content. If so, would someone mind explaining how it works? If not, why not? :) - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http

[Zope-CMF] adding items to the TALES namespace for actions

2006-04-08 Thread Rocky Burt
CMFCore.Expression.createExprContext ? Or perhaps suggest a different way of accomplishing what we need? Thanks, Rocky -- Rocky Burt AdaptiveWave - Content Management as a Service http://www.adaptivewave.com Content Management Made Simple ___ Zope-CMF

[Zope-CMF] bug on CMFonFive trunk

2006-01-22 Thread Rocky Burt
TAL.TALInterpreter, line 617, in do_insertTranslation * Module TAL.TALInterpreter, line 281, in interpret * Module TAL.TALInterpreter, line 541, in do_insertText_tal * Module cgi, line 1039, in escape AttributeError: 'NoneType' object has no attribute 'replace' - Rocky -- Rocky Burt

[Zope-CMF] Re: bug on CMFonFive trunk

2006-01-22 Thread Rocky Burt
Rocky Burt wrote: ... I'm getting a problem (this error *does not* occur with the released version of CMFonFive 1.3.1)... Whoops, I meant released version of 1.3.0 - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News

[Zope-CMF] Re: Move GenericSetup out of CMF

2006-01-17 Thread Rocky Burt
Jens Vagelpohl wrote: OK, all done now. jens Hmm... I think you forgot to do the svn:externals for CMF 1.6 branch too? (was GenericSetup removed from there as well?) - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net

[Zope-CMF] Re: RFC: backporting including python-package-product support to support Zope 2.8

2006-01-16 Thread Rocky Burt
-- because of the plethora of existing plone products out there and the pains that people are going through porting them from Plone 2.0 - 2.1, the Plone community is striving to not do the same thing going from Plone 2.1 - 2.5 - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com

[Zope-CMF] Re: RFC: backporting including python-package-product support to support Zope 2.8

2006-01-16 Thread Rocky Burt
reason as to why and make Zope 2.8 support this functionality -- because it will make my life a great deal easier :) - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net

[Zope-CMF] Re: RFC: backporting including python-package-product support to support Zope 2.8

2006-01-16 Thread Rocky Burt
-- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net ___ Zope-CMF maillist - Zope-CMF@lists.zope.org http://mail.zope.org/mailman/listinfo

[Zope-CMF] Re: GenericSetup zcml registration of profiles

2006-01-16 Thread Rocky Burt
the default namespace prefix for genericsetup should be setup ? :) - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net ___ Zope

[Zope-CMF] Re: RFC: backporting including python-package-product support to support Zope 2.8

2006-01-16 Thread Rocky Burt
for the monkies in Basket (or possibly even Basket itself) or this Five work. - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net ___ Zope

[Zope-CMF] Re: future of getToolByName

2006-01-16 Thread Rocky Burt
. Just my opinion of course. - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net ___ Zope-CMF maillist - Zope-CMF@lists.zope.org http

[Zope-CMF] Re: RFC: backporting including python-package-product support to support Zope 2.8

2006-01-15 Thread Rocky Burt
plone python-packages-as-products. (Plone 2.5 will be the first Plone version to use CMF 1.6 and isn't scheduled for final release until May 8) - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http

[Zope-CMF] Re: [z3-five] Re: RFC: products-less python packages as zope2 products

2006-01-14 Thread Rocky Burt
See http://collector.zope.org/CMF for bug reports and feature requests -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net ___ Zope-CMF

[Zope-CMF] Re: CMF 2.0 Release Status

2006-01-12 Thread Rocky Burt
to know some of the brightest Zope minds are brainstorming on these things :) - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net

[Zope-CMF] Re: The components of Archetypes

2006-01-09 Thread Rocky Burt
Rocky Burt wrote: 1) Ease of development - AT helps cut down on boilerplate code as compared to building a regular CMF type (without AT) 2) Schema - The ability to declare which fields a content type has and what types those fields are 3) Widgets - The ability to declare

[Zope-CMF] Re: CMF 1.6 change broke Plone compatibility

2005-12-21 Thread Rocky Burt
. 2.5 when we talk about it later. :) -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net ___ Zope-CMF maillist - Zope-CMF@lists.zope.org

[Zope-CMF] CMFSetup, getting started

2005-11-19 Thread Rocky Burt
docs out there that describe how to get going with CMFSetup? Thanks, Rocky ps. Raphael, it would be phenomenal if your MySite tutorial could be extended to cover something like this. -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http

[Zope-CMF] Re: CMFSetup, getting started

2005-11-19 Thread Rocky Burt
I forgot to mention that I'm trying to get started with CMFSetup in CMF 1.5 as my current deployment platform happens to be Plone 2.1.1. Hopefully most of CMFSetup's (from CMF 1.5) functionality is migratable into CMF 2.0. - Rocky Rocky Burt wrote: Hi CMF'ers, With all the recent talks