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
d7ea70e6
Commit
d7ea70e6
authored
13 years ago
by
Renaud Le Gac
Browse files
Options
Downloads
Patches
Plain Diff
Release version 0.4.5
parent
d5104db8
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
+8
-9
8 additions, 9 deletions
static/plugin_dbui/CHANGELOG
static/plugin_dbui/src/appbase.js
+1
-1
1 addition, 1 deletion
static/plugin_dbui/src/appbase.js
with
9 additions
and
10 deletions
static/plugin_dbui/CHANGELOG
+
8
−
9
View file @
d7ea70e6
--------------------------------- CHANGE LOG ----------------------------------
--------------------------------- CHANGE LOG ----------------------------------
HEAD
HEAD
- consolidate the version 0.4.4
0.4.5 (Feb 2012)
- Consolidation version
- Polish code and documentation as well as bug fixed
- Polish code and documentation as well as bug fixed
- improve API for PanelWithUrlSlector configurator
- Improve the configurator PanelWithUrlSlector and AppPanelWithSelector.
- script cpAdmin to add/ remove the web2py admin file
- Script cpAdmin to add/remove the web2py admin file
- Redesign the plugin configuration parameters
- Rename the plugin configuration parameters and add new ones.
- Script to build and tag a new version of plugin_dbui
0.4.4 (Jan 2012)
- Add helper function get_file_paths and remove get_js_files
- minor release
- script to build and tag a new version of plugin_dbui
- improve version of AppPanelWithSelector
4.3.0 (Dec 2011)
4.3.0 (Dec 2011)
- Major change which is not backward compatible
- Major change which is not backward compatible
...
...
This diff is collapsed.
Click to expand it.
static/plugin_dbui/src/appbase.js
+
1
−
1
View file @
d7ea70e6
...
@@ -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.
x
'
;
App
.
version
=
'
0.4.
5
'
;
/**
/**
* 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