Changes between Version 2 and Version 3 of FineGrainedPageAuthzEditorPlugin


Ignore:
Timestamp:
May 7, 2008, 11:35:12 AM (16 years ago)
Author:
robert_martin
Comment:

Crude validation added.

Legend:

Unmodified
Added
Removed
Modified
  • FineGrainedPageAuthzEditorPlugin

    v2 v3  
    33== Description ==
    44
    5 This is a simple plugin to help edit the fine grained authz permissions file.  In addition to providing a text editor is also provides a list of the current project users and groups, so they are readily available.
     5This is a simple plugin to help edit the fine grained authz permissions file.  In addition to providing a text editor is also provides a list of the current project users, so they are readily available.
    66
    77A more elaborate editor was considered where sections could be selected, then the user/group to give permission to.  However this was considered to be overly complicated and bloated.
    88
    9 The plugin takes the group information from the groups file and will put it at the head of the authz file so the same groups are used.  If there isn't a group file, the groups section should remain intact.
     9The plugin takes the group information from the groups file and will put it at the head of the authz file so the same groups are used.  If there isn't a group file, the groups section should remain intact.  Ideally this would be a link.
     10
     11A check that the entered text can be parsed as an ini config file is done prior to saving.
     12
     13The naming and positioning of this plugin may change in the light of feedback.
    1014
    1115== Bugs/Feature Requests ==