[rt-commit] CVS commit: rt

jesse at fsck.com jesse at fsck.com
Mon Apr 3 00:49:03 EDT 2000


Module Name:	rt
Committed By:	jesse
Date:		Mon Apr  3 04:49:03 UTC 2000

Modified Files:
	rt/bin: rtmux.pl
	rt/etc: schema.mysql
	rt/lib/RT: Action.pm CurrentUser.pm Scrip.pm ScripScopes.pm Template.pm
	    Ticket.pm Transaction.pm Watchers.pm
	rt/lib/RT/Action: AutoReply.pm SendEmail.pm
	rt/lib/rt/ui/cli: manipulate.pm

Log Message:
Well, that was an exciting afternoon! Er, an exciting evening!
*grin* AutoReply now works. which means that all the infrastructure for
scrips is back in place.  It required refactoring things a bit. as cool
as making RT::Template a MIME::Entity seemed, I just couldn't get it to work
right, so now, it just creates a MIME::Entity when it needs it, which is
probably better anyway.  I simplified templates a bit. Now they only have
access to the Ticket and Transaction. This may not be wise, but we'll see.

Also, I merged the two blobs per template (headers and body).


To generate a diff of this commit:
cvs rdiff -r1.15.2.13 -r1.15.2.14 rt/bin/rtmux.pl
cvs rdiff -r1.1.2.54 -r1.1.2.55 rt/etc/schema.mysql
cvs rdiff -r1.1.2.7 -r1.1.2.8 rt/lib/RT/Action.pm
cvs rdiff -r1.1.2.5 -r1.1.2.6 rt/lib/RT/CurrentUser.pm
cvs rdiff -r1.1.2.14 -r1.1.2.15 rt/lib/RT/Scrip.pm
cvs rdiff -r1.1.2.1 -r1.1.2.2 rt/lib/RT/ScripScopes.pm
cvs rdiff -r1.1.2.8 -r1.1.2.9 rt/lib/RT/Template.pm
cvs rdiff -r1.1.2.44 -r1.1.2.45 rt/lib/RT/Ticket.pm
cvs rdiff -r1.1.2.29 -r1.1.2.30 rt/lib/RT/Transaction.pm
cvs rdiff -r1.1.2.11 -r1.1.2.12 rt/lib/RT/Watchers.pm
cvs rdiff -r1.1.2.12 -r1.1.2.13 rt/lib/RT/Action/AutoReply.pm
cvs rdiff -r1.1.2.21 -r1.1.2.22 rt/lib/RT/Action/SendEmail.pm
cvs rdiff -r1.6.2.40 -r1.6.2.41 rt/lib/rt/ui/cli/manipulate.pm






More information about the Rt-commit mailing list