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