[Bps-public-commit] RT-Extension-ActivityReports branch, master, updated. 1.06-2-gd810452

? sunnavy sunnavy at bestpractical.com
Tue Nov 3 07:25:56 EST 2015


The branch, master has been updated
       via  d8104526f511d21c28734ba33b1120c61f71dd3f (commit)
       via  ca8123b7b7e994873a497a446bd0013d5a2652c5 (commit)
      from  392e5550074ea91e8b70af6b912a9a8b5a0c095c (commit)

Summary of changes:
 META.yml                                      | 2 +-
 Makefile.PL                                   | 2 +-
 README                                        | 2 +-
 html/Reports/Activity/Elements/ActivityDetail | 2 +-
 lib/RT/Extension/ActivityReports.pm           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

- Log -----------------------------------------------------------------
commit ca8123b7b7e994873a497a446bd0013d5a2652c5
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Nov 3 20:24:31 2015 +0800

    notes aren't numbers, use cmp instead

diff --git a/html/Reports/Activity/Elements/ActivityDetail b/html/Reports/Activity/Elements/ActivityDetail
index 93d17bc..a1360c6 100644
--- a/html/Reports/Activity/Elements/ActivityDetail
+++ b/html/Reports/Activity/Elements/ActivityDetail
@@ -59,7 +59,7 @@ while (my $ticket = $tickets->Next) {
         || $a->{'status'} cmp $b->{'status'}
         || $a->{'id'}     <=> $b->{'id'}
         || $a->{'actor'}  cmp $b->{'actor'}
-        || $a->{'notes'}  <=> $b->{'notes'}
+        || $a->{'notes'}  cmp $b->{'notes'}
 } @items;
 
 </%init>

commit d8104526f511d21c28734ba33b1120c61f71dd3f
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Nov 3 20:25:39 2015 +0800

    bump rt_too_new for 4.6.0 instead
    
    it works for 4.4

diff --git a/META.yml b/META.yml
index d9a9d0e..9db0324 100644
--- a/META.yml
+++ b/META.yml
@@ -26,4 +26,4 @@ resources:
 version: '1.06'
 x_module_install_rtx_version: '0.36'
 x_requires_rt: 4.0.0
-x_rt_too_new: 4.4.0
+x_rt_too_new: 4.6.0
diff --git a/Makefile.PL b/Makefile.PL
index 3e5af3d..18834ba 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@ license('perl');
 requires('Time::Duration');
 
 requires_rt '4.0.0';
-rt_too_new '4.4.0';
+rt_too_new '4.6.0';
 
 sign;
 &WriteAll;
diff --git a/README b/README
index ee064a4..b384e3d 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ DESCRIPTION
     and/or between two dates, so it's quite flexible.
 
 RT VERSION
-    Works with RT 4.0 and 4.2
+    Works with RT 4
 
 INSTALLATION
     perl Makefile.PL
diff --git a/lib/RT/Extension/ActivityReports.pm b/lib/RT/Extension/ActivityReports.pm
index d51b5ee..100998b 100644
--- a/lib/RT/Extension/ActivityReports.pm
+++ b/lib/RT/Extension/ActivityReports.pm
@@ -34,7 +34,7 @@ and/or between two dates, so it's quite flexible.
 
 =head1 RT VERSION
 
-Works with RT 4.0 and 4.2
+Works with RT 4
 
 =head1 INSTALLATION
 

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


More information about the Bps-public-commit mailing list