From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- .../attachments/20101221/9a84258a/attachment.html | 102 +++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20101221/9a84258a/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20101221/9a84258a/attachment.html') diff --git a/zarb-ml/mageia-sysadm/attachments/20101221/9a84258a/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101221/9a84258a/attachment.html new file mode 100644 index 000000000..cab15a019 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101221/9a84258a/attachment.html @@ -0,0 +1,102 @@ + + + +[191] - do not hardcode project url in mail sent, use a configuration for that + + + + +
+
+
Revision
191
+
Author
misc
+
Date
2010-12-21 03:23:36 +0100 (Tue, 21 Dec 2010)
+
+ +

Log Message

+
- do not hardcode project url in mail sent, use a configuration for that
+ +

Modified Paths

+ + +
+
+Modified: identity/CatDap/trunk/catdap.yml
+===================================================================
+--- identity/CatDap/trunk/catdap.yml	2010-12-21 02:23:32 UTC (rev 190)
++++ identity/CatDap/trunk/catdap.yml	2010-12-21 02:23:36 UTC (rev 191)
+@@ -11,6 +11,7 @@
+ default_view: Web
+ 
+ organisation: Mageia
++project_url: http://www.mageia.org/
+ apptitle: Mageia Identity Management
+ emailfrom: noreply@mageia.org
+ 
+
+Modified: identity/CatDap/trunk/root/email/activation.tt
+===================================================================
+--- identity/CatDap/trunk/root/email/activation.tt	2010-12-21 02:23:32 UTC (rev 190)
++++ identity/CatDap/trunk/root/email/activation.tt	2010-12-21 02:23:36 UTC (rev 191)
+@@ -4,4 +4,4 @@
+ [% url %]
+ 
+ --
+-http://mageia.org/
+\ No newline at end of file
++[% c.config.project_url %]
+
+Modified: identity/CatDap/trunk/root/email/admin/password.tt
+===================================================================
+--- identity/CatDap/trunk/root/email/admin/password.tt	2010-12-21 02:23:32 UTC (rev 190)
++++ identity/CatDap/trunk/root/email/admin/password.tt	2010-12-21 02:23:36 UTC (rev 191)
+@@ -7,4 +7,4 @@
+ [% url %]
+ 
+ --
+-http://mageia.org/
+\ No newline at end of file
++[% c.config.project_url %]
+
+
+ + + \ No newline at end of file -- cgit v1.2.1