Commit graph

513 commits

Author SHA1 Message Date
Patrick Gotthard
5a46ee161d Merge pull request #218 from mishako/xml-features-fix
Fix setting xml features
2016-01-10 18:00:34 +01:00
mishako
8ac1d3a95b Fix setting xml features
The argument of the method has been unused leading to all of the
features being set to true regardless of the passed argument value.
2016-01-10 16:42:08 +01:00
mishako
547d91e51b Merge pull request #5 from rometools/feature/outline-category
The category attribute of outlines will now be exported
2016-01-09 13:41:57 +01:00
Patrick Gotthard
4eefb566e8 Fixed wrong category concatenation 2016-01-09 01:52:09 +01:00
Patrick Gotthard
5133609c6e Refactored category value creation 2016-01-08 20:03:46 +01:00
Patrick Gotthard
db6138b440 Removed useless trim 2016-01-08 19:58:28 +01:00
Patrick Gotthard
6e8590ba8e The category attribute of outlines will now be exported 2016-01-08 19:55:35 +01:00
Patrick Gotthard
f9576b8d00 Refactored some code 2016-01-08 18:29:50 +01:00
Patrick Gotthard
ac9dc0df5c Merge pull request #4 from Athou/master
Fixes head generation in OPML10Generator #2
2016-01-08 17:54:20 +01:00
Patrick Gotthard
18be1a2461 Merge pull request #215 from mishako/cp1047
Support CP1047 encoding
2016-01-06 22:03:50 +01:00
mishako
d71cf44849 Merge pull request #214 from mishako/dbrosius-patch
Fix small code problems
2016-01-06 00:21:21 +01:00
Misha Onoprienko
8cdee06ab0 Configure OSGi bundling 2016-01-02 19:38:12 +01:00
mishako
6d89eec6b2 Configure OSGi bundling 2016-01-02 19:34:45 +01:00
mishako
34cf49ebc4 Configure OSGi bundling 2016-01-02 19:09:35 +01:00
mishako
d61743fd8e Configure OSGi bundling 2016-01-02 18:16:12 +01:00
mishako
aed739c7ca Support CP1047 encoding 2015-12-25 18:16:52 +01:00
mishako
dce503bbd6 Fix small code problems 2015-12-23 21:03:46 +01:00
Patrick Gotthard
b0f3908956 Merge pull request #213 from mishako/spaces-in-rss-version
Trim RSS version string
2015-12-15 07:37:02 +01:00
mishako
0f804c0ab2 Trim rss version string 2015-12-14 20:05:13 +01:00
David M. Johnson
0c42383b93 Merge pull request #212 from mishako/time-zone-z
"Support time zone Z in RFC 822 dates"

Thanks Misha!
2015-12-06 15:20:08 -05:00
David M. Johnson
a5f56fe914 Merge pull request #36 from IgnacioDomingo/master
"chore: change e.printStackTrace to logging"

Thanks Ignacio!
2015-12-06 15:19:26 -05:00
David M. Johnson
a432e8d4d5 Merge pull request #37 from mishako/itunes-more-fields
"Support more iTunes tags"

Looks good to me. Thanks Misha!
2015-12-06 15:16:19 -05:00
David M. Johnson
a0753a6256 Merge pull request #32 from icyerasor/threading-extensions
Added atom threading extensions
2015-12-06 15:15:41 -05:00
mishako
91d8ea1c16 Support more itunes tags 2015-12-06 11:41:34 +01:00
Misha Onoprienko
d83b2bb3b8 Delete copyright in date parser test 2015-12-05 00:28:07 +01:00
Misha Onoprienko
9746fe8e79 Refactor date parser tests 2015-12-05 00:22:38 +01:00
Misha Onoprienko
73cd60ea1e Support time zone Z in RFC 822 dates 2015-12-04 23:27:11 +01:00
Ignacio Domingo Martínez
29b25b8e31 style: apply new format style on changed files
reformatted the style of changed files using Google Code Style template
with indentation of 4 spaces and 160-character line width
2015-11-30 12:08:50 +01:00
icyerasor
abbb30bb66 include source in copyFrom 2015-11-30 11:56:21 +01:00
icyerasor
8b92511c60 rename param to source 2015-11-30 11:55:38 +01:00
Ignacio Domingo Martínez
749e545448 style: remove unused imports and standardized indentation
remove unused imports and standardized indentation
2015-11-26 10:00:22 +01:00
Ignacio Domingo Martínez
c1628e398d chore: change e.printStackTrace to logging
Change several classes to remove calls to printStackTrace of exceptions
and use instead of logging from SFL4J which is already used in the
project

Ammendment of previous commit so the format and whitespacing is the same
2015-11-26 09:13:20 +01:00
Dave Johnson
bb49c32dab Merge branch 'master' of https://github.com/rometools/rome-modules 2015-11-25 11:23:36 -05:00
Dave Johnson
dde467986d Ensure that all source files have the Apache Software License v2 header, got permission from Robert Cooper to change some files (with his copyright) that had only an LGPL header. 2015-11-25 11:22:40 -05:00
David M. Johnson
07b071e07d Merge pull request #34 from mishako/itunes-order-and-cc
Support for itunes:order and itunes:isClosedCaptioned (fixed). Thanks Misha!
2015-11-25 09:30:08 -05:00
David M. Johnson
edc28c35c1 Merge pull request #29 from mityi/master
Add AtomLink Module
2015-11-25 09:12:23 -05:00
David M. Johnson
8cac90db66 Merge pull request #206 from freemarmoset/trim_period
trim period text from document before comparing to period constants
2015-11-22 15:52:58 -05:00
mishako
bcb8b818f2 Support for itunes:order and itunes:isClosedCaptioned 2015-11-02 18:05:14 +01:00
Joe Banks
a1a4b1163c trim period text from document before comparing to period contants 2015-07-21 17:23:24 -05:00
Patrick Gotthard
772d4f7aeb Merge remote-tracking branch 'origin/1.5.x'
Conflicts:
	pom.xml
2015-07-02 20:17:36 +02:00
Patrick Gotthard
72b24045d3 [maven-release-plugin] prepare for next development iteration 2015-06-30 22:41:38 +02:00
Patrick Gotthard
61e9a38f1b [maven-release-plugin] prepare release rome-1.5.1 2015-06-30 22:41:33 +02:00
Patrick Gotthard
0fa3aa51fc Updated ROME dependencies to version 1.5.1 2015-06-30 21:55:43 +02:00
Patrick Gotthard
f04256027b Updated parent to version 1.5.1 2015-06-30 21:49:22 +02:00
Patrick Gotthard
2bc58a0d1a Fixed #203 - XML bomb vulnerability
The current configuration of the SAXParser is vulnerable for an XML bomb
attack. The feature
"http://apache.org/xml/features/disallow-doctype-decl" of the SAXBuilder
must be activated in order to fix the vulnerability.
2015-06-27 08:53:00 +02:00
Patrick Gotthard
46c0061a29 Updated version to 1.5.1-SNAPSHOT 2015-06-25 21:09:23 +02:00
Jeremie Panzer
1a09f86736 fix exception when head is null 2015-06-03 15:48:13 +02:00
Patrick Gotthard
50fffc4046 Merge pull request #201 from mityi/master
Fix ConverterForRSS090#createRSSImage
2015-03-31 08:26:03 +02:00
Dmitry Rygalov
7bb46cffcc Fix ConverterForRSS090#createRSSImage 2015-03-30 21:17:04 +06:00
Patrick Gotthard
d2eaef71e7 Merge pull request #194 from mityi/master
Fixed RSS20Generator#populateHannel && expanded model SyndImage
2015-03-30 14:23:14 +02:00