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.1.1 (2012-08-13)
Show email instead of user_id on notification_form. [tschanzt]
Sort users and groups on notification form alphabetically. [mathias.leimgruber]
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.
Source Distribution
Hashes for ftw.notification.base-1.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1074282ecdd6a009e2f0830efbfe0aa3a40778f5aa0e727e5f20f2fe893f2558 |
|
MD5 | 2b284405d84f3aedbf23b411fd56fdb9 |
|
BLAKE2b-256 | 22a419cc73735817bd0261407130b07e870f8bc9870555f79b36ff297f6fadc4 |