Changes between Version 36 and Version 37 of SimpleMultiProjectPlugin


Ignore:
Timestamp:
Mar 19, 2013, 1:36:26 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • SimpleMultiProjectPlugin

    v36 v37  
    9797 1. Add a custom ticket field 'project' in your trac.ini to give tickets the information to which project they belong. Milestones selection depends on that as well.
    9898   {{{
     99   #!ini
    99100   [ticket-custom]
    100101   project = text
     
    104105 2. Generate the plugin .egg file from sources
    105106   {{{
     107   #!sh
    106108   python setup.py bdist_egg
    107109   }}}
    108110 3. Copy the plugin to Trac, e.g.
    109111   {{{
     112   #!sh
    110113   cp dist/SimpleMultiProject-0.0.1-py2.6.egg /instance_trac/plugins/
    111114   }}}
    112115 4. Restart Apache. After installation of this plugin Trac needs a database upgrade!
    113116   {{{
     117   #!sh
    114118   trac-admin /instance_trac/ upgrade
    115119   }}}