[Mageia-sysadm] [191] - do not hardcode project url in mail sent, use a configuration for that

root at mageia.org root at mageia.org
Tue Dec 21 03:23:36 CET 2010


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:
--------------
    identity/CatDap/trunk/catdap.yml
    identity/CatDap/trunk/root/email/activation.tt
    identity/CatDap/trunk/root/email/admin/password.tt

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 at 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 %]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101221/9a84258a/attachment.html>


More information about the Mageia-sysadm mailing list