Breaking changes:
- add item here
New features:
- add item here
Bug fixes:
- Also strip /base_edit or /atct_edit when fetching query results
Bug fixes:
- Fix base_url variable when editing a collection. [rodfersou]
- Added 'safe_unicode' call for raw query values. [rodfersou]
- Added 'SelectionWidget', a single selection widget. [gbastien]
- Declare the correcty
application/javascript
contenttype for the@@datepickerconfig
view. [thet] - Add a
custom_query
parameter toQueryField.get
method, which allows for run time customization of the stored query, e.g. by request parameters. [thet]
- Support for jQuery 1.7+, including 1.9. Drop support for jQuery 1.4. [thet]
QueryBuilder
instance is now obtained using ZCA, so other add-ons will be able to customize it [keul, cekk]
- Fix CSS to ensure that multiple selection widgets are accessible and visible to the user. [davidjb]
- Hide the test_fixture profile from @@plone-addsite view. [esteele]
- Bugfix: Handle vocabularies with integers as values, see http://dev.plone.org/ticket/13421 [frapell]
- Fixed link path reference of querywidget.js for the qunit tests [ichimdav]
- Improved multiselection widget readability by sorting its returned values [ichimdav]
- Fixed overly long selection lists by displaying scrollbars for multiselection widgets [ichimdav]
- Fixed conditional initialization of querywidget, see http://dev.plone.org/ticket/12529 [kroman0]
- fixed http://dev.plone.org/ticket/13144 raw get returns persistent querystring on .get(context, raw=True) [jensens]
- Added initially missing RelativePathWidget widget macro [petschki]
- call the "@@querybuilder_html_results" view on collection context [petschki]
- Get date field values from the widget instead of the field, as the field isn't yet updated at this point in the event call. [esteele]
- Properly handle finding/removing multiselection widgets, which are nested in dls. See http://dev.plone.org/ticket/12964 [esteele]
- Accept an optional 'brains' parameter for the field's get method which says to return normal catalog results instead of an IContentListing. [davisagli]
- Show currently-selected sort index. [esteele]
- Move querywidget widgets into browser views so we're not redefining the same template code in 3 places. [esteele]
- Add a relative date widget. [esteele]
- Fix errors in widget's dict access in edit template. [esteele]
- Render the "Remove line" via a view instead of creating it in javascript, so that we can localize it. Refs http://dev.plone.org/ticket/12377 [esteele]
- I18n fixes. [vincentfretin]
- Initial release.
- Add MANIFEST.in. [WouterVH]