[Mpuls-commits] r2194 - in wasko/branches/2.0: . mpulsweb mpulsweb/config mpulsweb/i18n

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 25 16:44:26 CET 2010


Author: torsten
Date: 2010-03-25 16:44:25 +0100 (Thu, 25 Mar 2010)
New Revision: 2194

Added:
   wasko/branches/2.0/mpulsweb/i18n/
Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/mpulsweb/config/environment.py
Log:
Copied i18n files into base


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-03-25 15:16:28 UTC (rev 2193)
+++ wasko/branches/2.0/ChangeLog	2010-03-25 15:44:25 UTC (rev 2194)
@@ -45,6 +45,8 @@
 	* mpulsweb/controllers/appointment.py
 	(AppointmentController.editAction): Do not render trace.mako on
 	exception
+	* mpulsweb/model/agencysettings.py (Agency._loadDefaultStatement):
+	Deleted. Not used anymore.
 
 2010-03-24  Torsten Irländer <torsten.irlaender at intevation.de>
 

Modified: wasko/branches/2.0/mpulsweb/config/environment.py
===================================================================
--- wasko/branches/2.0/mpulsweb/config/environment.py	2010-03-25 15:16:28 UTC (rev 2193)
+++ wasko/branches/2.0/mpulsweb/config/environment.py	2010-03-25 15:44:25 UTC (rev 2194)
@@ -72,7 +72,7 @@
                  templates=template_urls)
 
     # Initialize config with the basic options
-    config.init_app(global_conf, app_conf, package='waskaweb',
+    config.init_app(global_conf, app_conf, package='mpulsweb',
                     template_engine='mako', paths=paths)
 
     config['routes.map'] = make_map()

Copied: wasko/branches/2.0/mpulsweb/i18n (from rev 2186, wasko/branches/2.0/jmdweb/i18n)


Property changes on: wasko/branches/2.0/mpulsweb/i18n
___________________________________________________________________
Name: svn:ignore
   + *.pyc

Name: svn:mergeinfo
   + 



More information about the Mpuls-commits mailing list