From: Emmanuel Lacour Date: Wed, 12 Mar 2014 16:45:33 +0000 (+0100) Subject: Remove 4.2 obsolete callbacks X-Git-Tag: 0.08~4 X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-SearchResults-XLS.git;a=commitdiff_plain;h=d1dee62ceda5c55120fc65d10447cb82834fe612 Remove 4.2 obsolete callbacks --- diff --git a/MANIFEST b/MANIFEST index f7b955e..57847bd 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,7 +1,5 @@ Changes html/Callbacks/Results-XLS/Elements/Tabs/Privileged -html/Callbacks/Results-XLS/Search/Elements/ResultViews/AfterTools -html/Callbacks/Results-XLS/Search/Results.html/SearchActions html/Search/Results.xls inc/Module/Install.pm inc/Module/Install/Base.pm diff --git a/html/Callbacks/Results-XLS/Search/Elements/ResultViews/AfterTools b/html/Callbacks/Results-XLS/Search/Elements/ResultViews/AfterTools deleted file mode 100644 index c84e660..0000000 --- a/html/Callbacks/Results-XLS/Search/Elements/ResultViews/AfterTools +++ /dev/null @@ -1,4 +0,0 @@ -
  • <&|/l&>XLS
  • -<%ARGS> -$QueryString => undef - diff --git a/html/Callbacks/Results-XLS/Search/Results.html/SearchActions b/html/Callbacks/Results-XLS/Search/Results.html/SearchActions deleted file mode 100644 index b3bca55..0000000 --- a/html/Callbacks/Results-XLS/Search/Results.html/SearchActions +++ /dev/null @@ -1,27 +0,0 @@ -% # Don't display this callback if our RT Version contains the new ResultsView -% # AfterTools Callback -% if ( $must_display ) { -XLS -% } -<%INIT> -my $must_display = 0; - -# cmp_version is present only since 3.8.0 -sub cmp_version($$) { - my ($a, $b) = (@_); - my @a = split /[^0-9]+/, $a; - my @b = split /[^0-9]+/, $b; - for ( my $i = 0; $i < @a; $i++ ) { - return 1 unless defined $b[$i]; - return $a[$i] <=> $b[$i] if $a[$i] <=> $b[$i]; - } - return 0 if @a == @b; - return -1; -} - -$must_display = ( cmp_version( '3.8.1', $RT::VERSION ) > 0 ); - - -<%ARGS> -$QueryString => undef -