[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.9-81-gdc2c206
Kevin Falcone
falcone at bestpractical.com
Mon Feb 2 14:35:59 EST 2015
The branch, 4.2-trunk has been updated
via dc2c206336634e080fc0e967e93838939438d9b7 (commit)
via d954ef0a508ea0d615e8ff527948fce5c4c3b855 (commit)
via 3da742f823c950e059520b420e1d763f61626d58 (commit)
via 68d705972392e3a90550fb0914189fe5a6e563b8 (commit)
via c37194f6691968b93a8b1ab88ea8597d5ec454f6 (commit)
via 67ea3d53876495b45d592efa26dbb9d5c570697e (commit)
from 2d00627e3b932e4684706233cf52103ae0d72956 (commit)
Summary of changes:
share/html/NoAuth/rss/dhandler | 35 ++++++++-
share/html/Search/Elements/ResultsRSSView | 116 +++++++++++-------------------
2 files changed, 74 insertions(+), 77 deletions(-)
- Log -----------------------------------------------------------------
commit d954ef0a508ea0d615e8ff527948fce5c4c3b855
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Feb 2 12:58:07 2015 -0500
Remove copy/pasted SYNOPSIS comment
This is still in the SYNOPSIS for XML::RSS and serves no useful purpose
for our usage of the module.
diff --git a/share/html/Search/Elements/ResultsRSSView b/share/html/Search/Elements/ResultsRSSView
index 44d6c97..9190bc8 100644
--- a/share/html/Search/Elements/ResultsRSSView
+++ b/share/html/Search/Elements/ResultsRSSView
@@ -60,7 +60,6 @@ if ($OrderBy =~ /\|/) {
}
$r->content_type('application/rss+xml; charset=utf-8');
-# create an RSS 1.0 file (http://purl.org/rss/1.0/)
use XML::RSS;
my $rss = XML::RSS->new(version => '1.0');
commit dc2c206336634e080fc0e967e93838939438d9b7
Merge: 2d00627 d954ef0
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Feb 2 12:58:45 2015 -0500
Merge branch '4.2/extract-rss-dhandler' into 4.2-trunk
-----------------------------------------------------------------------
More information about the rt-commit
mailing list