Changelog
=========

0.11 - 03.06.2009
-----------------

* fixed Unauthorized error when referencing inaccessible targets [tomster]
* added missing portal_path in refererencebrowser.pt (Thanks, Bert Vanderbauwhede)
* fixed ambiguous method call in popup-view (Thanks, Bert Vanderbauwhede)
* fixed javascript for order support in IE (Thanks, Rodrigo Ristow)

0.10.1 - 05.05.2009
-------------------

* removed dependency for eggified zope
* fixed tests for Plone 4 (tests pass on 3.2 and 4.0svn now)

0.10 - 23.04.2009
-----------------

* Fixed unchecking of items when moving in IE [tom_gross]
* Fixed handling of required multivalued fields to be standard. Throw a
  validation error instead of silently return to the previous value. [tom_gross]
* Changed cssQuery-call with jquery-call in referencebrowser.js [tom_gross]
* made base_properties optional
* added egg dependencies

0.9 - 13.11.2008
----------------

* Fix usage of `aq_explicit` in favour of `aq_base`.
  [witsch]

* Fix popup template to not required sessions.
  [witsch]

* The startup directory method is now called with self aq wrapped. [regebro]

0.8.1 - 06.11.2008
------------------

* Fix 'Remove reference' when multiValued is a boolean instead of an int.
  [fschulze]

* fixed popup for folderish objects [tom_gross]
* show order arrows now for one entry only too [tom_gross]
* popup now has a body-tag cssid: `atrefbrowserpopup`  (#8702) [tom_gross]
* added tests for plone tickets #8347, #7608, #7965 [tom_gross]
* fixed plone ticket #7557 [tom_gross]

0.8 - 06.10.2008
----------------

* Initial release
* Forked Products.ATReferenceBrowserWidget
* moved popup and scripts to z3-style views
* use catalog-only implementation for displaying items in popup
* added some tests
* use namedtemplate-adapter for popup-template

