Mailing List Archive

CVS commit: rt
Module Name: rt
Committed By: jesse
Date: Mon Mar 27 21:44:12 UTC 2000

Modified Files:
rt/etc: schema.mysql
rt/lib/RT: Action.pm Scrip.pm ScripScope.pm

Log Message:
Lots of works on Scrip, ScripScope, Action. Tobias: wanna take a look?
Basically, now Templates are autoloaded by RT::Scrip.pm and passed into
the Action as TemplateObj. Also, Templates are now of type MIME::Entity,
which means that they have all the attributes of mail messages and can
just be sent.


To generate a diff of this commit:
cvs rdiff -r1.1.2.52 -r1.1.2.53 rt/etc/schema.mysql
cvs rdiff -r1.1.2.5 -r1.1.2.6 rt/lib/RT/Action.pm
cvs rdiff -r1.1.2.9 -r1.1.2.10 rt/lib/RT/Scrip.pm
cvs rdiff -r1.1.2.4 -r1.1.2.5 rt/lib/RT/ScripScope.pm