[rt-commit] CVS commit: rt

jesse at fsck.com jesse at fsck.com
Wed Jul 18 16:06:46 EDT 2001


Module Name:	rt
Committed By:	jesse
Date:		Wed Jul 18 20:06:46 UTC 2001

Modified Files:
	rt/lib/RT: Ticket.pm

Log Message:
TTicket->Create no longer just adds admin ccs..unless the person doing the add
has the right to do so.  otherwise, there was an ACL related attack that
could happen. luckily none of the UI exposedd this hole yet.

Ticket->Create should now be able to set keywords on create

Ticket->Create now reports back non-fatal errors and how they were dealt with

Ticket->AddKeyword got split into AddKeyword and _AddKeyword. The former
has the acl check and calls the latter. the latter just does the adding.

Ticket->AddKeyword got a Silent flag, which causes a transaction not
to be written. useful on ticket create.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.247 -r1.1.2.248 rt/lib/RT/Ticket.pm





More information about the Rt-commit mailing list