Send notifications when editing a plone content.
Project description
ftw.notification.base
This package provides a notification system for plone for sending notifications when a content is changed.
Every edit-form is extended with a checkbox for sending a notification after the modification on the content is done. When checked, the user will see a form after submitting the changes, where he can select multiple persons to be notified and add a comment.
This package does not contain the actual implementation of sending the notification. It is designed so that the type of notification can be replaced. Any type of notification can be implemented like this (e.g. email, jabber, irc, physical letter).
Notification implementation packages
ftw.notification.email: Sends the notification by email.
Usage
Add ftw.notification.base and your the implementation package to your buildout configuration:
[instance] eggs += ftw.notification.base ftw.notification.email
Install the generic setup profiles of those packages.
Edit any content: on the bottom of the form there is new checkbox “Send notification”.
Links
Main github project repository: https://github.com/4teamwork/ftw.notification.base
Issue tracker: https://github.com/4teamwork/ftw.notification.base/issues
Package on pypi: http://pypi.python.org/pypi/ftw.notification.base
Copyright
This package is copyright by 4teamwork.
ftw.notification.base is licensed under GNU General Public License, version 2.
Changelog
1.2.2 (2013-05-24)
Fix zope.component.hooks import for Plone 4.3 compatibility [jone]
1.2.1 (2012-11-16)
Do not show “Send notification” checkbox when product is not installed. [jone]
1.2 (2012-10-16)
Added preselect functionality. [mathias.leimgruber]
Sort users and groups on notification form alphabetically. [mathias.leimgruber]
1.1.1 (2012-08-13)
Show email instead of user_id on notification_form. [tschanzt]
1.1 (2012-03-05)
Changed HTML in notification form. [Julian Infanger]
Add checkbox in header to select all recipients. [Julian Infanger]
1.1c5 (2011-01-25)
Show groups only if they have View permission [mathias.leimgruber]
1.1c4 (2010-12-22)
Make notification form available (URL) [mathias.leimgruber]
Do not show contact objects for notification (makes no sense). Set membersonly = True for assignable_users vocab. [mathias.leimgruber]
1.1c3 (2010-11-30)
implemented CC notification [mathias.leimgruber]
1.1c2 (2010-10-26)
Fixed the translations, used i18ndude
Select all recipients. [vba, jone]
Error when no recipients selected. [vba]
Sort recipients list. [jin]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.