Changelog
=========

2.0.1 (2014-03-04)
------------------

- pep8 + tests + travis-ci integration
- feature: add support for flickr description

2.0 (2012-12-06)
----------------

- Remove portlet
- Remove galleriffic
- Remove gallery_view
- Add get_photo(index=0) to Gallery API.
- Add tags search urls for the flickr backend [kiorky]

1.1 (2012-01-03)
----------------

- add Italian translation
  [giacomos]

- add new classifiers

- Fix http://plone.org/products/collective.gallery/issues/3
  Flikr links on author (/photos/author) don't display

- Add https support on facebook link

- fix uninstall profile to remove component from persistent registry

1.0 (2011-11-13)
----------------

- No change from b7


1.0b7 (2011-09-23)
------------------

- Fix picasaweb url parser bug with authkey
  [toutpt]

- update zcml import from Zope2.App
  [toutpt]

- update facebook support (remove the need of BeautifulSoup, we now use json)
  [toutpt]

1.0b6 (2011-06-29)
------------------

- Updating schema of gallery portlet.
  [thet]

- Add itemview gallery portlet
  [toutpt]

- Add gallery portlet.
  [thet]

- Add transifex configuration
  [toutpt]

- Add support for News Item
  [toutpt]

- Fix https picasaweb url doesn't work
  [toutpt]

1.0b5 (2011-01-06)
------------------

- fix fast navigation bug (where imgs where added one upon the other) -> Need
  to position images in absolute
  [sylvainb toutpt]

- German translation.
  [thet]

- add a browser layer and register adapters in plone componentregistry

- fix plone3 compatibility

- add jquerytool tooltip to display title and description of each photo

- cleanup interfaces

- add upgrade from previous releases

- make gallery.js exit if no #gallerythumbs
  
- add metadata file to set title of gallery.html page

- fix facebook backend. Now it works with BeautifulSoup if installed (zcml condition)

- fix tests

- update translations

- remove dependency on paste.
  [thet]

- add dependency on galleriffic. remove dependency on pikachoose

- add id on photo api

- improve galleriffic integration
  [toutpt jchambard]

- add gallery.html view based on collective.js.galleriffic. add support for
  non well sized photo (if the backend doesn't support sizes.)

1.0b4 (2010-10-25)
------------------

- Remove Large Plone Folder from default profile. Now install well on plone4

- Move galleriffic integration into skin directory.

- BrowserView are now used has controller: template is replaced by allowed_interface

- Switch back galleriffic plone integration to example1


1.0b3 (2010-05-31)
------------------

- Fix a KeyError on exif data with folder implementation (topic and folder)

1.0b2 (2010-05-26)
------------------

- Add uninstall profile + Extensions/Install script to be used by quickinstaller

- Move templates in browser/templates folder

- Move javascript resources in browser/resources folder

- Add 'en' locale

- Add z3c.autoinclude target plone in entry points


1.0b1 - (2010/05/21)
--------------------

- remove harlequin and z3cform integration (too soon) 
- rename IImage to IPhoto and imgs() to photos() 
- Add rebuild i18n script as usual 
- Use collective.testcaselayer for tests 
- Add interfaces IImage and IExif on results returned by every services 
- Use jquery.galleriffic jquery plugin (example 1) 
- Add flickr support [toupt]
- Add cache support with plone.memoize.ram 
- Add picasa private album support on both slideshow and link browserview 
- Add tests on picasa components 

0.1.1 - 2009/12/29
------------------

- Add picasa slideshow flash gallery view on link content type 
- Add integration tests 

0.1 - 2009/12/28
----------------

- Initial release

