[rt-commit] CVS commit: rt

jesse at fsck.com jesse at fsck.com
Mon Jan 22 02:51:31 EST 2001


Module Name:	rt
Committed By:	jesse
Date:		Mon Jan 22 07:51:31 UTC 2001

Modified Files:
	rt: Makefile TODO
	rt/bin: mason_handler.scgi rt rtadmin rtmux.pl webmux.pl
	rt/etc: config.pm schema.pm
	rt/lib: RT.pm
	rt/lib/RT: Attachment.pm CurrentUser.pm Group.pm Link.pm
	    ObjectKeywords.pm Queue.pm Template.pm Ticket.pm Tickets.pm
	    Transaction.pm User.pm Users.pm Watchers.pm
	rt/lib/RT/Interface: Email.pm
Removed Files:
	rt/etc: schema.Oracle
	rt/lib/rt/ui/cli: admin.pm

Log Message:
In prep for a true schema freeze, I fixed a number of attribute names that were troublesome for
one reason or another.

        Queue->QueueId and User->UserId have been changed to Queue->Name and User->Name, so
        as not to conflict with queue->id and user->id any more.  A number of tables
        used "Alias" and "Title" and things like that, rather than the somewhat
        more standard "Name" and "Description"

Abstracted a bunch of the CLI setup stuff out into lib/RT/Interface/CLI

Abstracted some of the core DB startup code into RT.pm

fixed the makefile to handle the new rtadmin.

lots of updates to the new rtadmin (which works for user editing!)

fixed a bug in ObjectKeywords->LoadByName....


To generate a diff of this commit:
cvs rdiff -u -r1.90.2.134 -r1.90.2.135 rt/Makefile
cvs rdiff -u -r1.10.2.7 -r1.10.2.8 rt/TODO
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 rt/bin/mason_handler.scgi
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 rt/bin/rt
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 rt/bin/rtadmin
cvs rdiff -u -r1.15.2.37 -r1.15.2.38 rt/bin/rtmux.pl
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 rt/bin/webmux.pl
cvs rdiff -u -r1.11.2.55 -r1.11.2.56 rt/etc/config.pm
cvs rdiff -u -r1.1.2.4 -r0 rt/etc/schema.Oracle
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 rt/etc/schema.pm
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 rt/lib/RT.pm
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 rt/lib/RT/Attachment.pm
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 rt/lib/RT/CurrentUser.pm
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 rt/lib/RT/Group.pm
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 rt/lib/RT/Link.pm
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 rt/lib/RT/ObjectKeywords.pm
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 rt/lib/RT/Queue.pm
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 rt/lib/RT/Template.pm
cvs rdiff -u -r1.1.2.197 -r1.1.2.198 rt/lib/RT/Ticket.pm
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 rt/lib/RT/Tickets.pm
cvs rdiff -u -r1.1.2.80 -r1.1.2.81 rt/lib/RT/Transaction.pm
cvs rdiff -u -r1.1.2.69 -r1.1.2.70 rt/lib/RT/User.pm
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 rt/lib/RT/Users.pm
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 rt/lib/RT/Watchers.pm
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 rt/lib/RT/Interface/Email.pm
cvs rdiff -u -r1.9.2.23 -r0 rt/lib/rt/ui/cli/admin.pm





More information about the Rt-commit mailing list