Changelog
=========

1.2.4 (2011-11-22)
------------------

- Link to RSS feed from the search always root-site-based [keul]
- Changed the required permission to ``Portlets: Manage portlets``.
  This also fix Plone 4.1 compatibility [keul]

1.2.3 (2011-07-27)
------------------

- SEO friend: cloud SERP page now add a propert ``meta`` tag [keul]  
- SEO friend: cloud link now use a proper ``rel`` value for stop
  search engines to try indexing cloud SERP pages [keul]
- changed the default value for *join navigation* as it can be very
  expensive in some kind of sites. A simple search page is enough
  for most users [keul]
- some XHTML Strict fixes in the SERP page [keul]

1.2.2 (2011-06-30)
------------------

- now the ``cloud_search`` view is registered only for the site root [keul]
  This was the same issue fixed in version 1.2, but a search engine have long memory
  and it could continue to kill the site cache [keul]
- egg cleanup [keul]
- fixed tests (even if they are only ZopeSkel defaults) [keul]
- fixed egg dependency properly for Plone 4.1 [keul]

1.2.1 (2011-03-18)
------------------

- fixed compatibility problem of cloud search results and Plone 4 [nan010]

1.2.0 (2011-02-24)
------------------

- fix XHTML Strict bug when the current context has a non-prettified id [keul]
- tagcloud id now is generated starting from the given title, not from the
  title of the current context (that was nonsense) [keul]
- the search view is now called on the portlet context, not actual context.
  This was cache-killer [keul]

1.1.3 (2010-11-11)
------------------

- release version [mircoangelini]

1.1.2 (2010-10-27)
------------------

- fix unicode bug in computing of weights [mircoangelini]

1.1.1 (2010-10-12)
------------------

- you can now put "0" in portlet cache (highly unefficient) [keul]
- fixed the weight of the keywords; now doesn't counts the same object more than one 
  time even if the same keyword is used in more than one index
  [mircoangelini]
- added to the cache key a new parameter: the id of user [mircoangelini]

1.1.0 (2010-10-05)
------------------

- added flag to sort keywords [micecchi]

1.0.0 (2010-10-01)
------------------

- moved on collective SVN [mircoangelini]

