Skip to content
Snippets Groups Projects
Commit 614b5409 authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Fix a typo in appbase.js and add the HEAD identifyer in changelog and

clean print statement.
parent 48a2c7e9
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,6 @@ def report_2(): ...@@ -43,7 +43,6 @@ def report_2():
""" """
print request.post_vars
s = "" s = ""
for k in request.post_vars: for k in request.post_vars:
s += "<br>%s: %s" % (k, request.post_vars[k]) s += "<br>%s: %s" % (k, request.post_vars[k])
......
--------------------------------- CHANGE LOG ---------------------------------- --------------------------------- CHANGE LOG ----------------------------------
HEAD
- script to build the and tag a new version of plugin_dbui
4.3.0 (Dec 11) 4.3.0 (Dec 11)
- Major change which is not backward compatible - Major change which is not backward compatible
- Add mechanism to transport database validators on the client side. - Add mechanism to transport database validators on the client side.
......
...@@ -22,7 +22,7 @@ Ext.namespace('App'); ...@@ -22,7 +22,7 @@ Ext.namespace('App');
/** /**
* @param {String} App.version version of the library * @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 * Helper function mimicking the encode_field function running on the server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment