[Zope] Problem with Batch search

2006-08-18 Thread egf05
Hi, I think I found a bug in the automatically generated Z Search Forms, as described in the manual (16-4: Creating a search form for a ZCatalog). This creates two files: SearchForm and SearchReport. SearchReport uses this method: batch python:modules['ZTUtils'].Batch(results, size=20,

Re: [Zope] Problem with Batch search

2006-08-18 Thread egf05
Selon [EMAIL PROTECTED]: Hi, I think I found a bug in the automatically generated Z Search Forms, as described in the manual (16-4: Creating a search form for a ZCatalog). This creates two files: SearchForm and SearchReport. SearchReport uses this method: I answer to myself because I

[Zope] Trouble with PIL and Zope 2.8

2006-08-18 Thread Dan Gaibel
Hello group, I am having problems with my PIL installation and I wonder if anyone has any ideas.. After what looked like a successful install of PIL 1.1.5 I am getting errors like encoder jpeg not available even though it looked like jpeg support compiled just fine in setup. Perhaps

Re: [Zope] Trouble with PIL and Zope 2.8

2006-08-18 Thread Dennis Allison
Be sure that PIL is installed into the python you are using to run Zope. On Fri, 18 Aug 2006, Dan Gaibel wrote: Hello group, I am having problems with my PIL installation and I wonder if anyone has any ideas.. After what looked like a successful install of PIL 1.1.5 I am getting

Re: [Zope] Trouble with PIL and Zope 2.8

2006-08-18 Thread Andreas Jung
--On 18. August 2006 11:45:19 -0400 Dan Gaibel [EMAIL PROTECTED] wrote: it looked like jpeg support compiled just fine in setup. That's a vague description. Ensure you have libjpeg *including* all header files available. Ensure that the files are available in the common locations. If not

Re: [Zope] Zope 2.9 Product Refreshing

2006-08-18 Thread Peter Bengtsson
What happens when you try to refresh a product? Nothing. No errors, no refresh. Then you should look in the SVN repository how the refresh code changed. In Zope 2.8, refresh moves all modules starting with Products.product_to_be_refreshed out of sys.modules (and into a safe place)

Re: [Zope] Zope 2.9 Product Refreshing

2006-08-18 Thread Dieter Maurer
Peter Bengtsson wrote at 2006-8-18 18:53 +0100: ... One last odd clue, when I refresh my product (eg. MyProduct) in zope 2.9.4, actual something happens. My product is very very simple and it's one main class has a method called index_html() that looks like this: from DateTime import DateTime

Re: [Zope] Python Scripts and HTML Forms

2006-08-18 Thread Muk Yan
Hi Jonathan,Thanks a lot, it works today, but it was acting up a bit yesterday. I really appreciate it, maybe I just needed to completely get rid of the browser cache.Peace and thanks again,Muk On 8/17/06, Jonathan [EMAIL PROTECTED] wrote: If you have a line like input type=text

SOLVED! (was Re: [Zope] Content-Disposition is driving me batty)

2006-08-18 Thread Kirk Strauser
On Thursday 17 August 2006 10:55 am, David H wrote: I had similar problems too. This seems to work with IE: theFile=open( self.pdfpath,'rb') result = theFile.read() RESPONSE.setHeader('Content-Type','application/pdf')

[Zope-Checkins] SVN: Zope/branches/2.9/ - Fix #2155: Wrong parameters being passed to logger's error().

2006-08-18 Thread Sidnei da Silva
Log message for revision 69658: - Fix #2155: Wrong parameters being passed to logger's error(). Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/ZPublisher/BeforeTraverse.py A Zope/branches/2.9/lib/python/ZPublisher/tests/testBeforeTraverse.py -=-

[Zope-Checkins] SVN: Zope/branches/2.10/ - Fix #2155: Wrong parameters being passed to logger's error().

2006-08-18 Thread Sidnei da Silva
Log message for revision 69659: - Fix #2155: Wrong parameters being passed to logger's error(). Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/ZPublisher/BeforeTraverse.py A Zope/branches/2.10/lib/python/ZPublisher/tests/testBeforeTraverse.py -=-

[Zope-Checkins] SVN: Products.Five/branches/1.4-layers/ adding test layer support

2006-08-18 Thread david whitfield Morriss
Log message for revision 69673: adding test layer support Changed: A Products.Five/branches/1.4-layers/ -=- Copied: Products.Five/branches/1.4-layers (from rev 69672, Products.Five/branches/1.4) ___ Zope-Checkins maillist -

[Zope-Checkins] SVN: Products.Five/branches/1.4-layers/viewlet/tests.py adding comma

2006-08-18 Thread david whitfield Morriss
Log message for revision 69675: adding comma Changed: U Products.Five/branches/1.4-layers/viewlet/tests.py -=- Modified: Products.Five/branches/1.4-layers/viewlet/tests.py === ---

[Zope-Checkins] SVN: Products.Five/branches/1.4-layers/ adding layers, bumping version

2006-08-18 Thread david whitfield Morriss
Log message for revision 69676: adding layers, bumping version Changed: A Products.Five/branches/1.4-layers/tests/testing/layer.py U Products.Five/branches/1.4-layers/version.txt -=- Added: Products.Five/branches/1.4-layers/tests/testing/layer.py

[Zope-Checkins] SVN: Zope/branches/2.9-layer-support/ integrating layer support for tests in Testing.ZopeTestCase

2006-08-18 Thread david whitfield Morriss
Log message for revision 69677: integrating layer support for tests in Testing.ZopeTestCase Changed: A Zope/branches/2.9-layer-support/ -=- Copied: Zope/branches/2.9-layer-support (from rev 69676, Zope/branches/2.9) ___ Zope-Checkins maillist

[Zope-Checkins] SVN: Zope/branches/2.9-layer-support/lib/python/Testing/ starting merge

2006-08-18 Thread david whitfield Morriss
Log message for revision 69678: starting merge Changed: A Zope/branches/2.9-layer-support/lib/python/Testing/ZopeTestCase/layer.py A Zope/branches/2.9-layer-support/lib/python/Testing/ZopeTestCase/tests.py A

[Zope-Checkins] SVN: Zope/branches/2.9-layer-support/lib/python/Testing/tmp/ removing tmp dir

2006-08-18 Thread david whitfield Morriss
Log message for revision 69680: removing tmp dir Changed: D Zope/branches/2.9-layer-support/lib/python/Testing/tmp/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/2.9-layer-support/lib/python/Testing/ZopeTestCase/ merging layers implementation

2006-08-18 Thread david whitfield Morriss
Log message for revision 69681: merging layers implementation Changed: U Zope/branches/2.9-layer-support/lib/python/Testing/ZopeTestCase/ZopeLite.py U Zope/branches/2.9-layer-support/lib/python/Testing/ZopeTestCase/ZopeTestCase.py U

[Zope-Checkins] SVN: Zope/branches/2.9-layer-support/lib/python/Products/ point five at 1.4-layers

2006-08-18 Thread david whitfield Morriss
Log message for revision 69682: point five at 1.4-layers Changed: _U Zope/branches/2.9-layer-support/lib/python/Products/ -=- Property changes on: Zope/branches/2.9-layer-support/lib/python/Products ___ Name: svn:externals

[Zope-dev] buildbot failure in Zope branches 2.9 2.4 Windows 2000 zc-bbwin2

2006-08-18 Thread buildbot
The Buildbot has detected a failed build of Zope branches 2.9 2.4 Windows 2000 zc-bbwin2. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 7149 Blamelist:

[Zope-dev] buildbot failure in Zope branches 2.9 2.4 Windows 2000 zc-bbwin2

2006-08-18 Thread buildbot
The Buildbot has detected a failed build of Zope branches 2.9 2.4 Windows 2000 zc-bbwin2. Buildbot URL: http://buildbot.zope.org/ Build Reason: The web-page 'force build' button was pressed by 'Benji': Try again Build Source Stamp: None Blamelist: BUILD FAILED: failed compile sincerely,

[Zope-dev] Fixing Windows Slaves?

2006-08-18 Thread Sidnei da Silva
Can someone fix the Windows build slaves please? -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev maillist - Zope-Dev@zope.org

Re: [Zope-PAS] Plone Group assignment to LDAP group

2006-08-18 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17 Aug 2006, at 10:36, Stephen Kenworthy wrote: Hi all, I've been trying out the Plone 2.5, Zope 2.8.7 release for the first time and looking to migrate our intranet which is currently Plone 2.1. I love the new pas system but am still

[Zope-PAS] Authentication caching

2006-08-18 Thread Stefan H. Holek
Hi All, I am in the lucky position of being sponsored to do some PAS work (Thanks WU-Wien!). You may see more coming from this direction soon. ;-) As a first step I have implemented authentication caching in the gateway i.e. in _extractUserIds. If you want to have a look, you can find

RE: [Zope-PAS] Authentication caching

2006-08-18 Thread Ben Mason
That's great news and I don't have any objections. Any more work on PAS gets a big thumbs up in my eyes! Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan H. Holek Sent: 18 August 2006 13:40 To: zope-pas@zope.org Subject: [Zope-PAS]

[Zope-DB] zope-db@zope.org

2006-08-18 Thread Roberto Benitez
Does anyone know where i can get a working database adapter for zope 2.8/2.9? How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.___ Zope-DB mailing list Zope-DB@zope.org http://mail.zope.org/mailman/listinfo/zope-db