Metadata-Version: 2.4
Name: rer.pubblicazioni
Version: 3.0.5
Summary: An add-on to manage publications for Regione Emilia Romagna.
Home-page: https://pypi.python.org/pypi/rer.pubblicazioni
Author: RedTurtle
Author-email: sviluppo@redturtle.it
License: GPL version 2
Keywords: Python Plone
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
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: plone.volto
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.testing>=5.0.0; extra == "test"
Requires-Dist: plone.app.contenttypes; extra == "test"
Requires-Dist: plone.app.robotframework[debug]; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

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

=================
rer.pubblicazioni
=================

A new Plone5 plugin for the Regione Emilia-Romagna that manage publications.

Features
--------

- Can be bullet points


Examples
--------

This add-on can be seen in action at the following sites:
- Is there a page on the internet where everybody can see the features?


Documentation
-------------

Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar


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

This product has been translated into

- Italiano


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

Install rer.pubblicazioni by adding it to your buildout::

    [buildout]

    ...

    eggs =
        rer.pubblicazioni


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/PloneGov-IT/rer.pubblicazioni/issues
- Source Code: https://github.com/PloneGov-IT/rer.pubblicazioni/


License
-------

The project is licensed under the GPLv2.


Authors
-------

This product has been developed by the `RedTurtle Technology` team.

.. image:: /docs/redturtle_banner.png
   :alt: RedTurtle Technology Site
   :target: http://www.redturtle.it/


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

- RedTurtle, sviluppo@redturtle.it


Changelog
=========

3.0.5 (2025-12-11)
------------------

- Convert abstract field from RichTextValue to BlocksField.
  [cekk]


3.0.4 (2025-07-15)
------------------

- Fix controlpanel label.
  [cekk]


3.0.3 (2024-07-31)
------------------

- Add default value.
  [cekk]


3.0.2 (2024-06-18)
------------------

- Add default value in publicationAuthor field (#28553).
  [cekk]


3.0.1 (2024-03-25)
------------------

- Release on pypi.
  [cekk]


3.0.0 (2024-03-25)
------------------

- Python3 and Plone6 compatibility.
  [cekk]


2.2.3 (2019-11-14)
------------------

- Fix author index encoding for authors (#20207).
  [cekk]


2.2.2 (2019-10-15)
------------------

- Fix typo [nzambello]


2.2.1 (2019-10-15)
------------------

- Fix ARIA roles and a11y for pubblicazione view
  [nzambello]


2.2.0 (2019-10-14)
------------------

- Fix DOM semantic structure for pubblicazione view
  [nzambello]


2.1.3 (2019-09-18)
------------------

- Added title and css fields to the tile interface.
  [daniele]
- Added style collapsible for tile search pubblicazioni
  [giuliaghisini]


2.1.2 (2019-05-23)
------------------

- Fix unicode decode error
  [cekk]


2.1.1 (2019-02-07)
------------------

- The tile "Ricerca Pubblicazioni" now behaves differently: the authors list
  in the drop drown menu depends on the user (if it's logged in), on the path
  set in the tile and if the publication is published or not #16555.
  [arsenico13]
- Fix the url-encoding for the search-pubblications tile in the javascript
  bundle (#16555)
  [arsenico13]
- authors indexer now store values as strings and not unicode.
  [cekk]

2.1.0 (2018-12-28)
------------------

- Fix: The field publicationURL of a pubblication is now rendered as an 'a' tag
  in the template (#16555)
  [arsenico13]
- Fix: Now the vocabulary for the authors of a pubblication is correct and
  filters the names while typing in the edit view (2.a of #16555)
  [arsenico13]
- New: upgrade step that fixes authors field wrongly filled (with comma
  separated names all in one piece) #16555
  [arsenico13]


2.0.3 (2018-07-05)
------------------

- Added the path to search the publications in for the Search Tile. There is an
  upgrade step for this.
  [arsenico13]


2.0.2 (2018-02-07)
------------------

- Fix headings in templates [nzambello]


2.0.1 (2018-02-02)
------------------

- Templating and translations [nzambello]


2.0.0 (2018-01-29)
------------------
- Prepared for production.
  [arsenico13, lucabel, daniele]

1.0a1 (unreleased)
------------------

- Initial release.
  [arsenico13, lucabel]
