Changes between Version 16 and Version 17 of PrivateReportsPlugin


Ignore:
Timestamp:
Sep 18, 2013, 6:08:01 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Note about using TracFineGrainedPermissions in Trac 1.0.2 and later.

Legend:

Unmodified
Added
Removed
Modified
  • PrivateReportsPlugin

    v16 v17  
    77This 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.
    88
    9 An alternate implementation using t:TracFineGrainedPermissions is discussed in #11049 and may eventually obsolete this plugin. The necessary changes to replicate the essential functionality of this plugin are to fix an open issue in Trac (t:#11176) so that t:TracFineGrainedPermissions are respected when preparing the list of reports on the Report List page (`/report`), and to provide an !WebAdmin interface to editing the authz file (see #9947 for the AccountManagerPlugin).
     9An 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.
    1010
    1111== Updates ==