[Zope-dev] z3c.formjs widgetselector customization

2011-02-14 Thread Simon Elbaz
Hi all, I use z3c.formjs in a project and would like to customize the selector id used into jsaction.handler for form field. Why ? because the z3c.formui templates add "-row" suffix to the widget id and I need also to add the "-row" suffix to the selector id in the event handler. I have attached a

[Zope-dev] z3c.formjs widgetselector customization

2011-02-15 Thread Simon Elbaz
Hi, I use z3c.formjs in a project and would like to customize the selector id used into jsaction.handler for form field. Since the z3c.formui templates add "-row" suffix to the widget id, I need also to add the "-row" suffix to the selector id in the event handler. Here is the code in jsaction.py:

Re: [Zope-dev] Zope Tests: 72 OK, 15 Failed

2011-02-17 Thread Simon Elbaz
Hi, I have tried this code on Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit (Intel)] on win32. It seems that it is possible to have no milliseconds returned by datetime.now. >>> while 1: ... datetime.now(pytz.utc) datetime.datetime(2011, 2, 17, 23, 48, 17, 984000, tzinfo=

Re: [Zope-dev] Zope Tests: 71 OK, 16 Failed

2011-02-28 Thread Simon Elbaz
On windows, after installing python 2.6.6 ( http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi), the compilation ends ok with the following dos commands: set PATH=c:\Python26;%PATH% cd /path/to/z3c.form-2.4.2 python.exe bootstrap.py bin\buildout.exe After that, running bin\test.exe ends with

Re: [Zope-dev] Zope Tests: 71 OK, 16 Failed

2011-03-01 Thread Simon Elbaz
** > (Related lists - > https://mail.zope.org/mailman/listinfo/zope-announce > https://mail.zope.org/mailman/listinfo/zope ) > The build of z3c.* packages on winbot could be tested like http://dev.thehealthagency.com/buildbot/builders/zope2.13_win-py2.6%20slave-win/builds/161 build<

Re: [Zope-dev] Zope Tests: 71 OK, 16 Failed

2011-03-01 Thread Simon Elbaz
On Tue, Mar 1, 2011 at 11:42 AM, Adam GROSZER wrote: > Hello, > > On Tue, 1 Mar 2011 11:04:30 +0100 you wrote: > > > > The build of z3c.* packages on winbot could be tested like > > > http://dev.thehealthagency.com/buildbot/builders/zope2.13_win-py2.6%20slave-win/builds/161 > > build > > < > http