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
e53ebb10
Commit
e53ebb10
authored
12 years ago
by
LE GAC Renaud
Browse files
Options
Downloads
Patches
Plain Diff
Release version 0.4.11.1
parent
eacc15fa
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
+6
-7
6 additions, 7 deletions
static/plugin_dbui/CHANGELOG
static/plugin_dbui/src/base.js
+1
-1
1 addition, 1 deletion
static/plugin_dbui/src/base.js
with
7 additions
and
8 deletions
static/plugin_dbui/CHANGELOG
+
6
−
7
View file @
e53ebb10
--------------------------------- CHANGE LOG ----------------------------------
HEAD
- Deploy the javascript statement "use strict" in order
to comply with JSLINT.
0.4.11.0 (Mar 2013)
0.4.11.1 (Mar 2013)
- Deploy the javascript statement "use strict" (JSLINT)
- Upgrade to run with alias table.
-
More
syntax to define foreign key.
-
Better
syntax to define foreign key.
- Fix a bug in App.BasePanelWithSelector for IE.
- Javascript is almost compliant with JSLINT.
- Javascript is almost compliant with JSLINT
rules
.
- DirectSvc exceptions are logged in the web2py ticket system.
- Polish dbsvc service. It can process several records
in create
and update transactions.
- Polish dbsvc service. It can process several records
in create
and update transactions.
- Fix a bug in App.form.Panel.onStoreException and improve it.
0.4.10.1 (Dec 2012)
...
...
This diff is collapsed.
Click to expand it.
static/plugin_dbui/src/base.js
+
1
−
1
View file @
e53ebb10
...
...
@@ -20,7 +20,7 @@ Ext.namespace('App');
/**
* @param {String} App.version version of the library
*/
App
.
version
=
'
0.4.11.
0
'
;
App
.
version
=
'
0.4.11.
1
'
;
/**
* 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