[Mpuls-commits] r4032 - base/trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 26 18:28:38 CEST 2010


Author: torsten
Date: 2010-10-26 18:28:37 +0200 (Tue, 26 Oct 2010)
New Revision: 4032

Modified:
   base/trunk/ChangeLog
Log:
Updated ChangeLog


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2010-10-26 16:27:53 UTC (rev 4031)
+++ base/trunk/ChangeLog	2010-10-26 16:28:37 UTC (rev 4032)
@@ -1,3 +1,23 @@
+2010-10-26  Torsten Irlaender <torsten at intevation.de>
+
+	* mpulsweb/public/styles/screen.css: Added more styles for select
+	field on loginscreen.
+	* default_dblist.json: New. Empty dblist.
+	* mpulsweb.egg-info/paste_deploy_config.ini_tmpl,
+	  development.ini: Added new configuration variable to define the
+	  localtion for a db-liste
+	* mpulsweb/lib/config.py: Added new class "MpulsDBList" to load db
+	  lists form json file. 
+	* mpulsweb/lib/app_globals.py: Load list of available databases and
+	  safe them as global var. 
+	* mpulsweb/lib/helpers.py (get_db_selectionlist): Added new function
+	  wich returns a dictionary with available databases. Used to select
+	  the database to logon in loginscreen.
+	* mpulsweb/lib/security.py: Added new function which tries to fetch
+	  the name of the db to login from submitted form parameter.
+	* mpulsweb/templates/auth/login.mako: Added select box with available
+	  db to connect to if they are defined in the dblist json.
+
 2010-10-25  Bernhard Herzog  <bh at intevation.de>
 
 	* setup.py: Add entry point for the redirectory which was only



More information about the Mpuls-commits mailing list