Edgewall Software

Changes between Version 17 and Version 18 of 0.12/TracRepositoryAdmin


Ignore:
Timestamp:
Feb 22, 2017, 2:43:53 PM (7 years ago)
Author:
vglebov@…
Comment:

Added note about TICKET_APPEND permissions to #trac-post-commit-hook

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracRepositoryAdmin

    v17 v18  
    188188
    189189You must now use the optional components from `tracopt.ticket.commit_updater.*`, which you can activate through the Plugins panel in the Administrative part of the web interface, or by directly modifying the [TracIni#components-section "[components]"] section in the trac.ini. Be sure to use [#ExplicitSync explicit synchronization] as explained above.
     190
     191Check permissions for authenticated, it must have TICKET_APPEND permission. The installation process adds default permissions for authenticated. However, in the admin panel this permissions can be removed. Command `trac-admin /path/to/env changeset added <my-repository> $REV` need TICKET_APPEND permission.