[Rt-commit] rtir branch, 4.0/fix-history-scroll, repushed

Dustin Graves dustin at bestpractical.com
Fri Jul 1 17:34:53 EDT 2016


The branch 4.0/fix-history-scroll was deleted and repushed:
       was 28c552c955a923cab28342b6e97a5647d3a73fe3
       now 9d526460126206bc9d863570df2fc7e79211a490

 1:  85afa57 =  1:  85afa57 clean up remaining traces of Blocks after Blocks->Countermeasures change
 2:  498e10e =  2:  498e10e fix table layout on Tools/Lookup page
 3:  c03d17d =  3:  c03d17d update Tools/Lookup to use new style naming convention
 4:  f5f0ba1 =  4:  f5f0ba1 Flesh out docs/UPGRADING-3.4
 5:  1ec9e40 =  5:  1ec9e40 Bump version from 3.4 to 4.0
 6:  b02f992 =  6:  b02f992 Clean out the CHANGES file that only contained old versions
 7:  792664a =  7:  792664a Refresh rtir.pot and update the README
 8:  1ca060c =  8:  1ca060c Bump version to 4.0.0rc1
 9:  1d7f16c =  9:  1d7f16c Rebuild distribution metadata and toolchain
10:  f8f4a03 = 10:  f8f4a03 Fix pod error in UPGRADING docs
11:  eb49f08 = 11:  eb49f08 add js event handling for incident create link on Tools->Lookup
12:  3d4b9da = 12:  3d4b9da More explicit Plugin line instruction
13:  48c7175 = 13:  48c7175 Fix lifecycle display names on Lookup tool
14:  b84d9f9 = 14:  b84d9f9 Fix grammar error in Lookup tool
15:  c7f9142 = 15:  c7f9142 update required RT version from 4.4.0 to 4.4.1
16:  b7b999d = 16:  b7b999d Require 4.4.1rc1 specifically until 4.4.1 final ships
17:  28c552c ! 17:  9d52646 add support for 'as you scroll' ticket history option
    @@ -4,18 +4,6 @@
         
         previously there was no logic in place and it would fall back to
         'immediately' option
    -    
    -    this adds the logic in Display.html and Incident/Display.html as well as
    -    adding a symbolic link to the ExtraShowHistoryArguments callback for
    -    the ShowHistoryPage helper
    -
    -diff --git a/html/Callbacks/RTIR/Helpers/TicketHistoryPage/ExtraShowHistoryArguments b/html/Callbacks/RTIR/Helpers/TicketHistoryPage/ExtraShowHistoryArguments
    -new file mode 120000
    ---- /dev/null
    -+++ b/html/Callbacks/RTIR/Helpers/TicketHistoryPage/ExtraShowHistoryArguments
    -@@
    -+html/Callbacks/RTIR/Helpers/TicketHistory/ExtraShowHistoryArguments
    -\ No newline at end of file
     
     diff --git a/html/RTIR/Display.html b/html/RTIR/Display.html
     --- a/html/RTIR/Display.html
    @@ -27,7 +15,7 @@
     -% if ($ShowHistory eq "delay") {
     +% if ($ShowHistory eq "scroll") {
     +    <& /Ticket/Elements/ScrollShowHistory,
    -+        Ticket => $TicketObj
    ++        Ticket => $Ticket
     +    &>
     +% } elsif ($ShowHistory eq "delay") {
          <& /Ticket/Elements/DelayShowHistory,



More information about the rt-commit mailing list