Re: [Zope-dev] zope.publisher dependencies

2009-02-24 Thread Stephan Richter
worried that we are creating too many packages. However, here is my order of importance: 1. Minimize dependencies. 2. Minimize packages. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter

Re: [Zope-dev] SVN: Zope/trunk/ Started on a more high-level `what's new` document

2009-02-24 Thread Stephan Richter
On Tuesday 24 February 2009, Hanno Schlichting wrote: We are still in early alpha here. By the time we move on to beta, 3.5 will hopefully have stabilized a bit. What is your time frame for Zope 2.12? Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me

Re: [Zope-dev] z3c.form update issues

2009-02-21 Thread Stephan Richter
. Because it's possible that an action execute call manipulates something which will change the button condition which we need to recalculate within an action update call. Absolutely. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan

Re: [Zope-dev] z3c.form update issues

2009-02-21 Thread Stephan Richter
will do the trick :) I like that idea, since I agree with your argument that updating actions can be expensive. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope

Re: [Zope-dev] Coding style clarifications

2009-02-19 Thread Stephan Richter
started doing it this way as well. I have found the PEP8 recommendation hard to follow in certain cases, since it is subjective. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope

Re: [Zope-dev] Coding style clarifications

2009-02-19 Thread Stephan Richter
. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

Re: [Zope-dev] SVN: zope2book/trunk/ Lot's of updates over the weekend!

2009-02-17 Thread Stephan Richter
html and css outside of the application. You could also port z3c.zrtresource to Zope 2, which solves this exact problem. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev

Re: [Zope-dev] z3c.form 2.0

2009-02-11 Thread Stephan Richter
On Tuesday 10 February 2009, Wolfgang Schnerring wrote: I'd like to introduce this to z3c.form as well (see attached patch). Would it be alright with you for me to commit this to trunk (to then go into the release)? Add a test and you can check it in. :-) Regards, Stephan -- Stephan Richter

Re: [Zope-dev] Translations for zope packages.

2009-02-10 Thread Stephan Richter
-based translation memories. Basically, you dedicate a PO as the master file (translation memory) and then all POs that you translate use that master file to make suggestions. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter

Re: [Zope-dev] z3c.form 2.0

2009-02-10 Thread Stephan Richter
creative that allows us to use the new and old way, maybe through a special import statement like that: try: import zope.site except ImportError: import zope.container or something like that. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope

Re: [Zope-dev] z3c.form 2.0

2009-02-10 Thread Stephan Richter
= zope.traversing.api.traverse(              site, '++resource++' + self.field.image, request=self.request)()          return src Zope 2 guys, is that a problem for you? If so, how can we make this work? Also a 2.0 show stopper. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training

Re: [Zope-dev] opensp...@pycon 2009 about Zope/Repoze/Grok/Deliverence etc.

2009-02-10 Thread Stephan Richter
too. :-) Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

Re: [Zope-dev] Tests results for Zope 3.5dev KGS

2009-02-09 Thread Stephan Richter
failures existed before I moved z3c.pt.compat to z3c.ptcompat. Check it in; it will save Dan some time. ;-) Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev

Re: [Zope-dev] Tests results for Zope 3.5dev KGS

2009-02-09 Thread Stephan Richter
On Sunday 08 February 2009, Dan Korostelev wrote: I think, I'll try to make a review of current z3c.form's state and write more on that. Thanks a lot! Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter

Re: [Zope-dev] z3c.form 2.0

2009-02-09 Thread Stephan Richter
the community opinion on that though. All nice to have. :-) I would not block the release because of it. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev

Re: [Zope-dev] Translations for zope packages.

2009-02-09 Thread Stephan Richter
it is done in the professional localization business. So basically, option (b) with option (a) as translation memory. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist

Re: [Zope-dev] Tests results for Zope 3.5dev KGS

2009-02-08 Thread Stephan Richter
-hanging fruits I think. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

[Zope-dev] Tests results for Zope 3.5dev KGS

2009-02-06 Thread Stephan Richter
/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-profiling-cprofiler.txt Total: 12937 tests, 30 failures, 10 errors in 41 minutes 1.150 seconds. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter

Re: [Zope-dev] Can somebody upload a zope.app.zcmlfiles 3.5.3 release?

2009-02-06 Thread Stephan Richter
. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related

Re: [Zope-dev] Can somebody upload a zope.app.zcmlfiles 3.5.3 release?

2009-02-05 Thread Stephan Richter
On Thursday 05 February 2009, Dan Korostelev wrote: BTW, it would be great to have that script published so any developer could use it to set roles for new packages. Stephan? :) zope.pypisupport Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope

Re: [Zope-dev] Zope 3.4.0 Released!

2009-02-02 Thread Stephan Richter
On Monday 02 February 2009, Benji York wrote: On Sat, Jan 31, 2009 at 2:33 AM, Stephan Richter srich...@cosmos.phy.tufts.edu wrote: - Zope 3.4 Versions:     http://download.zope.org/zope3.4/3.4.0/versions.cfg I had been using http://download.zope.org/zope3.4/versions.cfg, but that has

Re: [Zope-dev] [Zope] Zope 3.4.0 Released!

2009-02-02 Thread Stephan Richter
that we all agree it is an improvement. Updating the site is a matter of calling a script. BTW, as I see from your E-mail address you are working for Zope Corp. and you should be well indoctrinated in Open Source. :-) Regards, Stephan -- Stephan Richter Web Software Design, Development and Training

Re: [Zope-dev] Zope 3.4.0 Released!

2009-02-02 Thread Stephan Richter
On Monday 02 February 2009, Dan Korostelev wrote: 2009/2/2 Stephan Richter srich...@cosmos.phy.tufts.edu: Yeah, the unversioned links are the only ones that I did not maintain. You now use a reference to the version directly. BTW, why so? It's quite handy to be able to say - just use

Re: [Zope-dev] Zope 3.4.0 Released!

2009-02-02 Thread Stephan Richter
On Monday 02 February 2009, Dan Korostelev wrote: Hey, no offence meant! The current state is great for me, personally, I just asked :) I don't feel offended; I just try to explain why I did not do certain things. :-) Regards, Stephan -- Stephan Richter Web Software Design, Development

Re: [Zope-dev] Zope 3.5dev KGS

2009-02-02 Thread Stephan Richter
to get a release out first. Is anyone here willing (with my guidance if needed) to start working on a 3.4.1 release? It should be pretty easy and I do not expect any test breakages. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan

Re: [Zope-dev] [Zope] Zope 3.4.0 Released!

2009-02-02 Thread Stephan Richter
are in a lot of pain, huh? I guess I could add a couple lines to the generate-site script to make this happen. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope

Re: [Zope-dev] How can we update our source?

2009-02-02 Thread Stephan Richter
. or not? The best would be to run all the tests of the 3.5dev KGS and see what tests are failing and start fixing those packages. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev

Re: [Zope-dev] ** PROBLEM alert - Zope Project Services (SVN/Downloads/Mailman/...)/KGS age is WARNING **

2009-02-01 Thread Stephan Richter
the knowledge on how to keep the KGSs maintianed though. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope

Re: [Zope-dev] ** PROBLEM alert - Zope Project Services (SVN/Downloads/Mailman/...)/KGS age is WARNING **

2009-02-01 Thread Stephan Richter
Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org

Re: [Zope-dev] Fw: ** PROBLEM alert - Zope Project Services (SVN/Downloads/Mailman/...)/KGS age is WARNING **

2009-01-31 Thread Stephan Richter
, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope-dev] Fw: ** PROBLEM alert - Zope Project Services (SVN/Downloads/Mailman/...)/KGS age is WARNING **

2009-01-31 Thread Stephan Richter
On Saturday 31 January 2009, Stephan Richter wrote: On Saturday 31 January 2009, Christian Theune wrote: Darn. The moment I send the mail I realise that Stephan said he'll move the URLs around. I also cleared the directory for a short time earlier while upgrading to the new KGS version. I

Re: [Zope-dev] snakebite

2009-01-31 Thread Stephan Richter
we can get on board. I would be interested in testing the various KGS versions on the various Python versions and platforms. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev

Re: [Zope-dev] ** PROBLEM alert - Zope Project Services (SVN/Downloads/Mailman/...)/KGS age is WARNING **

2009-01-31 Thread Stephan Richter
/versions.cfg Thanks, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

Re: [Zope-dev] ** PROBLEM alert - Zope Project Services (SVN/Downloads/Mailman/...)/KGS age is WARNING **

2009-01-31 Thread Stephan Richter
://download.zope.org/zope3.4/index.html http://download.zope.org/zope3.4/3.4.0/versions.cfg http://download.zope.org/zope3.4/3.4.0/controlled-packages.cfg Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter

Re: [Zope-dev] Zope 3.4.0 Released!

2009-01-31 Thread Stephan Richter
? Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists

[Zope-dev] Planning for Zope 3.5

2009-01-31 Thread Stephan Richter
zopeproject. I am going to setup a Zope 3.5 development KGS shortly. Jim has already created the directory for me on the server. Thoughts? Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter

Re: [Zope-dev] Zope 3.4.0 Released!

2009-01-31 Thread Stephan Richter
that for Zoep 3.5, but I'll need help. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev

[Zope-dev] Zope 3.4.0 Released!

2009-01-30 Thread Stephan Richter
Hi everyone, It is finally here! Thanks goes to everyone who involved! January 29, 2009 - The Zope 3 development team announces the Zope 3.4.0 release. After 2 years of development, the Zope Foundation and the larger Zope community is proud to announce the release of Zope 3.4.0. The focus of

Re: [Zope-dev] SVN: zope.container/trunk/ Remove zope.app.component dependency. Declare zope.app.dependable

2009-01-29 Thread Stephan Richter
think. One step at the time. Take a look again. I was about to write the same. ;-) Tres, let the guys finish their work and then we can bitch about it. ;-) Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter

Re: [Zope-dev] [Checkins] SVN: zope.app.cache/trunk/ use zope.container instead of zope.app.container

2009-01-29 Thread Stephan Richter
the dependencies liek this could be considered a major feature. It also signalizes the users to look out for changes like this. I am just trying to open up the discussion on this. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter

Re: [Zope-dev] Attention Zope 3 KGS consumers: zope.kgs changes

2009-01-28 Thread Stephan Richter
On Wednesday 28 January 2009, Sebastien Douche wrote: On Tue, Jan 27, 2009 at 18:57, Stephan Richter srich...@cosmos.phy.tufts.edu wrote: as you probably saw from the checkins last night, Paul and I finished all outstanding coding tasks that were blocking a Zope 3.4 release based on a KGS

Re: [Zope-dev] Attention Zope 3 KGS consumers: zope.kgs changes

2009-01-28 Thread Stephan Richter
whether symlinks would work too. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts

Re: [Zope-dev] zope.security changes

2009-01-28 Thread Stephan Richter
. :-) I wanted to write the same this morning, but then decided that the new solution is better than anything else I could think of. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope

Re: [Zope-dev] zope.security changes

2009-01-28 Thread Stephan Richter
point. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

Re: [Zope-dev] can these wrong DEPENDENCIES.cfg files be removed?

2009-01-27 Thread Stephan Richter
to update the Zope3/ tree, so it is fairly easy for me to fulfill that request. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org

Re: [Zope-dev] can these wrong DEPENDENCIES.cfg files be removed?

2009-01-27 Thread Stephan Richter
release. I will not delay the release of Zope 3.4 waiting for this to happen. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org

[Zope-dev] Attention Zope 3 KGS consumers: zope.kgs changes

2009-01-27 Thread Stephan Richter
painful is that for you? I am particularly interested to hear from Grok, Zope 2 and Plone, but also from individuals using the KGS. Thanks! Regards, Stepan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter

Re: [Zope-dev] Attention Zope 3 KGS consumers: zope.kgs changes

2009-01-27 Thread Stephan Richter
of the versions.cfg from http://download.zope.org/zope3.4/versions.cfg. So changing URL's doesn't cause any problems for us. I think I can speak for both the Plone and Zope2 project here. Great. Thanks. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google

Re: [Zope-dev] Attention Zope 3 KGS consumers: zope.kgs changes

2009-01-27 Thread Stephan Richter
-- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope-dev] Plans for Zope 2.12

2009-01-23 Thread Stephan Richter
probably never seen an egg-based release.) Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] Plans for Zope 2.12

2009-01-21 Thread Stephan Richter
Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope-dev] zope.globalrequest?

2009-01-19 Thread Stephan Richter
On Monday 19 January 2009, Christian Theune wrote: Using the 'reversal of dependency' (not sure whether this is the accurate English term) I think it is called dependency injection. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan

Re: [Zope-dev] zope.globalrequest?

2009-01-16 Thread Stephan Richter
are like dust and smoke. We already have enough (pointless) namespaces. So let's stick with zope.* and z3c.* for Zope related packages. I agree. The z3c Namespace was created as a place where *all* Zope 2 independent extensions to Zope can go. Regards, Stephan -- Stephan Richter Web Software

Re: [Zope-dev] zope.globalrequest?

2009-01-16 Thread Stephan Richter
in Zope 2/Plone in the documentation and go on with life. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman

Re: [Zope-dev] Dependencies question

2008-12-12 Thread Stephan Richter
it a lot more painful to use zope.* packages in other environments. +1 from me as well. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http

Re: [Zope-dev] zope.browser?

2008-12-11 Thread Stephan Richter
, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope-dev] z3c.form 2.0 release

2008-12-11 Thread Stephan Richter
On Thursday 11 December 2008, Adam GROSZER wrote: size= alt= maxlength= for *hidden* text and textarea inputs? I'm not an HTML guru, but does not seem to make much sense. No, I think they are not even valid HTML. Regards, Stephan -- Stephan Richter Web Software Design, Development

Re: [Zope-dev] z3c.form 2.0 release

2008-12-09 Thread Stephan Richter
be easy, since only one import would need to change. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] [Checkins] SVN: zope.testbrowser/trunk/ - Switched to Zope 3.4 KGS.

2008-12-08 Thread Stephan Richter
assumes too much about how people are using all the dependencies involved. Yep, I could not agree more. :-) Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev

Re: [Zope-dev] z3c.form 2.0 release

2008-12-07 Thread Stephan Richter
z3c.form trunk and it all looks okay. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts

Re: [Zope-dev] [Checkins] SVN: zope.sendmail/trunk/ Copied over the UtilityTerm and UtilityVocabulary implementation from zope.app.component to avoid a dependency.

2008-11-15 Thread Stephan Richter
of duplicating the code there should be a zope.utilityvocabulary package that both zope.sendmail and zope.app.component can use. +1. I was going to write a message to that effect as well. The danger of having diverging code is larger. Regards, Stephan -- Stephan Richter Web Software Design, Development

Re: [Zope-dev] traversal: different with and without a request

2008-10-17 Thread Stephan Richter
On Friday 17 October 2008, Jim Fulton wrote: It would be nice to deprecate zope.traversing and fold it into   zope.app.pagetemplate. Just skimming the thread, wouldn't this make it harder for us to integrate z3c.pt, which also needs those traversal APIs? Regards, Stephan -- Stephan Richter

Re: [Zope-dev] [Checkins] SVN: zope.testing/trunk/ - Open doctest files in universal mode, so that packages released in Windoes

2008-10-17 Thread Stephan Richter
On Friday 17 October 2008, Jim Fulton wrote: testrunner-coverage.txt is failing since this check in.  What's up   with this? It passes for me on Python 2.5. Can you be more specific? Are you using a ZC-internal set of package versions? :-) Regards, Stephan -- Stephan Richter Web Software

Re: [Zope-dev] Zope 2.12 - supported Python versions

2008-10-15 Thread Stephan Richter
for Python 2.5 a while ago and all I could find were: * new missing builtins (zope.security) * A bug in the proxy code concerning correct slicing (zope.proxy, I think) I fixed both of these in the respective package. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training

Re: [Zope-dev] lxml and z3c.form strategy?

2008-09-16 Thread Stephan Richter
are available in PyPI. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

Re: [Zope-dev] Interface for renderable component

2008-09-16 Thread Stephan Richter
-- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope-dev] Interface for renderable component

2008-09-16 Thread Stephan Richter
On Tuesday 16 September 2008, Malthe Borch wrote: 2008/9/16 Stephan Richter [EMAIL PROTECTED]: Yeah, I like that. This is the right package, since it defines high-level patterns without any heavy implementations. Unfortunately, ``zope.contentprovider`` relies on ``zope.tales`` because

Re: [Zope-dev] Events and interfaces for different request types

2008-09-10 Thread Stephan Richter
On Wednesday 10 September 2008, Robert Marianski wrote: And you should be able to register event handlers for the 3 channels now. Of course that works. :-) It's just a multi-adapter lookup. ;-) Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope

Re: [Zope-dev] SVN: z3c.pt/trunk/TODO.txt

2008-09-09 Thread Stephan Richter
a shortcut. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

Re: [Zope-dev] Dependencies and future of zope 3

2008-09-03 Thread Stephan Richter
hard headed that forking is necessary. As far as I remember, I have not seen any serious commitment on their side. Many of us are interested in decreasing the dependency tree, so solutions will be found. It is just so much easier to fork. Regards, Stephan -- Stephan Richter Web Software Design

Re: [Zope-dev] Dependencies and future of zope 3

2008-09-03 Thread Stephan Richter
contains the browser code. BTW, zope.app.form is a big exception. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman

Re: [Zope-dev] Dependencies and future of zope 3

2008-09-03 Thread Stephan Richter
people won't want to the zope.app.* stuff anyway. Well, I don't. :-) I only use the default browser code because I have to due to dependencies. But with z3c.form and ZAM I have better alternatives already. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me

Re: [Zope-dev] Dependencies and future of zope 3

2008-09-03 Thread Stephan Richter
of dependencies while still having the ability to use a management interface.) Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman

Re: [Zope-dev] Dependencies and future of zope 3

2008-09-03 Thread Stephan Richter
most interested in stripping dependencies should add a feature to zc.buildout making this info usable as a first step. Once an example has been given on how to use this new pattern, packages can be quickly updated to use it. Regards, Stephan -- Stephan Richter Web Software Design, Development

Re: [Zope-dev] Make simple ISource usable

2008-09-02 Thread Stephan Richter
, such as z3c.form to not depend on zope.app.form, which suck to say the least. :-) An alternative to Roger's proposal would be to move the ITerms declaration and any possible generic implementation of such into its own package zope.terms. Regards, Stephan -- Stephan Richter Web Software Design

Re: [Zope-dev] Make simple ISource usable

2008-09-02 Thread Stephan Richter
? :-) Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

Re: [Zope-dev] Bug in z3c.form.browser.orderedselect

2008-08-30 Thread Stephan Richter
Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org

Re: [Zope-dev] [Checkins] SVN: zope.dublincore/trunk/ Move test-dependencies to 'extras'.

2008-08-30 Thread Stephan Richter
? The controversy surrounding this has been discussed on zope-dev several times; I don't want to rehash it *right now*, since we all have things we need to get done. Last time we discussed it, the conclusion was that it is a necessary evil for now. Regards, Stephan -- Stephan Richter Web Software

Re: [Zope-dev] Problems with schema Date field - year is truncated

2008-08-30 Thread Stephan Richter
for the latest zope.i18n release. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts

Re: [Zope-dev] z3c.form - extraction from sequence widget

2008-08-28 Thread Stephan Richter
required missing errors. Good point. I am going to watch the discussion a little more. :-) Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http

Re: [Zope-dev] z3c.form - extraction from sequence widget

2008-08-28 Thread Stephan Richter
and ICollection fields. Widgets should not make these sort of decisions. I think this is the responsibility of the data converter. I am pretty sure that writing more specific data converters will solve our problem. Thoughts? Regards, Stephan -- Stephan Richter Web Software Design, Development

Re: [Zope-dev] z3c.form - extraction from sequence widget

2008-08-27 Thread Stephan Richter
? If no major failures come out of this, I would say change it. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo

Re: [Zope-dev] bugfix releases for the KGS

2008-08-17 Thread Stephan Richter
On Sunday 17 August 2008, Christophe Combelles wrote: PS: z3c.formjs and z3c.formdemo need to be fixed to work with the test buildout of the KGS. Can someone help for this? Yes, Paul and I are going to attack this one. Regards, Stephan -- Stephan Richter Web Software Design, Development

Re: [Zope-dev] bugfix releases for the KGS

2008-08-17 Thread Stephan Richter
access to PyPI and make you all powerful. :-) Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] wiki downtime, zope.interface 3.0.0b1, and buildout/setuptools crash

2008-08-11 Thread Stephan Richter
. ;-) Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related

Re: [Zope-dev] Re: zcml filtering

2008-08-06 Thread Stephan Richter
zc.configuration and z3c.unconfigure into zope.configuration? Everyone who wants to use our configuration system certainly wants this functionality as well. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter

Re: [Zope-dev] Re: Please no version numbers in setup.py [was: SVN: Zope2.buildout/tags/2.11.1/setup.py Pin / fix up dependencies based on comparison with monolith.]

2008-08-06 Thread Stephan Richter
recipes which were able to use different indexes for different eggs, if they needed eggs not in the Z2 KGS index. So don't use the index. For our commercial stuff I use the released versions.cfg file and then overwrite the versions as needed. Regards, Stephan -- Stephan Richter Web Software

Re: [Zope-dev] Re: Zope 3.4 release policy

2008-08-04 Thread Stephan Richter
. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related

Re: [Zope-dev] Re: [Checkins] SVN: zope.release/branches/3.4/ * Added latest version of zope.app.security to avoid deprecation

2008-08-01 Thread Stephan Richter
. Unless Marius or someone else signs up for producing TAR ball releases and announces them, I will only create a TAR ball and announcement for Zope 3.4.0 final. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter

Re: [Zope-dev] Zope 3.4 release policy

2008-08-01 Thread Stephan Richter
developers. With this in place, cutting a release would become a matter of calling /bin/upload from the zope.release package. What do you guys think? -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev

Re: [Zope-dev] Re: [Checkins] SVN: zope.release/branches/3.4/ * Added latest version of zope.app.security to avoid deprecation

2008-08-01 Thread Stephan Richter
. I want to hear a couple more opinions on that. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] New zope.interface 3.4.2 release

2008-07-28 Thread Stephan Richter
release or give someone else access to. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross

Re: [Zope-dev] Utility factory handling for zope.component

2008-07-23 Thread Stephan Richter
the info object. The point of the info is to contain this sort of information. 2. Make the component have a factory attribute. I have done this at some places for APIDOC as well. Option 1 seems the cleanest because it was designed d for this. Regards, Stephan -- Stephan Richter Web Software Design

Re: [Zope-dev] Re: Utility factory handling for zope.component

2008-07-23 Thread Stephan Richter
the component argument was still required making factory a documentation artifact. In this case I am okay. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org

Re: [Zope-dev] Syntax error in python2.6

2008-07-21 Thread Stephan Richter
On Monday 21 July 2008, Tino Wildenhain wrote: btw, shouldn't this already give a warning in 2.5? It does. I see it. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev

Re: [Zope-dev] Zope 3 on Python 2.5, Zope 3 releases

2008-07-17 Thread Stephan Richter
. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related

Re: [Zope-dev] Re: No events in zope.annotation

2008-07-16 Thread Stephan Richter
, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope-dev] Re: No events in zope.annotation

2008-07-16 Thread Stephan Richter
On Wednesday 16 July 2008, Fred Drake wrote: I suspect this is what you mean, though we've been mostly referring to the added event. Right. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter

[Zope-dev] Re: [Checkins] SVN: zope.i18n/branches/regebro-pluralsupport/src/zope/i18n/ Changed the API. It's unwieldy as it is, so better have separate methods

2008-07-16 Thread Stephan Richter
is not correct; once we write a correct one, it becomes more obvious: p i18n:translate=There are span tal:content=view/num i18n:name=num i18n:count=view/num10/span files./p Alternatively we could just evaluate the tal:content or tal:replace expression. Regards, Stephan -- Stephan Richter Web Software

[Zope-dev] No events in zope.annotation

2008-07-15 Thread Stephan Richter
and zope.lifecycleevent, both of which are acceptable in my opinion. Comments? Silence is consent as always. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev

<    1   2   3   4   5   6   7   >