{ "info": { "author": "Zest Software (Fred van Dijk)", "author_email": "info@zestsoftware.nl", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 3.2", "Framework :: Plone :: 3.3", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nUsing content rules (available since Plone 3) it's very easy to register for\ncertain events and perform actions upon occurrence. One of these actions\nprovided by Plone is a mail action. \n\nA limitation in the supplied mail action is that one can only provide fixed\nemail addresses. But sometimes you'd like to send an email to a user having a\ncertain role on the object that was involved in triggering the content rule.\n\nAn examplary use case and reason for creation of this package is the reviewer \nrole. If an object in a certain location of the site is submitted for\npublication, you would like to inform the user that has the 'reviewer' role\non this area of the site that a new document/object is available for review.\n\nBefore contentrules was available in Plone the place to add this functionality\nwas to to create a python script and attach it to the workflow 'submit' \ntransition that was used for the objects.\n\n.. Note::\n This product supercedes collective.contentrules.mailtolocalrole_. \n Extending that product's functionality with sending mail to global roles\n made it logical to rename the package. \n\nInstallation\n============\n\nAdd collective.contentrules.mailtorole to your buildout as an egg or\nfrom source. No (generic setup) installation is necessary.\n\nUsage\n=====\n\nGo to the Plone Control Panel, select Content Rules and add a new Rule. \nUnder 'actions' you now have a new option: Send email to users with role.\n\nThe checkboxes \"Acquire roles\" and \"Global roles\" are worth noting:\n\n- If both are unchecked, mail will only be sent to members having a local role \n on the object.\n\n- Checking \"Acquire roles\" will also send mail to users that have acquired the\n specified role from a parent of the object, ie. from higher up in the site.\n\n- Checking \"Global roles\" will also send mail to users that have the specified\n role globally, that is in the entire site.\n\nCredits\n=======\n\nMost of this package has been directly copied from the plone.app.contentrules\nmail action. Additions have been made to check for directly assigned local\nroles, acquired roles, global roles, fetching the e-mail To addresses from the\nuser objects, modification of the control panel action, translations and tests.\n \n.. _collective.contentrules.mailtolocalrole: http://plone.org/products/collective-contentrules-mailtolocalrole/\n\nChanges\n=======\n\n1.7 (2013-08-12)\n----------------\n\n- add borg_local roles\n [maartenkling]\n\n1.6 (2013-02-14)\n----------------\n\n- Updated message and title to stringinterpolation,\n like in plone.app.contentrules [kingel]\n\n\n1.5 (2012-10-18)\n----------------\n\n- Moved to\n https://github.com/collective/collective.contentrules.mailtorole\n [maurits]\n\n\n1.4 (2012-01-23)\n----------------\n\n- Fix Plone3 compatibility [toutpt]\n- Add french translation [toutpt]\n\n\n1.3 (2011-12-23)\n----------------\n\n- Check if member exists before getting mailaddress [gborelli]\n\n\n1.3a1 (2011-10-28)\n------------------\n\n- Add checkbox for including members with global roles in mail (fixes\n http://plone.org/products/collective-contentrules-mailtolocalrole/issues/4)\n [khink]\n- Rename to `collective.contentrules.mailtorole`\n\n.. Note::\n Prior to version 1.3, the product was called\n `collective.contentrules.mailtolocalrole`.\n That product's history is included below for completeness.\n\n1.2 (2011-10-28)\n----------------\n\n- use z3c.autoinclude plugin\n- Plone 4.1 compatibility (fixes\n http://plone.org/products/collective-contentrules-mailtolocalrole/issues/5)\n [khink]\n\n\n1.1 (2011-01-07)\n----------------\n\n- Fix the email from header that is generated from the portal owner if no from\n address is specified. Backported from plone.app.contentrules 4.0.2\n [fredvd]\n\n- Add subgroups support. If a group contains a subgroup that has members,\n these members will also be checked for having the local role.\n [lzdych]\n\n\n1.0 (2010-12-04)\n----------------\n\n- Fixed error when used on Plone 4: passing 'From' to secureSend is\n not needed in Plone 3 and breaks in Plone 4.\n [maurits]\n\n\n0.7 (2008-12-05 Sinterklaas)\n----------------------------\n\n- Added Italian localization [paulox]\n\n- Added Owner to role's vocabulary [paulox]\n\n- Add check for empty user email address [fredvd]\n\n- If the localrole is added to a group, add all members of that group to\n the recipients list [Craig Swank]\n\n\n0.6 (2008-10-02)\n----------------\n\n- Fixed and added tests [fredvd]\n\n- Updated locales [fredvd]\n\n\n0.5 unreleased\n--------------\n\n- Add locales [fredvd]\n\n- Fix acquired roles checking & look up email addresses [fredvd]\n\n- Add checking for acquired roles [fredvd]\n\n- Import basic version from a client project [fredvd]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/collective.contentrules.mailtorole", "keywords": "plone contentrules action mail", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.contentrules.mailtorole", "package_url": "https://pypi.org/project/collective.contentrules.mailtorole/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.contentrules.mailtorole/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/collective.contentrules.mailtorole" }, "release_url": "https://pypi.org/project/collective.contentrules.mailtorole/1.7/", "requires_dist": null, "requires_python": null, "summary": "Send e-mail to users having a role on the object", "version": "1.7" }, "last_serial": 837997, "releases": { "1.3": [ { "comment_text": "", "digests": { "md5": "bc0322126582c8e76184d8827e2b8c06", "sha256": "7daa054665726afd2ffb2f56f1c81faf92a278e2cd5d6196c6037bc361d95220" }, "downloads": -1, "filename": "collective.contentrules.mailtorole-1.3.tar.gz", "has_sig": false, "md5_digest": "bc0322126582c8e76184d8827e2b8c06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14490, "upload_time": "2011-12-23T21:49:27", "url": "https://files.pythonhosted.org/packages/33/11/dafd88a265692ce9c2d30f1be5f8628a42580c2eb9d903b30660a755f2e1/collective.contentrules.mailtorole-1.3.tar.gz" } ], "1.3a1": [ { "comment_text": "", "digests": { "md5": "bc0b85c99e1ceefc91cc205dda74f49b", "sha256": "c46c737f68abaccade3f9c66c3f9a56f76f7c24fda0960fc66020aa88cae8a67" }, "downloads": -1, "filename": "collective.contentrules.mailtorole-1.3a1.tar.gz", "has_sig": false, "md5_digest": "bc0b85c99e1ceefc91cc205dda74f49b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15741, "upload_time": "2011-10-28T13:45:59", "url": "https://files.pythonhosted.org/packages/6d/bf/3b9c17dd67f4fb3974b384fb0d0d93f79d5b86bb0562fcdeb62fce056ea4/collective.contentrules.mailtorole-1.3a1.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "2005be2f3d45cd6ac0c0d4c1dd1c64e5", "sha256": "d9d69057012c45d652770d4591447886ceb23a16f93930d5f2ab0e8040fbc074" }, "downloads": -1, "filename": "collective.contentrules.mailtorole-1.4.zip", "has_sig": false, "md5_digest": "2005be2f3d45cd6ac0c0d4c1dd1c64e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31345, "upload_time": "2012-01-23T11:05:53", "url": "https://files.pythonhosted.org/packages/e9/3f/1cb07731dc0a19cae37f51bca3074359467d00eac85e7c6ddb8d153c08c7/collective.contentrules.mailtorole-1.4.zip" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "53c81a44a74d6919c2808a2fcd591ae0", "sha256": "f2d99cefd22e219764e00e7d2b82c18da4314995bb51047385a03a46f8d9b1d3" }, "downloads": -1, "filename": "collective.contentrules.mailtorole-1.5.zip", "has_sig": false, "md5_digest": "53c81a44a74d6919c2808a2fcd591ae0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34217, "upload_time": "2012-10-18T16:31:26", "url": "https://files.pythonhosted.org/packages/c4/90/8dce476ceb7c4b6bc1c59c3ed45cea8618dddc4c55650a1cebee59311105/collective.contentrules.mailtorole-1.5.zip" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "2a91c174dcad84fc11c2b55d2c9022dd", "sha256": "2db5d380139385ac87a640ecd76ff730055987549cce373b7c0601495c844280" }, "downloads": -1, "filename": "collective.contentrules.mailtorole-1.6.zip", "has_sig": false, "md5_digest": "2a91c174dcad84fc11c2b55d2c9022dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36734, "upload_time": "2013-02-14T12:19:49", "url": "https://files.pythonhosted.org/packages/28/82/4afa58469bbddd749ddc1b6e822eb7fbb427764b7614abe1e593ae3fefad/collective.contentrules.mailtorole-1.6.zip" } ], "1.7": [ { "comment_text": "", "digests": { "md5": "0bde0dea1c6ba80e6d7dea3225ca0d9b", "sha256": "8224833325f54807111c2f2469a33c3fdc6ffc4c70c96c9e726582e2b18d8e05" }, "downloads": -1, "filename": "collective.contentrules.mailtorole-1.7.zip", "has_sig": false, "md5_digest": "0bde0dea1c6ba80e6d7dea3225ca0d9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36823, "upload_time": "2013-08-12T09:32:05", "url": "https://files.pythonhosted.org/packages/32/bc/1fbb50dd9514aeb3889930824ba881303a75b9256f3583d965d1697d0977/collective.contentrules.mailtorole-1.7.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0bde0dea1c6ba80e6d7dea3225ca0d9b", "sha256": "8224833325f54807111c2f2469a33c3fdc6ffc4c70c96c9e726582e2b18d8e05" }, "downloads": -1, "filename": "collective.contentrules.mailtorole-1.7.zip", "has_sig": false, "md5_digest": "0bde0dea1c6ba80e6d7dea3225ca0d9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36823, "upload_time": "2013-08-12T09:32:05", "url": "https://files.pythonhosted.org/packages/32/bc/1fbb50dd9514aeb3889930824ba881303a75b9256f3583d965d1697d0977/collective.contentrules.mailtorole-1.7.zip" } ] }