Changes between Version 33 and Version 34 of DiscussionPlugin


Ignore:
Timestamp:
Jan 23, 2007, 2:11:16 PM (17 years ago)
Author:
Radek Bartoň
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DiscussionPlugin

    v33 v34  
    33== Description ==
    44
    5 The DiscussionPlugin adds discussion forums to Trac. An arbitrary number of forums can be added, and each forum has a list of moderators who can block posts, etc. Plugin is administrated directly with apropriate rights for now but WebAdminPlugin support is planned.
     5The DiscussionPlugin adds discussion forums to Trac. An arbitrary number of forums can be added, organised to forum groups. Users can create topics in forums and reply to them which together creates discussion threads. Threaded or flat view to topics and its replies is supported. Each forum has a list of moderators who can delete topics, replies, etc. Plugin is administrated directly or via WebAdminPlugin with apropriate rights. Appending new forums and topics either as new repies shows up in timeline. Searching capability in topics and replies is supported too.
    66
    77== Bugs/Feature Requests ==
     
    3434{{{
    3535[components]
     36tracdiscussion.admin.discussionwebadmin = enabled
     37tracdiscussion.core.discussioncore = enabled
    3638tracdiscussion.init.discussioninit = enabled
    3739tracdiscussion.search.discussionsearch = enabled
    3840tracdiscussion.timeline.discussiontimeline = enabled
    3941tracdiscussion.wiki.discussionwiki = enabled
    40 tracdiscussion.admin.discussionwebadmin = enabled
    41 tracdiscussion.core.discussioncore = enabled
    4242}}}
    4343
     
    8383[[ViewTopic(<topic_subject>)]]
    8484}}}
    85 Displays content of topic with subject <topic_subject>. If no subject given displays content of topic with same subject as name of current wiki page.
     85Displays 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.
    8686
    8787== Example ==
     
    9292}}}
    9393
    94 == Testing ==
     94== Planned Features ==
    9595
    96 Because of that DiscussionPlugin code is growing up, I've made testing sheet for controling if some feature had't been broken sine last commits. You can find this sheet in plugin's SVN repository.
     96 - Better permission system (maybe using 0.11 permissions policies).
     97 - Email notification.
    9798
    9899== Feedback ==