Ticket #4177 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

FillBlog Notification plugin template FIX

Reported by: ilesik Assigned to: trickie
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

Change History

11/28/08 15:52:25 changed by trickie

  • status changed from new to closed.
  • resolution set to fixed.

(In [4884]) fixes #4177


Add/Change #4177 (FillBlog Notification plugin template FIX)




Change Properties
Action