Changelog
=========

1.0.1 (2013-04-19)
------------------

- fixed bug in subscription portlet, when LinguaPlone is installed (#4) [kysr]


1.0.0 (2012-12-03)
------------------

* fixed logger [cekk]
* added view that fix old global newsletter channels [cekk]
* fixed utility registration. Now uses folder UID [cekk]
* fixed folder rename/move. Now an event update the utility [cekk]

0.4.5 (2011/12/07)
------------------

* fixed sendsecret url in subscription portlet [cekk]

0.4.4 (2011/11/14)
------------------

* fixed dependency [cekk]

0.4.3 (2011/11/11)
------------------

* patched composer html to send the right link to subscribe [cekk]

0.4.2 (2011/11/09)
------------------

* fixed localrole [cekk]

0.4.1 (2011/11/07)
------------------

* fixed bug in erasing folders [cekk]

0.4.0 (2011/11/07)
------------------

* added IDanceFloorChannels and IDanceFloorCollectors marker interfaces.
  Interfaces marks local /channels and /collectors folders and are used for 
  browser:defaultView to avoid using of wrong (global) templates in case of 
  the folder is accessed directly through http://floor/channels URL.
  [naro]
  
* display local channels only in the local newsletter form
  [naro]

* make local collectors working. This requires activating of overrides.zcml 
  with custom collector vocabulary. There are both, local and global, collectors 
  listed.
  [naro]

* some fixes and test with Plone4 [cekk]

* added new local role to manage local newsletter [cekk]

0.3 - first PyPi release
------------------------

* fix up various views to acommodate local configuration
  [ramonski]

* fix nasty bug where local channels loose their acquired request
  [seletz]

* add global IChannelLookup utility which in turn looks for local
  ILocalNewsletterLookup utilities. The latter are then registered
  for dancefloor-enabled folders, which provide ISite
  [seletz]

0.2 - Unreleased
----------------

* local utility for channel lookup added [seletz]

0.1 - Unreleased
----------------

* schema extender for enabling local newsletter functionality
  added [rbartl]

