Modify

Opened 14 years ago

Closed 14 years ago

#7585 closed defect (fixed)

[Patch] URLs not parsable in wiki plain text emails

Reported by: robrien Owned by: Robert Corsaro
Priority: normal Component: AnnouncerPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

The URL supplied by the wiki_email_plaintext.txt template aren't parsable by MUA some MUAs.

Simple patch follows:

--- a/announcer/templates/wiki_email_plaintext.txt
+++ b/announcer/templates/wiki_email_plaintext.txt
@@ -9,6 +9,6 @@ ${diff}
 {% when action == "deleted" %} * The '${page.name}' has been deleted. {% end %}\
 {% end %}\
 --
-Page URL: <URL:${page_link}>
-${project_name} <URL:${project_link}>
+Page URL: <${page_link}>
+${project_name} URL: <${project_link}>
 ${project_desc}

Attachments (0)

Change History (2)

comment:1 Changed 14 years ago by Ryan J Ollos

Summary: URLs not parsable in wiki plain text emails[Patch] URLs not parsable in wiki plain text emails

comment:2 Changed 14 years ago by Robert Corsaro

Resolution: fixed
Status: newclosed

(In [8866]) Fixes links in emails

Fixes #7585 Thanks robrien!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Robert Corsaro.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.