Modify ↓
Opened 18 years ago
Closed 18 years ago
#3597 closed defect (fixed)
Ticket email alert incorrect link when post-commit used
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.10.4 |
Component: | version control | Version: | 0.9.6 |
Severity: | normal | Keywords: | mod_python email ticket |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We notice today that the email alerts for tickets that are referenced or closed in a commit message have the incorrect URL to reference the ticket. We are using mod_python on windows.
e.g.: email alert for a comment:
Create a calendar that is available on a monthly view -- Ticket URL: <http://projects.mcgrath.com.au/mars/ticket/180> MARS <http://mars.mcgrath.com.au/> MARS - the enterprise application for Real Estate Agents.
email alert for a ticket closed with a commit message:
Changes (by MCGRATH\loxtond): * resolution: => fixed * status: new => closed Comment: (In [85]) added in version one of the new calendar object fixes #60,#61,#180 -- Ticket URL: <http://mars.mcgrath.com.au/ticket/61> MARS <http://mars.mcgrath.com.au/> MARS - the enterprise application for Real Estate Agents.
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
Component: | ticket system → version control |
---|---|
Milestone: | → 0.10.5 |
Owner: | changed from | to
comment:2 by , 18 years ago
Milestone: | 0.10.5 → 0.10.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in r4954.
Note:
See TracTickets
for help on using tickets.
0.10.x is using the option
-s <url>
or, if not set, defaults to the[project] url
setting, which is not really correct: it should be use[trac] base_url
.In 0.11, the option
-s <url>
has been deprecated, and the[trac] base_url
setting is always used.