New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #30757 (closed enhancement: fixed)

Opened 21 months ago

Last modified 6 months ago

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:1 Changed 21 months ago by jmr@…

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

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:

https://trac.macports.org/changeset/99602

comment:5 Changed 6 months ago by wsiegrist@…

  • Status changed from reopened to closed
  • Resolution set to fixed

Fixed.

comment:6 Changed 6 months ago by ryandesign@…

Thanks. Could you also fix the double slash?

comment:7 Changed 6 months ago by wsiegrist@…

Fixed the slash.

Note: See TracTickets for help on using tickets.