Mailing List Archive

CVS commit: rt
Module Name: rt
Committed By: jesse
Date: Tue Apr 3 06:31:17 UTC 2001

Modified Files:
rt: Makefile
rt/bin: rt-mailgate
rt/etc: config.pm
rt/lib/RT: Date.pm Ticket.pm Transaction.pm Watcher.pm
rt/lib/RT/Interface: Web.pm
rt/webrt/Admin/Global: GroupRights.html Keywords.html Scrips.html
UserRights.html

Log Message:
Added support for parsing Cc and To in the mail gateway
(resolves the last work item for beta 2 - #219)

Ticket due date is no longer set to "right now" if the queue has an
undefined "default due in"

Cleanup warnings in date, ticket and watcher

fixes for a bunch of mason 1.01 related bugs (Mason changed handling of combined GET and POST, thus breaking RT)


To generate a diff of this commit:
cvs rdiff -u -r1.90.2.176 -r1.90.2.177 rt/Makefile
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 rt/bin/rt-mailgate
cvs rdiff -u -r1.11.2.64 -r1.11.2.65 rt/etc/config.pm
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 rt/lib/RT/Date.pm
cvs rdiff -u -r1.1.2.220 -r1.1.2.221 rt/lib/RT/Ticket.pm
cvs rdiff -u -r1.1.2.87 -r1.1.2.88 rt/lib/RT/Transaction.pm
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 rt/lib/RT/Watcher.pm
cvs rdiff -u -r1.1.2.46 -r1.1.2.47 rt/lib/RT/Interface/Web.pm
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 rt/webrt/Admin/Global/GroupRights.html \
rt/webrt/Admin/Global/UserRights.html
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 rt/webrt/Admin/Global/Keywords.html \
rt/webrt/Admin/Global/Scrips.html