Changes between Version 63 and Version 64 of SimpleMultiProjectPlugin


Ignore:
Timestamp:
Mar 11, 2016, 11:51:56 AM (8 years ago)
Author:
Cinc-th
Comment:

Split installation section into installation and configuration sections. Added section about integration with other plugins.

Legend:

Unmodified
Added
Removed
Modified
  • SimpleMultiProjectPlugin

    v63 v64  
    1515 * You can rectrict access to certain milestones, versions and tickets by defining members or non-members of a project.
    1616
    17 This is already running stable in a real production environment.
     17This is already running stable in some real production environments.
    1818
    1919'''Note''': The Multiple Project feature in the sense of having a meta Trac project on top of several Trac projects is discussed in T:#11025 (formerly T:#130) and the unscheduled milestone [T:milestone:topic-multiproject Trac topic-multiproject].
    2020
     21=== Integration with other plugins
     22MultiProjectBacklogPlugin integrates with this plugin allowing you to maintain project specific backlogs in your agile process.
     23
     24When ExtendedVersionPlugin is installed SimpleMultiProjectPlugin adds an additional ''Version'' column to the milestone table of the milestone admin page.
    2125=== Plan
    2226
     
    159163    - {{{ !, bob, anonymous, group2 }}} to exclude from the project.
    160164[[BR]]
    161 There are some `trac.ini` options to control the plugin.
     165
     166== Configuration
     167The plugin comes with sane default values but if you have specific requirements you may change some configuration options.
     168
     169When ExtendedVersionPlugin is installed an additional column with version information is added to the milestone table on the admin page. You may remove this column just by disabling the plugin {{{SmpAddExtendedVersionColumn}}}. Use the plugin admin panel or add the following line to your configuration file:
     170{{{#!ini
     171[components]
     172simplemultiprojectplugin.admin_filter.SmpAddExtendedVersionColumn = disabled
     173}}}
     174
     175There are some `trac.ini` options to control association of projects with milestones and components.
    162176 1.  Creation of milestones is only possible when a project is chosen. You may disable this behaviour by setting the following in `trac.ini`:
    163177{{{#!ini