Changes between Version 24 and Version 25 of DiscussionPlugin


Ignore:
Timestamp:
Jul 28, 2006, 12:48:11 PM (18 years ago)
Author:
Radek Bartoň
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DiscussionPlugin

    v24 v25  
    4949== Permissions ==
    5050
    51 Discussion plugin defines three permissions. With DISCUSSION_VIEW permission you can view all topics and post replies to them. DISCUSSION_MODERATE permission gives you rights to delete replies or topics where are you defined as moderator. DISCUSSION_MODIFY permission gives you administrator rights to create, modify or delete forum groups, forums and topics. You can add these permissions by typing following commands from commandline or you can use WebAdminPlugin to do it for you.
     51Discussion plugin defines four permissions. With DISCUSSION_VIEW permission you can view all topics and you can post replies to them with DISCUSSION_APPEND permission. DISCUSSION_MODERATE permission gives you rights to delete replies or topics where are you defined as moderator. DISCUSSION_ADMIN permission gives you administrator rights to create, modify or delete forum groups, forums and topics. You can add these permissions by typing following commands from commandline or you can use WebAdminPlugin to do it for you.
    5252
    5353{{{
    5454# trac-admin <path_to_environment> permission add <user> DISCUSSION_VIEW
     55# trac-admin <path_to_environment> permission add <user> DISCUSSION_APPEND
    5556# trac-admin <path_to_environment> permission add <user> DISCUSSION_MODERATE
    56 # trac-admin <path_to_environment> permission add <user> DISCUSSION_MODIFY
     57# trac-admin <path_to_environment> permission add <user> DISCUSSION_ADMIN
    5758}}}
    5859
     
    8889}}}
    8990
     91== Testing ==
     92
     93Because 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.
     94
    9095== Author/Contributors ==
    9196