id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 6849,get_relative_resource doesn't exist in trac 0.11.1,Rémi Demarthe,Ryan J Ollos,"The modification introduced with changeset 7323 uses trac.resource.get_relative_resource wich doesn't exist in my trac version (debian Lenny) The following changes seems to resolve this issue. {{{ 21c21 < from trac.resource import get_relative_resource, get_resource_url --- > from trac.resource import get_relative_url 267,269c267 < rsc = get_relative_resource(formatter.resource, wiki) < wiki = rsc.id < url = get_resource_url(self.env, rsc, formatter.href) --- > url = get_relative_url(self.env, formatter.resource, formatter.href) }}} ",defect,closed,normal,WikiCalendarMacro,normal,fixed,,,0.11