Modify

Opened 15 years ago

Closed 15 years ago

#4177 closed defect (fixed)

FillBlog Notification plugin template FIX

Reported by: ilesik Owned by: Nick Loeve
Priority: normal Component: FullBlogNotificationPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

There is a problem with URLs in email template:

Email notification template have lines:

"Page URL: ${project.url}${link}"

Where ${link} already absolute url, so emails have incorrect urls in it. Example: Page URL: https://mysite.com/project/xfshttps://mysite.com/project/xfs/blog/newpost

So, to get correct urls in email I have changed template lines "Page URL: ${project.url}${link}" -> "Page URL: ${link}"

Please include this in future release.

Attachments (0)

Change History (1)

comment:1 Changed 15 years ago by Nick Loeve

Resolution: fixed
Status: newclosed

(In [4884]) fixes #4177

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Nick Loeve.
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.