Changes between Version 25 and Version 26 of ExtendedVersionPlugin


Ignore:
Timestamp:
Aug 6, 2016, 6:39:32 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ExtendedVersionPlugin

    v25 v26  
    99== Description
    1010
    11 This plugin adds version description pages, a roadmap-like view of versions, and the ability to assign milestones to versions. Most features are optional. While the Trac ticket module has the concept of a version, it is only visible as a name in a drop-down on a ticket and this plugin fixes that.
     11This plugin extends the concept of a version in Trac. While the Trac ticket module has the concept of a version, it is only visible as a name in a drop-down on a ticket and offers no further functionality.
     12
     13This plugin adds the following features to the concept of version:
     14 * version description pages
     15 * a roadmap-like view of versions
     16 * the ability to assign milestones to versions.
     17
     18Most features are optional.
    1219
    1320'''Note:''' This plugin is for Trac 0.12 and later.
     
    1522=== Screenshot: version page
    1623
    17 The version page shows the name, date, description and any assigned milestones. If milestones are assigned, it shows the overall progress for the version and the progress on each milestone.
     24The version page shows the name, date, description and any assigned milestones. If milestones are assigned, it shows the overall progress for the version and the progress on each milestone:
    1825
    19 [[Image(version_page.png, 40%)]]
     26[[Image(version_page.png, 50%, border=2)]]
    2027
    2128=== Screenshot: version roadmap
    2229
    23 The version roadmap looks very similar to the milestone roadmap.
     30The version roadmap looks very similar to the milestone roadmap:
    2431
    25 [[Image(version_roadmap.png, 40%)]]
     32[[Image(version_roadmap.png, 50%, border=2)]]
    2633
    2734=== Screenshot: milestones page
    2835
    29 Milestones assigned to versions have the version noted alongside the due date.
     36Milestones assigned to versions have the version noted alongside the due date:
    3037
    31 [[Image(milestone_version.png)]]
     38[[Image(milestone_version.png, border=2)]]
    3239
    3340== Bugs/Feature Requests
     
    5360The easiest way to install the ExtendedVersionPlugin is probably with easy_install:
    5461{{{#!sh
    55 easy_install http://trac-hacks.org/svn/extendedversionplugin/trunk
     62easy_install https://trac-hacks.org/svn/extendedversionplugin/trunk
    5663}}}
    5764