Changes between Version 14 and Version 15 of DiscussionPlugin


Ignore:
Timestamp:
May 22, 2006, 9:33:55 AM (18 years ago)
Author:
Radek Bartoň
Comment:

Removed notes about unsupport and help update.

Legend:

Unmodified
Added
Removed
Modified
  • DiscussionPlugin

    v14 v15  
    11= Discussion forum plugin =
    2 
    3     '''NOTE: THIS IS NON-FUNCTIONAL AS OF 2005/07/17'''
    4 ... Just want to point out that this plugin actually does work. I've tested it with Trac 0.9.5 and it works quite well. (21-05-2006) --JamesMills
    52
    63== Description ==
    74
    8 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.
    9 
    10 This hack requires the AdminConsoleProviderPatch for administration.
     5The 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.
    116
    127== Bugs/Feature Requests ==
     
    1611
    1712If you have any issues, create a
    18 [http://trac-hacks.org/newticket?component=DiscussionPlugin&owner=athomas new ticket].
     13[http://trac-hacks.org/newticket?component=DiscussionPlugin&owner=Blackhex new ticket].
    1914
    2015== Download ==
     
    2823== Installation ==
    2924
    30 '''''In this process, I've got Trac installed in {{{/srv/trac}}} and the discussion module installed in {{{/srv/trac-discussion}}}.'''''
    31 
    32 '''Note::''' You will need to install the AdminConsoleProviderPatch.
    33 
    34 Install the entire discussion tree into {{{/srv/trac-discussion}}}, then add the following to {{{/srv/trac/conf/trac.ini}}}:
     25After installing plugin's egg you can set in trac.ini configuration file following variables:
    3526
    3627{{{
    3728[discussion]
    38 module = discussion
    39 path = /srv/trac-discussion
     29title = Discussion
    4030}}}
    4131
     
    4333
    4434{{{
    45 # trac-admin /srv/trac upgrade
     35# trac-admin <path_to_environment> upgrade
    4636}}}
    47 
    48 That should be about it. Use TracAdmin to add forums.
    4937
    5038== Example ==
    5139
    5240{{{
    53 Discuss this on the [forum:trac-dev Trac Development forum]. Useful threads are [topic:23 this one] and [topic:96 this one].
     41Discuss this on the [forum:trac-dev Trac Development forum].
     42Useful threads are [topic:23 this one] and [topic:96 this one].
    5443}}}
    5544
     
    6554'''Contributors:'''
    6655
    67 [[TagIt(plugin,athomas,alpha,unsupported,0.9,broken)]]
     56[[TagIt(plugin,athomas,Blackhex,alpha,0.9]]
    6857
    6958