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
278a9f21
Commit
278a9f21
authored
Dec 09, 2015
by
LE GAC Renaud
Browse files
Start release candidate 0.7.3
parent
59b05708
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
static/plugin_dbui/CHANGELOG
static/plugin_dbui/CHANGELOG
+4
-4
static/plugin_dbui/src/App.js
static/plugin_dbui/src/App.js
+1
-1
No files found.
static/plugin_dbui/CHANGELOG
View file @
278a9f21
...
...
@@ -2,11 +2,11 @@
HEAD
0.7.2 - 0.7.3
dev
(Nov - Dec 2015)
0.7.2 - 0.7.3 (Nov - Dec 2015)
- Improve code compliance with pylint and jslint.
- build_version can generate
the
small size version of the plugin files.
- build_version can generate small size version of the plugin files.
- Add the helper function inline_alert.
- Display the
V
ersions of the matplotlib and pandas libraries
- Display the
v
ersions of the matplotlib and pandas libraries
- List widget follows the allowBlank construct.
- Fix a bug in ComboBoxSlave.onMasterChange.
...
...
@@ -359,4 +359,4 @@ HEAD
0.1.1
- Tags revision 640 as 0.1.1
- First prototype running with web2py 1.63 and ExtJS 2.2.1 (see also 0.1.0 log)
\ No newline at end of file
- First prototype running with web2py 1.63 and ExtJS 2.2.1 (see also 0.1.0 log)
static/plugin_dbui/src/App.js
View file @
278a9f21
...
...
@@ -15,7 +15,7 @@ Ext.define('App', {
* The version of the plugin
* @property {String}
*/
version
:
'
0.7.3
dev
'
,
version
:
'
0.7.3
'
,
/**
* 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