head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q1:1.1.0.6 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.4 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.2; locks; strict; comment @# @; 1.2 date 2012.05.25.19.55.44; author spz; state dead; branches; next 1.1; 1.1 date 2011.10.25.19.38.10; author spz; state Exp; branches 1.1.2.1 1.1.6.1; next ; 1.1.2.1 date 2011.10.25.19.38.10; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2011.11.02.22.52.23; author tron; state Exp; branches; next ; 1.1.6.1 date 2012.05.28.10.51.01; author tron; state dead; branches; next ; desc @@ 1.2 log @Update RT to version 3.8.12: Changes from 3.8.11 to 3.8.12: This release, in addition to being a bugfix release, also resolves a number of security vulnerabilities. It resolves CVE-2011-2082, CVE-2011-2083, CVE-2011-2084, CVE-2011-2085, CVE-2011-4458, CVE-2011-4459, and CVE-2011-4460. * Upgrade prototype.js to version 1.7, for compatibility with google charts. * Remove ie7.js, which is no longer used. * Ensure that TransactionBatch scripts are only run once. Changes from 3.8.10 to 3.8.11: This release contains a number of bugfixes and minor security updates since the 3.8.10 release, most notably: * Adjust FCGI dependency to one which resolves FCGI's CVE-2011-2766 * New WebHttpOnlyCookies option, enabled by default, which hides RT's cookie from direct Javascript access. * Compatibility with perl 5.12 and 5.14, by removing deprecated "for qw(...)" and "defined %hash" syntax. * MySQL 5.5 compatibility, by specifying ENGINE=InnoDB rather than TYPE=InnoDB * Ensure that RT::Interface::Web's _Overlay, _Local, and _Vendor files are loaded correctly. * Fix session cleaner for on-disk sessions, broken since 3.8.0. * Ensure that only one "Based on" attribute is stored for each custom field. * Fix the loading of Shredder plugins, broken in 3.8.10. @ text @$NetBSD: patch-share_html_Ticket_Elements_PreviewScrips,v 1.1 2011/10/25 19:38:10 spz Exp $ perl 5.14 qw() in for* fixes --- share/html/Ticket/Elements/PreviewScrips.orig 2011-04-14 00:32:21.000000000 +0000 +++ share/html/Ticket/Elements/PreviewScrips @@@@ -65,7 +65,7 @@@@ my @@non_recipients = @@{ $squelch{'EmailA <% $scrip->Description || loc('Scrip #[_1]',$scrip->id) %>
<&|/l, loc($scrip->ConditionObj->Name), loc($scrip->ActionObj->Name), loc($scrip->TemplateObj->Name)&>[_1] [_2] with template [_3]
-%foreach my $type qw(To Cc Bcc) { +%foreach my $type ( qw(To Cc Bcc) ) { %my @@addresses = $scrip->ActionObj->Action->$type();