[rt-commit] CVS commit: rt
tobiasb at fsck.com
tobiasb at fsck.com
Thu Jun 15 12:22:13 EDT 2000
Module Name: rt
Committed By: tobiasb
Date: Thu Jun 15 16:22:12 UTC 2000
Modified Files:
rt/lib/RT: Attachment.pm CurrentUser.pm Ticket.pm User.pm
rt/lib/RT/Interface: Email.pm
rt/lib/rt/ui/cli: manipulate.pm
rt/webrt: autohandler
rt/webrt/Elements: Error Footer Header ViewUser
Added Files:
rt/webrt: ViewUser.html
Log Message:
lots of bugfixes and some enhancements:
- signature in replies
- Creator, LastUpdated etc. should be updated in User.pm
- The message headers of inbound requests is now decoded ... this is
some sort of a hack as it discards charset information in the header.
Anyway, in those cases where the header data will be in the same charset
as the body, this works out nicely.
- I'm allowing a user to see what data is stored at him. We might need ACLs
for the user comment. Also, this one is placed directly on the root, so
it will break if the user is not logged in. Also, the page and the module
is 'ViewUser', 'ShowUser' would be more consistent.
- Prettified the ShowTransaction header
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 rt/lib/RT/Attachment.pm
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 rt/lib/RT/CurrentUser.pm
cvs rdiff -u -r1.1.2.114 -r1.1.2.115 rt/lib/RT/Ticket.pm
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 rt/lib/RT/User.pm
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 rt/lib/RT/Interface/Email.pm
cvs rdiff -u -r1.6.2.54 -r1.6.2.55 rt/lib/rt/ui/cli/manipulate.pm
cvs rdiff -u -r0 -r1.1.2.1 rt/webrt/ViewUser.html
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 rt/webrt/autohandler
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 rt/webrt/Elements/Error
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 rt/webrt/Elements/Footer \
rt/webrt/Elements/ViewUser
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 rt/webrt/Elements/Header
More information about the Rt-commit
mailing list