Changes between Version 1 and Version 2 of MultiProjectBacklogPlugin


Ignore:
Timestamp:
Mar 11, 2016, 12:04:25 PM (8 years ago)
Author:
Cinc-th
Comment:

Some improvements to description. Moved source description to Source section.

Legend:

Unmodified
Added
Removed
Modified
  • MultiProjectBacklogPlugin

    v1 v2  
    99    https://trac-hacks.org/wiki/TracBacklogPlugin
    1010
    11 with last commit
    12 
    13     https://github.com/jszakmeister/trac-backlog/commit/6e76f506351847189dcbfb26bfcad7889aa76f24
    14 
    15 from 2013-10-15. The code from the pull request
    16 
    17     https://github.com/jszakmeister/trac-backlog/pull/12
    18 
    19 which adds support for ticket custom fields is included. Some interface improvements and bug fixes went into the code. The codebase was
     11The codebase was
    2012updated to support modern Trac concepts introduced with V0.12 and V1.0.
    2113
    22 
    23 It supports multiple projects when using SimpleMultiProjectPlugin. Note that
     14The plugin now supports multiple projects when using SimpleMultiProjectPlugin. Note that
    2415you may also use this plugin without multiple projects. That means you don't need
    2516to have SimpleMultiProjectPlugin installed.
    2617
    27 This plugin is meant to help you with your agile process using Trac.  One of
    28 the key practices of agile development, is prioritizing the backlog.  That
    29 can be difficult to do in Trac, as it doesn't have any way of doing
     18This plugin is meant to support you with your agile process using Trac by helping with prioritizing a (possibly project specific)  backlog.  That
     19can normally be difficult to do in Trac, as it doesn't have any way of doing
    3020fine-grained ranking of tickets.  This plugin helps resolve that
    3121short-coming.
    3222
    33 MultiProjectBacklog adds a new navigational element to your navigation bar.
     23MultiProjectBacklogPlugin adds a new navigational element to your navigation bar.
    3424Clicking on it will take you to the unscheduled backlog (all active tickets
    3525of a project that aren't currently assigned to a milestone).  On the right hand side,
     
    7262You can check out MultiProjectBacklogPlugin from [/svn/multiprojectbacklogplugin here] using Subversion, or [source:multiprojectbacklogplugin browse the source] with Trac.
    7363
     64This plugin is derived from TracBacklog plugin:
     65
     66    https://trac-hacks.org/wiki/TracBacklogPlugin
     67
     68with last commit
     69
     70    https://github.com/jszakmeister/trac-backlog/commit/6e76f506351847189dcbfb26bfcad7889aa76f24
     71
     72from 2013-10-15. The code from the pull request
     73
     74    https://github.com/jszakmeister/trac-backlog/pull/12
     75
     76which adds support for ticket custom fields is included.
     77
     78Instead of using the Dojo toolkit the plugin now uses jQuery-ui coming with Trac.
     79
     80
    7481== Installation
    7582