collective.externaleditor


Namecollective.externaleditor JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.externaleditor/
SummarySpecific Plone layer for Products.ExternalEditor
upload_time2023-11-15 07:19:06
maintainer
docs_urlNone
authoratReal
requires_python>=3.7
licenseGPL
keywords plone
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. contents::

Overview
========

A specific Plone layer for Products.ExternalEditor


Description
===========

This package add a Control Panel to enable or disable external editor
(ext_editor property in Plone seems to be unused) and to choose on which
content types action will be available.

Technically this package add a skin layer to override external_edit.py and
externalEditorEnabled.py python scripts from Plone to make them call
views. These views respect the same behavior as today in Plone but add
security checks (now you need "Modify Portal Content" to call external_edit)
and add the support for content types you choose in the configlet.

Permissions 'WebDAV Unlock items' and 'WebDAV Lock items' are given to the
'Editor' role. IMPORTANT : previous settings for these permissions will be
erased.


Important
=========

collective.externaleditor is only working with Products.ExternalEditor >= 1.1.0
so you need to pin the version of Products.ExternalEditor in your buildout. ::
    
    [versions]
    Products.ExternalEditor = 1.1.0


Todo
====

* More test cover
* Add in configlet the possibility to activate or unactivate external editor
  property for all users
* Add in configlet the possibility to activate external editor for the new users


Authors
=======

|atreal|_

* `atReal Team`_

  - Thierry Benita [tbenita]
  - Matthias Broquet [tiazma]
  - Florent Michon [f10w]

.. |atreal| image:: http://downloads.atreal.net/logos/atreal-logo-48-white-bg.png
.. _atreal: http://www.atreal.net
.. _atReal Team: mailto:contact@atreal.net

Contributors
============
    
* `Plone Intranet Team`_

  - Matt Sital-Singh [mattss]
  - Philip Bauer [pbauer]
    
.. _Plone Intranet Team: https://github.com/ploneintranet

Credits
=======

* Sponsorised by LESAFFRE - <http://www.lesaffre.com/>

Changelog
=========

2.0.0 (2023-11-15)
------------------

- The test suite now works with Plone 5.2, Python3 and Products.ExternalEditor 3
  [ale-rt]

- Remove unused import not compatible with Plone 6
  [ale-rt]


1.0.3 (2015-08-21)
------------------

- Move controlpanel to z3c.form. Removes dependency on CMFDefault and formlib.
  [pbauer]


1.0.2 (2015-06-04)
------------------

- use the recommended way of including Products.CMFCore permissions
  in configure.zcml so it works for all Plone versions
  [jcerjak]

- Remove dependency on portal_factory (Plone 5 compatibility)
  [mattss]


1.0.1 - 2012-02-10
------------------

- preloading Products.CMFCore.permissions.zcml


1.0.0 - 2010-12-03
------------------

- Initial release [f10w]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.externaleditor/",
    "name": "collective.externaleditor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Plone",
    "author": "atReal",
    "author_email": "contact@atreal.net",
    "download_url": "https://files.pythonhosted.org/packages/ae/e4/53d3403c486aa3b694c0e4c6f43bf35d203756592cf3bedb1909b78b52c3/collective.externaleditor-2.0.0.tar.gz",
    "platform": null,
    "description": ".. contents::\n\nOverview\n========\n\nA specific Plone layer for Products.ExternalEditor\n\n\nDescription\n===========\n\nThis package add a Control Panel to enable or disable external editor\n(ext_editor property in Plone seems to be unused) and to choose on which\ncontent types action will be available.\n\nTechnically this package add a skin layer to override external_edit.py and\nexternalEditorEnabled.py python scripts from Plone to make them call\nviews. These views respect the same behavior as today in Plone but add\nsecurity checks (now you need \"Modify Portal Content\" to call external_edit)\nand add the support for content types you choose in the configlet.\n\nPermissions 'WebDAV Unlock items' and 'WebDAV Lock items' are given to the\n'Editor' role. IMPORTANT : previous settings for these permissions will be\nerased.\n\n\nImportant\n=========\n\ncollective.externaleditor is only working with Products.ExternalEditor >= 1.1.0\nso you need to pin the version of Products.ExternalEditor in your buildout. ::\n    \n    [versions]\n    Products.ExternalEditor = 1.1.0\n\n\nTodo\n====\n\n* More test cover\n* Add in configlet the possibility to activate or unactivate external editor\n  property for all users\n* Add in configlet the possibility to activate external editor for the new users\n\n\nAuthors\n=======\n\n|atreal|_\n\n* `atReal Team`_\n\n  - Thierry Benita [tbenita]\n  - Matthias Broquet [tiazma]\n  - Florent Michon [f10w]\n\n.. |atreal| image:: http://downloads.atreal.net/logos/atreal-logo-48-white-bg.png\n.. _atreal: http://www.atreal.net\n.. _atReal Team: mailto:contact@atreal.net\n\nContributors\n============\n    \n* `Plone Intranet Team`_\n\n  - Matt Sital-Singh [mattss]\n  - Philip Bauer [pbauer]\n    \n.. _Plone Intranet Team: https://github.com/ploneintranet\n\nCredits\n=======\n\n* Sponsorised by LESAFFRE - <http://www.lesaffre.com/>\n\nChangelog\n=========\n\n2.0.0 (2023-11-15)\n------------------\n\n- The test suite now works with Plone 5.2, Python3 and Products.ExternalEditor 3\n  [ale-rt]\n\n- Remove unused import not compatible with Plone 6\n  [ale-rt]\n\n\n1.0.3 (2015-08-21)\n------------------\n\n- Move controlpanel to z3c.form. Removes dependency on CMFDefault and formlib.\n  [pbauer]\n\n\n1.0.2 (2015-06-04)\n------------------\n\n- use the recommended way of including Products.CMFCore permissions\n  in configure.zcml so it works for all Plone versions\n  [jcerjak]\n\n- Remove dependency on portal_factory (Plone 5 compatibility)\n  [mattss]\n\n\n1.0.1 - 2012-02-10\n------------------\n\n- preloading Products.CMFCore.permissions.zcml\n\n\n1.0.0 - 2010-12-03\n------------------\n\n- Initial release [f10w]\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Specific Plone layer for Products.ExternalEditor",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.externaleditor/"
    },
    "split_keywords": [
        "plone"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f5027d7d51068bfdadb06dc5325644eaff440d65613ebbd31bd4f6c2864c940",
                "md5": "b727e04bd6dd7e61b20df2154fe586ff",
                "sha256": "9bc34f8481acc8949a057ec9e18ea80ca93d412fa579141b8799e5778e31c22b"
            },
            "downloads": -1,
            "filename": "collective.externaleditor-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b727e04bd6dd7e61b20df2154fe586ff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 18786,
            "upload_time": "2023-11-15T07:19:05",
            "upload_time_iso_8601": "2023-11-15T07:19:05.052108Z",
            "url": "https://files.pythonhosted.org/packages/0f/50/27d7d51068bfdadb06dc5325644eaff440d65613ebbd31bd4f6c2864c940/collective.externaleditor-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aee453d3403c486aa3b694c0e4c6f43bf35d203756592cf3bedb1909b78b52c3",
                "md5": "c5cbd47d7efd2b2c35c30c60d7f32cab",
                "sha256": "8edcff3dd227cb68b9c513bc535581e4554e2ebb717aa6faf6f3211891d023b7"
            },
            "downloads": -1,
            "filename": "collective.externaleditor-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c5cbd47d7efd2b2c35c30c60d7f32cab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 21815,
            "upload_time": "2023-11-15T07:19:06",
            "upload_time_iso_8601": "2023-11-15T07:19:06.954863Z",
            "url": "https://files.pythonhosted.org/packages/ae/e4/53d3403c486aa3b694c0e4c6f43bf35d203756592cf3bedb1909b78b52c3/collective.externaleditor-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-15 07:19:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.externaleditor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "collective.externaleditor"
}
        
Elapsed time: 0.37511s