To avoid future misunderstandings

- The new lazy field syntax may stay and may not (I am not promising
backward compatibility)

- The new grid, smartgrid functions will stay but we may change the
behavior a little in order to make them more powerful and
customizable. (so almost backward compatible but watch out)

- The new scheduler works but should still be considered experimental.

Massimo



On Sep 22, 11:04 am, Massimo Di Pierro <massimo.dipie...@gmail.com>
wrote:
> I still think the nightly build could have used some more tests but
> not many people test it. So here it is...
>
> 1.99.1
>
> - experimental gluon/scheduler.py
> - scripts/make_min_web2py.py
> - crud.search has more options, thanks Denes
> - gluon/contrib/simplejsonrpc.py
> - gluon/contrib/redis_cache.py
> - cleanup of code
> - support for A(name,callback=url,target='id',delete='tr')
> - support for A(name,component=url,target='id',delete='tr')
> - isapiwsgihandler.py
> - dal expression.coalesce(*options)
> - new pip installer, thanks Chris Steel
> - gluon/contrib/simplejsonrpc.py, thanks Mariano
> - expire_sessions.py respects expiration time, thanks iceberg
> - fixed problem with max text length
> - addressed this 
> issue:http://fuelyourcoding.com/jquery-events-stop-misusing-return-false/
> - x509 support (needs rocket upgrade, thanks Michele)
> - form.process() and for.validate()
> - rocket upgrade (1.2.4)
> - jQuery upgrade (1.6.3)
> - new syntax rows[i]('tablename.fieldname')
> - new query syntax field.contains(list,all=True or False)
> - new SQLFORM.grid and SQLFORM.smartgrid (should replace crud.search
> and crud.select)
> - support for natural language queries (english only) in SQLFORM.grid
> - support for computed columns and additional links in SQLFORM.grid
> - new style virtual fields (experimental):
> db.table.field=Field.Lazy(...)
> - request.utcnow
> - cleaner/simpler welcome/models/db.py and welcome layout.html
> - response.include_meta() and response.include_files(), thanks Denes
> - dal auto-reconnect on time-out connections
> - COL and COLGROUP helpers
> - addresed OWASP #10, thanks Anthony and Eric
> - auth.settings.login_after_registration=True
> - detection of mobile devices and @mobilize helper (view.mobile.html),
> thanks Angelo
> - many bug fixes (thanks Jonathan, Michele, Fran and others)
>
> I apologize I am not thanking everybody who contributed. If your name
> is missing from who.html and should be, please email me.
>
> PLEASE REPORT ANY ISSUE ASAP
>
> Massimo

Reply via email to