Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
w2pext
plugin_dbui
Commits
ce01ab7a
Commit
ce01ab7a
authored
Nov 23, 2016
by
LE GAC Renaud
Browse files
Update CHANGELOG, VERSION and Dbui.js
parent
245cc93a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
VERSION
VERSION
+1
-1
static/plugin_dbui/CHANGELOG
static/plugin_dbui/CHANGELOG
+11
-0
static/plugin_dbui/src/Dbui.js
static/plugin_dbui/src/Dbui.js
+1
-1
No files found.
VERSION
View file @
ce01ab7a
0.9.6
\ No newline at end of file
0.9.7dev
\ No newline at end of file
static/plugin_dbui/CHANGELOG
View file @
ce01ab7a
...
...
@@ -2,6 +2,17 @@
HEAD
0.9.7dev (Nov 2016)
- 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 directSvc.
- Remove the models/plugin_dbui.py file which is not needed any more.
- Add the helper function Dbui.getFields and uses it in the class
Dbui.grid.Filter and Dbui.panel.WithUrlSelector.
- Fix a bug in the method Dbui.form.field.Table.getValue.
- Improve the converter to_panelWithUrlSelector to remove frozen options.
- Add the LazyT converter in MyJsonEncoder.
0.9.6 (Nov 2016)
- Migrate to Ext JS 6.2.0
- Update configure_build to export the plugin MathJax 2.7.0
...
...
static/plugin_dbui/src/Dbui.js
View file @
ce01ab7a
...
...
@@ -15,7 +15,7 @@ Ext.define('Dbui', {
* The version of the plugin
* @property {String}
*/
version
:
'
0.9.
6
'
,
version
:
'
0.9.
7dev
'
,
/**
* The name of the application
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment