Skip to main content

Patch for Singing and Dancing that allows sending mails to plone members too.

Project description

Introduction

This is an ugly hack to patch the Singing and Dancing newsletter product for Plone. With this patch all members of your Plone Site are automatically subscribed to all newsletters. New in version 1.3: you need to edit the extra subscriptions field on the edit form of the channel to use this option.

Note that version 1.1 and higher are bit less hacky than 1.0, as from 1.1 onwards we no longer need an own PloneMemberSubscriptions class, but only some runtime patches.

Changelog

1.3 (2010-05-14)

  • Added translations. [maurits]

  • Added patch to add an snd_extra_subscriptions field to Channels and hook this up in the edit form. (Doing this with annotations and an interface would have been better, but that did not work.) Possible values are ‘All members’ and the groups of the Plone Site. [maurits]

  • Avoid AttributeError when getSite() is None, which can at least happen in an instance debug session. [maurits]

1.2 (2010-05-12)

  • Fixed problem with handling subscription event that made the subscribers search not work as the catalog was not getting updated for newly added subscriptions. [maurits]

1.1 (2010-05-12)

  • Refactored so we no longer need an own PloneMemberSubscriptions class and a patch for the Channel, but only a patch for the Subscriptions class. We keep the PloneMemberSubscriptions class for backwards compatibility. [maurits]

1.0 (2010-05-07)

  • Patched Channel.__init__ so it uses our custom Subscription implementation that takes into account plone members. [maurits+vincent]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

snd.PloneMemberChannel-1.3.zip (21.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page