slc.clicksearch Changelog
=========================

1.4.4 (2010-10-04)
------------------

- If Products.ATContentTypes>2.0b2 is in use, remove getEventType
  from searchable attributes, since it does not exist any longer (gerken)


1.4.3 (2010-01-21)
------------------

- Escapeing the unique keys from Indexes to strings (gerken)


1.4.2 (2010-01-11)
------------------

- Add metadata.xml (jcbrand)
- Add z3c.autoinclude.plugin entry point in setup.py (jcbrand)


1.4.1 (2010-01-04)
------------------

- Adding missing import (gerken)


1.4.0 (2009-12-10)
------------------

- Added basic documentation of customization features (gerken)
- Hook for translated titles in the DefaultIndexView (thomasw)
- Show the "Reset" link on the portlet only if there's more than one metadatum (thomasw)
- Modularised the clicksearch result display. Rather than having a hard-coded section in the template, the result
  view calls an adapter (browser view) based on an item's portal type. A generic catchall adapter exists
  that uses the previous template's code (thomasw)


1.3 (2009-09-18)
----------------

- changed some datatypes from text to lists. Before there were stored as text
  but always tokenized and consumed like lists.
  The Edit view for the portlet will look different. Data will be converted
  on first portlet loading (gerken)
  
slc.clicksearch 1.2 (2009-06-17)
--------------------------------

- updated svnignore (pilz & thomasw)

- made UI prettier (brand)

slc.clicksearch 1.1 (2009-05-12)
--------------------------------

- Packaged egg (pilz)

slc.clicksearch 1.0 (2008-03-31)
--------------------------------

- Initial port
