Release 0.9.7
- Version is non backward compatible since a new mechanism is used to initialise the plugin. It relies on class
Dbuito configure the plugin and to launch the servicedirectSvc. - Remove the
models/plugin_dbui.pyfile which is not needed any more. - Remove the controller
plugin_dbui/debug. Thedebugargument is now handle by the controllerplugin_dbui/index. - Rename the controller
plugin_dbui/documentationsasdocumentations_tableand add the controllerplugin_dbui/documentations_list. - Add the JavaScript function
Dbui.getFieldsand uses it in the classDbui.grid.FilterandDbui.panel.WithUrlSelector. - Fix a bug in the JavaScript method
Dbui.form.field.Table.getValue. - Improve the converter
to_panelWithUrlSelectorto remove frozen options. - Add the
LazyTconverter in MyJsonEncoder and rename itJSONEncoder. The web2py applications can be run when lazy translation is activated. - Update the JavScript classes
GridWithFilter,WithUrlSelectorandMathJaxto always mask the viewport. - Close #2 (closed), #21 (closed)