collective.portlet.discussion


Namecollective.portlet.discussion JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://github.com/RedTurtle/collective.portlet.discussion
SummaryA simple Plone portlet to show a list of comments
upload_time2022-07-14 13:06:41
maintainer
docs_urlNone
authorRedTurtle Technology
requires_python
licenseGPL
keywords discussion portlet comments
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============

This is a portlet is a plugin for `plone.app.discussion <http://pypi.python.org/pypi/plone.app.discussion>`_
that show last comments in the portal.

You can select to filter comments by state (if comments are moderated) and also a starting path for searches.

Workflow
========

This product creates two new workflows for comments: **comment_one_state_workflow** and **comment_review_workflow**.

With these workflows, comments inherits security settings from parents, fixing a Plone issue.
In this way an user that can't see a content doesn't have catalog access to related comments, so comments are not visibile
in the portlet.

Installing this product, security settings for old discussions will be updated. Same thing on uninstall step.

Dependencies
============

This product has been tested on Plone 3.3.5 and Plone 4.2

Credits
=======

Developed with the support of `Regione Emilia Romagna`__; Regione Emilia Romagna supports the `PloneGov initiative`__.

__ http://www.regione.emilia-romagna.it/
__ http://www.plonegov.it/

Authors
=======

This product was developed by RedTurtle Technology team.

.. image:: http://www.redturtle.it/redturtle_banner.png
   :alt: RedTurtle Technology Site
   :target: http://www.redturtle.it/



Changelog
=========

2.0.1 (2022-07-14)
------------------

- Fixed setup.py.
  [daniele]


2.0.0 (2022-07-14)
------------------

- Python 3 support. Dropped support for Python 2.7 and Plone < 5.2.
  [reflab]


1.2.6 (2019-05-13)
------------------

- Support Dexterity in the folder widget to show comments only for a specific subtree in the site. [fredvd]


1.2.5 (2017-04-28)
------------------

- Fix translations for discussion_list_search. [fredvd]


1.2.4 (2017-01-25)
------------------

- Add Dutch translations
  [fredvd]


1.2.3 (2016-04-04)
------------------

- Fixed tests [cekk]
- Bugfix, isAnon missing [tobiasherp]
- pep8ification, formatting [tobiasherp]


1.2.2 (2013-11-07)
------------------

- Fixed imports in template [andrea]


1.2.1 (2013-07-26)
------------------

- Added class tile to portlet header [andrea]


1.2.0 (2013-06-26)
------------------

- Added support for Site Administrator role [keul]

1.1.0 (2012-11-23)
------------------

* Added new workflows for Discussion Items [micecchi]
* Plone 4 compatibility [micecchi]

1.0.1 (2011-07-10)
------------------

* Fixed filtered results [micecchi]

1.0.0 (2011-01-20)
------------------

* Initial release [micecchi]
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RedTurtle/collective.portlet.discussion",
    "name": "collective.portlet.discussion",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "discussion portlet comments",
    "author": "RedTurtle Technology",
    "author_email": "sviluppoplone@redturtle.it",
    "download_url": "https://files.pythonhosted.org/packages/26/17/27412e51e0594c7142e948461111505178fca03170e9054be5378ed790a4/collective.portlet.discussion-2.0.1.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\nThis is a portlet is a plugin for `plone.app.discussion <http://pypi.python.org/pypi/plone.app.discussion>`_\nthat show last comments in the portal.\n\nYou can select to filter comments by state (if comments are moderated) and also a starting path for searches.\n\nWorkflow\n========\n\nThis product creates two new workflows for comments: **comment_one_state_workflow** and **comment_review_workflow**.\n\nWith these workflows, comments inherits security settings from parents, fixing a Plone issue.\nIn this way an user that can't see a content doesn't have catalog access to related comments, so comments are not visibile\nin the portlet.\n\nInstalling this product, security settings for old discussions will be updated. Same thing on uninstall step.\n\nDependencies\n============\n\nThis product has been tested on Plone 3.3.5 and Plone 4.2\n\nCredits\n=======\n\nDeveloped with the support of `Regione Emilia Romagna`__; Regione Emilia Romagna supports the `PloneGov initiative`__.\n\n__ http://www.regione.emilia-romagna.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\n\n\nChangelog\n=========\n\n2.0.1 (2022-07-14)\n------------------\n\n- Fixed setup.py.\n  [daniele]\n\n\n2.0.0 (2022-07-14)\n------------------\n\n- Python 3 support. Dropped support for Python 2.7 and Plone < 5.2.\n  [reflab]\n\n\n1.2.6 (2019-05-13)\n------------------\n\n- Support Dexterity in the folder widget to show comments only for a specific subtree in the site. [fredvd]\n\n\n1.2.5 (2017-04-28)\n------------------\n\n- Fix translations for discussion_list_search. [fredvd]\n\n\n1.2.4 (2017-01-25)\n------------------\n\n- Add Dutch translations\n  [fredvd]\n\n\n1.2.3 (2016-04-04)\n------------------\n\n- Fixed tests [cekk]\n- Bugfix, isAnon missing [tobiasherp]\n- pep8ification, formatting [tobiasherp]\n\n\n1.2.2 (2013-11-07)\n------------------\n\n- Fixed imports in template [andrea]\n\n\n1.2.1 (2013-07-26)\n------------------\n\n- Added class tile to portlet header [andrea]\n\n\n1.2.0 (2013-06-26)\n------------------\n\n- Added support for Site Administrator role [keul]\n\n1.1.0 (2012-11-23)\n------------------\n\n* Added new workflows for Discussion Items [micecchi]\n* Plone 4 compatibility [micecchi]\n\n1.0.1 (2011-07-10)\n------------------\n\n* Fixed filtered results [micecchi]\n\n1.0.0 (2011-01-20)\n------------------\n\n* Initial release [micecchi]",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "A simple Plone portlet to show a list of comments",
    "version": "2.0.1",
    "project_urls": {
        "Homepage": "https://github.com/RedTurtle/collective.portlet.discussion"
    },
    "split_keywords": [
        "discussion",
        "portlet",
        "comments"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "261727412e51e0594c7142e948461111505178fca03170e9054be5378ed790a4",
                "md5": "d797121a51959d788fb8ef50cd86bbfc",
                "sha256": "9ff4ffa8440ea21673a260acedd047d73bd47b58875b4862ca7919f37cef5a2a"
            },
            "downloads": -1,
            "filename": "collective.portlet.discussion-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d797121a51959d788fb8ef50cd86bbfc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21824,
            "upload_time": "2022-07-14T13:06:41",
            "upload_time_iso_8601": "2022-07-14T13:06:41.165952Z",
            "url": "https://files.pythonhosted.org/packages/26/17/27412e51e0594c7142e948461111505178fca03170e9054be5378ed790a4/collective.portlet.discussion-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-07-14 13:06:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RedTurtle",
    "github_project": "collective.portlet.discussion",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "collective.portlet.discussion"
}
        
Elapsed time: 0.10437s