Re: [Zope-CMF] Speedpack CMF Zope 2.8

2005-07-20 Thread David Pratt

Hi Florent. Thank you for this.

Regards,
David

On Wednesday, July 20, 2005, at 07:23 AM, Florent Guillaume wrote:


David Pratt  [EMAIL PROTECTED] wrote:

Hi.  I just upgraded to Zope 2.8.  SpeedPack installation breaks. I am
using CMF 1.4.7 but will soon be going to new CMF if my other CMF
products hang together. Can someone suggest a fix for this. Is
SpeedPack relevant in new CMF installations if I choose to move to
1.5.2  Many thanks.


Current CMF 1.5 includes one of the skin-related Speedpack
optimizations. This should give most of the performance benefits.

Note that current Speedpack still has not been updated to work with CMF
1.5, so when using CMF 1.5 you should use PATCH_CMF = False. Which
leaves psyco.

Florent

--
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of RD
+33 1 40 33 71 59   http://nuxeo.com   [EMAIL PROTECTED]


___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


[Zope-CMF] Re: [CMF-checkins] CVS: Products/CMFCore/tests/base - testcase.py:1.16

2005-07-20 Thread Florent Guillaume
This is awesome by the way, and was sorely missing.
We can now have much cleaner tests.
Thanks.

Florent

  - Forward-ported  testing framework to suppress / examine output from
warnings module and from zLOG from 1.5 branch.
 
 
 === Products/CMFCore/tests/base/testcase.py 1.15 = 1.16 ===
 --- Products/CMFCore/tests/base/testcase.py:1.15  Wed Jun 15 10:17:38 2005
 +++ Products/CMFCore/tests/base/testcase.py   Fri Jul 15 22:31:02 2005
 +
 +class LogInterceptor:

 +
 +class WarningInterceptor:
 +

-- 
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of RD
+33 1 40 33 71 59   http://nuxeo.com   [EMAIL PROTECTED]
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests