[rt-commit] CVS commit: rt

jesse at fsck.com jesse at fsck.com
Thu Apr 6 01:49:05 EDT 2000


Module Name:	rt
Committed By:	jesse
Date:		Thu Apr  6 05:49:04 UTC 2000

Modified Files:
	rt: Makefile
	rt/etc: schema.mysql
	rt/lib/RT: Template.pm
	rt/lib/RT/Action: SendEmail.pm
Added Files:
	rt/lib/RT/Action: SendEmailOnResolve.pm
Removed Files:
	rt/lib/RT/Action: MailComment.pm MailCorrespondence.pm Notify.pm
	    NotifyOnResolve.pm

Log Message:
Ok, i think i significantly cut down the complexity of the actions we've got
so far. I nuked the old notify rules, as they were superceeded by my more
capable SendEmail.pm There are still a few things I'm not happy with...
like, the way that scrips, scripscopes and templates are related. it needs
some thought and cleanup. but i think it'll work just fine for now.

I redid the templates and scrips to fit with the revised actions and added
some more docs to SendEmail.pm

the generic RT::Action should deal with templates, not SendEmail, I think,
but I'm leaving that abstraction for another day.

Oh, the Argument from the scrip is now passed into the template as $T::Argument.


To generate a diff of this commit:
cvs rdiff -r1.90.2.65 -r1.90.2.66 rt/Makefile
cvs rdiff -r1.1.2.56 -r1.1.2.57 rt/etc/schema.mysql
cvs rdiff -r1.1.2.9 -r1.1.2.10 rt/lib/RT/Template.pm
cvs rdiff -r1.1.2.5 -r0 rt/lib/RT/Action/MailComment.pm
cvs rdiff -r1.1.2.3 -r0 rt/lib/RT/Action/MailCorrespondence.pm
cvs rdiff -r1.1.2.1 -r0 rt/lib/RT/Action/Notify.pm \
    rt/lib/RT/Action/NotifyOnResolve.pm
cvs rdiff -r1.1.2.22 -r1.1.2.23 rt/lib/RT/Action/SendEmail.pm
cvs rdiff -r0 -r1.1.2.1 rt/lib/RT/Action/SendEmailOnResolve.pm






More information about the Rt-commit mailing list