Edgewall Software
Show
Ignore:
Timestamp:
07/06/2005 11:40:42 AM (3 years ago)
Author:
cboos
Message:

InterTrac: fixed support for shorthand InterTrac links so that it works also for sibling environments (r1896 and r1899 did not play well together)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/cboos-dev/intertrac-branch/trac/Changeset.py

    r1899 r1912  
    112112 
    113113    def _format_link(self, formatter, ns, rev, label, fullmatch=None): 
    114         intertrac = formatter.intertrac_helper(ns, rev, label, fullmatch) 
     114        intertrac = formatter.shorthand_intertrac_helper(ns, rev, label, 
     115                                                         fullmatch) 
    115116        if intertrac: 
    116117            return intertrac