----------------
- Load upload function only on tabbedview.
[mathias.leimgruber]
- Tabbedview: do not flush all parameters when re-sorting, but only the relevant ones.
This allows to keep additional parameters (e.g. filters) while sorting.
[jone]
- Reset view_name param before changing a tab.
[mathias.leimgruber]
- Added min_height to tabbedview-body. Grey-out the tabbedview-body while loading a new tab.
[Julian Infanger]
- Fix default tab key storage, so that it includes the user id.
[jone]
- Adjust french translation.
[philippegross]
- Add English translations.
[jone]
- Add functionality for setting the default tab of a tabbed view.
[jone]
- Change dictstorage to adapt IBrowserView instead of IListingView.
[jone]
- Add a per-tab menu for actions such as resetting the extjs table state.
[jone]
- Filtering: do not reload when moving cursor in the filter box.
[jone]
- Keep height while loading tab. This reduces content height flickering.
[jone]
- Quickupload: Limit simultaneous uploads to 1 (sequential) to avoid DB conflicts
[lgraf]
- Prevent default in js-action for ViewChooser-links.
[Julian Infanger]
- Fix batching expression for compatibility with plone4.2rc2 and newer.
[jone]
- Fixed definition of ITabbedView.quickupload_addable_types
schema.List fields always need a value_type
[lukasg]