collective.classification.folder


Namecollective.classification.folder JSON
Version 1.1.3 PyPI version JSON
download
home_pagehttps://github.com/imio/collective.classification.folder
SummaryAddon to manage classification folders
upload_time2024-04-17 06:11:40
maintainerNone
docs_urlNone
authorMartin Peeters
requires_pythonNone
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements setuptools zc.buildout
Travis-CI No Travis.
coveralls test coverage
            .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on pypi or github. It is a comment.

.. image:: https://travis-ci.org/collective/collective.classification.folder.svg?branch=master
    :target: https://travis-ci.org/collective/collective.classification.folder

.. image:: https://coveralls.io/repos/github/collective/collective.classification.folder/badge.svg?branch=master
    :target: https://coveralls.io/github/collective/collective.classification.folder?branch=master
    :alt: Coveralls

.. image:: https://img.shields.io/pypi/v/collective.classification.folder.svg
    :target: https://pypi.python.org/pypi/collective.classification.folder/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/collective.classification.folder.svg
    :target: https://pypi.python.org/pypi/collective.classification.folder
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/collective.classification.folder.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/collective.classification.folder.svg
    :target: https://pypi.python.org/pypi/collective.classification.folder/
    :alt: License

================================
collective.classification.folder
================================

Addon to manage classification folders

Features
--------

- Folders container type
- Folder type
- Subfolder type

Translations
------------

This product has been translated into

- French

Installation
------------

Install collective.classification.folder by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.classification.folder


and then running ``bin/buildout``

Contribute
----------

- Issue Tracker: https://github.com/imio/collective.classification.folder/issues
- Source Code: https://github.com/imio/collective.classification.folder

Support
-------

If you are having issues, please let us know.

License
-------

The project is licensed under the GPLv2.


Contributors
============

- Martin Peeters [original author]
- Stephan Geulette [Maintainer]


Changelog
=========

1.1.3 (2024-04-17)
------------------

- Set maxRssults to 50 to enlarge folders selection behavior search results.
  [sgeulette]

1.1.2 (2024-04-12)
------------------

- Do not update folder children when modify event is ContainerModifiedEvent.
  [sgeulette]

1.1.1 (2024-02-26)
------------------

- Corrected `on_will_move` to avoid error on delete.
  [sgeulette]
- Removed `collective.z3cform.chosen` dependency.
  [sgeulette]
- Removed folder rename restriction (now well handled in iconifiedcategory).
  [sgeulette]
- Added INextPrevNotNavigable on folder classes (in zcml).
  [sgeulette]

1.1.0 (2024-02-19)
------------------

- Corrected tests.
  [sgeulette]
- Corrected bug in indexer when the stored folders cannot be seen by the current user.
  [sgeulette]
- Used imio.annex product so it is possible to add categorized annexe in folder and subfolder.
  [sgeulette]
- Added `yesno_value` index to store archived value and possibly use it in a faceted widget.
  [sgeulette]
- Added `state_filesize` column in `FolderFacetedTableView`.
  [sgeulette]
- Removed fixed created sorting on IClassificationFacetedNavigable.
  [sgeulette]
- Defined sort_index on subfolder column.
  [sgeulette]
- Avoided folder rename
  [sgeulette]

1.0.2 (2023-11-28)
------------------

- Added `collective.classification.folder.vocabularies:folder_portal_types` vocabulary to be used in faceted criteria.
  [sgeulette]
- Added separate ClassificationFolder title and ClassificationSubfolder title columns.
  [sgeulette]

1.0.1 (2023-09-08)
------------------

- Removed python_requires causing problem to download from pypi.
  [sgeulette]

1.0.0 (2023-09-07)
------------------

- Set really `classification_categories` field on folders as not mandatory
  [sgeulette]
- Set `treating_groups` field as required
  [sgeulette]

1.0a2 (2023-07-20)
------------------

- Set `classification_categories` field on folders as not required
  [sgeulette]

1.0a1 (2023-03-29)
------------------

- Initial release.
  [mpeeters, sgeulette]
- Replaced collective.z3cform.chosen widget by collective.z3cform.select2.
  Must remove "chosen" packages in next release.
  [sgeulette]



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/imio/collective.classification.folder",
    "name": "collective.classification.folder",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Python Plone CMS",
    "author": "Martin Peeters",
    "author_email": "support@imio.be",
    "download_url": "https://files.pythonhosted.org/packages/63/95/b0f3d987677b3ed927484d4a6b1887e5511e73cb3d6ccc1b36220eb05ab6/collective.classification.folder-1.1.3.tar.gz",
    "platform": null,
    "description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n   This text does not appear on pypi or github. It is a comment.\n\n.. image:: https://travis-ci.org/collective/collective.classification.folder.svg?branch=master\n    :target: https://travis-ci.org/collective/collective.classification.folder\n\n.. image:: https://coveralls.io/repos/github/collective/collective.classification.folder/badge.svg?branch=master\n    :target: https://coveralls.io/github/collective/collective.classification.folder?branch=master\n    :alt: Coveralls\n\n.. image:: https://img.shields.io/pypi/v/collective.classification.folder.svg\n    :target: https://pypi.python.org/pypi/collective.classification.folder/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.classification.folder.svg\n    :target: https://pypi.python.org/pypi/collective.classification.folder\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.classification.folder.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.classification.folder.svg\n    :target: https://pypi.python.org/pypi/collective.classification.folder/\n    :alt: License\n\n================================\ncollective.classification.folder\n================================\n\nAddon to manage classification folders\n\nFeatures\n--------\n\n- Folders container type\n- Folder type\n- Subfolder type\n\nTranslations\n------------\n\nThis product has been translated into\n\n- French\n\nInstallation\n------------\n\nInstall collective.classification.folder by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.classification.folder\n\n\nand then running ``bin/buildout``\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/imio/collective.classification.folder/issues\n- Source Code: https://github.com/imio/collective.classification.folder\n\nSupport\n-------\n\nIf you are having issues, please let us know.\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Martin Peeters [original author]\n- Stephan Geulette [Maintainer]\n\n\nChangelog\n=========\n\n1.1.3 (2024-04-17)\n------------------\n\n- Set maxRssults to 50 to enlarge folders selection behavior search results.\n  [sgeulette]\n\n1.1.2 (2024-04-12)\n------------------\n\n- Do not update folder children when modify event is ContainerModifiedEvent.\n  [sgeulette]\n\n1.1.1 (2024-02-26)\n------------------\n\n- Corrected `on_will_move` to avoid error on delete.\n  [sgeulette]\n- Removed `collective.z3cform.chosen` dependency.\n  [sgeulette]\n- Removed folder rename restriction (now well handled in iconifiedcategory).\n  [sgeulette]\n- Added INextPrevNotNavigable on folder classes (in zcml).\n  [sgeulette]\n\n1.1.0 (2024-02-19)\n------------------\n\n- Corrected tests.\n  [sgeulette]\n- Corrected bug in indexer when the stored folders cannot be seen by the current user.\n  [sgeulette]\n- Used imio.annex product so it is possible to add categorized annexe in folder and subfolder.\n  [sgeulette]\n- Added `yesno_value` index to store archived value and possibly use it in a faceted widget.\n  [sgeulette]\n- Added `state_filesize` column in `FolderFacetedTableView`.\n  [sgeulette]\n- Removed fixed created sorting on IClassificationFacetedNavigable.\n  [sgeulette]\n- Defined sort_index on subfolder column.\n  [sgeulette]\n- Avoided folder rename\n  [sgeulette]\n\n1.0.2 (2023-11-28)\n------------------\n\n- Added `collective.classification.folder.vocabularies:folder_portal_types` vocabulary to be used in faceted criteria.\n  [sgeulette]\n- Added separate ClassificationFolder title and ClassificationSubfolder title columns.\n  [sgeulette]\n\n1.0.1 (2023-09-08)\n------------------\n\n- Removed python_requires causing problem to download from pypi.\n  [sgeulette]\n\n1.0.0 (2023-09-07)\n------------------\n\n- Set really `classification_categories` field on folders as not mandatory\n  [sgeulette]\n- Set `treating_groups` field as required\n  [sgeulette]\n\n1.0a2 (2023-07-20)\n------------------\n\n- Set `classification_categories` field on folders as not required\n  [sgeulette]\n\n1.0a1 (2023-03-29)\n------------------\n\n- Initial release.\n  [mpeeters, sgeulette]\n- Replaced collective.z3cform.chosen widget by collective.z3cform.select2.\n  Must remove \"chosen\" packages in next release.\n  [sgeulette]\n\n\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Addon to manage classification folders",
    "version": "1.1.3",
    "project_urls": {
        "Homepage": "https://github.com/imio/collective.classification.folder",
        "PyPI": "https://pypi.python.org/pypi/collective.classification.folder",
        "Source": "https://github.com/imio/collective.classification.folder",
        "Tracker": "https://github.com/imio/collective.classification.folder/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6395b0f3d987677b3ed927484d4a6b1887e5511e73cb3d6ccc1b36220eb05ab6",
                "md5": "bbce910b9d75eabc1a1177d53ec40af9",
                "sha256": "a1065974136eeebe8703e13ed2ea4e88cd1aa273cc783708ab4d860e3442b060"
            },
            "downloads": -1,
            "filename": "collective.classification.folder-1.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "bbce910b9d75eabc1a1177d53ec40af9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 76451,
            "upload_time": "2024-04-17T06:11:40",
            "upload_time_iso_8601": "2024-04-17T06:11:40.462327Z",
            "url": "https://files.pythonhosted.org/packages/63/95/b0f3d987677b3ed927484d4a6b1887e5511e73cb3d6ccc1b36220eb05ab6/collective.classification.folder-1.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 06:11:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "imio",
    "github_project": "collective.classification.folder",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "requirements": [
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "44.1.1"
                ]
            ]
        },
        {
            "name": "zc.buildout",
            "specs": [
                [
                    "==",
                    "2.13.4"
                ]
            ]
        }
    ],
    "lcname": "collective.classification.folder"
}
        
Elapsed time: 0.24487s