[Zope-Checkins] SVN: Zope/trunk/inst/generate_index.py basic generator script for easy_install support

2009-04-21 Thread Andreas Jung
Log message for revision 99348: basic generator script for easy_install support Changed: A Zope/trunk/inst/generate_index.py -=- Added: Zope/trunk/inst/generate_index.py === --- Zope/trunk/inst/generate_index.py

[Zope-Checkins] SVN: Zope/trunk/inst/generate_index.py generating a proper directory structure

2009-04-21 Thread Andreas Jung
Log message for revision 99349: generating a proper directory structure Changed: U Zope/trunk/inst/generate_index.py -=- Modified: Zope/trunk/inst/generate_index.py === --- Zope/trunk/inst/generate_index.py 2009-04-21

[Zope-Checkins] SVN: Zope/trunk/inst/generate_index.py write information for Zope2 package

2009-04-21 Thread Andreas Jung
Log message for revision 99350: write information for Zope2 package Changed: U Zope/trunk/inst/generate_index.py -=- Modified: Zope/trunk/inst/generate_index.py === --- Zope/trunk/inst/generate_index.py 2009-04-21

Re: [Zope-dev] People in the Zope 3 and ZMI teams

2009-04-21 Thread Yusei TAHARA
Hi Roger, Thank you very much for your comment, and sorry for my late reply. I did not receive your post I don't know why... Betreff: Re: [Zope-dev] People in the Zope 3 and ZMI teams Hi, I just start working on maintaining ZMI and make it optional package. For now, it is easy to

Re: [Zope-dev] People in the Zope 3 and ZMI teams

2009-04-21 Thread Martijn Faassen
Yusei TAHARA wrote: [snip] Should the old zope.app.* package depend on the new zmi.core package? (I think not) No. But zmi.core might depend on zope.app.* packages. I think this should be avoided if we can. The idea is to lose the dependency of the zope.app.* packages for the ZMI, after

Re: [Zope-dev] People in the Zope 3 and ZMI teams

2009-04-21 Thread Roger Ineichen
Hi Martijn, Yusei I think there is a little confusion about which package depends on each other. Right now there is a zmi.core package this package should contain core parts without to much dependency. After that we need several zmi.* packages which are replacements for each zope.app.* package.

[Zope] Compare String to Integer

2009-04-21 Thread Bobby
Hi, I can't compare a string (pid) to an integer (brand_id); what's is wrong with my code below? pid is being passed in the URL as pid= , brand_id is an integer from a database table. Could someone help me with this so that I could make the if statement comparison work? Thanks. dtml-in

Re: [Zope] Compare String to Integer

2009-04-21 Thread Allen Schmidt Sr.
dtml-in getTable OPTION VALUE=dtml-var brand_id dtml-if brand_id==int(pid)SELECTED /dtml-if / dtml-var brand_name /dtml-in getTable That should do it. -Allen Bobby wrote: Hi, I can't compare a string (pid) to an integer (brand_id); what's is wrong with my code below? pid is

Re: [Zope] bug? pagetemplate using strftime

2009-04-21 Thread Miguel Beltran R.
Sorry, I not say clear where is the bug The original data is year 2009, month 01, day 10 2009/4/20 Miguel Beltran R. yourpa...@gmail.com Hi list, This is a bug in strftime? add to report to launchpad? tr tal:repeat=item container/getData td tal:content=python:

Re: [Zope] bug? pagetemplate using strftime

2009-04-21 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry but your description is pretty weak. 'item.fetcha' is what kind of instance? DateTime? datetime? How to reproduce the behavior? We need something that works on any system. - - -aj Am 22.04.2009 um 01:56 schrieb Miguel Beltran R.: Sorry, I