Changelog
=========

1.5.1 (2013-10-02)
------------------

- Fix use BooleanIndex.
  [thomasdesvenain]


1.5 (2013-09-18)
----------------

- Trash and restore notify events on content.
  [thomasdesvenain]

- Added more metadata package.
  [macagua]

- Rename README file.
  [macagua]

- Updated master template and translations.
  [macagua]

- Added Spanish translation.
  [macagua]

- Added more improvements about i18n.
  [macagua]

- Added genericsetup uninstall profile.
  [macagua]

- Updated bash script for update and generate gettext files.
  [macagua]

- Added .gitignore file.
  [macagua]

- Added ajax mode for object_restore and object_trash scripts.
  [thomasdesvenain]

- Safe unicode for portal messages.
  [thomasdesvenain]

- Added api module with shortcut methods.
  [thomasdesvenain]

- We can force trashed index search.
  [thomasdesvenain]


1.4.1 (2012-09-17)
------------------

- Fixed MANIFEST.in.


1.4 (2012-09-17)
----------------

- Optimization: reindex only trashed and object_provides index
  at trash or restore.
  [thomasdesvenain]

- Remove grok dependency.
  [thomasdesvenain]

- 4.2.1 Compatibility.
  [thomasdesvenain]

- New UI to open / close trashcan.
  [thomasdesvenain]

- Fix security issue.
  [thomasdesvenain]


1.3.1 (2011-12-22)
------------------

- Use BooleanIndex for trashed index.
  [thomasdesvenain]


1.3.0 (2011-09-22)
------------------

- Plone 4.x compatibility.

- Added an Etag for plone.app.registry.
  [thomasdesvenain]

- We may not acquire a REQUEST in searchResults, fixed it.
  [vincentfretin]


1.2.1 (2010-09-23)
------------------

- Trashcan message is of 'warning' class.

- Changed label of trashcan warning:
  exit trashcan button "may not be at the bottom of the page"

- Replaced "five:implements class" directive by "class implements" directive.

- Test if SESSION exists in REQUEST before getting it.
  It's needed for test environment where you don't have SESSION.


1.2 (2009-12-18)
----------------

- Removed livesearch_reply.py, queryCatalog.py. Now patch directly PloneCatalog with
  collective.monkeypatcher. This fixes trashed elements seen in collections.
  This version requires Plone 3.3.
  [vincentfretin]


1.1 (2009-03-11)
----------------

- Initial public release.
- Add an empty canTrash script, you can overwrite it in another product.
- Exclude from nav trashed objects.
  [vincentfretin]


1.0 (2009-02-23)
----------------

- Created product with ZopeSkel.
  [Vincent Fretin and Michael Launay]
