[Mpuls-commits] r1258 - wasko/branches/2.0

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 4 18:14:00 CET 2010


Author: torsten
Date: 2010-02-04 18:13:58 +0100 (Thu, 04 Feb 2010)
New Revision: 1258

Modified:
   wasko/branches/2.0/ChangeLog
Log:
Updated ChangeLog


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-02-04 17:13:38 UTC (rev 1257)
+++ wasko/branches/2.0/ChangeLog	2010-02-04 17:13:58 UTC (rev 1258)
@@ -1,3 +1,30 @@
+2010-02-04  Torsten Irländer <torsten.irlaender at intevation.de>
+
+	Added test dir for the base	
+
+	* mpulsweb/tests
+	  mpulsweb/tests/functional
+	  mpulsweb/tests/functional/__init__.py
+	  mpulsweb/tests/__init__.py
+
+	Added new controller for authentification (login, logout)
+
+	* mpulsweb/controllers/auth.py
+	  mpulsweb/tests/functional/test_auth.py
+
+	Added new controller for the landing page (blackboard)
+
+	* mpulsweb/controllers/mpuls.py
+	  mpulsweb/tests/functional/test_mpuls.py
+
+	Adopted code to use the new auth controller
+
+	* waskaweb/templates/login.mako: Send data to auth controller
+	* waskaweb/templates/main.mako: call auth logout from auth controller
+	* mpulsweb/lib/base.py: Redirect to new auth controller if user is not
+	  authorized.
+	* waskaweb/controllers/waska.py: Is now inherited from MpulsController
+
 2010-02-04  Bernhard Herzog  <bh at intevation.de>
 
 	* waskaweb/model/case.py (SessionCase.getEditor): Removed.  Not used.



More information about the Mpuls-commits mailing list