Changes between Version 76 and Version 77 of SimpleMultiProjectPlugin


Ignore:
Timestamp:
Aug 2, 2020, 11:09:58 AM (4 years ago)
Author:
Cinc-th
Comment:

Listed new supported restrictions for components, versions and milestones with the new permission system.

Legend:

Unmodified
Added
Removed
Modified
  • SimpleMultiProjectPlugin

    v76 v77  
    152152   - `PROJECT_SETTINGS_VIEW` - you can see the list of projects with their description and their component mapping on the Admin panel
    153153   - `PROJECT_ADMIN` - full access, you can also create and delete projects, and map to milestones, versions and components
     154 1. Add the new policy ''SmpPermissionPolicy'' to the front of your permission policy provider list to enable project access rights for user.
     155{{{#!ini
     156[trac]
     157permission_policies = SmpPermissionPolicy, ... any other ...
     158}}}
    154159 1. Set project restrictions if necessary. See the following section '''Project Restrictions''' for info.
     160
    155161== Project restrictions
    156162=== Current trunk and releases 0.7.2+
     
    168174
    169175The following restrictions are currently in place:
    170  * Ticket filtering. Users only see tickets belonging to projects they're a member of. Tickets of projects without restrictions are alway shown.
     176 * Ticket filtering. Users only see tickets belonging to projects they're a member of. Tickets of projects without restrictions are always shown.
    171177 
    172178 This works for ticket pages and when doing custom queriers.
    173 
     179 * Component, version and milestone filtering on ticket pages.
     180 * Milestone filtering on roadmap and timeline pages.
     181
     182Note that filtering by project is always done.
    174183=== Legacy versions < 0.7.2
    175184With plugin versions 0.4-0.7.1 we support project-wise restriction of resources to a subset of users (#11367). Switch on the plugin component ''ProjectTicketsPolicy'' to activate it, and add the following to your `trac.ini` file: