------------------ * Bug fix: Fix 'This site encountered an error trying to fulfill your request' error with autocomplete criterion when typing characters slowly and so aborting previous requests. Set select2 params global: False to not execute the globally registered ajaxError. This avoid to have the large spinner too. [vincentfretin]
9.2
------------------ * Bugfix: fixed language adapter language property for context which does not have getLanguage [ichim-david]
9.1
------------------ * Change: Update tests to plone.app.testing [avoinea refs 89]
9.0
------------------ * Feature: Add setting to allow the use of Plone date format and language to render daterange widget and criteria label. Old behavior (with format yy-mm-dd) is set by default and is still working the same way as before to allow special years (like '0001'). [laulaz refs 99] * Feature: The daterange widget automatically restricts date range in end date calendar. [laulaz refs 98] * Bug fix: Fix pylint warnings [ichim-david refs 71940]
8.9
------------------ * Bug fix: With jquery 1.9 theres no more jquery.browser, remove the usage of it. [pcdummy] * Bug fix: With autocomplete select2 widget, when data value for 'multivalued' is imported, it is stored as '1' and not as 'True', take this into account in the widget, we may not use the stored value immediately. [gbastien]
8.8
------------------ * Change: The autocomplete widget now uses select2 instead of jquery.autocomplete. It supports mono value or multi values. This release registers select2 javascript library in portal_javascripts. [vincentfretin] * Feature: Added classifiers in ``setup.py`` for clarity. Claim that the package works on Plone 4.0 through 4.3, and on Python 2.6 and 2.7. [maurits] * Bug fix: fixed ``MANIFEST.in`` file so releases are sure to contain all the needed files. [maurits] * Feature: read default value of widget from the request. Fallback to the default set on the widget. For example, if you have a faceted text widget that searches in the SearchableText index, and you have ``?SearchableText=fun`` in the url, then the widget will show ``fun`` as default value. [maurits] * Bug fix: Get the correct template object for "Plone Portlet" widgets [skurfer]