The docs specifically state that the [[Image]] macro can be used with the source:[EMAIL PROTECTED] structure, but when I try to display an image from the project's repository in a wiki page with that structure, I only get a link - and to the file with "@(rev)" attached to it. Here's the lines I'm having a problem with:
[[Image(source:/trunk/images/[EMAIL PROTECTED])]] [[Image(source:/trunk/images/ac490.jpg, 50px)]] The second one works ok, except that the macro doesn't seem to be parsing the style arguments, once again as the docs say it should. The first line results in a link on the wiki page - "source:/trunk/images/[EMAIL PROTECTED]" which links to "/trunk/images/[EMAIL PROTECTED]" which of course does not exist in the current or any revision. Did I miss something in the docs, or is it a problem I'm going to have to hack to fix? Trac is version 0.9.6, and subversion is version 1.3.2. - John O'Grady --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
