Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin_dbui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
w2pext
plugin_dbui
Commits
cdf406e6
Commit
cdf406e6
authored
12 years ago
by
LE GAC Renaud
Browse files
Options
Downloads
Patches
Plain Diff
Release version 0.4.9.2
parent
37229624
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/plugin_dbui/CHANGELOG
+4
-4
4 additions, 4 deletions
static/plugin_dbui/CHANGELOG
static/plugin_dbui/src/base.js
+1
-1
1 addition, 1 deletion
static/plugin_dbui/src/base.js
with
5 additions
and
5 deletions
static/plugin_dbui/CHANGELOG
+
4
−
4
View file @
cdf406e6
--------------------------------- CHANGE LOG ----------------------------------
--------------------------------- CHANGE LOG ----------------------------------
HEAD
HEAD
- improve store and row-editor messaging on exception.
- add a converter to_panel_with_url_selector
0.4.9.2 (Oct 2012)
0.4.9.1 (Oct 2012)
- New syntax for grid filter via the method GridModifier.append_filter.
- New syntax for grid filter via the method GridModifier.append_filter.
- Improve the files organization for the model and javascript code.
- Improve the files organization for the model and javascript code.
- Enable tab scrolling in viewport.
- Enable tab scrolling in viewport.
...
@@ -13,6 +11,8 @@ HEAD
...
@@ -13,6 +11,8 @@ HEAD
- Add a plugin pRegExp and remove custom widget app.form.TextField
- Add a plugin pRegExp and remove custom widget app.form.TextField
and app.form.TextArea.
and app.form.TextArea.
- Add a new python class Selector to help building reports
- Add a new python class Selector to help building reports
- improve store and row-editor messaging on exception.
- add a converter to_panel_with_url_selector
0.4.8.2 (Jul 2012)
0.4.8.2 (Jul 2012)
- Consolidation version
- Consolidation version
...
...
This diff is collapsed.
Click to expand it.
static/plugin_dbui/src/base.js
+
1
−
1
View file @
cdf406e6
...
@@ -20,7 +20,7 @@ Ext.namespace('App');
...
@@ -20,7 +20,7 @@ Ext.namespace('App');
/**
/**
* @param {String} App.version version of the library
* @param {String} App.version version of the library
*/
*/
App
.
version
=
'
0.4.9.
1
'
;
App
.
version
=
'
0.4.9.
2
'
;
/**
/**
* Helper function mimicking the encode_field function running on the server
* Helper function mimicking the encode_field function running on the server
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment