Feedfeeder 1.0 (Release candidate 3) (Oct 04, 2008)

Feedfeeder

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

In this release we added a number of new features and bugfixes. Now compatible with Plone 2.5, 3.0 and 3.1. Also available as egg on the cheese shop (Products.feedfeeder).

For additional information about this project, please visit the project page .

Available downloads

feedfeeder 1.0 rc 3

For all platforms (0 kB)

feedfeeder 1.0 rc 2

For all platforms (0 kB)

feedfeeder 1.0 rc 1

For all platforms (0 kB)

feedfeeder 1.0 beta 4

For all platforms (0 kB)

feedfeeder 1.0 beta 3

For all platforms (0 kB)

feedfeeder 1.0 beta 2

For all platforms (0 kB)

feedfeeder 1.0 beta 1

For all platforms (0 kB)

Release Notes

Tested with Plone 2.5, Plone 3
StateRelease candidate
LicenseGPL
Release Manager Maurits van Rees
Released2008/11/01
From 1.0 beta 4 on Products.feedfeeder is also released as an egg on the cheese shop

. (There is no further difference between that and 1.0 beta 3.)

 

Change log

1.0rc3 (2008-10-04)

  • Moved profile definition from python to GenericSetup. Profile is now not 'profile-feedfeeder:default' but 'profile-Products.feedfeeder:default'. [maurits]
  • In the Extensions/ dir: removed Install.py and renamed AppInstall.py to install.py. [maurits]
  • Made feed item updated date available for Collections/Smart Folders. [maurits]
  • Extensions/AppInstall.py: first try installing our own profile in the Plone 3 way and when that fails try the Plone 2.5 way. [maurits]
  • Removed own feedparser.py. Instead added an install_requires dependency on FeedParser in setup.py. [maurits]
  • Moved fix for feeds starting with 'feed:' instead of 'http:' from feedparser.py to utilities.py, so we use an unchanged feedparser.py again. [maurits]

1.0 rc 2 (2008-07-23)

  • Re-release of rc1: rc1 was missing all .txt files, making install impossible as setup.py reads version.txt. [reinout]

1.0 rc 1 (2008-07-15)

  • Eggification: make available as Products.feedfeeder egg.
  • In the tests, use plone_workflow explicitly, so it is easier to test on both Plone 2.5 and 3.0.  [maurits]
  • Make update_feed_items available in the object_buttons for Plone 3, using new small @@is_feedcontainer as condition.  [maurits]
  • Avoid deprecation warnings for events and interfaces.  [maurits]
  • Remove semicolon in page template that broke in Plone 3.  [maurits]
  • Fix imports so they work in Plone 3 as well, without deprecation warnings.  [derstappenit]
  • Performance improvement for larger amounts of feed items by indexing most of the information.
  • Select a workflow transition to be triggered upon creation of a feed item as well as enclosures, resulting in automatic publication of the items.
  • Minor user Interface improvements