[Zope-dev] Re: [Zope] Re: Give 'Extensions' a configurable directory in zope.conf

2004-11-19 Thread Florent Guillaume
>* /lib/python/Products/ExternalMethod/ExternalMethod.py > > - little typos (not related, but since I was there ) It's a good practice to fix typos and such in a separate patch/checkin, so that those reading the diffs or patches can concentrate on what's really done. >* /lib/python/

[Zope-dev] Re: [Zope] Re: Give 'Extensions' a configurable directory in zope.conf

2004-11-19 Thread Rodrigo Dias Arruda Senra
[ Florent Guillaume <[EMAIL PROTECTED]> ]: | > >* /lib/python/Products/ExternalMethod/ExternalMethod.py > > > > - little typos (not related, but since I was there ) > > It's a good practice to fix typos and such in a separate patch

Re: [Zope-dev] Re: [Zope] Re: Give 'Extensions' a configurable directory in zope.conf

2004-11-19 Thread Florent Guillaume
> Should I re-submit the patch after applying your suggestions ... No need. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of R&D +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED]

[Zope-dev] Re: [Zope-Checkins] CVS: Packages/ZPublisher - Converters.py:1.23.2.3 HTTPRequest.py:1.90.2.7 HTTPResponse.py:1.75.2.7

2004-11-19 Thread Chris Withers
Andreas Jung wrote: Update of /cvs-repository/Packages/ZPublisher In directory cvs.zope.org:/tmp/cvs-serv30970/lib/python/ZPublisher Modified Files: Tag: Zope-2_7-branch Converters.py HTTPRequest.py HTTPResponse.py Log Message: 'latin1' -> 'iso-8859-15' === Packages/ZPublisher/Converters.p

Re: [Zope-dev] Re: exception hiding in _delObject

2004-11-19 Thread Florent Guillaume
In article <[EMAIL PROTECTED]> you write: > Florent Guillaume wrote: > > In _delObject and manage_beforeDelete there's a try/except that catches > > nearly everything (except BeforeDeleteException and the infamous > > ConflictError). It then proceeds to log a message, but continues: > > > >

[Zope-dev] Re: exception hiding in _delObject

2004-11-19 Thread Tres Seaver
Florent Guillaume wrote: Ok I'll do the change so that the exception is reraised only in debug mode AND if the user is not Manager (so that a Manager can still fix the database). Great, thanks very much. Opinions on whether it can go on the 2.7 branch too ? +0. Andreas is the final arbiter. Tres.

[Zope-dev] Announce: November Zope Bug Day!

2004-11-19 Thread Chris Withers
Hi All, Well, October came and went with no bug day. Apologies to all :-S However, the November bug day will shortly be upon us! What? Zope Bug Day working from http://collector.zope.org/Zope When? Friday 26th November - from when you wake up until when the day ends! Where? #zope-dev on irc.z

[Zope-dev] Re: [Zope] Announce: November Zope Bug Day!

2004-11-19 Thread Florent Guillaume
In article <[EMAIL PROTECTED]> you write: > Well, October came and went with no bug day. Apologies to all :-S > However, the November bug day will shortly be upon us! > > What? > >Zope Bug Day working from http://collector.zope.org/Zope > > When? > >Friday 26th November - from when you

Re: [Zope-dev] Re: exception hiding in _delObject

2004-11-19 Thread Florent Guillaume
In article <[EMAIL PROTECTED]> you write: > Florent Guillaume wrote: > > > Ok I'll do the change so that the exception is reraised only in debug > > mode AND if the user is not Manager (so that a Manager can still fix the > > database). > > Great, thanks very much. Ok it's on the trunk as r28478

[Zope-dev] Zope on 64-bit Linux

2004-11-19 Thread Larry Bates
Anyone out there successfully deploying and running Zope/CMF on 64-bit Linux? I'm looking at deploying AMD Opteron server for hosting large Zope site and wanted to take advantage of the speed and addressing capabilities if I could. Specifically I'd like to use RedHat Fedora Core 3 to run ZODB ser

Re: [Zope-dev] Zope on 64-bit Linux

2004-11-19 Thread Jim Washington
Larry Bates wrote: Anyone out there successfully deploying and running Zope/CMF on 64-bit Linux? I'm looking at deploying AMD Opteron server for hosting large Zope site and wanted to take advantage of the speed and addressing capabilities if I could. Specifically I'd like to use RedHat Fedora Cor