[Zope-Checkins] CVS: Cruft/ExtensionClass/src - Acquisition.c:1.61.4.2

2005-04-09 Thread Andreas Jung
Update of /cvs-repository/Cruft/ExtensionClass/src In directory cvs.zope.org:/tmp/cvs-serv821/lib/Components/ExtensionClass/src Modified Files: Tag: Zope-2_7-branch Acquisition.c Log Message: - Collector #1748: Fixed SIGSEGV in Acquisition ===

[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.320

2005-04-09 Thread Andreas Jung
Update of /cvs-repository/Zope/doc In directory cvs.zope.org:/tmp/cvs-serv821/doc Modified Files: Tag: Zope-2_7-branch CHANGES.txt Log Message: - Collector #1748: Fixed SIGSEGV in Acquisition === Zope/doc/CHANGES.txt 1.625.2.319 = 1.625.2.320 === ---

[Zope-Checkins] CVS: Packages/StructuredText - DocumentWithImages.py:1.10.2.2 HTMLWithImages.py:1.10.68.1

2005-04-09 Thread Andreas Jung
Update of /cvs-repository/Packages/StructuredText In directory cvs.zope.org:/tmp/cvs-serv19711/lib/python/StructuredText Modified Files: Tag: Zope-2_7-branch DocumentWithImages.py HTMLWithImages.py Log Message: - Collector #1750: StructuredText: fixed handling of image URLs with

[Zope] Re: ZPT and attributes

2005-04-09 Thread Duncan Booth
Antonio Beamud Montero wrote: How I can create attribute names dynamically? For example, I want something like this: books ref1=http://boo; ref2=http://foo; ... Where ref1 and ref2, are created by the url list. I have done in DTML because I cannot with ZPT. The easiest way is probably to

[Zope] manage_changeWorkflow question

2005-04-09 Thread David Pratt
Hi, I have been working through programatically adding and modifying my workflows. I managed to get my workflow factories installed and then used the manage_addWorkflow to obtain the desired workflow with the appropriate id. Where I am having trouble is changing my default workflow to my new

Re: [Zope] ExtFile Extention Mappings

2005-04-09 Thread Stefan H. Holek
Why? Because one of the main tricks of ExtFile is the ability to have files and images served statically by Apache, right out of the repository. Apache determines the mime type to serve from the file extension, ergo ExtFile has to make sure there is one. How? from mimetypes import

[Zope] newbie, setting member properties in python

2005-04-09 Thread Dan E
I am trying to create a simple script that loops through the member properties and sets certain boolean ones to a certain value (which I have acquired). I realize I am probably making a simple mistake but the following snippet of code doesn't seem to set the member I am interested in. Any help

Re: [Zope] manage_changeWorkflow question

2005-04-09 Thread David Pratt
I am getting closer: # Modify workflow chain (Workflow by type) workflow_tool.manage_changeWorkflows(default_chain='default_workflow', props=({'name':'chain_Image','value':'image_workflow'}),

Re: [Zope] Re: Windows compile Zope 2.8?

2005-04-09 Thread David H
Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David H wrote: Hi List, I notice that the latest Zope does not have a Windows binary release yet (zope 2.80 alpha 2). I found an old Visual C 6.0 (still in the box!) and wonder if there are instructions somewhere

Re: [Zope] Re: DateTime(), locale, summertime etc.

2005-04-09 Thread Paul Winkler
On Thu, Apr 07, 2005 at 11:22:39AM -0400, Paul Winkler wrote: Maybe this is relevant: http://www.zope.org/Collectors/CMF/325 ... crap, I never merged the fix. OK, now this is merged to the trunk and CMF-1_5-branch. -- Paul Winkler http://www.slinkp.com

Re: [Zope] Re: Windows compile Zope 2.8?

2005-04-09 Thread David H
Tim Peters wrote: [David H] Thanks for responding. I tried the suggestion: C:\Zope-2.8.0a2 python.exe setup.py build_ext --inplace and the thing runs for a while (good sign, as visual c 6.0 is compiling things) then I get this: building

[Zope] Dynamic hyperlink with parameter

2005-04-09 Thread srikanth
Hi, I am trying to execute something like: tr tal:repeat=recordset td tal:replace=recordset/fnamea href=eachrecordresult.html?fname='recordset/fname' First Name /a/td td tal:replace=recordset/lname Last Name /td /tr Everything works fine but the hyperlink. What

Re: [Zope] Re: Windows compile Zope 2.8?

2005-04-09 Thread Andrew Langmead
On Apr 9, 2005, at 4:04 PM, David H wrote: Cannot open source file: 'Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ ISO_8859_1_Splitter.c':    No such file or directory error: command 'C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe' failed with exit status 2

Re: [Zope] Dynamic hyperlink with parameter

2005-04-09 Thread David H
srikanth wrote: Hi, I am trying to execute something like: tr tal:repeat=recordset td tal:replace=recordset/fnamea href=eachrecordresult.html?fname='recordset/fname' First Name /a/td td tal:replace=recordset/lname Last Name /td /tr Everything works fine but the

Re: [Zope] Dynamic hyperlink with parameter

2005-04-09 Thread David H
srikanth wrote: Hi, I am trying to execute something like: tr tal:repeat=recordset td tal:replace=recordset/fnamea href=eachrecordresult.html?fname='recordset/fname' First Name /a/td td tal:replace=recordset/lname Last Name /td /tr Everything works fine but the

[Zope] Cache flipping?

2005-04-09 Thread Guillaume Tamboise
Chris Withers wrote: Darian V Schramm wrote: I'm getting many of these in my event.log 2005-03-15T10:17:56 INFO(0) ZEC:1-None-1 flipping cache files. new current = 1 This is nothing to worry abotu from a crashing point of view. Worry abotu it when you want to improve performance

Re: [Zope-DB] bulk connection change

2005-04-09 Thread Andreas Jung
--On Samstag, 9. April 2005 11:41 Uhr +0100 garry saddington [EMAIL PROTECTED] wrote: I have many ZSQL queries for which I use Zpsycopg connector on my linux machine. On my Windows machine (laptop) I want to use another connector as Zpsycopg refuses to work and I hate messing with windows -