Changes between Version 56 and Version 57 of SimpleMultiProjectPlugin


Ignore:
Timestamp:
Jul 27, 2015, 1:49:26 PM (9 years ago)
Author:
figaro
Comment:

Further cosmetic changes, rationalise tags

Legend:

Unmodified
Added
Removed
Modified
  • SimpleMultiProjectPlugin

    v56 v57  
    9292
    9393If you have any issues, create a
    94 [http://trac-hacks.org/newticket?component=SimpleMultiProjectPlugin new ticket].
     94[/newticket?component=SimpleMultiProjectPlugin new ticket].
    9595
    9696[[TicketQuery(component=SimpleMultiProjectPlugin&group=type,format=progress)]]
     
    106106== Installation
    107107
    108  1. Add a custom ticket field 'project' in your `trac.ini` file to give tickets the information to which project they belong. Milestones selection depends on that as well.
     108 1. Add a custom ticket field 'project' in your `trac.ini` file to give tickets the information to which project they belong. Milestones selection depends on that as well:
    109109 {{{#!ini
    110110[ticket-custom]
     
    113113project.value =
    114114}}}
    115  1. Generate the plugin .egg file from sources
     115 1. Generate the plugin .egg file from sources:
    116116 {{{#!sh
    117117python setup.py bdist_egg
    118118}}}
    119  1. Copy the plugin to Trac, e.g.
     119 1. Copy the plugin to the plugins directory of your Trac installation:
    120120 {{{#!sh
    121121cp dist/SimpleMultiProject-0.0.1-py2.6.egg /instance_trac/plugins/
    122122}}}
    123  1. Restart Apache. After installation of this plugin Trac needs a database upgrade!
     123 1. Restart Apache: after installation of this plugin Trac needs a database upgrade:
    124124 {{{#!sh
    125125trac-admin /instance_trac/ upgrade