Metadata-Version: 2.1
Name: collective.classification.folder
Version: 1.1.0
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
Platform: UNKNOWN
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)
Provides-Extra: test
License-File: LICENSE.GPL
License-File: LICENSE.rst

.. 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.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]


