Modify ↓
Opened 19 years ago
Closed 19 years ago
#4645 closed defect (worksforme)
Trac email ticket URLS are broken
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
& At some point the devel version broke the footer of trac emails. The ticket's URL and the URL back to the project are broken.
We get:
Ticket URL: </ticket/150#comment:11> Pylons <> Pylons - The modern full-stack Python web development framework
Whereas we should be seeing:
Ticket URL: <http://pylonshq.com/project/ticket/69#comment:5> Pylons <http://www.pylonshq.com> Pylons - The modern full-stack Python web development framework
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 19 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
Yes, base_url is necessary for TracNotification to work correctly.
The documentation should be updated, however.
Note:
See TracTickets
for help on using tickets.



It looks like you have not defined the
base_urlparameter intrac.ini.