Changes between Version 12 and Version 13 of TicketTreePlugin


Ignore:
Timestamp:
Aug 21, 2015, 8:34:42 AM (9 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketTreePlugin

    v12 v13  
    77A Trac plugin to display tickets in a tree, organized based on structured ticket titles.
    88
    9 Often struggled with thousands of Trac tickets and missing a clear picture of where the problems are?
    10 
    11 Ticket Tree allows you to categorize your tickets based on the areas affected.
    12 Given this categorization, you can then display the tickets in a tree, getting a better picture of the areas and sub-areas with more problems.
     9Have you often struggled with thousands of Trac tickets and missing a clear picture of where the problems are? Ticket Tree allows you to categorize your tickets based on the areas affected. With this categorization you can then display the tickets in a tree, getting a better picture of the areas and sub-areas with more problems.
    1310In addition to that, the tree view lets you navigate your tickets more easily.
    1411
     
    6764Used without any parameter, the macro will display a tree with all of the tickets.
    6865
    69 Edit your preferred wiki page and add the following snippet to use the macro without any parameter. It will display all of your tickets.
     66Edit your preferred wiki page and add the following snippet to use the macro without any parameter. It will display all of your tickets:
    7067{{{
    7168[[TicketTree()]]
    7269}}}
    7370
    74 To use a query, add it in parenthesys. For example, the following query will display only tickets in the "new" status.
     71To use a query, add it in parentheses. For example, the following query will display only tickets in the "new" status:
    7572{{{
    7673[[TicketTree(status=new)]]
     
    9491=== Refreshing
    9592
    96 The "Refresh" button is useful to perform the query again and update the tree.
     93The "Refresh" button performs the query again and updates the tree.
    9794
    9895== Bugs/Feature Requests
    9996
    10097If you have any issues, create a
    101 [http://trac-hacks.org/newticket?component=TicketTreePlugin&owner=seccanj new ticket].
     98[/newticket?component=TicketTreePlugin new ticket].
    10299
    103100Existing bugs and feature requests for TicketTreePlugin are
     
    109106
    110107 * Project web page on !SourceForge.net: http://sourceforge.net/projects/tickettree/
    111  * Project web page on Pypi: http://pypi.python.org/pypi/TicketTree
     108 * Project web page on Pypi: [pypi:TicketTree]
     109
     110== Installation
     111
     112General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    112113
    113114== Example