[rt-commit] CVS commit: rt

jesse at fsck.com jesse at fsck.com
Sat Mar 25 01:03:26 EST 2000


Module Name:	rt
Committed By:	jesse
Date:		Sat Mar 25 06:03:26 UTC 2000

Modified Files:
	rt: Makefile

Log Message:
Work on the templating system. I actually gutted Template.pm and SendEmail.pm
(sorry tobix :/)  Basically RT::Template is now A MIME::Entity object, which
means that the various things one can do to mail messages can now be done to
RT::Template objects, once you run $TemplateObj->Parse on them..
SendEmail was cleaned up somewhat to be less intimidating to people who aren't
as comfortable with big chunks of fairly dense perl.  Oh and it's a heck of a
lot more subclassable now ;)

Fixed a tiny bug in Ticket.pm resulting from the changes to Watchers.


To generate a diff of this commit:
cvs rdiff -r1.90.2.58 -r1.90.2.59 rt/Makefile






More information about the Rt-commit mailing list