----------------
- Sort `categorized_elements` by alphabetical order into a category,
this way it can be directly displayed as it in the tooltipster
or in the tabview without having to sort elements again
[gbastien]
- Add method `IconifiedCategoryGroupAdapter.get_every_categories`
that gets every available categories. Mainly made to be overrided,
it is used in `utils.get_ordered_categories` to manage the fact
that a container could contain categorized elements using different
group of categories
[gbastien]
- Add a configlet to allow user to sort elements on title on the
categorized tab view
[mpeeters]
- Ensure that categorized elements are sorted by group folder order
[mpeeters]
- Refactoring of iconified JavaScript functions
[mpeeters]
- Increase speed that show the categorized elements in the tooltipster.
[gbastien]
- Do not fail to remove the Plone Site if categories or subcategorie exist.
[gbastien]