{ "info": { "author": "Redturtle Technology", "author_email": "sviluppoplone@redturtle.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Plone", "Framework :: Plone :: 4.3", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Enhance the \"Send this page\" Plone feature providing a complex form for send the link to a page to\n**multiple recipients**, **members** of the portal and **groups**.\n\n.. contents::\n\nIntroduction\n============\n\nNormally Plone gives you a feature for sending the link to a page to someone (a feature that is still available on\nPlone 4, but is hidden): calling the ``/sendto_form`` view on a document.\n\n.. image:: http://blog.redturtle.it/pypi-images/redturtle.sendto_extension/redturtle.sendto_extension-2.0.0a1-00.png/image_mini\n :alt: Default Plone send to form\n :align: right\n :target: http://blog.redturtle.it/pypi-images/redturtle.sendto_extension/redturtle.sendto_extension-2.0.0a1-00.png\n\nThe default Plone form for sending the page is missing some features like:\n\n* captcha protection\n* sending to multiple recipients\n* sending to users and groups\n* manage BCC\n\nIf you need the \"*send to*\" feature and one or more of features above, this add-on if for you.\n\nHow to use\n==========\n\nAfter installation the \"Send to\" action will show you a totally new interface.\n\n.. image:: http://blog.redturtle.it/pypi-images/redturtle.sendto_extension/redturtle.sendto_extension-2.0.0a1-01.png/image_preview\n :alt: New send to form\n :align: right\n :target: http://blog.redturtle.it/pypi-images/redturtle.sendto_extension/redturtle.sendto_extension-2.0.0a1-01.png\n\nAdd me to recipients\n--------------------\n\nChecking this will add the sender to the recipients list, for getting a copy of the message\n\nMessage\n-------\n\nYou can choose a personal message to be sent with the link. The message will be part of the mail body, while the\n**general message format can be configured** in the site control panel (\"*Send to form settings*\").\n\nSend to\n-------\n\nThis field (and the \"BCC\" alternative) accept a list of e-mail addresses, to send the message to **multiple recipeints**.\nFor security reason you can disabled this multiple recipients field and going back to a single recipient,\nchanging the proper site permission (by default, only authenticated members can use the multiple recipient feature).\n\nSend to site members\n--------------------\n\nThis field (and the \"BCC\" alternative) provide an autocomplete **selection of site members** to send the document to.\nFor security reason you can disabled the user selection field changing the proper site permission\n(by default, only authenticated members can query for site members).\n\nSend to groups\n--------------\n\nSame as before, but query for **groups**. All users inside those groups will be notified.\n\nAnonymous usage\n===============\n\n.. image:: http://blog.redturtle.it/pypi-images/redturtle.sendto_extension/redturtle.sendto_extension-2.0.0a1-02.png/image_preview\n :alt: Send to form for anonyomus\n :align: right\n :target: http://blog.redturtle.it/pypi-images/redturtle.sendto_extension/redturtle.sendto_extension-2.0.0a1-02.png\n\nThis add-on is mainly designed for large intranets, but in the case you want to use it on a public site it's configured\nto not transform your site in a SPAM source.\n\nAll main features are disabled by default, and you can also enabled a **captcha protection** from the Plone control panel\n(\"*Send to form settings*\").\n\nDependency\n==========\n\nTested on Plone 4.3\n\nCredits\n=======\n\nDeveloped with the support of `Camera di Commercio di Ferrara`__;\nCamera di Commercio di Ferrara supports the `PloneGov initiative`__.\n\n.. image:: http://www.fe.camcom.it/cciaa-logo.png/\n :alt: CCIAA Ferrara - logo\n\n__ http://www.fe.camcom.it/\n__ http://www.plonegov.it/\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.it/redturtle_banner.png\n :alt: RedTurtle Technology Site\n :target: http://www.redturtle.it/\n\nChangelog\n=========\n\n2.0.0b2 (2014-01-03)\n--------------------\n\n- Fixed critical bug the anonymous users try to use the form [keul]\n- Fixed missing and wrong translations [keul]\n- Restored the minimal test coverage [keul]\n\n2.0.0b1 (2013-12-18)\n--------------------\n\nPlone 4.3 compatibility and public release\n\n- Hide default Plone send to form\n- AJAX form and search\n- Now provided configuration from control panel\n- Granular security\n- Captcha protection\n\n1.3.3 (2010-08-17)\n------------------\n\n- added z3c.autoinclude [keul]\n\n1.3.2 (2010-04-29)\n------------------\n\n- Added the search into title and id of groups [mirco]\n\n1.3.1 (2010-04-15)\n------------------\n\n- First release on RedTurtle pypi [keul]\n\n1.3.0\n-----\n\n- Removed (broken) translations, so all now is back to standard Plone i18n.\n- Now send link from content type like File, send and url to 'xxx/view'.\n- Users in the the user listing table are now sortable.\n- Changed the user visualization from \"userid (fullname)\" to \"fullname (userid)\".\n\n1.2.3\n-----\n\n- Fixed validator calls: only call validate_sendto when clicking on Send.\n- Fixed a non working use of \"add myself to CC\".\n\n1.2.2\n-----\n\n- Enabled the groups specific search\n- Integration with the site_properties.many_users and site_properties.many_groups.\n\n1.2.1\n-----\n\n- Problem with non manager members.\n\n1.2.0\n-----\n\n- Fixed bug that make the send_to form impossible to use for member that can't access the\n listGroups method of the portal_groups tool.\n- Added the \"Add myself to the recipients list\" feature.\n- Removed the old getMemberOfGroup script.\n\n1.1.0\n-----\n\n- Fixed some issues with old portal_status_message approach not working on Plone 3.\n- Mail to multiple recipients are now a single mail with users in CC.\n- Added the BCC feature.\n\n1.0.0\n-----\n\n- Initial release", "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/redturtle.sendto_extension", "keywords": "plone plonegov sendto mail users groups", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "redturtle.sendto_extension", "package_url": "https://pypi.org/project/redturtle.sendto_extension/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/redturtle.sendto_extension/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/redturtle.sendto_extension" }, "release_url": "https://pypi.org/project/redturtle.sendto_extension/2.0.0b2/", "requires_dist": null, "requires_python": null, "summary": "An extension for the \"Send this\" Plone document action", "version": "2.0.0b2" }, "last_serial": 959291, "releases": { "2.0.0b1": [ { "comment_text": "", "digests": { "md5": "fb65cc0878654bf167cb485700dd202e", "sha256": "d94eb5995c8b59b5d3f75e24dfab9237a802e400ba30394ae6dcb678bd17773a" }, "downloads": -1, "filename": "redturtle.sendto_extension-2.0.0b1.zip", "has_sig": false, "md5_digest": "fb65cc0878654bf167cb485700dd202e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45426, "upload_time": "2013-12-18T16:39:13", "url": "https://files.pythonhosted.org/packages/53/3c/3b80774f0bd8f93fa65074ea569b97bf19272c8ee474cade25c884cf8da2/redturtle.sendto_extension-2.0.0b1.zip" } ], "2.0.0b2": [ { "comment_text": "", "digests": { "md5": "5cff13f5ee02fff1de7440e44d40650d", "sha256": "84ae8343cbaacef8b67922c4bc8bb8e62b9185b39523e9bd70c1fdf20d380c92" }, "downloads": -1, "filename": "redturtle.sendto_extension-2.0.0b2.zip", "has_sig": false, "md5_digest": "5cff13f5ee02fff1de7440e44d40650d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49245, "upload_time": "2014-01-03T08:32:51", "url": "https://files.pythonhosted.org/packages/69/04/3302ab7f34fbdec3cffa66304438b35c1b05a33416c9b06ece8c6678c248/redturtle.sendto_extension-2.0.0b2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5cff13f5ee02fff1de7440e44d40650d", "sha256": "84ae8343cbaacef8b67922c4bc8bb8e62b9185b39523e9bd70c1fdf20d380c92" }, "downloads": -1, "filename": "redturtle.sendto_extension-2.0.0b2.zip", "has_sig": false, "md5_digest": "5cff13f5ee02fff1de7440e44d40650d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49245, "upload_time": "2014-01-03T08:32:51", "url": "https://files.pythonhosted.org/packages/69/04/3302ab7f34fbdec3cffa66304438b35c1b05a33416c9b06ece8c6678c248/redturtle.sendto_extension-2.0.0b2.zip" } ] }