Mailing List Archive

CVS commit: rt
Module Name: rt
Committed By: jesse
Date: Sat Mar 25 06:03:27 UTC 2000

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

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
cvs rdiff -r1.1.2.6 -r1.1.2.7 rt/lib/RT/Template.pm
cvs rdiff -r1.1.2.41 -r1.1.2.42 rt/lib/RT/Ticket.pm