-------------------
- When both the updated and published date of an item is not known,
take today as the date when first adding it. When updating, do not
change the original item.
Fixes http://plone.org/products/feedfeeder/issues/21
[maurits]
- Read tags/categories/keywords of feed items and store them on the
created content item. No Archetypes field, just a simple getter and
setter called feed_tags. Idea: Robin Harms Oredsson.
[maurits]
- DateTime.SyntaxError is thrown with some very common US
Daylight Saving zones, such as EDT. We now wrap the DateTime parsing
of feeds, to try to recognise those zones before politely giving up, using
maurits' fix, below.
[russf]
- Catch DateTime.SyntaxError when parsing the updated and published
dates of an entry and continue with the next entry.
Fixes http://plone.org/products/feedfeeder/issues/18
[maurits]
- Avoid swallowing too much exceptions when applying our GenericSetup
profile.
Fixes http://plone.org/products/feedfeeder/issues/19
[maurits]