[Trac] How to make SVN permissions available to a permission group

2011-02-09 Thread emiel
We are using TRAC 0.11.4 with the TracSVNAuthz plugin 0.11.1.1.
Our policy is to have several project administrators with limited
access to only the authorization and subversion permissions. We do not
give them the full blown trac_root rights.
current settings:
__grp_allow_manageproject  MILESTONE_ADMIN  PERMISSION_ADMIN
REPORT_ADMIN  ROADMAP_ADMIN  TICKET_ADMIN  WIKI_ADMIN  + view rights.

The last thing to fix is adding the subversion Authz plugin to the
rights of this user-group.
Does anyone know how to Grant permissions of this plugin to a user
group?



-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] filtering ticket states in template file site.html

2010-10-26 Thread emiel
Hello,

I found a nice example on how to filter for new tickets to enter
default text in the comment fields of tickets:

span py:if=req.environ['PATH_INFO']=='/newticket' and not
req.args.has_key('preview')
  textarea py:match=textar...@id='field-description' and
@class='wikitext'] py:attrs=select('@*')
Executed containment actions:

 /textarea/span

Question:
How can i filter on the ticket status, so that the field-description
can be modified depending on ticket states?
I could not find an example for this and limited explanation on the
use of the above code.

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.