Changes between Version 101 and Version 102 of DiscussionPlugin


Ignore:
Timestamp:
Dec 3, 2015, 3:22:32 PM (8 years ago)
Author:
figaro
Comment:

Tagged as forum

Legend:

Unmodified
Added
Removed
Modified
  • DiscussionPlugin

    v101 v102  
    55== Description
    66
    7 This plugin adds discussion forums to Trac.
     7This plugin adds discussion forum capabilities to Trac.
    88
    99Key features:
    10  * Any number of forums can be added and organized to forum groups.
    11  * Users can create topics in forums and reply to them which together creates discussion threads.
     10 * Any number of forums can be added and organized in forum groups.
     11 * Users can create topics in forums and reply to them, which together create discussion threads.
    1212 * Threaded or flat view to topics and its replies is supported.
    13  * Each forum has a list of moderators who can delete topics, replies, etc.
    14  * Plugin is administrated directly or via Trac administration interface with appropriate permissions granted.
     13 * Each forum has a list of moderators who can delete topics, replies, etc. 
    1514 * Appending new forums and topics either as new replies shows up in timeline.
    1615 * Searching capability in topics and replies is supported too.
    1716
     17The plugin is administrated directly or via the Trac administration interface with appropriate permissions granted.
     18
    1819=== Screenshots
    1920
     
    5253=== Dependencies
    5354
    54 If you need spam filtering features, then the SpamFilterPlugin is required. In other cases, disable a !DiscussionSpamFilter component. On Trac versions older than 0.10, the DiscussionPlugin depends on a WebAdminPlugin, since many configuration options are available only on appropriate WebAdminPlugin's pages.
     55If you need spam filtering features, then the SpamFilterPlugin is required. In other cases, disable the !DiscussionSpamFilter component. On Trac versions older than 0.10, the DiscussionPlugin depends on WebAdminPlugin, since many configuration options are available only on appropriate WebAdminPlugin's pages.
    5556
    5657Sqlite version 3 or PostgreSQL is required as the database for running this plugin.
     
    181182== Macros
    182183
    183 There are few wiki macros available:
     184There are a few wiki macros available:
    184185
    185186{{{
     
    211212[[ViewTopic(<topic_subject>)]]
    212213}}}
    213 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. Currently there is a limitation of post length using this macro because of using GET method of HTML form.
     214Displays content of topic with subject <topic_subject>. If no subject is given, then it displays the content of the topic with same subject as the name of the current wiki page. Currently there is a limitation of post length using this macro, because of using GET method of the HTML form.
    214215
    215216{{{
     
    244245== Planned Features
    245246
    246  - Better permission system (supporting 0.11 fine-grained permissions - WiP, see #756).
    247  - [https://subtrac.sara.nl/oss/email2trac email2trac] support.
     247 - Better permission system and supporting 0.11 fine-grained permissions, see #756.
     248 - [https://subtrac.sara.nl/oss/email2trac Email2trac] support.
    248249
    249250== Notes
    250251
    251  - Branches 0.9 and 0.10 of the plugin are considered as deprecated and not developed anymore. User-contributed backporting patches are welcomed though.
    252  - Branch 0.11 of the plugin is tested mainly with Trac>=1.0. If your sure that you've encountered a problem on Trac 0.11, just create a ticket about it. Separate branch 1.0 will be created only before significant changes to the plugin. So this will likely not happen before adoption of Trac 1.0 db API changes.
     252 - Branches 0.9 and 0.10 of the plugin are considered deprecated and are not developed anymore. User-contributed backporting patches are welcomed though.
     253 - Branch 0.11 of the plugin is tested mainly with Trac >= 1.0. If you are sure that you've encountered a problem on Trac 0.11, just create a ticket on it. Separate branch 1.0 will be created only before significant changes to the plugin. So this will likely not happen before adoption of Trac 1.0 db API changes.
    253254
    254255== Support