[rt-commit] CVS commit: rt

jesse at fsck.com jesse at fsck.com
Thu Aug 10 15:43:09 EDT 2000


Module Name:	rt
Committed By:	jesse
Date:		Thu Aug 10 19:43:09 UTC 2000

Modified Files:
	rt/etc: config.pm schema.Oracle schema.mysql

Log Message:
Fixed ACL caching bugs
Finished adding status "new"
cli searching based on status works better.

API Change. Queue is NO LONGER the Queue Object for a ticket
API Change. Owner is NO LONGER the Owner Object for a ticket

instead, both point to their proper database values and OwnerObj and QueueObj
do the right thing throughout. This was rather more code churn than I was hoping for, but we've now got a cleaner, more consistent API that's easier to work
with.

little bits of POD update.

Cleaned out some unused code.

Made some error messages more professional.

We now keep track of date started as well as a "start by" date.  these both
need a bit more work.

Calling convention for _Set changed. Rather than three different calling
conventions which weren't very extensible, DBIx::Record::_Set and all its
subclasses now use paramhash style calling. it's much more extensible and
flexible now. (This was necessary for some ACL work, among other things)


To generate a diff of this commit:
cvs rdiff -u -r1.11.2.41 -r1.11.2.42 rt/etc/config.pm
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 rt/etc/schema.Oracle
cvs rdiff -u -r1.1.2.107 -r1.1.2.108 rt/etc/schema.mysql






More information about the Rt-commit mailing list