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/ticket/api.py

    r1899 r1912  
    156156 
    157157    def _format_link(self, formatter, ns, target, label, fullmatch=None): 
    158         intertrac = formatter.intertrac_helper(ns, target, label, fullmatch) 
     158        intertrac = formatter.shorthand_intertrac_helper(ns, target, label, 
     159                                                         fullmatch) 
    159160        if intertrac: 
    160161            return intertrac