Changes between Initial Version and Version 1 of TicketTreePlugin


Ignore:
Timestamp:
May 30, 2011, 3:34:45 PM (13 years ago)
Author:
Roberto Longobardi
Comment:

New hack TicketTreePlugin, created by seccanj

Legend:

Unmodified
Added
Removed
Modified
  • TicketTreePlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Ticket Tree =
     4
     5== Description ==
     6
     7Ticket Tree for Trac
     8
     9  Copyright 2010 Roberto Longobardi, Marco Cipriani
     10
     11  Project web page on TracHacks: http://trac-hacks.org/wiki/TicketTree
     12 
     13  Project web page on SourceForge.net: http://sourceforge.net/projects/tickettree/
     14 
     15  Project web page on Pypi: http://pypi.python.org/pypi/TicketTree
     16
     17
     18A Trac plugin to display tickets in a tree, organized based on structured ticket titles.
     19
     20
     21More details:
     22
     23Often struggled with thousands of Trac tickets and missing a clear picture of where the problems are?
     24
     25Ticket Tree allows you to categorize your tickets based on the areas affected.
     26Given this categorization, you can then display the tickets in a tree, getting a better picture
     27of the areas and sub-areas with more problems.
     28In addition to that, the tree view lets you navigate your tickets more easily.
     29
     30The categorization mechanism is really simple, as it's based on the ticket title.
     31You will use the dash '-' character to define the category and sub-categories in your tickets.
     32
     33For example, giving the following title to a ticket:
     34
     35 User Interface - Main menu - File menu - Unable to click on the "Open File" item
     36
     37will display your ticket in the tree as follows:
     38
     39 + User Interface
     40   + Main menu
     41     + File menu
     42         Unable to click on the "Open File" item
     43
     44
     45=== Statistics: ===
     46Next to each category you will see the number of all tickets, and the detail of open and
     47closed tickets, in that category.
     48
     49=== Searching and Filtering: ===
     50You can quickly search and filter tickets in the tree using the "Find" text box.
     51Just start typing text in it to see your ticket tree reducing and highlighting only the tickets
     52matching your text.
     53You can type more than one word: only the tickets matching all of them will be displayed.
     54Special words are "open" and "closed": they will limit the view to only open and closed tickets,
     55respectively.
     56
     57=== Querying: ===
     58The plugin provides a macro, which lets you build custom ticket trees based on specific ticket
     59queries.
     60Used without any parameter, the macro will display a tree with all of the tickets.
     61
     62=== Simplified categorization: ===
     63An interesting feature is the ability to open a ticket in a specific category directly from the
     64tree.
     65Next to each category you'll find a "new" link, clicking which you will be opened the ticket
     66creation page with the ticket's title already built with the corresponding category and
     67sub-categories, and a place-holder for the ticket's short description to follow.
     68
     69=== Refreshing: ===
     70The "Refresh" butto is useful to perform the query again and update the tree.
     71
     72
     73================================================================================================= 
     74Change History:
     75
     76(Refer to the tickets on trac-hacks for complete descriptions.)
     77
     78Release 0.9 (2011-06-01):
     79  o First release publicly available.
     80
     81
     82== Bugs/Feature Requests ==
     83
     84Existing bugs and feature requests for TicketTreePlugin are
     85[report:9?COMPONENT=TicketTreePlugin here].
     86
     87If you have any issues, create a
     88[http://trac-hacks.org/newticket?component=TicketTreePlugin&owner=seccanj new ticket].
     89
     90== Download ==
     91
     92Download the zipped source from [download:tickettreeplugin here].
     93
     94== Source ==
     95
     96You can check out TicketTreePlugin from [http://trac-hacks.org/svn/tickettreeplugin here] using Subversion, or [source:tickettreeplugin browse the source] with Trac.
     97
     98== Example ==
     99
     100Use the provided TicketTree macro in any of your wiki pages, or navigate to the provided "Ticket Tree" tab to see the default page, and see all of your tickets (or a custom query) in a tree form.
     101
     102
     103== Recent Changes ==
     104
     105[[ChangeLog(tickettreeplugin, 3)]]
     106
     107== Author/Contributors ==
     108
     109'''Author:''' [wiki:seccanj] [[BR]]
     110'''Maintainer:''' [wiki:seccanj] [[BR]]
     111'''Contributors:'''