Changelog
=========

1.3.6 (2012-12-07)
------------------

- Fix for the 'portlet_path' passed to the search from portlet. [mircoangelini]
- Fix for composition of 'path' filter into the search function. [mircoangelini]


1.3.5 (2012-12-07)
------------------

- Fix for the reload of cloud's tree when certain brains has 'Missing.Value' value for an index. [mircoangelini]

1.3.4 (2012-12-07)
------------------

- The 'path' parameter passed to the search from the portlet is now the relative path of the context where is located the portlet. [mircoangelini]
- In search function, the 'path' and 'portal_type' filters are taken directly from the portlet. The portlet is identified using 'name' and 'path' passed into the url. [mircoangelini]
- Fixed the catalog query for find the objects of the single keyword. This objects are used to calculate weight of the keywords into tagcloud portlet. [mircoangelini]

1.3.3 (2012-12-05)
------------------

- fixed MANIFEST.in [mircoangelini]


1.3.2 (2012-12-04)
------------------

- fix long_description in setup.py [mircoangelini]
- removed handler js for batch buttons into cloud_search to deactivate ajax search functionality [mircoangelini]

1.3.1 (2012-08-22)
------------------

- fixed the cloud search template to continue to use the "join navigation" [mircoangelini]

1.3.0 (2012-08-22)
------------------

- changed the cloud search, into style Plone 4.2 [mircoangelini]
- keep compatibility with old versions of Plone (3.3 and 4) [mircoangelini]

1.2.7 (2012-05-17)
------------------

- moved reload of tags of a portlet from cache-key to the save button (#3) [mircoangelini]
- conditioned the use of QUERY_STRING into _cloud_key only if the "join navigation" is enabled
  (#3) [mircoangelini]

1.2.6 (2012-02-20)
------------------

- removed empty div (&nbsp;) into the footer of the portlet (#1) [mircoangelini]
- added class "tags-list" to the div that contain the keyword into the portlet (#1) [mircoangelini]
- fixed base url for search (#2) [mircoangelini]
- added Brazilian-Portuguese translation [rafahela]

1.2.5 (2012-01-03)
------------------

- updated cache method for portlet, added portal_url in params to
  reload the portlet in different domains [fdelia]

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.
  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]

