Allow users to only see tickets they are associated with. There are three new permissions for this plugin: TICKET_VIEW_REPORTER, TICKET_VIEW_CC, and TICKET_VIEW_OWNER. TICKET_VIEW_SELF is an alias for all three of these. With each permission, users will only be able to see tickets where they are the person mentioned in the permission. So if a user has TICKET_VIEW_REPORTER, they can only see tickets they reported. For TICKET_VIEW_CC, they just have to be included in the CC list. WWW: http://trac-hacks.org/wiki/PrivateTicketsPlugin Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->rafan Eat.
rafan 2007-02-21 12:52:43 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/trac-privatetickets Makefile distinfo pkg-descr pkg-plist Log: Add trac-privatetickets 1.0.1, modified ticket security for Trac. PR: ports/109348 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> Revision Changes Path 1.1726 +1 -0 ports/www/Makefile 1.1 +37 -0 ports/www/trac-privatetickets/Makefile (new) 1.1 +3 -0 ports/www/trac-privatetickets/distinfo (new) 1.1 +12 -0 ports/www/trac-privatetickets/pkg-descr (new) 1.1 +3 -0 ports/www/trac-privatetickets/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!