Changes between Version 6 and Version 7 of DepgraphSidebarPlugin


Ignore:
Timestamp:
Nov 9, 2015, 1:11:33 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • DepgraphSidebarPlugin

    v6 v7  
    33= Provides a dependency graph for blocked tickets on the sidebar, right to the ticket
    44
    5 This plugin is based on MasterTicketsPlugin, it is directly derived from it.
     5== Description
     6
     7This plugin allows you to graphically display dependencies between Trac tickets. This plugin is based on MasterTicketsPlugin and is directly derived from it.
    68
    79== Bugs/Feature Requests
     
    1315
    1416If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=DepgraphSidebarPlugin&owner=mpapis new ticket].
     17[/newticket?component=DepgraphSidebarPlugin new ticket].
    1618
    1719[[TicketQuery(component=DepgraphSidebarPlugin&group=type,format=progress)]]
     
    1921== Download
    2022
    21 Download the zipped source from [download:depgraphsidebarplugin here].
     23Download the zipped source from [export:depgraphsidebarplugin here].
    2224
    2325== Source
    2426
    25 You can check out DepgraphSidebarPlugin from [http://trac-hacks.org/svn/depgraphsidebarplugin here] using Subversion, or [source:depgraphsidebarplugin browse the source] with Trac.
     27You can check out DepgraphSidebarPlugin from [/svn/depgraphsidebarplugin here] using Subversion, or [source:depgraphsidebarplugin browse the source] with Trac.
     28
     29== Installation
     30
     31General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    2632
    2733== Recent Changes