Changes between Version 312 and Version 313 of ScrumBurndownPlugin


Ignore:
Timestamp:
Feb 5, 2009, 12:44:13 AM (15 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ScrumBurndownPlugin

    v312 v313  
    5959
    6060 2. Is there any way to automatically grant BURNDOWN_VIEW to any/all users? It's slightly annoying to have to explicitly set that permission on every user (which in our case is about 40 people).
     61       ''Answering my own question, figured it out on my own. Any authenticated user pulls it's default permissions from the 'anonymous' group. This is all explained in the TRAC documentation: http://trac.edgewall.org/wiki/TracPermissions , if you add BURNDOWN_VIEW to the anonymous usergroup, everyone can view it. If you add it to the authenticated usergroup, any authenticated user will be able to view it.''
    6162
    6263 3. It would be awesome if you could take the Burndown chart and embed it on another page. Say, any wiki page or anywhere else you could use a wiki macro or something similar. (Should I file a ticket on this as an enhancement?)