Metadata-Version: 2.1
Name: collective.classification.folder
Version: 1.2.2
Summary: Addon to manage classification folders
Home-page: https://github.com/imio/collective.classification.folder
Author: Martin Peeters
Author-email: support@imio.be
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.classification.folder
Project-URL: Source, https://github.com/imio/collective.classification.folder
Project-URL: Tracker, https://github.com/imio/collective.classification.folder/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: z3c.jbot
Requires-Dist: Products.GenericSetup>=1.8.2
Requires-Dist: plone.api>=1.8.4
Requires-Dist: plone.restapi
Requires-Dist: plone.app.dexterity
Requires-Dist: plone.app.referenceablebehavior
Requires-Dist: plone.app.relationfield
Requires-Dist: plone.app.lockingbehavior
Requires-Dist: plone.schema
Requires-Dist: collective.classification.tree
Requires-Dist: eea.facetednavigation
Requires-Dist: collective.eeafaceted.z3ctable>=2.28
Requires-Dist: imio.annex
Requires-Dist: imio.helpers>=1.0.1
Requires-Dist: imio.prettylink
Requires-Dist: collective.dexteritytextindexer
Requires-Dist: collective.z3cform.select2
Requires-Dist: dexterity.localrolesfield
Requires-Dist: plone.formwidget.autocomplete
Requires-Dist: Unidecode
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.testing; extra == "test"
Requires-Dist: plone.app.robotframework[debug]; extra == "test"
Requires-Dist: plone.app.contenttypes; extra == "test"

.. 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.2.2 (2025-02-10)
------------------

- Corrected translation.
  [sgeulette]

1.2.1 (2024-09-18)
------------------

- Updated following collective.eeafaceted.z3ctable modifications.
  [sgeulette]
- Don't create wheel.
  [sgeulette]

1.2.0 (2024-09-17)
------------------

- Added treating_groups title in folders vocabulary.
  [sgeulette]
- Stored EMPTY_STRING in classification_categories and classification_folders index values when no value.
  So it is possible to search on.
  [sgeulette]

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]
