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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Mar 8 10:41:08 CET 2010


Author: torsten
Date: 2010-03-08 10:41:07 +0100 (Mon, 08 Mar 2010)
New Revision: 1904

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


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-03-08 09:40:49 UTC (rev 1903)
+++ wasko/branches/2.0/ChangeLog	2010-03-08 09:41:07 UTC (rev 1904)
@@ -1,3 +1,27 @@
+2010-03-08  Torsten Irländer <torsten.irlaender at intevation.de>
+
+	* mpulsweb/lib/validators.py (DateOrder): New Validator to check to
+	correct order of two datefields. (MyDateConverter): New DateConverter
+	which allows dd.mm.jjjj dates. (CreateAppointmentForm): User new
+	Validators
+
+2010-03-05  Torsten Irländer <torsten.irlaender at intevation.de>
+
+	* mpulsweb/lib/validators.py (LoginCheck.validate_python): Fixed mpuls
+	issue 1285. Check if username is "cm", "admin" oder "adm". Raise
+	exception if so.
+	* mpulsweb/lib/validators.py (SecurePassword.validate_python): Fixed
+	mpuls issue 1290. Ensure that userpassword does not contain only
+	numbers or special chars.
+	* mpulsweb/lib/validators.py (MyDateConverter.__init__): New Converter
+	inherited from DateConverter. Allow german notation.
+	* mpulsweb/model/appointment.py (Appointment._convertStr2Date):
+	Deleted. Not used anywherenow
+	* mpulsweb/model/appointment.py (Appointment._convert2Datetime): New
+	convert function which combines date and time to datetime. 
+	* mpulsweb/model/appointment.py (Appointment.setData): Use convert
+	function
+
 2010-03-05  Bernhard Herzog  <bh at intevation.de>
 
 	* mpulsweb/controllers/formularpage.py



More information about the Mpuls-commits mailing list