Plone addon that adds a gallery view with a carousel made with slick.
Project description
=================
redturtle.gallery
=================
Plone addon that adds a gallery view with a carousel made with slick.
Features
--------
- **Gallery view**
It adds a view called *gallery_view* and it's appliable to a folder that contains images and to a collection of images. This view renders the images in natural dimensions and at click they open in a modal.
- **Gallery modal**
It's the modal opened by clicking on images in *Gallery view*. It's a Plone modal made with `Mockup`__ with a `Slick`__ carousel inside.
__ https://github.com/plone/mockup/
__ http://kenwheeler.github.io/slick/
Examples
--------
- **Gallery view**
.. image:: https://github.com/RedTurtle/redturtle.gallery/blob/master/docs/screenshots/gallery_view.png
:alt: Gallery view preview
- **Gallery modal**
.. image:: https://github.com/RedTurtle/redturtle.gallery/blob/master/docs/screenshots/gallery_modal.png
:alt: Gallery modal preview
Translations
------------
This product has been translated into
- Italian
Installation
------------
Install redturtle.gallery by adding it to your buildout::
[buildout]
...
eggs =
redturtle.gallery
and then running ``bin/buildout``
Dependencies
------------
This product has been tested on Plone 5.1
This add-on requires ``plone.app.images``.
Credits
------------
Developed with the support of `Regione Emilia Romagna`__.
__ http://www.regione.emilia-romagna.it/
Authors
------------
This product was developed by RedTurtle Technology team.
.. image:: http://www.redturtle.it/redturtle_banner.png
:alt: RedTurtle Technology Site
:target: http://www.redturtle.it/
Contributors
============
- Redturtle Dev Team, sviluppoplone@redturtle.it
Changelog
=========
2.0.3 (2018-07-04)
------------------
- Fixed collective-slick import [pnicolli]
- Pinned collective-slick >= 0.2.0 [pnicolli]
2.0.2 (2018-02-26)
------------------
- Removed internal slick library code and added collective.slick dependency [pnicolli]
2.0.1 (2018-01-25)
------------------
- Republish 2.x version, because 2.0.0 somehow had a missing commit [pnicolli]
2.0.0 (2018-01-24)
------------------
- [Breaking change] removed js patterns: modal made in vanilla js and imported slick manually [nzambello]
1.0.0 (2018-01-11)
------------------
- Fix in template objects [nzambello]
- Fix js event handling [nzambello]
- Gallery view: added support for collections of images [nzambello]
0.1.5 (2017-12-29)
------------------
- Fix in registry.xml [pnicolli]
0.1.4 (2017-12-21)
------------------
- Handled tabs navigation preventing going out of the modal [nzambello]
- Added close button to avoid mockup modal close button issues [nzambello]
- Added uninstall profiles [pnicolli]
- Loading resources bundle only when showing our custom view [pnicolli]
0.1.3 (2017-10-13)
------------------
- Added focus on load [nzambello]
0.1.2 (2017-10-04)
------------------
- Added dependencies in metadata.xml to programmatically install them on add-on installation [nzambello]
0.1.1 (2017-10-03)
------------------
- Fix arrow icon URL [nzambello]
0.1.0 (2017-10-03)
------------------
- Initial release.
[RedTurtle]
redturtle.gallery
=================
Plone addon that adds a gallery view with a carousel made with slick.
Features
--------
- **Gallery view**
It adds a view called *gallery_view* and it's appliable to a folder that contains images and to a collection of images. This view renders the images in natural dimensions and at click they open in a modal.
- **Gallery modal**
It's the modal opened by clicking on images in *Gallery view*. It's a Plone modal made with `Mockup`__ with a `Slick`__ carousel inside.
__ https://github.com/plone/mockup/
__ http://kenwheeler.github.io/slick/
Examples
--------
- **Gallery view**
.. image:: https://github.com/RedTurtle/redturtle.gallery/blob/master/docs/screenshots/gallery_view.png
:alt: Gallery view preview
- **Gallery modal**
.. image:: https://github.com/RedTurtle/redturtle.gallery/blob/master/docs/screenshots/gallery_modal.png
:alt: Gallery modal preview
Translations
------------
This product has been translated into
- Italian
Installation
------------
Install redturtle.gallery by adding it to your buildout::
[buildout]
...
eggs =
redturtle.gallery
and then running ``bin/buildout``
Dependencies
------------
This product has been tested on Plone 5.1
This add-on requires ``plone.app.images``.
Credits
------------
Developed with the support of `Regione Emilia Romagna`__.
__ http://www.regione.emilia-romagna.it/
Authors
------------
This product was developed by RedTurtle Technology team.
.. image:: http://www.redturtle.it/redturtle_banner.png
:alt: RedTurtle Technology Site
:target: http://www.redturtle.it/
Contributors
============
- Redturtle Dev Team, sviluppoplone@redturtle.it
Changelog
=========
2.0.3 (2018-07-04)
------------------
- Fixed collective-slick import [pnicolli]
- Pinned collective-slick >= 0.2.0 [pnicolli]
2.0.2 (2018-02-26)
------------------
- Removed internal slick library code and added collective.slick dependency [pnicolli]
2.0.1 (2018-01-25)
------------------
- Republish 2.x version, because 2.0.0 somehow had a missing commit [pnicolli]
2.0.0 (2018-01-24)
------------------
- [Breaking change] removed js patterns: modal made in vanilla js and imported slick manually [nzambello]
1.0.0 (2018-01-11)
------------------
- Fix in template objects [nzambello]
- Fix js event handling [nzambello]
- Gallery view: added support for collections of images [nzambello]
0.1.5 (2017-12-29)
------------------
- Fix in registry.xml [pnicolli]
0.1.4 (2017-12-21)
------------------
- Handled tabs navigation preventing going out of the modal [nzambello]
- Added close button to avoid mockup modal close button issues [nzambello]
- Added uninstall profiles [pnicolli]
- Loading resources bundle only when showing our custom view [pnicolli]
0.1.3 (2017-10-13)
------------------
- Added focus on load [nzambello]
0.1.2 (2017-10-04)
------------------
- Added dependencies in metadata.xml to programmatically install them on add-on installation [nzambello]
0.1.1 (2017-10-03)
------------------
- Fix arrow icon URL [nzambello]
0.1.0 (2017-10-03)
------------------
- Initial release.
[RedTurtle]