#41919: Add CommitTicketUpdater Trac plugin -----------------------------+------------------------- Reporter: ryandesign@… | Owner: wsiegrist@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: server/hosting | Version: Resolution: | Keywords: Port: | -----------------------------+------------------------- Comment (by ryandesign@…): Actually I see it's distributed with Trac, so it should already be installed, just not enabled. The instructions say it can be enabled either:
A. Through the Admin interface ([/admin/general/plugin admin/general/plugin]), enable: ''tracopt.ticket.commit_updater.*'' modules a. CommitTicketUpdater (tracopt.ticket.commit_updater.*)
I don't see an option to do this there, so we may need the second method:
B. alternativally editing `trac.ini` file, add the following line at the `[components]` section: {{{ tracopt.ticket.commit_updater.committicketreferencemacro = enabled tracopt.ticket.commit_updater.committicketupdater = enabled }}}
-- Ticket URL: <https://trac.macports.org/ticket/41919#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X