[Zope-dev] Zope Tests: 8 OK

2009-08-21 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Thu Aug 20 12:00:00 2009 UTC to Fri Aug 21 12:00:00 2009 UTC. There were 8 messages: 8 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.10 Python-2.4.6 : Linux From: Zope Tests Date: Thu Aug 20 20:43:37 EDT 2009 URL:

Re: [Zope-dev] ZTK with no test failures on Python 2.4, 2.5 and 2.6!

2009-08-21 Thread Sebastien Douche
2009/8/20 Fabio Tranchitella kob...@kobold.it: with the today's changes, the KGS for the Zope Toolkit[1] has no build failures on Python 2.4, 2.5 and 2.6 for both 32bit and 64bit Linux. Great news! If you are interested, please get in touch with me and I will provide you the configuration

[Zope-dev] Proposal: zope.app.publisher refactoring

2009-08-21 Thread Dan Korostelev
Hi all. I think it's time to clean the mess in the zope.app.publisher package. Currently it contains many things that could be moved into separate packages or merged with base zope packages. So here's a sketch plan about where to move things: Menu mechanism (the browser:menuItem directive and

[Zope-dev] Deprecated code in zope.location

2009-08-21 Thread Fabio Tranchitella
Hello, we deprecated locationCopy and CopyPersistent from zope.locaton.pickling with the 3.5.3 release (which should have been a new major release, by the way). This introduced a new dependency on zope.deferredimport, but I just realized that according to the decisions taken by the streering

Re: [Zope-dev] Deprecated code in zope.location

2009-08-21 Thread Dan Korostelev
2009/8/21 Fabio Tranchitella kob...@kobold.it: we deprecated locationCopy and CopyPersistent from zope.locaton.pickling with the 3.5.3 release (which should have been a new major release, by the way). Sorry, that was my bad, I didn't care much about versioning when I was making those

Re: [Zope-dev] Proposal: zope.app.publisher refactoring

2009-08-21 Thread Fabio Tranchitella
* 2009-08-21 21:07, Dan Korostelev wrote: IXMLRPCPublisher adapters for zope.container - move them to zope.container. The IBrowserPublisher adapters that are already there, so it won't make things worser. The zope.container package may be refactored later to break dependency on zope.publisher

Re: [Zope-dev] Proposal: zope.app.publisher refactoring

2009-08-21 Thread Dan Korostelev
2009/8/21 Fabio Tranchitella kob...@kobold.it: * 2009-08-21 21:07, Dan Korostelev wrote: IXMLRPCPublisher adapters for zope.container - move them to zope.container. The IBrowserPublisher adapters that are already there, so it won't make things worser. The zope.container package may be

[Zope-dev] UnicodeDecodeError problems with Zope 2.12.0b4

2009-08-21 Thread Chris Withers
Hi All, I'm suffering with two different types of UnicodeDecodeError with a Zope 2.12 project... The first type of problem occurs when a form is submitted and the form fields contain encoded strings. Somewhere down the line I get: Module zope.i18n, line 166, in interpolate Module

Re: [Zope-dev] Proposal: zope.app.publisher refactoring

2009-08-21 Thread Dan Korostelev
2009/8/21 Dan Korostelev nad...@gmail.com: I think it's time to clean the mess in the zope.app.publisher package. Currently it contains many things that could be moved into separate packages or merged with base zope packages. So here's a sketch plan about where to move things: BTW, I am also

Re: [Zope-dev] Proposal: zope.app.publisher refactoring

2009-08-21 Thread Shane Hathaway
Hi Dan, I'll provide feedback for a few parts of your proposal. Dan Korostelev wrote: xmlprc - move the IXMLRPCView interface and XMLRPCView base class to zope.publisher as a counterpart to zope.publisher.browser.BrowserView. Move MethodPublisher, MethodTraverser, xmlrpc:view ZCML directive

Re: [Zope-dev] Proposal: zope.app.publisher refactoring

2009-08-21 Thread Dan Korostelev
2009/8/22 Shane Hathaway sh...@hathawaymix.org: Hi Dan, I'll provide feedback for a few parts of your proposal. Thanks Few developers care about XML-RPC these days.  Most web developers are now working with REST, JSON, and other similar stuff.  It's probably best to move all XML-RPC

Re: [Zope-dev] Proposal: zope.app.publisher refactoring

2009-08-21 Thread Dan Korostelev
2009/8/21 Dan Korostelev nad...@gmail.com: Browser view directives (browser:page and friends) - move this to some zope.browserpage package and make its structure more clean, so people could understand the magic of browser page class generation. :-) Silly me, I forgot that browser page