[Zope-CMF] Re: Tools as local utilities

2007-02-06 Thread Rocky
On Feb 5, 5:40 pm, Jens Vagelpohl [EMAIL PROTECTED] wrote: On 5 Feb 2007, at 19:43, Rocky Burt wrote: 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

[Zope-CMF] Re: Tools as local utilities

2007-02-06 Thread Rocky
look forward to doing: easy_install ZopeCMF - Rocky ___ Zope-CMF maillist - Zope-CMF@lists.zope.org http://mail.zope.org/mailman/listinfo/zope-cmf See http://collector.zope.org/CMF for bug reports and feature requests

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

2007-02-06 Thread Rocky
On Feb 5, 5:43 pm, Jens Vagelpohl [EMAIL PROTECTED] wrote: Hm... I thought gmane was plenty as far as searchable web integration goes. I don't use web interfaces to mailing lists, so I'm not sure where the advantage is. For me it's just the simple fact that I prefer using the google groups UI

[Zope-CMF] Five's local sitemanager, CMF, etc

2007-02-13 Thread Rocky
? Suggestions? - Rocky ___ Zope-CMF maillist - Zope-CMF@lists.zope.org http://mail.zope.org/mailman/listinfo/zope-cmf See http://collector.zope.org/CMF for bug reports and feature requests

[Zope-CMF] Five's local sitemanager, CMF, etc

2007-02-13 Thread Rocky
Questions? Comments? Any suggestions on which CMF product to do this in? I'm leaning towards CMFCore personally as without this part of the intended CMF functionality is not available. Regards, Rocky ___ Zope-CMF maillist - Zope-CMF@lists.zope.org

[Zope-CMF] Re: Five's local sitemanager, CMF, etc

2007-02-22 Thread Rocky
On Feb 22, 8:30 am, Martin Aspeli [EMAIL PROTECTED] wrote: In my opinion only: I'm sure we can release a Plone beta 1 that depends on a CMF alpha if that needs to be. It's not ideal, but we can synchronise a little later if it's impractical for everyone involved. So, Rocky - progress

[Zope-CMF] Re: Five's local sitemanager, CMF, etc

2007-02-22 Thread Rocky
are required to fix an as-yet-unidentified bug), I say it's good enough for beta. On a different note ... which branch/trunk should I integrate the five.localsitemanager changes? Keeping in mind that on my part it's *mostly* just an svn:externals change. - Rocky

[Zope-CMF] Re: Five's local sitemanager, CMF, etc

2007-02-23 Thread Rocky
enableSite under the hood to setup this zpublisher hook. Maybe someone has a neat idea for setting this up too? (I don't, other then by a migration step) Or maybe there is something GenericSetup could do to setup a bit of migration? - Rocky ___ Zope-CMF

[Zope-CMF] Re: Five's local sitemanager, CMF, etc

2007-02-23 Thread Rocky
On Feb 23, 10:15 am, yuppie [EMAIL PROTECTED] wrote: Rocky wrote: http://svn.zope.org/?rev=72782view=rev I just added notify(BeforeTraverseEvent(self, REQUEST)) to DynamicType's __before_publishing_traverse__. Hmm... ok, which sounds like we've done away with the need to call

[Zope-CMF] Re: Five's local sitemanager, CMF, etc

2007-02-23 Thread Rocky
as there is no official release yet -- it was really just created for something CMFCore to anchor onto) so CMFCore gets the change(s). Regards, Rocky ___ Zope-CMF maillist - Zope-CMF@lists.zope.org http://mail.zope.org/mailman/listinfo/zope-cmf See http

[Zope-CMF] Re: Five's local sitemanager, CMF, etc

2007-02-26 Thread Rocky
for this (albeit a bit naively) with r72810. The next question is whether we should be doing the same with adapters and subscribers as well (even though this doesn't affect the whole tools-getting-acquired-properly issue). - Rocky ___ Zope-CMF maillist - Zope-CMF

[Zope-CMF] Re: tools-as-utilities, merging, releasing, etc

2007-02-28 Thread Rocky
On Feb 28, 12:15 pm, Tres Seaver [EMAIL PROTECTED] wrote: On that note, I would *greatly* appreciate it if you (Rocky) would promise not to move the SVN tag for LSM after this point: the possibility of chasing down reports which can't be replicated due to having the same tag point

[Zope-CMF] Re: TypesTool speedup

2007-03-04 Thread Rocky
On Mar 4, 1:49 pm, Alec Mitchell [EMAIL PROTECTED] wrote: Looking at the changes rocky made, I don't see why allowing external methods from non-Products should require making the whole process completely dynamic on every call. The old mechanism of storing the product list should be put back

[Zope-CMF] some utility lookups still not aq wrapped

2007-03-07 Thread Rocky
override the lookup call on the utility registry itself. I've gone ahead and cut a branch to do this (so I don't mess up trunk in the meantime for CMF testing) but it's not ready yet. You can see this in my rocky-override-utility-registry branch at: http://svn.zope.org/five.localsitemanager

[Zope-CMF] Re: tools, utilities, and getToolByName

2007-04-22 Thread Rocky
harm than good. - Rocky ___ Zope-CMF maillist - Zope-CMF@lists.zope.org http://mail.zope.org/mailman/listinfo/zope-cmf See http://collector.zope.org/CMF for bug reports and feature requests

[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

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

2005-12-21 Thread Rocky Burt
Well now I'm *completely* confused. grin - Rocky Alexander Limi wrote: On Wed, 21 Dec 2005 00:32:02 +0100, yuppie [EMAIL PROTECTED] wrote: AFAICT the original target audience were people that want to switch to Plone 2.2 and reuse Products written for 2.1. Just a terminology

[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 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: [z3-five] Re: RFC: products-less python packages as zope2 products

2006-01-14 Thread Rocky Burt
? - Rocky Lennart Regebro wrote: On 1/13/06, yuppie [EMAIL PROTECTED] wrote: - CMF 1.6 is not yet released so it might be possible to change it directly. I think we should, but this met some resistance. I want to get rid of CMFonFive completely. Since CMF with version 1.5.2 became Five-aware

[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: 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
bugfix releases of 2.8 and 2.9. +1 I was discussing this with someone a while back asking why we shouldn't just add this directory to the standard instance structure. A lot of zope2 developers still don't realize that INSTANCE_HOME/lib/python can exist and will get used if it does exist. - Rocky

[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
Florent Guillaume wrote: Rocky how does your effort relate to Basket by the way? ISTR that Basket aims at answering a similar use case. Basket is for distributing zope2 products in egg form. I've been working with Chris closely on it. In fact I added the support that allows people to write

[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: 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] 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] 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] 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] Products-less python package support for CMF 1.6

2006-06-04 Thread Rocky Burt
for pythonrproducts *if* CMF1.6 is fixed. Anyhow, I've included a patch that demonstrates what would need to be done including some extra test logic that fails before my changes and of course passes afterwards. What do you all think? Something we can include in time for CMF1.6.1 beta2 ? Regards, Rocky

[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] 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: 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] 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: 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: 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: 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: [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: [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: Adding python packages to ProductsPath

2007-01-23 Thread Rocky Burt
regarding doing something with GenericSetup so it could handle things like this but it never really got anywhere. This seems like a very minimal change ... while I don't have a full handle out the far outreaching effects of this I would certainly give it a +1 knowing what it accomplishes. - Rocky

[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