Changelog
=========

2.3 - 2011-04-01
----------------

* Fixed: widget did not work when search was disallowed.
  [thomasdesvenain]

2.2 - 2011-02-25
----------------

* Fixed `getStartupDirectory` method if a `startup_directory_method` was
  defined, which cannot be traversed to.
  [hannosch]

* check the references in the overlay that are checked in the widget
  when the overlay is constructed or refreshed.
  [csenger]

* Don't disable checkboxes in overlay when an item is selected.
  Remove the item from the value list when it is unchecked in
  the value list. fixes http://dev.plone.org/plone/ticket/10786
  [csenger]

2.1 - 2011-01-03
----------------

* Don't issue deprecation-warnings on Zope 2.13
  [tom_gross]

* Fixed title display for images with preview
  http://dev.plone.org/plone/ticket/11290
  [tom_gross]

* Fixed: do not return results that are outside of startup directory
  if browse is restricted to it.
  [thomasdesvenain]

* Qualify input tag id to avoid name-clashing. Fixes
  http://dev.plone.org/plone/ticket/11325.
  [malthe]

* Made sure to always quote ``at_url`` when forwarding it in the templates.
  [deo]

* Use URL quoting of ``at_url`` everywhere and quote in Python code not in
  templates. Fixes http://dev.plone.org/plone/ticket/11297
  [tom_gross]

* Cleaned breadcrumb code Fixes http://dev.plone.org/plone/ticket/11289
  [tom_gross]

2.0 - 06.09.2010
----------------

* Fixed i18n of "You are here:".
  [vincentfretin]

* Set a minimum version for jquerytools, to avoid this problem #10939
  [do3cc]

* Encode search-URL. Fixes http://dev.plone.org/plone/ticket/10942
  [tom_gross]

2.0rc2 - 29.07.2010
-------------------

* Make sure the popup can be closed by the same ways as other popups in Plone
  4. Fixes http://dev.plone.org/plone/ticket/10773
  [davisagli]

* Fixed bug: pop-up didn't render id of file with empty title because of
  improper use of TALES Path expression. Now uses browser method instead.
  [kleist]

2.0rc1 - 12.07.2010
-------------------

* Fixed link rebinding of pagination links (thanks Mustapha Benali!)
  [tom_gross]

2.0b4 - 02.06.2010
------------------

* Fixed display of title (introduced in 2.0b3)

2.0b3 - 02.06.2010
------------------

* Use getOverlay() instead of the deprecated getContent()
  Closes http://dev.plone.org/plone/ticket/10548
  [esteele]

* Use content icons from sprite
  Closes http://dev.plone.org/plone/ticket/10543
  [tom_gross]

2.0b2 - 23.04.2010
------------------

* Adding missing return falses to prevent page reloads on reordering
  [cah190,esteele]

* Mark already related objects visually in referencebrowser
  [tom_gross]

* Only show sorting arrows on adding, if field is really sortable
  [tom_gross]

* use Python doctest instead of zope.testing.doctest
  [tom_gross]

2.0b1 - 08.04.2010
------------------

* Updated package description
  [tom_gross]

* Merged javascript files to one, which is included only with the widget
  [tom_gross]

