Hello Massimo, This issue is still there : http://code.google.com/p/web2py/issues/detail?id=348
Thanks you anyway for the continuous improvement work. I really appreciate and enjoy web2py. Richard On Sun, Jul 31, 2011 at 4:49 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > As often happens this is an error in running the tests, not in the > tests, not in the actual code. > > On Jul 31, 10:14 am, Cliff Williams <gcliffwilli...@gmail.com> wrote: > > Not sure whether this is an issue.. > > > > http://www.web2py.com/examples/static/nightly/tests.log : > > > > [: 44: ==: unexpected operator > > > /usr/lib/python2.5/site-packages/nose-1.0.0-py2.5.egg/nose/plugins/multipro > cess.py:120: > > RuntimeWarning: multiprocessing module is not available, multiprocess > > plugin cannot be used > > "cannot be used", RuntimeWarning) > > .................................................................... > > ---------------------------------------------------------------------- > > Ran 68 tests in 0.908s > > > > OK > > > > On Sun, Jul 31, 2011 at 7:46 AM, Massimo Di Pierro < > > > > > > > > > > > > > > > > massimo.dipie...@gmail.com> wrote: > > > 1.98.1 changelog > > > > > fixed some problems with LOAD(ajax=False), thanks Anthony > > > jquery 1.6.2 > > > gevent.pywsgi adds ssl support, thanks Vasile > > > import/export of blobs are base64 encoded > > > max number of login attempts in admin, thanks Ross > > > fixed joins with alias tables > > > new field.custom_delete attribute > > > removed rescrtions on large 'text fields, thanks Martin > > > field.represent = lambda value,record: .... (record is optional) > > > FORM.validate() and FORM.process(), thanks Bruno > > > faster virtualfields, thanks Howsec > > > mail has ssl support separate from tls, thanks Eric > > > TAG objects are now pickable > > > new CAT tag for no tags > > > request.user_agent(), thanks Ross > > > fixed fawps support > > > SQLFORM(...,separator=': ') now customizable > > > many small bug fixes >