[rt-commit] CVS commit: rt

jesse at fsck.com jesse at fsck.com
Thu Aug 17 02:53:43 EDT 2000


Module Name:	rt
Committed By:	jesse
Date:		Thu Aug 17 06:53:43 UTC 2000

Modified Files:
	rt/bin: webmux.pl
	rt/lib/RT: Date.pm Ticket.pm
Removed Files:
	rt/lib/RT: Database.pm

Log Message:
Yanked the ancient lib/RT/Database.pm. It  never served any purpose
added some functionality to RT::Date. it can now take a date type
of 'unknown.'  This will "require" Date::Manip and parse it into
an ISO style date.  note that this should NEVER be called from RT's
core due to overhead. It is useful from web interfaces and CLI tools....

added date::manip as a requirement to webmux.pl (so it gets loaded before
client hits)

cleaned up Interface/Web.pm

rationalized some of the routines dealing with date stuff in ticket.pm.

Actual working web date changing should be coming "soon." (where soon is
defined as sometime this week)


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 rt/bin/webmux.pl
cvs rdiff -u -r1.1.2.1 -r0 rt/lib/RT/Database.pm
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 rt/lib/RT/Date.pm
cvs rdiff -u -r1.1.2.143 -r1.1.2.144 rt/lib/RT/Ticket.pm






More information about the Rt-commit mailing list