diff --git a/controllers/reports.py b/controllers/reports.py index 2765a90b6754757471280e2c37f2eb3d8919cdd9..f4ef6a3d40dbcd6f34cbbe5bf13070c64290f9c0 100644 --- a/controllers/reports.py +++ b/controllers/reports.py @@ -43,7 +43,6 @@ def report_2(): """ - print request.post_vars s = "" for k in request.post_vars: s += "<br>%s: %s" % (k, request.post_vars[k]) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index e425699bfe9bf1e27aa6e87f94e2695c564087cc..0633a75daa82f6c66c77164de57a00d5222f184d 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -1,5 +1,8 @@ --------------------------------- CHANGE LOG ---------------------------------- +HEAD + - script to build the and tag a new version of plugin_dbui + 4.3.0 (Dec 11) - Major change which is not backward compatible - Add mechanism to transport database validators on the client side. diff --git a/static/plugin_dbui/src/appbase.js b/static/plugin_dbui/src/appbase.js index 8be6c14f8da5c3e311924fb4d4fbe93c3229aa74..a7368e40e643243b1162473fc45f561198e8b243 100644 --- a/static/plugin_dbui/src/appbase.js +++ b/static/plugin_dbui/src/appbase.js @@ -22,7 +22,7 @@ Ext.namespace('App'); /** * @param {String} App.version version of the library */ -App.version = '0.4.3' +App.version = '0.4.3'; /** * Helper function mimicking the encode_field function running on the server