[Rt-commit] rtir branch, 2.5-trunk, updated. 5028f663f07ec58479d75ee8ba853b1c9dff536e

Ruslan Zakirov ruz at bestpractical.com
Thu Oct 15 19:10:58 EDT 2009


The branch, 2.5-trunk has been updated
       via  5028f663f07ec58479d75ee8ba853b1c9dff536e (commit)
       via  b1410cfe2432b87d159c1620b363e23bf25980ee (commit)
      from  70eeabf41260879eecb30aea83a9c96912d3db29 (commit)

Summary of changes:
 META.yml                       |    2 +-
 html/RTIR/Incident/Create.html |   13 ++++++++++---
 lib/RT/IR.pm                   |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)

- Log -----------------------------------------------------------------
commit b1410cfe2432b87d159c1620b363e23bf25980ee
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Sat Oct 10 03:51:31 2009 +0400

    bump version, 2.5.6

diff --git a/META.yml b/META.yml
index 3c8d4c4..967268d 100644
--- a/META.yml
+++ b/META.yml
@@ -33,4 +33,4 @@ requires:
   Regexp::Common: 0
   Regexp::Common::net::CIDR: 0
   perl: 5.8.3
-version: 2.5.5
+version: 2.5.6
diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 9cddd77..ffe820f 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -46,7 +46,7 @@
 #
 package RT::IR;
 
-our $VERSION = '2.5.5';
+our $VERSION = '2.5.6';
 
 use 5.008003;
 use warnings;

commit 5028f663f07ec58479d75ee8ba853b1c9dff536e
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Thu Oct 15 18:31:38 2009 +0400

    tidy

diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index 288a162..d4efb0a 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -221,8 +221,12 @@ if ( $Child ) {
     $ARGS{'Subject'} ||= $ChildObj->Subject;
 }
 
-$m->callback(CallbackName => 'ProcessArguments', ARGSRef => \%ARGS, Ticket => $TicketObj, Child => $ChildObj);
-
+$m->callback(
+    CallbackName => 'ProcessArguments',
+    ARGSRef => \%ARGS,
+    Ticket => $TicketObj,
+    Child => $ChildObj
+);
 
 my $QueueObj = RT::Queue->new( $session{'CurrentUser'} );
 $QueueObj->Load( 'Incidents' ) || Abort( loc("Queue could not be loaded.") );
@@ -231,7 +235,10 @@ $m->comp( '/RTIR/Create.html:ProcessAttachments', %ARGS );
 
 my $checks_failure = 0;
 
-my $gnupg_widget = $m->comp('/Elements/GnuPG/SignEncryptWidget:new', Arguments => \%ARGS );
+my $gnupg_widget = $m->comp(
+    '/Elements/GnuPG/SignEncryptWidget:new',
+    Arguments => \%ARGS
+);
 $m->comp( '/Elements/GnuPG/SignEncryptWidget:Process',
     self      => $gnupg_widget,
     QueueObj  => $QueueObj,

-----------------------------------------------------------------------


More information about the Rt-commit mailing list