Metadata-Version: 1.1
Name: ftw.notification.base
Version: 1.2.5
Summary: Send notifications when editing a plone content.
Home-page: https://github.com/4teamwork/ftw.notification.base
Author: Jonas Baumann
Author-email: mailto:info@4teamwork.ch
License: GPL2
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 <http://www.4teamwork.ch/>`_.
        
        ``ftw.notification.base`` is licensed under GNU General Public License, version 2.
        
        
        .. _ftw.notification.email: https://github.com/4teamwork/ftw.notification.email
        
        Changelog
        =========
        
        
        1.2.5 (2014-08-13)
        ------------------
        
        - Replaced deprecated jquery jq notation with $.
          [lknoepfel]
        
        - Extended NotificationForm to show members of groups on request.
          [lknoepfel]
        
        
        1.2.4 (2014-02-10)
        ------------------
        
        - Fix jquery attribute equals selector.
          [elio.schmutz]
        
        - Add French and English translations.
          [jone]
        
        
        1.2.3 (2013-11-15)
        ------------------
        
        - Resolve members of nested groups.
          [mathias.leimgruber]
        
        - Add test setup.
          [mathias.leimgruber]
        
        
        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]
        
Keywords: ftw notification base plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
