----------------
- Don't try to patch ATTopic if ``plone.app.collection`` is available.
[saily]
- Made all tests pass.
[saily]
- Add some helper functions to composer which allows ``plone.z3cform``
to render wysiwyg-widget with TinyMCE on channel edit form which
passes a composer as context.
[saily]
- Update buildout(s) and add travis tests for plone 4.0, 4.1, ... 4.3.
[saily]
- Align package structure to new plone conventions.
[saily]
- Fix call of ``getSiteManager`` because imports changed from
``import zope.component`` to ``from zope import component``.
- plone4.3 compat [kiorky]
- "single subscribe form" now clears secret after
unsubscribing from all channels. The email address
is preserved and the user is able to re-subscribe or
subscribe with another address.
[tmog]
- Add "Clear pending jobs" button on
statistics page.
[tmog]
- Updated danish translations.
[tmog]
- Add better status message when unsubscribing from all channels
on "single subscribe form".
[tmog]
- Key-fields, such as "E-mail address" is now disabled on "single
form subscription page" when viewing an existing subscription.
This was misleading anyway, since they could not really be changed.
[tmog]
- Fix 924124: When using "single form subscription page"
User email no longer leaks into the default text of "E-mail address"
in subscribe.html for all sessions after user manages subscription.
[tmog]
- Fix test breakage with newer versions of zope.testbrowser
Tested on zope.testbrowser 3.10-3.11.1
zope.testbrowser-3.11.1 will be pinned in the test buildout
for now.
[tmog]
- Fix newsletter queue handling. Now the key to get a newsletter is the UID and not the path.
In this way, newsletters can be renamed/moved also when they are already in the queue, and
if they will be erased, the dispatch doesn't breaks.
[cekk]
- Added two new events, raised when an user confirm or remove his subscription.
[cekk]
- Fix Italian translations [cekk]
- Added content rules to allow automated sending of content as a newsletter.
[djay]
- Configure content rule to send as newsletter or send as link and summary only.
[djay]
- "Send as Newsletter" can now be sent to an optionally subscribed section rather
than the whole channel.
[arterrey]
- Import / export CSV file includes section values, and backward compatible with original format.
[ivanteoh]
- External subscriber database and sign up form support.
[ivanteoh]