[Zope-Annce] z3c.form 1.0.0 released!

2007-05-24 Thread Stephan Richter
Hello everyone, Roger and I are proud to announce the first release of the new form and widget framework ``z3c.form``! After years of talking about it, months of thinking about it and many weeks of implementation, we have finally completed it. For the curious and impatient ...

Re: [Zope-dev] many conflict errors

2007-05-24 Thread Chris Withers
Joachim Schmitz wrote: Module tempstorage.TemporaryStorage, line 200, in store ConflictError: database conflict error (oid 0x2b, class Products.faster.sessiondata.SessionDataContainer, serial this txn started with 0x036dd29c28404f33 2007-05-23 16:28:09.433877, serial currently committed

[Zope-dev] Zope Tests: 5 OK

2007-05-24 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed May 23 12:00:00 2007 UTC to Thu May 24 12:00:00 2007 UTC. There were 5 messages: 5 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.7 Python-2.3.6 : Linux From: Zope Unit Tests Date: Wed May 23 20:52:52 EDT 2007

Re: [Zope-dev] many conflict errors

2007-05-24 Thread Chris McDonough
You might try placing the session data container in the main ZODB FileStorage (or ZEO storage if you use ZEO) to see if it demonstrates fewer conflicts there than using one contained in a TemporaryStorage. If you use ZEO, you will need to ensure that the Products.faster package can be

[Zope] help with detecting mime_type

2007-05-24 Thread Alan
Dears, In my external method I can get mime_type = file.headers.headers[1].split()[1] and then my code proceed based on which mime type was identified for the file uploaded. What happens now is that a user uploading a tgz file from a Windows platform and then my code did not identify it as a

Re: [Zope] help with detecting mime_type

2007-05-24 Thread Andreas Jung
--On 24. Mai 2007 11:31:17 +0100 Alan [EMAIL PROTECTED] wrote: Dears, In my external method I can get mime_type = file.headers.headers[1].split()[1] and then my code proceed based on which mime type was identified for the file uploaded. What happens now is that a user uploading a tgz file

Re: [Zope] Zope 2, local python script security

2007-05-24 Thread Martijn Pieters
On 5/23/07, David H [EMAIL PROTECTED] wrote: I have a (zope 2.8.8-final) folder that gives users with the role Authenticated the following Permissions: --- . access contents . view - note: no webDav or FTP access is allowed ---

Re: [Zope] unicode, zmi, utf-8, management_page_charset and default-zpublisher-encoding

2007-05-24 Thread Joerg Baach
Hi Dieter, Dieter Maurer wrote: Joerg Baach wrote at 2007-5-24 15:28 +0100: ... I am not sure here, but it looks to me that just using utf-8 constantly might suffice for 'just' storing, modifying and indexing- or am I missing something? Sure, this is a possibility. You are then using