[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-69-gc5640d3
sartak at bestpractical.com
sartak at bestpractical.com
Thu Dec 31 14:34:40 EST 2009
The branch, 3.8-trunk has been updated
via c5640d30c01677fb830903ac60695379d29c28db (commit)
from d23fa7aa948865cabeb9c7815acd1e5dd4dee663 (commit)
Summary of changes:
lib/RT/Ticket_Overlay.pm | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit c5640d30c01677fb830903ac60695379d29c28db
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Dec 31 14:34:29 2009 -0500
TransactionAddresses's doc is out of date
diff --git a/lib/RT/Ticket_Overlay.pm b/lib/RT/Ticket_Overlay.pm
index 1c5190c..a3ab82a 100755
--- a/lib/RT/Ticket_Overlay.pm
+++ b/lib/RT/Ticket_Overlay.pm
@@ -1620,8 +1620,9 @@ sub IsOwner {
=head2 TransactionAddresses
-Returns a composite hashref of the results of L<RT::Transaction/Addresses> for all this ticket's Create, Comment or Correspond transactions.
-The keys are C<To>, C<Cc> and C<Bcc>. The values are lists of C<Email::Address> objects.
+Returns a composite hashref of the results of L<RT::Transaction/Addresses> for
+all this ticket's Create, Comment or Correspond transactions. The keys are
+stringified email addresses. Each value is an L<Email::Address> object.
NOTE: For performance reasons, this method might want to skip transactions and go straight for attachments. But to make that work right, we're going to need to go and walk around the access control in Attachment.pm's sub _Value.
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list