Metadata-Version: 2.0
Name: cpskin.contenttypes
Version: 1.0.12
Summary: CPSkin content types
Home-page: https://pypi.python.org/pypi/cpskin.contenttypes
Author: Laurent Lasudry
Author-email: laurent.lasudry@affinitic.be
License: GPL version 2
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
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
Requires-Dist: plone.app.dexterity
Requires-Dist: plone.api (>=1.8.4)
Requires-Dist: Products.GenericSetup (>=1.8.2)
Requires-Dist: setuptools
Requires-Dist: plone.app.dexterity (<=2.1.1)
Requires-Dist: plone.app.referenceablebehavior
Requires-Dist: plone.app.relationfield
Requires-Dist: plone.app.lockingbehavior
Requires-Dist: plone.schema
Requires-Dist: plone.app.contenttypes
Requires-Dist: plone.app.imagecropping
Requires-Dist: cpskin.locales
Requires-Dist: unidecode
Requires-Dist: imio.behavior.teleservices
Provides-Extra: test
Requires-Dist: plone.app.robotframework; extra == 'test'

===================
cpskin.contenttypes
===================

CPskin related content types

.. image:: https://travis-ci.org/IMIO/cpskin.contenttypes.png
    :target: http://travis-ci.org/IMIO/cpskin.contenttypes

.. image:: https://coveralls.io/repos/github/IMIO/cpskin.contenttypes/badge.svg?branch=master
    :target: https://coveralls.io/github/IMIO/cpskin.contenttypes?branch=master




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

- Laurent Lasudry, laurent.lasudry@affinitic.be


Changelog
=========


1.0.12 (2021-05-04)
-------------------

- e_guichet field is printing like a link in template
  [boulch]

- Add new procedure validator
  [boulch]

- e_guichet field always available (even if imio.behavior.teleservice is installed)
  [boulch]

- Fix / update buildout & dependencies
  [laulaz]


1.0.11 (2021-01-06)
-------------------

- Remove lead-image out of procedure template
  [boulch]


1.0.10 (2020-08-12)
-------------------

- [WEB-3405] : Don't forget upgrade step to (re)change view on existing objects
  [boulch]

1.0.9 (2020-08-12)
------------------

- [WEB-3405] : First step :Change procedure default view.
  [boulch]


1.0.8 (2020-07-08)
------------------

- [WEB-3381] : Fix procedure contenttypes view when imio.behavior.teleservices isn't install.
  [boulch]


1.0.7 (2020-07-06)
------------------

- Override edit and add View : When ITsProcedure behavior is there, we want to hide e_guichet basic text field.
  [boulch]
- upgradesteps : To apply new default procedure template.
  [boulch]
- Procedure template : Change "a href" link to e-guichet by "button" to e-guichet.
  [boulch]
- Procedure template : (Add Leadimage fancybox, add RichText)
  [boulch]



1.0.6 (2020-07-01)
------------------

- Add custom "procedure_view" for content type "procedure".
  [boulch, laulaz]


1.0.5 (2020-01-14)
------------------

- Don't try to migrate related items in NavigationRoot and don't try to remove them.
  [boulch]


1.0.4 (2020-01-10)
------------------

- Refactoring setuphandlers. Remove old procedure at end of the process. Better manage for demarche (old_procedure) relatedItems
  [boulch]


1.0.3 (2020-01-07)
------------------

- Fix a bug when we get current wf state. We now use updateRoleMappingsFor to get good permissions and good roles in the current state. (products and procedure)
  [boulch]

- Add "procedure" content type + step to migrate old "demarche" document to procedure : WEBOTT-19
  [boulch]


1.0.2 (2019-03-18)
------------------

- Add icon for product content type : WEBOTT-10
  [laulaz]

- Add Fancybox overlay on product image : WEBOTT-10
  [laulaz]


1.0.1 (2019-03-18)
------------------

- Minor improvements (leadimage size & more css classes) : WEBOTT-10
  [laulaz]


1.0 (2019-02-05)
----------------

- Initial release.
  [laulaz]


