Edgewall Software

Changes between Version 18 and Version 19 of 1.1/TracInstall


Ignore:
Timestamp:
Mar 9, 2015, 8:12:05 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Merged TracInstall@401.

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/TracInstall

    v18 v19  
    384384}}}
    385385
    386 After enabling the components, repositories can be configured through the "Repositories" admin panel or by editing [TracIni#repositories-section trac.ini].
    387 
    388 === Automatic reference to the SVN changesets in Trac tickets
    389 
    390 You can configure SVN to automatically add a reference to the changeset into the ticket comments, whenever changes are committed to the repository. The description of the commit needs to contain one of the following formulas:
    391  * '''`Refs #123`''' - to reference this changeset in `#123` ticket
    392  * '''`Fixes #123`''' - to reference this changeset and close `#123` ticket with the default status ''fixed''
    393 
    394 This functionality requires a post-commit hook to be installed as described in [wiki:TracRepositoryAdmin#ExplicitSync TracRepositoryAdmin], and enabling the optional commit updater components by adding the following line to the `[components]` section of your [wiki:TracIni#components-section trac.ini], or enabling the components in the "Plugins" admin panel.
    395 {{{#!ini
    396 tracopt.ticket.commit_updater.* = enabled
    397 }}}
    398 For more information, see the documentation of the `CommitTicketUpdater` component in the "Plugins" admin panel.
     386After enabling the components, repositories can be configured through the //Repositories// admin panel or by editing [TracIni#repositories-section trac.ini]. Automatic changeset references can be inserted as ticket comments by configuring [TracRepositoryAdmin#Automaticchangesetreferencesintickets CommitTicketUpdater].
    399387
    400388=== Using Trac