[rt-commit] CVS commit: rt

jesse at fsck.com jesse at fsck.com
Sun Mar 11 02:45:54 EST 2001


Module Name:	rt
Committed By:	jesse
Date:		Sun Mar 11 07:45:54 UTC 2001

Modified Files:
	rt: Makefile README
	rt/bin: webmux.pl
	rt/etc: config.pm schema.Oracle schema.pm
	rt/lib: RT.pm
	rt/lib/RT: Attachment.pm ScripAction.pm Ticket.pm
Added Files:
	rt/bin: rt-mailgate
Removed Files:
	rt/bin: rtmux.pl

Log Message:
This is a bit more of a 'comprehensive' diff than I'd intended. That's what
I get for working for 1/2 a week at my parents place without real net ;)

Cleanups in the makefile and readme to make installation simpler and more
sensical.

removed outdated rtmux.pl
moved old Interface/Email.pm to bin/rt-mailgate
started new baseclass for new mail gateways (Interface/Email.pm)

first cut implementation of attachment size limits.

switched mysql to use 'longblob' rather than just 'blob', so
that users can submit > 64k attachments.  with the next release
of DBIx::DBSchema, we should have what we need to get
PG attachmetns of more reasonable sizes working.

first cut implementation of base64 encoding for MIME objects
on databases that don't support BLOBs (postgres)

restructured initdb so we'll be able to support databases
for which we need to hand-hack schema.

added the 'Owner' pseudogroup to insertdata

fixed the bug in logging for the mail gateway that caused
lots of warnings about joins.

lots of work on the mail gateway to start to clean up and restructure
things.


To generate a diff of this commit:
cvs rdiff -u -r1.90.2.151 -r1.90.2.152 rt/Makefile
cvs rdiff -u -r1.23.2.44 -r1.23.2.45 rt/README
cvs rdiff -u -r0 -r1.1.2.1 rt/bin/rt-mailgate
cvs rdiff -u -r1.15.2.38 -r0 rt/bin/rtmux.pl
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 rt/bin/webmux.pl
cvs rdiff -u -r1.11.2.59 -r1.11.2.60 rt/etc/config.pm
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 rt/etc/schema.Oracle
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 rt/etc/schema.pm
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 rt/lib/RT.pm
cvs rdiff -u -r1.1.2.32 -r1.1.2.33 rt/lib/RT/Attachment.pm
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 rt/lib/RT/ScripAction.pm
cvs rdiff -u -r1.1.2.213 -r1.1.2.214 rt/lib/RT/Ticket.pm





More information about the Rt-commit mailing list