Changes between Version 2 and Version 3 of HtGroupEditorPlugin


Ignore:
Timestamp:
Oct 21, 2009, 7:50:28 PM (15 years ago)
Author:
robert_martin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HtGroupEditorPlugin

    v2 v3  
    55This a simple editor with drop down lists to edit the ht groups file for a project.  It uses the Genshi templating engine, and is a replacement for HtgroupsPlugin.  It was offered as a contribution to the author, but there was no response.
    66
     7It is a companion plugin to the FineGrainedPageAuthzEditorPlugin.
    78
    8 [[Image(screen.jpg, 150px)]].
     9
     10[[Image(grp_edit_screenshot.png, 150px)]].
     11
     12
     13
     14== File Locations ==
     15
     16The plugin tries to find the names of the files it has to work with from the config object that reads them in from the normal config file for a Trac project,  They maybe specifed in a project specific file or an inherited one.
     17
     18The list of users are obtained form the account_manager object that will could have read them from password_file specified under the account-manager section.
     19
     20[account-manager]
     21
     22password_file = /some/project/directory/users
     23
     24
     25
     26For the group file it is looked for under the account-manager section and the name group_file.  If this fails it then looks under the htgroups section.
     27
     28
     29[account-manager]
     30
     31group_file = /some/project/directory/groups
     32
     33or
     34
     35[htgroups]
     36
     37group_file = /some/project/directory/groups
     38
     39
     40
     41== Dependencies ==
     42
     43It uses the following additional modules which may require installation
     44  1. !ConfigObj from [http://www.voidspace.org.uk/python/configobj.html#introduction]
     45
     46
     47
    948
    1049== Bugs/Feature Requests ==