{# Copyright (C) 2006-2017 Edgewall Software This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms are also available at http://trac.edgewall.com/license.html. This software consists of voluntary contributions made by many individuals. For the exact contribution history, see the revision history and logs, available at http://trac.edgewall.org/. #} ## ## Query view - RSS flavor ## ## jinjacheck: "no DTD" OK # trans project = project.name ${project}: Ticket Query # endtrans ${query_href} ${project.descr} en-US # if chrome.logo.src_abs: ${project.name} ${chrome.logo.src_abs} ${query_href} # endif Trac ${trac.version} # for result in results: # set href = abs_href.ticket(result.id) # if 'TICKET_VIEW' in perm('ticket', result.id): ${href} ${href} #${result.id}: ${result.summary} # if result.time: ${http_date(result.time)} # endif # set author = result.reporter # include 'author_or_creator.rss' ${ wiki_to_html(context.child('ticket', result.id), result.description) |forceescape } Results ${href}#changelog # endif # endfor