Bug 109348 - [NEW PORT] www/trac-PrivateTickets: Modified ticket security for Trac
Summary: [NEW PORT] www/trac-PrivateTickets: Modified ticket security for Trac
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-20 02:50 UTC by Li-Wen Hsu
Modified: 2007-02-21 13:00 UTC (History)
1 user (show)

See Also:


Attachments
trac-PrivateTickets-1.0.1.shar (3.20 KB, text/plain)
2007-02-20 02:50 UTC, Li-Wen Hsu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2007-02-20 02:50:01 UTC
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
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-02-20 11:36:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-21 12:52:48 UTC
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"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-02-21 12:53:06 UTC
State Changed
From-To: open->closed

New port added. Thanks!