[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/skel/ Make instances have a lib/python directory with a proper README.txt by default.

2006-01-16 Thread Philipp von Weitershausen
Log message for revision 41323: Make instances have a lib/python directory with a proper README.txt by default. Note that it's already automatically put on the PYTHONPATH by Zope, it just wasn't there yet by default. Changed: U Zope/branches/Zope-2_8-branch/skel/README.txt A

[Zope-Checkins] SVN: Zope/branches/2.9/skel/ Merge r41323 from 2.8 branch:

2006-01-16 Thread Philipp von Weitershausen
Log message for revision 41324: Merge r41323 from 2.8 branch: Make instances have a lib/python directory with a proper README.txt by default. Note that it's already automatically put on the PYTHONPATH by Zope, it just wasn't there yet by default. Changed: U

[Zope-Checkins] SVN: Zope/trunk/skel/ Merge r41323 from 2.8 branch:

2006-01-16 Thread Philipp von Weitershausen
Log message for revision 41325: Merge r41323 from 2.8 branch: Make instances have a lib/python directory with a proper README.txt by default. Note that it's already automatically put on the PYTHONPATH by Zope, it just wasn't there yet by default. Changed: U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/ZClasses/ZClass.txt Fix temp_folder mounting problem.

2006-01-16 Thread Florent Guillaume
Log message for revision 41327: Fix temp_folder mounting problem. Othere tests don't pass though, maybe I think due to __implemented__ and __provides__ attributes in the persistentclass state. Changed: U Zope/branches/2.9/lib/python/ZClasses/ZClass.txt -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Zope2/Startup/handlers.py Remove use of deprecated module.

2006-01-16 Thread Tres Seaver
Log message for revision 41330: Remove use of deprecated module. Changed: U Zope/trunk/lib/python/Zope2/Startup/handlers.py -=- Modified: Zope/trunk/lib/python/Zope2/Startup/handlers.py === ---

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-strict-unicode/ This branch contains a ZPT implementation where the content _must_ be unicode in any case

2006-01-16 Thread Andreas Jung
Log message for revision 41331: This branch contains a ZPT implementation where the content _must_ be unicode in any case Changed: A Zope/branches/ajung-zpt-strict-unicode/ -=- Copied: Zope/branches/ajung-zpt-strict-unicode (from rev 41330, Zope/branches/ajung-zpt-integration)

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-integration/lib/python/Products/PageTemplates/ZopePageTemplate.py a less restrictive implementation whose default behaviour

2006-01-16 Thread Andreas Jung
Log message for revision 41333: a less restrictive implementation whose default behaviour is the same as in all current Zope 2 implementation. Restrictive unicode usage can be enforced by setting strict=True. The code needs some more work concerning the encoding handling. Changed:

[Zope-dev] Re: Zope tests: 6 OK, 2 Failed

2006-01-16 Thread Florent Guillaume
The problem is that when I do: bin/zopectl test -s AccessControl everything works fine. However the buildbots do: python test.py -s AccessControl and this fails. I included a workaround, sigh. Florent Stefan H. Holek wrote: AFAIK the default configuration used by tests does not have a

[Zope-dev] Zope tests: 6 OK, 2 Failed

2006-01-16 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sun Jan 15 12:01:02 2006 UTC to Mon Jan 16 12:01:02 2006 UTC. There were 8 messages: 8 from Zope Unit Tests. Test failures - Subject: FAILED : Zope-2_9-branch Python-2.4.2 : Linux From: Zope Unit Tests Date: Sun Jan 15 21:10:28 EST

[Zope-dev] Strange traceback or Error in the traceback ?

2006-01-16 Thread Godefroid Chapelle
Hi, While seaching for objects of all types containing some text through the ZMI find tab, I got the traceback hereunder. (Zope 2.7.8-final on windows) Traceback (innermost last): Module ZPublisher.Publish, line 101, in publish Module ZPublisher.mapply, line 88, in mapply Module

Re: [Zope-dev] Strange traceback or Error in the traceback ?

2006-01-16 Thread Leonardo Rochael Almeida
Hi, Em Seg, 2006-01-16 às 16:20 +0100, Godefroid Chapelle escreveu: Hi, While seaching for objects of all types containing some text through the ZMI find tab, I got the traceback hereunder. (Zope 2.7.8-final on windows) Traceback (innermost last): [...] Module OFS.Image, line

[Zope-dev] buildbot failure in Zope trunk 2.4 Linux zc-buildbot

2006-01-16 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Linux zc-buildbot. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 2775 Blamelist: efge,jim BUILD FAILED: failed test sincerely, -The Buildbot ___ Zope-Dev

[Zope-dev] Deprecation process issues

2006-01-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've noticed a couple of problems with recent deprecation decisions (for OFS.content_types and zLOG). The major one is that the deprecation warning waw added without removing the code in the core which depends on the deprecated feature. The most

Re: [Zope-dev] Deprecation process issues

2006-01-16 Thread Jim Fulton
Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've noticed a couple of problems with recent deprecation decisions (for OFS.content_types and zLOG). The major one is that the deprecation warning waw added without removing the code in the core which depends on the deprecated

Re: [Zope-dev] Deprecation process issues

2006-01-16 Thread Andreas Jung
--On 16. Januar 2006 13:08:31 -0500 Jim Fulton [EMAIL PROTECTED] wrote: I'll just note that: - I agree with your point about deprecation warnings. IOW we should not check in new deprecation warnings on the trunk that cause warnings to be output when running the standard tests. We

[Zope-dev] ZPT backward compatibility

2006-01-16 Thread Jim Fulton
Andreas Jung wrote: --On 16. Januar 2006 13:08:31 -0500 Jim Fulton [EMAIL PROTECTED] wrote: I'll just note that: - I agree with your point about deprecation warnings. IOW we should not check in new deprecation warnings on the trunk that cause warnings to be output when running the

[Zope-dev] Re: ZPT backward compatibility

2006-01-16 Thread Andreas Jung
--On 16. Januar 2006 13:36:32 -0500 Jim Fulton [EMAIL PROTECTED] wrote: There are two separate issues here: 1. ZPT backward compatibility. Are we introdcuting ZPT backward incompatibilities? (Aside from module paths)? My original implementation would introduce incompatibilities

[Zope] Authorization Problems while using manage_addFile()

2006-01-16 Thread Varun Bhansaly
We have imported a zope application from another machine. After starting the application we are unable to create a file using using the API manage_addFile(),which is strange because we are being able to use the API manage_delObjects() to delete an existing object. This is the Error we have

Re: [Zope] Authorization Problems while using manage_addFile()

2006-01-16 Thread Andreas Jung
--On 16. Januar 2006 14:02:22 +0530 Varun Bhansaly [EMAIL PROTECTED] wrote: We have imported a zope application from another machine. After starting the application we are unable to create a file using using the API manage_addFile(),which is strange because we are being able to use the API

Re: [Zope] wrong directoy in Control_Panel.Products.XXXX.home

2006-01-16 Thread Luca Olivetti
En/na Dieter Maurer ha escrit: Zope's behaviour in handling product updates below Control_Panel.Products is very difficult to understand. ;-) It usually freaks me out when I (seldom) delete a product from the filesystem and it's still there in the control panel.. Almost surely, it will

Re: [Zope] Leave the ivory tower now!

2006-01-16 Thread Nicolas Georgakopoulos
Rakotomandimby Mihamina wrote: On Mon, 2006-01-09 at 14:29 +0100, Garito wrote: I thing DTML and ZClasses will disapear someday You think, I hope :-) I beg ;-) . ___ Zope maillist - Zope@zope.org

Re: [Zope] Leave the ivory tower now!

2006-01-16 Thread garry
Nicolas Georgakopoulos wrote: Rakotomandimby Mihamina wrote: On Mon, 2006-01-09 at 14:29 +0100, Garito wrote: I thing DTML and ZClasses will disapear someday You think, I hope :-) I beg ;-) . ___ Can someone explain why there is

Re: [Zope] ANN: ZSyncer 0.7.1-beta1 released

2006-01-16 Thread Dieter Maurer
Paul Winkler wrote at 2006-1-15 17:28 -0500: ... Yes. These are limitations of comparing objects that have only a bobobase_modification_time timestamp. See ZSyncer/README.txt, in the Usage section. Solving this problem is hard. See ZSyncer/TODO.txt. You should remember the synchronized

Re: [Zope] ANN: ZSyncer 0.7.1-beta1 released

2006-01-16 Thread Paul Winkler
On Mon, Jan 16, 2006 at 07:48:45PM +0100, Dieter Maurer wrote: Synchronization modifies bobobase_modification_time on the target. Yep. A safe method to check whether you have a current state is to register the bobobase_modification_time (on source and target) that resulted from the

Re: [Zope] Leave the ivory tower now!

2006-01-16 Thread Greg Fischer
I took part in an old thread from here from several months ago:http://www.gossamer-threads.com/lists/zope/users/184052?do=post_view_threaded In there, some of the prominent members from this list came up with some great points on the DTML vs ZPT thing. All great stuff. However, I agree with you.

Re: [Zope] Leave the ivory tower now!

2006-01-16 Thread Tino Wildenhain
Greg Fischer schrieb: ... I like what you said, be tolerant. Some of us don't see the limitations of DTML as something that is broken, or that it is not good. I don't I see we have to improve teaching. think there is anything wrong with ZPT either, I simply don't have a use for it.

Re: [Zope] Where oh where is Repozo

2006-01-16 Thread Jonathan Cyr
Does the Zope Wiki article on Repozo tell you where to find it, maybe I missed it. I actually looked for quite a while. Maybe it just needs to be a little clearer... or maybe I need a smack in the head. I didn't have much success anyway, I setup my Zope/ZEO setup using SuSE 9.0's onboard

Re: [Zope] Leave the ivory tower now!

2006-01-16 Thread Greg Fischer
>From Tino: --No matter if DTML is still there (and it will) we shouldfind better ways to teach people how to easy develope inZope.--Yes, you are right on all you mention. I didn't know PT was available in other environments/languages. Interesting. However, I still don't want to use them. Doesn't

[Zope] Autoconnect with ZMySQLDA 2.0.9

2006-01-16 Thread Dennis Allison
I have been seeing occasional release unlocked lock errors from a storage error in a two-phase commit which really comes from a Lost connection to MySQL server during query. Apparently this arises from a failure of self.db.ping() to find a connected database as the transaction is opened. It

[Zope] MySql 5.0, ZMySQLDA and stored procedures

2006-01-16 Thread Cameron Beattie
I was getting the following error when attempting to call a stored procedure via a Z SQL Method: _mysql_exceptions.OperationalError: (1312, etc So I made the following change to /usr/lib/zope/lib/python/Products/ZMySQLDA/db.py: def _parse_connection_string(self, connection): kwargs

Re: [Zope] Where oh where is Repozo

2006-01-16 Thread Håkan Johansson
On Jan 16, 2006, at 22:52, Jonathan Cyr wrote: Does the Zope Wiki article on Repozo tell you where to find it, maybe I missed it.  I actually looked for quite a while.  Maybe it just needs to be a little clearer... or maybe I need a smack in the head. I didn't have much success anyway, I

[Zope-DB] I need urgent help !!!

2006-01-16 Thread dioban
HEllo my name is Gustavo I am from chile(southamerica), my english is not so good, sorry for that, well my cuestion is the next, i need do a web single sign-on whit my plone (ZOPE) web sites, i have a apache2.0 server too, i need help whit these item because my job depend of taht, any answer send