[Mpuls-commits] r1328 - wasko/branches/2.0
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Feb 8 14:32:38 CET 2010
Author: torsten
Date: 2010-02-08 14:32:37 +0100 (Mon, 08 Feb 2010)
New Revision: 1328
Modified:
wasko/branches/2.0/ChangeLog
Log:
Updated ChangeLog
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-08 13:32:23 UTC (rev 1327)
+++ wasko/branches/2.0/ChangeLog 2010-02-08 13:32:37 UTC (rev 1328)
@@ -1,3 +1,25 @@
+2010-02-08 Torsten Irländer <torsten.irlaender at intevation.de>
+
+ Added default templates for help
+
+ * mpulsweb/templates/help,
+ mpulsweb/templates/help/help.mako: New. Empty templates for help.
+
+ Added default templates for info
+
+ * mpulsweb/templates/info,
+ mpulsweb/templates/info/info.mako: New. Empty templates for info.
+
+ Added new controllers for help and info
+
+ * mpulsweb/controllers/help.py,
+ mpulsweb/controllers/info.py: New. Return empty default pages
+
+ Call new controllers for help and info
+
+ * mpulsweb/templates/main.mako: Modfied links for help and info to
+ call the new controllers.
+
2010-02-08 Bernhard Herzog <bh at intevation.de>
* waskaweb/controllers/caselifetime.py: Expand star imports. This
@@ -55,6 +77,11 @@
title from config.
* waskaweb/templates/main.mako: Call get_app_title function to insert
app title for the html page (header/title)
+ * mpulsweb/templates/home/home.mako: New. Default template for the
+ "home" page aka "blackboard".
+ * mpulsweb/templates/main.mako: Inherit from base.mako
+ * mpulsweb/controllers/mpuls.py (MpulsController.index): Return
+ main.mako
* mpulsweb/templates/base.mako: New. Common to all template files.
Mainly the header definition.
More information about the Mpuls-commits
mailing list