Changes between Version 19 and Version 20 of PrivateReportsPlugin


Ignore:
Timestamp:
Dec 15, 2015, 2:41:42 PM (8 years ago)
Author:
figaro
Comment:

Removal of superfluous trac tag, added suitability notice

Legend:

Unmodified
Added
Removed
Modified
  • PrivateReportsPlugin

    v19 v20  
    22
    33= Add permissions to restrict access to individual reports
     4
     5{{{#!box info
     6**Notice:** An alternate implementation using TracFineGrainedPermissions is discussed in #11049 and effectively does the same thing as this plugin. Due to some defects in Trac, TracFineGrainedPermissions only work for the report realm in Trac 1.0.2 and later. If you are running Trac 1.0.2 or later, you may want to consider using TracFineGrainedPermissions rather than this plugin.
     7}}}
    48
    59== Description
     
    711This plugin can be used to restrict users to see only specific reports. The plugin lets you choose permissions for each report. The users have to have at least one of the permissions to be able to see it on the 'Available Reports' page and to access it directly.
    812
    9 An alternate implementation using TracFineGrainedPermissions is discussed in #11049 and effectively does the same thing as this plugin. Due to some defects in Trac, TracFineGrainedPermissions only work for the report realm in Trac 1.0.2 and later. If you are running Trac 1.0.2 or later, you may want to consider using TracFineGrainedPermissions rather than this plugin.
    10 
    11 === Updates
    12 
    13 In version 0.2 I made the plugin conform to the Trac standard of allowing only all uppercase for permissions. This requires a new table
     13In version 0.2 the plugin conforms to the Trac standard of allowing only all uppercase for permissions. This requires a new table
    1414structure, which means you have to enter the permission for each report again.
    1515