Changes between Version 67 and Version 68 of DiscussionPlugin


Ignore:
Timestamp:
May 4, 2010, 2:42:34 PM (14 years ago)
Author:
Radek Bartoň
Comment:

Note about attachments.

Legend:

Unmodified
Added
Removed
Modified
  • DiscussionPlugin

    v67 v68  
    111111Displays content of topic with subject <topic_subject>. If no subject given displays content of topic with same subject as name of current wiki page. Currently there is a limitation of post length using this macro because of using GET method of HTML form.
    112112
    113 == Example ==
     113=== Example ===
    114114
    115115{{{
     
    118118}}}
    119119
     120== Attachments ==
     121
     122Foreign files can also be attached to topics and then linked in replies. For this purpose you can use general Trac attachment link syntax with disscussion domain and topic resource:
     123
     124{{{
     125[attachment:discussion:topic/<topic_id>:<filename>]
     126[raw-attachment:discussion:topic/<topic_id>:<filename>]
     127[[Image(discussion:topic/<topic_id>:<filename>)]]
     128}}}
     129
     130There are also two custom macros doing the same and they simplifies the syntax a bit:
     131
     132{{{
     133[topic-attachment:<topic_id>:<filename>]
     134[raw-topic-attachment:<topic_id>:<filename>]
     135}}}
     136
    120137== Planned Features ==
    121138
    122139 - Better permission system (maybe using 0.11 permissions policies).
    123  - Better email notification. (make notification a component and more configurable)
     140 - [https://subtrac.sara.nl/oss/email2trac email2trac] support.
    124141
    125142== Notes ==