Changes between Version 12 and Version 13 of TracTicketChangelogPlugin


Ignore:
Timestamp:
Jun 7, 2013, 3:17:20 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v12 v13  
    2323=== git ===
    2424For git backend, according to #7746, you should add following config to git section:
    25 {{{
     25{{{#!ini
    2626[git]
    2727cached_repository = true
     
    3333
    3434For example, when you commit for ticket #10, the commit log like:
    35 {{{
     35{{{!ini
    3636#10 fixed blog
    3737}}}
     
    6363 2. Change to the directory containning setup.py.
    6464  * (Optional): If you are using Trac 0.12 with i18n, you should compile language files here:
    65  {{{
     65 {{{#!sh
    6666python setup.py compile_catalog -f
    6767}}}
     
    7373  * python setup.py bdist_egg
    7474  * copy the generated egg file to the trac instance's plugin directory
    75   {{{
     75  {{{#!sh
    7676cp dist/*.egg /srv/trac/env/plugins
    7777}}}
    7878
    7979 5. Config trac.ini:
    80   {{{
     80  {{{#!ini
    8181[components]
    8282ticketlog.* = enabled