Re: [Zope-dev] Adapter registration in ZCML provides IUserPreferredCharsets lost ?

2010-01-11 Thread Fabio Tranchitella
* 2010-01-11 06:25, Chris McDonough wrote:
 I don't know exactly where to move this, but making zope.publisher a dep
 of zope.i18n would be bad.

Using conditionals (eg. have zope.publisher) in ZCML seems a good solution
to me.

Best regards,
Fabio
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Technical Decisions

2010-01-11 Thread Hermann Himmelbauer
Am Sonntag 10 Januar 2010 02:08:32 schrieb Baiju M:
 Hi All,
  Here are few technical decisions I made so far:
 http://svn.zope.org/bluebream/trunk/docs/source/notes.txt?view=markup

 Looking for your feedback and comments.

 - BlueBream is a web framework.

 - BlueBream can be called as Bream or BB for short.

 - The only public API exposed by bluebream - the package
   is an entry point::

 paste.paster_create_template:
 [bluebream = bluebream.template:BlueBream]

   The implementation of bluebream template is defined in
   bluebream.template.BlueBream.  The template implementation
   location could be changed if required later.  This leaves us an
   option to change bluebream as a namespace package if required.

 - All the framework code will be using zope or zope.app namespace
   packages.  Although bream could be considerd as a namespace
   package in future.

 - bluebream the project consists

- documentation

- compatibility test suite

- project template

May be documentation and compatibility test suite could be
separated out to separate locations/packages later.

 - BlueBream 1.0 should provide an upgradation path from Zope 3.4 ZTK

 - Any shell command which developer need to repeat later should not
   be automated by the project template.

 - Running ``bootstrap.py`` and ``buildout`` inside project should not
   be added to project template creation for the previous reason.  A
   suporting reason why it should not be added is to make adding
   sources to version controlling system should not be difficult.


+1 to everything.

I personally like the roadmap and the way to go, especially the upgrade path 
from Zope 3.4.

Best Regards,
Hermann


-- 
herm...@qwer.tk
GPG key ID: 299893C7 (on keyservers)
FP: 0124 2584 8809 EF2A DBF9  4902 64B4 D16B 2998 93C7
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope Tests: 6 OK

2010-01-11 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Sun Jan 10 12:00:00 2010 UTC to Mon Jan 11 12:00:00 2010 UTC.
There were 6 messages: 6 from Zope Tests.


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Sun Jan 10 20:37:05 EST 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-January/013359.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Sun Jan 10 20:39:06 EST 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-January/013360.html

Subject: OK : Zope-2.12 Python-2.6.4 : Linux
From: Zope Tests
Date: Sun Jan 10 20:41:06 EST 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-January/013361.html

Subject: OK : Zope-2.12-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Sun Jan 10 20:43:06 EST 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-January/013362.html

Subject: OK : Zope-trunk Python-2.6.4 : Linux
From: Zope Tests
Date: Sun Jan 10 20:45:06 EST 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-January/013363.html

Subject: OK : Zope-trunk-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Sun Jan 10 20:47:06 EST 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-January/013364.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] vocabularies missing wihtout zope.app.schema

2010-01-11 Thread Roger
Hi all

I'm not happy with the current vocabulary registry
concept.

Some zope.* packages provide vocabularies
as zope.schema.interfaces.IVocabularyFactory
utilities.

The current zope.schema vocabulary registry
without the patch located in zope.app.schema
can't lookup such vocabulary factory utilities.

Which concept should the ZTK use? The plain
vocabulary from zope.schema.vocabulary or the
enhanced component lookupbased concept defined
in zope.app.schema.vocabulary?

Any hints how we should improve that?

Regards
Roger Ineichen
_
END OF MESSAGE

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] vocabularies missing wihtout zope.app.schema

2010-01-11 Thread Hanno Schlichting
On Mon, Jan 11, 2010 at 2:26 PM, Roger d...@projekt01.ch wrote:
 Which concept should the ZTK use? The plain
 vocabulary from zope.schema.vocabulary or the
 enhanced component lookupbased concept defined
 in zope.app.schema.vocabulary?

Any idea how zope.componentvocabulary fits into this?

Hanno
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] vocabularies missing wihtout zope.app.schema

2010-01-11 Thread Roger
Hi Hanno 

 -Ursprüngliche Nachricht-
 Von: Hanno Schlichting [mailto:ha...@hannosch.eu] 
 Gesendet: Montag, 11. Januar 2010 15:45
 An: d...@projekt01.ch
 Cc: zope-dev
 Betreff: Re: [Zope-dev] vocabularies missing wihtout zope.app.schema
 
 On Mon, Jan 11, 2010 at 2:26 PM, Roger d...@projekt01.ch wrote:
  Which concept should the ZTK use? The plain vocabulary from 
  zope.schema.vocabulary or the enhanced component 
 lookupbased concept 
  defined in zope.app.schema.vocabulary?
 
 Any idea how zope.componentvocabulary fits into this?

The zope.componentvocabulary package defines some
basic vocabulary (factory) classes. Probably we
should move the zope/app/schema/vocabulary.py
to this package as registry.py.

The question is, does someone like to use a non component
based vocabulary registry? Was that the reason that the 
vocabulary registry was not moved from zope.app.schema?
I guess not, right?

Regards
Roger Ineichen

 Hanno
 

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] vocabularies missing wihtout zope.app.schema

2010-01-11 Thread Adam GROSZER
Hello,

One more question is how to solve the PIA problem with the automatic
registration of the component based registry?
This import me, then you'll have it bite us regularly.
I think this is definitely bad design.

Monday, January 11, 2010, 4:31:57 PM, you wrote:

R Hi Hanno 

 -Ursprüngliche Nachricht-
 Von: Hanno Schlichting [mailto:ha...@hannosch.eu] 
 Gesendet: Montag, 11. Januar 2010 15:45
 An: d...@projekt01.ch
 Cc: zope-dev
 Betreff: Re: [Zope-dev] vocabularies missing wihtout zope.app.schema
 
 On Mon, Jan 11, 2010 at 2:26 PM, Roger d...@projekt01.ch wrote:
  Which concept should the ZTK use? The plain vocabulary from 
  zope.schema.vocabulary or the enhanced component 
 lookupbased concept 
  defined in zope.app.schema.vocabulary?
 
 Any idea how zope.componentvocabulary fits into this?

R The zope.componentvocabulary package defines some
R basic vocabulary (factory) classes. Probably we
R should move the zope/app/schema/vocabulary.py
R to this package as registry.py.

R The question is, does someone like to use a non component
R based vocabulary registry? Was that the reason that the 
R vocabulary registry was not moved from zope.app.schema?
R I guess not, right?

R Regards
R Roger Ineichen

 Hanno
 

R ___
R Zope-Dev maillist  -  Zope-Dev@zope.org
R https://mail.zope.org/mailman/listinfo/zope-dev
R **  No cross posts or HTML encoding!  **
R (Related lists - 
R  https://mail.zope.org/mailman/listinfo/zope-announce
R  https://mail.zope.org/mailman/listinfo/zope )


-- 
Best regards,
 Adam GROSZERmailto:agros...@gmail.com
--
Quote of the day:
Learn to say no. It will be of more use to you than to be able to read Latin. 
- Charles Haddon Spurgeon 

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] vocabularies missing wihtout zope.app.schema

2010-01-11 Thread Hanno Schlichting
On Mon, Jan 11, 2010 at 4:31 PM, Roger d...@projekt01.ch wrote:
 The zope.componentvocabulary package defines some
 basic vocabulary (factory) classes. Probably we
 should move the zope/app/schema/vocabulary.py
 to this package as registry.py.

If it doesn't introduce new dependencies, that sounds good.

 The question is, does someone like to use a non component
 based vocabulary registry? Was that the reason that the
 vocabulary registry was not moved from zope.app.schema?
 I guess not, right?

I guess the reason was that Zope2 has made a copy of it to
Products.Five.schema and the Toolkit in general didn't get to this
part of refactoring yet.

Hanno
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope.app.form and zope.formlib

2010-01-11 Thread Charlie Clark
Am 30.12.2009, 19:06 Uhr, schrieb Martijn Faassen faas...@startifact.com:

 To do sane functional tests I need a form library. I can't use
 zope.formlib in zope.formlibwidget as that would create a circular
 dependency (at least for tests, but that's ugly enough).
 So my conclusion is to move zope.app.form's widget stuff into
 zope.formlib, so that the functional tests can be po

Hi Maartijn,

this does sound like a sensible approach - from the work I've done with  
formlib I can confirm that I never understood what was formlib and what  
was zope.app.form. One small question - what do I need to do to get this  
work with Zope 2.12? Currently I have to peg to  4.0.0 Otherwise I get  
the following error:


zope.configuration.config.ConfigurationConflictError: Conflicting  
configuration actions
   For: ('adapter', (InterfaceClass zope.formlib.interfaces.IAction,),  
InterfaceClass zope.browserpage.namedtemplate.INamedTemplate, u'render')
 File  
/Users/charlieclark/Sites/zurich/eggs/zope.formlib-4.0-py2.6.egg/zope/formlib/configure.zcml,
  
line 19.2-19.64
 adapter factory=.form.render_submit_button name=render /
 File  
/Users/charlieclark/Sites/zurich/eggs/Zope2-2.12.2-py2.6-macosx-10.6-i386.egg/Products/Five/formlib/configure.zcml,
  
line 6.2-9.8
 adapter
 factory=.form.render_submit_button
 name=render
 /
   For: ('adapter', (class 'zope.interface.exceptions.Invalid',  
InterfaceClass zope.publisher.interfaces.browser.IBrowserRequest),  
InterfaceClass zope.formlib.interfaces.IWidgetInputErrorView, '')
 File  
/Users/charlieclark/Sites/zurich/eggs/zope.formlib-4.0-py2.6.egg/zope/formlib/configure.zcml,
  
line 22.2-25.8
 adapter
 factory=.errors.InvalidErrorView
 permission=zope.Public
 /
 File  
/Users/charlieclark/Sites/zurich/eggs/Zope2-2.12.2-py2.6-macosx-10.6-i386.egg/Products/Five/formlib/configure.zcml,
  
line 12.2-17.8
 adapter
 for=zope.interface.Invalid
  zope.publisher.interfaces.browser.IBrowserRequest
 factory=.errors.InvalidErrorView
 permission=zope.Public
 /

Charlie
-- 
Charlie Clark
Managing Director
Clark Consulting  Research
German Office
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-600-3657
Mobile: +49-178-782-6226
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

I would like to inform you that I intent to retreat from the Zope 2
release manager position soon. I have been serving the Zope community in
this position for almost seven years and now it is time to move on and
hand
over the responsibility to some other person. The reasons for stepping
down
are pretty easy: I am too busy with other things and I would like to
shift my
focus on other Zope-related projects but I will remain part of the
Zope and
Plone community.

The Zope community has no official process for choosing a new release
manager so
I assume some volunteer has to speak up or someone may suggest a
honorable person
of the Zope community for the position.


Regards,
Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktLT6UACgkQCJIWIbr9KYzRSgCgg41SBHeqXAbsdB58hSkARUbQ
d9oAnA+PMbkjIWep6iNIDharwdTuRFiK
=ZTj6
-END PGP SIGNATURE-

attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread Godefroid Chapelle
On 11/01/10 17:19, Andreas Jung wrote:
 Hi there,

 I would like to inform you that I intent to retreat from the Zope 2
 release manager position soon. I have been serving the Zope community in
 this position for almost seven years and now it is time to move on and
 hand
 over the responsibility to some other person. The reasons for stepping
 down
 are pretty easy: I am too busy with other things and I would like to
 shift my
 focus on other Zope-related projects but I will remain part of the
 Zope and
 Plone community.

 The Zope community has no official process for choosing a new release
 manager so
 I assume some volunteer has to speak up or someone may suggest a
 honorable person
 of the Zope community for the position.


 Regards,
 Andreas

Andreas, you made more than great work ! Thanks a lot.

Has the Zope Foundation any will of leading the process to choose a new 
release manager ?
-- 
Godefroid Chapelle (aka __gotcha) http://bubblenet.be
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread Chris McDonough
Andreas Jung wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi there,
 
 I would like to inform you that I intent to retreat from the Zope 2
 release manager position soon. I have been serving the Zope community in
 this position for almost seven years and now it is time to move on and
 hand
 over the responsibility to some other person. The reasons for stepping
 down
 are pretty easy: I am too busy with other things and I would like to
 shift my
 focus on other Zope-related projects but I will remain part of the
 Zope and
 Plone community.
 
 The Zope community has no official process for choosing a new release
 manager so
 I assume some volunteer has to speak up or someone may suggest a
 honorable person
 of the Zope community for the position.

Thanks for the years of hard work, Andreas.

- C

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread Jim Fulton
On Mon, Jan 11, 2010 at 11:19 AM, Andreas Jung li...@zopyx.com wrote:
 I would like to inform you that I intent to retreat from the Zope 2
 release manager position soon. I have been serving the Zope community in
 this position for almost seven years and now it is time to move on and
 hand
 over the responsibility to some other person. The reasons for stepping
 down
 are pretty easy: I am too busy with other things and I would like to
 shift my
 focus on other Zope-related projects but I will remain part of the
 Zope and
 Plone community.

Thanks for all the help over the years!

Jim

-- 
Jim Fulton
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Baiju M wrote:
 On Mon, Jan 11, 2010 at 9:49 PM, Andreas Jung li...@zopyx.com
 wrote:
 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

 Hi there,

 I would like to inform you that I intent to retreat from the Zope
 2 release manager position soon. I have been serving the Zope
 community in this position for almost seven years and now it is
 time to move on and hand over the responsibility to some other
 person. The reasons for stepping down are pretty easy: I am too
 busy with other things and I would like to shift my focus on
 other Zope-related projects but I will remain part of the Zope
 and Plone community.

 Thanks for the great Zope releases!

 I am grateful to meet you at PyCON 2009.
Perhaps once again at PyCON 2010? :)

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktLW9wACgkQCJIWIbr9KYxt1ACgwKDzEYGMclfoIb0s7dhdKifO
TIkAoKQMSy1SmKq6VRe8qhmOijOJO7Ho
=dq9v
-END PGP SIGNATURE-

attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread Kit BLAKE
2010/1/11 Andreas Jung li...@zopyx.com:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Hi there,
 
  I would like to inform you that I intent to retreat from the Zope 2
  release manager position soon. I have been serving the Zope  
community in
  this position for almost seven years and now it is time to move on  
and
  hand
  over the responsibility to some other person. The reasons for  
stepping
  down
  are pretty easy: I am too busy with other things and I would like to
  shift my
  focus on other Zope-related projects but I will remain part of the
  Zope and
  Plone community.
 
  The Zope community has no official process for choosing a new release
  manager so
  I assume some volunteer has to speak up or someone may suggest a
  honorable person
  of the Zope community for the position.

Thanks for the years of contributions and time! Many people and  
parties have appreciated it.

Good luck with the new endeavors,

Kit


-- 
Kit BLAKE · Infrae · http://infrae.com/ + 31 10 243 7051

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread Lennart Regebro
Thank you for the great job! Whoever is foolish enough to take this on
has big shoes to fill. :-)

-- 
Lennart Regebro: Python, Zope, Plone, Grok
http://regebro.wordpress.com/
+33 661 58 14 64
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread Kai Diefenbach
Hi,

On 2010-01-11 17:19:50 +0100, Andreas Jung said:

 I would like to inform you that I intent to retreat from the Zope 2
 release manager position soon.

Oh, sorry to hear that.

Thanks for all the work you have done!

Kai


___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread robert rottermann
many thanks for the tremendous work you have done.
I always wondered how long your days must be ..

robert
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

robert rottermann wrote:
 many thanks for the tremendous work you have done. I always
 wondered how long your days must be ..
Shorter than yours :)

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktLX8MACgkQCJIWIbr9KYwohwCgma10p1CgAusicW0Mp7zS40aX
cssAn00GYHpsr/7pfWLjgizh8JCbwQGx
=+U/Z
-END PGP SIGNATURE-

attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread Baiju M
On Mon, Jan 11, 2010 at 9:49 PM, Andreas Jung li...@zopyx.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi there,

 I would like to inform you that I intent to retreat from the Zope 2
 release manager position soon. I have been serving the Zope community in
 this position for almost seven years and now it is time to move on and
 hand
 over the responsibility to some other person. The reasons for stepping
 down
 are pretty easy: I am too busy with other things and I would like to
 shift my
 focus on other Zope-related projects but I will remain part of the
 Zope and
 Plone community.

Thanks for the great Zope releases!

I am grateful to meet you at PyCON 2009.

WIth thanks and regards,
Baiju M
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] windows newslines in doctests

2010-01-11 Thread Chris Withers
Benji York wrote:
 Manuel 1.0.3 -- available on PyPI -- opens files in universal newline
 mode.  I hope that fixes your newline problem

Seems to have for now, I've removed my use of from 
zc.buildout.testing.normalize_endings and all tests still pass.

I'll let you know if I hit any other issues in this area...

thanks,

Chris

-- 
Simplistix - Content Management, Batch Processing  Python Consulting
- http://www.simplistix.co.uk
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread Wouter Vanden Hove
As probably the biggest lurker on the list,
thank you!

-- 
Greets,
WouterVH

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread Martin Aspeli
Andreas Jung wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi there,

 I would like to inform you that I intent to retreat from the Zope 2
 release manager position soon. I have been serving the Zope community in
 this position for almost seven years and now it is time to move on and
 hand
 over the responsibility to some other person. The reasons for stepping
 down
 are pretty easy: I am too busy with other things and I would like to
 shift my
 focus on other Zope-related projects but I will remain part of the
 Zope and
 Plone community.

 The Zope community has no official process for choosing a new release
 manager so
 I assume some volunteer has to speak up or someone may suggest a
 honorable person
 of the Zope community for the position.

Thanks for all your hard work for so long. I hope we can find someone as 
dedicated as you to continue this work.

Cheers,
Martin

-- 
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )