[Trac-tickets] Re: [The Trac Project] #1947: Nicer handling of
bugtraq properties
The Trac Project
noreply at edgewall.com
Wed Sep 7 07:42:00 CDT 2005
#1947: Nicer handling of bugtraq properties
---------------------------------+------------------------------------------
Reporter: borzwazie at yahoo.com | Owner: cboos
Type: enhancement | Status: assigned
Priority: normal | Milestone: 1.0
Component: browser | Version: devel
Severity: minor | Resolution:
Keywords: |
---------------------------------+------------------------------------------
Comment (by mgood):
cboos: the point of this ticket is that rendering the `bugtraq:message`
property with the Trac Wiki syntax is not sufficient since it doesn't
honor the other `bugtraq` properties which may refer to an external bug
tracking system. So, rendering it for the mime type `text/x-trac-wiki` is
not going to solve this issue.
I don't really see any benefit to mapping other SVN properties into mime
types since it seems like we'd need to come up with some bogus mime type
for most of the different properties. It would simply be cleaner to just
use the property names as the keys for mapping them to an appropriate
renderer. The property viewer API could be patterned after the mime
viewer API, but I don't think it really lends itself to reuse.
It will also be necessary to deviate a bit from the mime viewer API since
as seen with `bugtraq` it may not be possible to render each property on
it's own, since rendering `bugtraq:message` also requires knowing the
other 5 properties mentioned above.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1947>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list