Changes between Version 73 and Version 74 of SimpleMultiProjectPlugin


Ignore:
Timestamp:
Jul 24, 2020, 11:56:54 AM (4 years ago)
Author:
anonymous
Comment:

Note about maintainer change and future development. Info about new permission system in trunk

Legend:

Unmodified
Added
Removed
Modified
  • SimpleMultiProjectPlugin

    v73 v74  
    2929
    3030(falkb: I'm currently not active anymore because I'm quite sufficiently satisfied with what the plugin achieves. This project should be burried next and the future is to integrate its features to the official Trac - it's not actually hard if they support a ticket field "project". Good Bye, falkb)
     31
     32Cinc-th: I'm the new maintainer of the plugin which is still under development. Trac will probably not support projects anytime soon so it's still worthwhile.
     33
     34Currently there're some tickets aiming for enhancements:
     35
     36[[TicketQuery(component=SimpleMultiProjectPlugin&keywords!=~testing&status=accepted&type=enhancement)]]
     37
    3138
    3239In testing state:
     
    145152   - `PROJECT_SETTINGS_VIEW` - you can see the list of projects with their description and their component mapping on the Admin panel
    146153   - `PROJECT_ADMIN` - full access, you can also create and delete projects, and map to milestones, versions and components
    147  1. Since plugin version 0.4 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:
     154 1. Set project restrictions if necessary. See the following section '''Project Restrictions''' for info.
     155== Project restrictions
     156With 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:
    148157 {{{#!ini
    149158[trac]
     
    154163    - {{{ !, bob, anonymous, group2 }}} to exclude from the project.
    155164
     165=== Note
     166Current trunk doesn't support restrictions yet. A new permission system is currently developed. See ticket #13850.
    156167== Configuration
    157168