Metadata-Version: 1.1
Name: collective.maildigest
Version: 1.0
Summary: Users can subscribe on a mail digest about activity in a Plone Folder
Home-page: http://svn.plone.org/svn/collective/
Author: UNKNOWN
Author-email: UNKNOWN
License: gpl
Description: Introduction
        ============
        
        
        Cron
        ====
        
        You have to create a daily cron to check digests to produce
        
        0 4 * * *   wget --http-user=zopescheduler --http-password=TrigOtad3 http://localhost:8080/mysite/@@digest-cron?maildigest-debug-mode=1 -O /dev/null
        
        Manually check
        ==============
        
        http://localhost:9880/mysite/@@digest-cron -O /dev/null
        
        
        Tests
        =====
        
        This add-on is tested using Travis CI. The current status of the add-on is :
        
        .. image:: https://secure.travis-ci.org/tdesvenain/collective.maildigest.png
            :target: http://travis-ci.org/tdesvenain/collective.maildigest
        
        .. image:: https://coveralls.io/repos/tdesvenain/collective.maildigest/badge.png?branch=master
            :target: https://coveralls.io/r/tdesvenain/collective.maildigest?branch=master
        
        
        Changelog
        =========
        
        1.0 (2014-10-10)
        ----------------
        
        - Feature: We can select recursive subscription: user can choose to be notified
          to the activity in the subfolders of the subscription folder.
          [thomasdesvenain]
        
        - Feature: Added 'move' activity notified when we cut/paste content
          and 'publish' activity when we publish content.
          Copied contents notifies add activity.
          [thomasdesvenain]
        
        - UI: Added ui for monthly email.
          More generic management of delays.
          [thomasdesvenain]
        
        - Plone 4.2+ and recent jQuery compatibility.
          [thomasdesvenain]
        
        - API: Rewrite collective.maildigest api
          so we don't deal with collective.subscribe api outside of main utility.
          Use plone.api.
          [thomasdesvenain]
        
        - Fix: Do not break site when it is not installed.
          Do not need to install collective.inviting.
          [thomasdesvenain]
        
        - Fix: move activity is not handled when we delete a content.
          [thomasdesvenain]
        
        - Quality: New bootstrap and buildout.
          [thomasdesvenain]
        
        - Quality: Added tests and coverage.
          [thomasdesvenain]
        
        IMPORTANT: because of changes in storage, before updating to this release,
        first run www.mysite.com/@@digest-cron?maildigest-debug-mode=1,
        otherwise you will loose some notifications.
        
        
        0.3.3 (2014-01-28)
        ------------------
        
        - The previous copy/paste fix wasn't enough,
          now fix copy/paste folder.
          [vincentfretin]
        
        
        0.3.2 (2012-12-16)
        ------------------
        
        - Avoid error on copy/paste action.
          [thomasdesvenain]
        
        - Avoid Invalid error for anonymous on viewlet.
        
        
        0.3.1 (2012-08-24)
        ------------------
        
        - More robust: ignore not IUUIDAware contents,
          manage subscriptions on site root.
          [thomasdesvenain]
        
        
        0.1 (2012-08-03)
        ----------------
        
        - Package created using templer
          [thomasdesvenain]
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
