Changes between Version 35 and Version 36 of TracTicketChangelogPlugin


Ignore:
Timestamp:
Feb 16, 2021, 9:46:00 PM (3 years ago)
Author:
clemens
Comment:

added extra note note that optional tracopt.ticket.commit_updater.* is not required for version 1.2

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v35 v36  
    9898* `(?:\n|[^#])*#%s(?:\D|$)` matches ticket references in the form `#xyz` anywhere in the commit message.[[br]]See comment:5:ticket:7884
    9999
    100 In version 1.2 of the plugin, the pattern is configured using the [trac:CommitTicketUpdater#Configuration CommitTicketUpdater] options.
     100In version 1.2 of the plugin, the pattern is configured using the [trac:CommitTicketUpdater#Configuration CommitTicketUpdater] options
     101from the `[Ticket]` section of `trac.ini`.
     102Note that in this case the plugin does not care if the the optional
     103`tracopt.ticket.commit_updater.*` is actually enabled or disabled.
     104It is enough if the configuration options are present.
    101105
    102106Version 0.12 requires granting `TICKETLOG_VIEW` permission for the change log to be visible. The permission was redundant with `CHANGESET_VIEW`, so it was removed in version 1.0. In version 1.0 and later the ticket log will be visible to users that have been granted `CHANGESET_VIEW`.