Bugzilla – Attachment 30233 Details for
Bug 9000
misc/cronjobs/rss/rss.pl uses HTP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9000: Followup to fix tabs & closing TT directive
PASSED-QA-Bug-9000-Followup-to-fix-tabs--closing-T.patch (text/plain), 5.08 KB, created by
Martin Renvoize (ashimema)
on 2014-07-28 19:22:54 UTC
(
hide
)
Description:
[PASSED QA] Bug 9000: Followup to fix tabs & closing TT directive
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2014-07-28 19:22:54 UTC
Size:
5.08 KB
patch
obsolete
>From bdee19668bb4c9cf0becbc4d2e7d51030a5ce644 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Mon, 28 Jul 2014 12:01:49 -0300 >Subject: [PATCH] [PASSED QA] Bug 9000: Followup to fix tabs & closing TT > directive > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > misc/cronjobs/rss/lastAcquired-1.0.tt | 24 ++++++++++++------------ > misc/cronjobs/rss/lastAcquired-2.0.tt | 32 ++++++++++++++++---------------- > misc/cronjobs/rss/lastAcquired.tt | 2 +- > misc/cronjobs/rss/longestUnseen.tt | 4 ++-- > misc/cronjobs/rss/mostReserved.tt | 2 +- > 5 files changed, 32 insertions(+), 32 deletions(-) > >diff --git a/misc/cronjobs/rss/lastAcquired-1.0.tt b/misc/cronjobs/rss/lastAcquired-1.0.tt >index 0c137f4..566b614 100644 >--- a/misc/cronjobs/rss/lastAcquired-1.0.tt >+++ b/misc/cronjobs/rss/lastAcquired-1.0.tt >@@ -5,21 +5,21 @@ > xmlns:dc="http://purl.org/dc/elements/1.1/" > > > <channel rdf:about="[% CHANNELLINK %]"> >- <title>[% CHANNELTITLE %]</title> >- <link>[% CHANNELLINK %]</link> >- <description>[% CHANNELDESC %]</description> >- <language>[% CHANNELLANG %]</language> >- <lastBuildDate>[% CHANNELLASTBUILD %]</lastBuildDate> >- <image rdf:about="[% IMAGEURL %]"> >- <title>[% IMAGETITLE %]</title> >- <url>[% IMAGEURL %]</url> >- <link>[% IMAGELINK %]</link> >- </image> >+ <title>[% CHANNELTITLE %]</title> >+ <link>[% CHANNELLINK %]</link> >+ <description>[% CHANNELDESC %]</description> >+ <language>[% CHANNELLANG %]</language> >+ <lastBuildDate>[% CHANNELLASTBUILD %]</lastBuildDate> >+ <image rdf:about="[% IMAGEURL %]"> >+ <title>[% IMAGETITLE %]</title> >+ <url>[% IMAGEURL %]</url> >+ <link>[% IMAGELINK %]</link> >+ </image> > <items> > <rdf:Seq> >- [% FOREACH i IN ITEMS %] >+ [% FOREACH i IN ITEMS %] > <rdf:li resource="http://opac.library.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber=[% ibiblionumber %]"/> >- [% END %] >+ [% END %] > </rdf:Seq> > </items> > </channel> >diff --git a/misc/cronjobs/rss/lastAcquired-2.0.tt b/misc/cronjobs/rss/lastAcquired-2.0.tt >index 85cded6..45f7e0e 100644 >--- a/misc/cronjobs/rss/lastAcquired-2.0.tt >+++ b/misc/cronjobs/rss/lastAcquired-2.0.tt >@@ -1,21 +1,21 @@ > <?xml version="1.0"?> > <rss version="2.0"> >- <channel> >- <title>[% CHANNELTITLE %]</title> >- <link>[% CHANNELLINK %]</link> >- <description>[% CHANNELDESC %]</description> >- <language>[% CHANNELLANG %]</language> >- <lastBuildDate>[% CHANNELLASTBUILD %]</lastBuildDate> >- <docs>http://blogs.law.harvard.edu/tech/rss</docs> >- <generator>Koha</generator> >- <image> >- <title>[% IMAGETITLE %]</title> >- <url>[% IMAGEURL %]</url> >- <link>[% IMAGELINK %]</link> >- <width>[% IMAGEWIDTH %]</width> >- <height>[% IMAGEHEIGHT %]</height> >- <description>[% IMAGEDESCRIPTION %]</description> >- </image> >+ <channel> >+ <title>[% CHANNELTITLE %]</title> >+ <link>[% CHANNELLINK %]</link> >+ <description>[% CHANNELDESC %]</description> >+ <language>[% CHANNELLANG %]</language> >+ <lastBuildDate>[% CHANNELLASTBUILD %]</lastBuildDate> >+ <docs>http://blogs.law.harvard.edu/tech/rss</docs> >+ <generator>Koha</generator> >+ <image> >+ <title>[% IMAGETITLE %]</title> >+ <url>[% IMAGEURL %]</url> >+ <link>[% IMAGELINK %]</link> >+ <width>[% IMAGEWIDTH %]</width> >+ <height>[% IMAGEHEIGHT %]</height> >+ <description>[% IMAGEDESCRIPTION %]</description> >+ </image> > > [% FOREACH i IN ITEMS %] > <item> >diff --git a/misc/cronjobs/rss/lastAcquired.tt b/misc/cronjobs/rss/lastAcquired.tt >index 6e92e2f..fb8de72 100644 >--- a/misc/cronjobs/rss/lastAcquired.tt >+++ b/misc/cronjobs/rss/lastAcquired.tt >@@ -1,7 +1,7 @@ > <?xml version="1.0" encoding="UTF-8"?> > > <!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN" >- "http://my.netscape.com/publish/formats/rss-0.91.dtd"> >+ "http://my.netscape.com/publish/formats/rss-0.91.dtd"> > > <rss version="0.91"> > >diff --git a/misc/cronjobs/rss/longestUnseen.tt b/misc/cronjobs/rss/longestUnseen.tt >index 12f6061..4f70e9b 100644 >--- a/misc/cronjobs/rss/longestUnseen.tt >+++ b/misc/cronjobs/rss/longestUnseen.tt >@@ -1,12 +1,12 @@ > <?xml version="1.0" encoding="UTF-8"?> > > <!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN" >- "http://my.netscape.com/publish/formats/rss-0.91.dtd"> >+ "http://my.netscape.com/publish/formats/rss-0.91.dtd"> > > <rss version="0.91"> > > <channel> >- <title>[% CHANNELTITLE></title> >+ <title>[% CHANNELTITLE %]</title> > <link>[% CHANNELLINK %]</link> > <description>[% CHANNELDESC %]</description> > <language>[% CHANNELLANG %]</language> >diff --git a/misc/cronjobs/rss/mostReserved.tt b/misc/cronjobs/rss/mostReserved.tt >index f69d135..3687451 100644 >--- a/misc/cronjobs/rss/mostReserved.tt >+++ b/misc/cronjobs/rss/mostReserved.tt >@@ -1,7 +1,7 @@ > <?xml version="1.0" encoding="UTF-8"?> > > <!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN" >- "http://my.netscape.com/publish/formats/rss-0.91.dtd"> >+ "http://my.netscape.com/publish/formats/rss-0.91.dtd"> > > <rss version="0.91"> > >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9000
:
29088
|
29127
|
29134
|
30202
|
30203
|
30204
|
30205
|
30206
|
30207
|
30219
|
30220
|
30221
|
30222
|
30223
|
30229
|
30230
|
30231
|
30232
| 30233