- Add missing semicolons to avoid JS issue when ``portal_javascript`` is in prod mode. [gotcha]
- Add check for when value is None (when you remove image after adding it). [spereverde]
- Some refactoring for cleaner HTML in ``FinderImageWidget``. [gotcha]
1.2.0
------------------
- Add formlib ``FinderImageWidget``; use with ::
in interface class picture = schema.TextLine(title=_(u'Picture'), description=_(u'Optional picture'), required=False) in form class form_fields['picture'].custom_widget = FinderImageWidget
[gotcha]
1.1.4
------------------
- Fix bug in finder's query form serialization with special characters. [pgrunewald]
1.1.3
------------------
- Added option ``openuploadwidgetdefault`` to be able to specify if we want the upload widget to be opened by default without having to click on the 'Files quick upload' button. [gbastien]
1.1.2
------------------
- Added option ``showsearchbox`` to be able to display/hide the search box easily. [gbastien]
1.1.1
------------------
- Reapply fixes from 1.0.2 that were lost maybe in the migration to github [gotcha]