Edgewall Software

Changes between Initial Version and Version 1 of Ticket #3007


Ignore:
Timestamp:
Apr 9, 2006, 11:35:54 PM (18 years ago)
Author:
Christian Boos
Comment:

Well, you probably don't have the adequate WebAdmin#PluginVersions. The fix you proposed is part of r2705.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3007

    • Property Status newclosed
    • Property Resolutionworksforme
  • Ticket #3007 – Description

    initial v1  
    22
    33When installing the current version of the TracWebAdmin plugin with trac 0.9.4 the link in the mainnav is broken. I'm attaching a fix which basically converts the yield statement to this:
    4 
     4{{{
    55            yield 'mainnav', 'admin', Markup('<a href="%s">Admin</a>',self.env.href.admin())
    6 
     6}}}
    77and adds the import statement for trac.util:
    8 
     8{{{
    99from trac.util import Markup
     10}}}