Changes between Version 62 and Version 63 of SimpleMultiProjectPlugin


Ignore:
Timestamp:
Nov 25, 2015, 10:36:16 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SimpleMultiProjectPlugin

    v62 v63  
    4747
    4848Admin Interface:
    49 [[BR]]
     49
    5050
    5151[[Image(admin_project.png, 400px)]]
     
    5454
    5555Add project summary and description. This is displayed on the roadmap page then:
    56 [[BR]]
     56
    5757
    5858[[Image(admin_projects_modify.png, 400px)]]
     
    7575
    7676Group milestones and versions on the roadmap by project, show project summary and description in the header of the project box, and display only projects chosen in the filter box:
    77 [[BR]]
     77
    7878
    7979[[Image(roadmap_projects_filter.png, 400px)]]
     
    8282
    8383Display only tickets in the timeline of projects chosen in the filter box (adapted from TimelineComponentFilterPlugin):
    84 [[BR]]
     84
    8585
    8686[[Image(timeline_projects_filter.png, 400px)]]
     
    118118== Download
    119119
    120 Download the zipped source from [download:simplemultiprojectplugin here].
     120Download the zipped source from [export:simplemultiprojectplugin here].
    121121
    122122The current release version is V0.5.0 in the ''tags'' directory. The ''trunk'' version works but may lack some documentation.
     123
    123124== Source
    124125
    125 You can check out SimpleMultiProjectPlugin from [http://trac-hacks.org/svn/simplemultiprojectplugin here] using Subversion, or [source:simplemultiprojectplugin browse the source] with Trac.
     126You can check out SimpleMultiProjectPlugin from [/svn/simplemultiprojectplugin here] using Subversion, or [source:simplemultiprojectplugin browse the source] with Trac.
    126127
    127128== Installation
     
    158159    - {{{ !, bob, anonymous, group2 }}} to exclude from the project.
    159160[[BR]]
    160 There are some trac.ini options to control the plugin.
    161  1.  Creation of milestones is only possible when a project is chosen. You may disable this behaviour by setting the following in trac.ini:
     161There are some `trac.ini` options to control the plugin.
     162 1.  Creation of milestones is only possible when a project is chosen. You may disable this behaviour by setting the following in `trac.ini`:
    162163{{{#!ini
    163164[simple-multi-project]
    164165milestone_without_project = True
    165166}}}
    166  1.  To ensure only a single project is associated with each milestone set the following in trac.ini:
     167 1.  To ensure only a single project is associated with each milestone set the following in `trac.ini`:
    167168{{{#!ini
    168169[simple-multi-project]
    169170single_project_milestones = True
    170171}}}
    171  1. Creation of versions is only possible when a project is chosen. You may disable this behaviour by setting the following in trac.ini:
     172 1. Creation of versions is only possible when a project is chosen. You may disable this behaviour by setting the following in `trac.ini`:
    172173{{{#!ini
    173174[simple-multi-project]
    174175version_without_project = True
    175176}}}
    176  1. To ensure only a single project is associated with each version set the following in trac.ini:
     177 1. To ensure only a single project is associated with each version set the following in `trac.ini`:
    177178{{{#!ini
    178179[simple-multi-project]