Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/trac/files/permissions.csv

Issue 5777328449781760: Concept for Trac as issue tracker. (Closed)
Patch Set: Created Feb. 25, 2014, 8:22 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/trac/files/permissions.csv
===================================================================
new file mode 100644
--- /dev/null
+++ b/modules/trac/files/permissions.csv
@@ -0,0 +1,4 @@
+anonymous,BROWSER_VIEW,CHANGESET_VIEW,FILE_VIEW,LOG_VIEW,MILESTONE_VIEW,REPORT_SQL_VIEW,REPORT_VIEW,ROADMAP_VIEW,SEARCH_VIEW,TICKET_VIEW,TIMELINE_VIEW,WIKI_VIEW
+authenticated,TICKET_APPEND,TICKET_CREATE
+contributer,TICKET_MODIFY,TICKET_SET_MILESTONE,TICKET_SET_OWNER,TICKET_EDIT_KEYWORDS,TICKET_SET_PRIORITY
Wladimir Palant 2014/03/03 08:44:31 Typo here: contributor
+staff,SENSITIVE_VIEW,TICKET_ADMIN,WIKI_ADMIN,TICKET_SET_MILESTONE,TICKET_SET_OWNER,TICKET_EDIT_KEYWORDS,TICKET_SET_PRIORITY

Powered by Google App Engine
This is Rietveld