From 614b5409950f45d920677e273d901ede83cb950b Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <renaud.legac@free.fr>
Date: Thu, 5 Jan 2012 20:13:19 +0100
Subject: [PATCH] Fix a typo in appbase.js and add the HEAD identifyer in
 changelog and clean print statement.

---
 controllers/reports.py            | 1 -
 static/plugin_dbui/CHANGELOG      | 3 +++
 static/plugin_dbui/src/appbase.js | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/controllers/reports.py b/controllers/reports.py
index 2765a90b..f4ef6a3d 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 e425699b..0633a75d 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 8be6c14f..a7368e40 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
-- 
GitLab