[Rt-commit] rtir branch, 4.2/rss-feed-reader, repushed

Blaine Motsinger blaine at bestpractical.com
Tue May 26 18:52:48 EDT 2020


The branch 4.2/rss-feed-reader was deleted and repushed:
       was 9cbbe900969d6386655797970d98c592f8af729c
       now c0b4b7173ed0b5d5edfa5f5cc7b114a310e486b4

1: 2d2fee44 ! 1: 4652c318 Added external feeds to tools to create incidents from RSS
    @@ -27,7 +27,7 @@
      my $scripted_actions = $tools->child( scripted_actions => title => loc('Scripted Action') );
      $scripted_actions->child( email => title => loc('By Email address'), path => RT::IR->HREFTo('Tools/ScriptedAction.html', IncludeWebPath => 0) );
      $scripted_actions->child( ip => title => loc('By IP address'), path => RT::IR->HREFTo('Tools/ScriptedAction.html?loop=IP', IncludeWebPath => 0) );
    -+my $external_feeds = $tools->child( 'external_feeds', title => loc('External Feeds'), path => RT::IR->HREFTo('Tools//ExternalFeeds.html') ); 
    ++my $external_feeds = $tools->child( 'external_feeds', title => loc('External Feeds'), path => RT::IR->HREFTo('Tools//ExternalFeeds.html') );
      
      my $request_path = $HTML::Mason::Commands::r->path_info;
      $request_path =~ s!/{2,}!/!g;
2: 9cbbe900 ! 2: c0b4b717 Code review improvements to RSS Feeds
    @@ -50,7 +50,6 @@
      % }
      
      <input type="hidden" name="id"           value="new" />
    -+<input type="hidden" class="hidden" name="Queue" value="<% $QueueObj->Id %>" />
     +<input type="hidden" class="hidden" name="new-RefersTo" value="<% $ARGS{'new-RefersTo'} %>" />
      <input type="hidden" class="hidden" name="Token" value="<% $ARGS{'Token'} %>" />
      <input type="hidden" name="QueueChanged" value="0" />
    @@ -75,7 +74,7 @@
     -&>
     +  &>
     +% if ($feed->{__error}) {
    -+<p> <% $feed->{__error} %> </p>  
    ++<p> <% $feed->{__error} %> </p>
     +% }
     +% else {
      <div class="table-responsive">
    @@ -174,7 +173,7 @@
     +        }
     +    }
     +    $self->{_rss_parser} = XML::RSS->new();
    -+    
    ++
      }
      
      sub rss_feeds {



More information about the rt-commit mailing list