Ticket #30757 (closed enhancement: fixed)
Commit email should use https links
| Reported by: | ryandesign@… | Owned by: | wsiegrist@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | server/hosting | Version: | |
| Keywords: | Cc: | ||
| Port: |
Description
The commit email that the server sends includes a link to the changeset, but it's an http link; we're moving to https links with our other communication channels so it would be nice to switch the commit mail links too.
Change History
comment:2 Changed 14 months ago by ryandesign@…
This ticket is about our commit emails. Could we make the change, please? It's a one-byte change, probably in one of the config files on the server.
comment:3 Changed 14 months ago by wsiegrist@…
- Status changed from new to closed
- Resolution set to fixed
Both the commit email and CIA links should now be using HTTPS.
comment:4 Changed 6 months ago by ryandesign@…
- Status changed from closed to reopened
- Resolution fixed deleted
This got broken somewhere along the line. Here is an example URL in the commit email:
http://trac.macports.org//changeset/99602
That should be:
Note: See
TracTickets for help on using
tickets.


The CIA bot also prints http links. I'm not sure who can configure that.