Changes between Version 3 and Version 4 of TracBacksPlugin


Ignore:
Timestamp:
Apr 12, 2008, 6:38:42 AM (16 years ago)
Author:
Mel Chua
Comment:

escaping wikisyntax

Legend:

Unmodified
Added
Removed
Modified
  • TracBacksPlugin

    v3 v4  
    99=== More detail ===
    1010
    11 TracBacks provides internal trackback functionality between tickets in a Trac instance.
     11!TracBacks provides internal trackback functionality between tickets in a Trac instance.
    1212
    1313Scenario: If developer A is working on ticket 1 and developer B is working on ticket 2 and writes some notes (on ticket 2) how it’s related to ticket 1, it automatically makes a (ticket-2)-to-(ticket 1) link that’s easy to follow to get more details. So far so good. However, developer A has no idea her ticket has just been discussed on ticket 2, and tinkers on blithely unaware of what is going on around her, because there is no reciprocal (ticket 1)-to-(ticket 2) link.
    1414
    15 How can we automatically indicate that tickets are being discussed at other tickets? TracBacks. What this plugin does is simply to create that reciprocal (ticket 1)-to-(ticket 2) link so that anyone looking at ticket 1 can see it has been talked about on ticket 2 as well. You can see it here at http://trac-hacks.org/wiki/TracBacksPlugin, and it’s rapidly being improved upon by others.
     15How can we automatically indicate that tickets are being discussed at other tickets? !TracBacks. What this plugin does is simply to create that reciprocal (ticket 1)-to-(ticket 2) link so that anyone looking at ticket 1 can see it has been talked about on ticket 2 as well. You can see it here at http://trac-hacks.org/wiki/TracBacksPlugin, and it’s rapidly being improved upon by others.
    1616
    1717== Bugs/Feature Requests ==