From e53ebb103ade1de66cdd25737a7e36494fc6f70d Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Tue, 26 Mar 2013 17:11:20 +0100 Subject: [PATCH] Release version 0.4.11.1 --- static/plugin_dbui/CHANGELOG | 13 ++++++------- static/plugin_dbui/src/base.js | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index f0020157..27618a4e 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -1,17 +1,16 @@ --------------------------------- 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) diff --git a/static/plugin_dbui/src/base.js b/static/plugin_dbui/src/base.js index 9ffaeb82..07bfb167 100644 --- a/static/plugin_dbui/src/base.js +++ b/static/plugin_dbui/src/base.js @@ -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 -- GitLab