------------------
- add optional setTitle option to pat-moment, put timestamp in element title
[braytonosg]
- fix pickadate default timezone to work even if the default isn't the
last timezone in the list
[braytonosg]
- remove add menu from structure as we will rely on toolbar add menu
for this functionality
[vangheem]
- give stronger warning with rearrange feature, specially on root
[vangheem]
- show quick view for items in structure row
[vangheem]
- upgrade mockup-core to 2.1.10
[vangheem]
- fix inserting image right after you upload it in tinymce
[vangheem]
- Accessibility fixes for structure:
- label "cog"/actions
- provide title attribute on buttons
- add aria-hidden true/false attrs and role=tooltip for popovers
[vangheem]
- remove accessibility pattern. see
https://github.com/plone/Products.CMFPlone/issues/627
https://github.com/plone/Products.CMFPlone/issues/348
- be able to specify not submit modal forms with ajax
[vangheem]
- Fix 'Reserved Order' typo
[frapell]
- add feature detection support to upload pattern usage. Upload pattern
will not work without drag n' drop and file api.
[vangheem]
- rename structure "breadcrumbs" class to "fc-breadcrumbs" to prevent name clashes
- fix select2 widget's use of allowNewItems so that we can restrict select2
value to only what is in the vocabulary
- rename "columns" and "selected" structure popover classes to "attribute-columns"
and "selected-items" to prevent the possibility of clashing with other css
as they are common class names.
- Update structure pattern to have buttons be more generic and extensible
[vangheem]
- Upgrade pickadate to 3.5.6
[vangheem]
- Fix problem where wrong items would get selected when moving from
page to page with structure pattern
[vangheem]
- UI/UX improvements to related items folder tree select
[vangheem]
- correctly set href and id for autotoc pattern
[vangheem]
- fix title not being set on images in tinymce
[vangheem]
- Improve the upload pattern so it shows useful messages in case of errors
[frapell]
- When refreshing the upload path for the upload pattern in tinymce, clear its
value first
[frapell]
- use autotoc tab style for resource registry
[vangheem]
- be able to add new file to resource registry overrides
[vangheem]
- fix livesearch word wrapping issue
[vangheem]
- capitalize "Save" buttons on resource registry
[vangheem]
- Set pat-tooltip's html option to ``true`` by default, as it cannot be set by
the options. Real fix has still to be done.
[thet]
- Bugfix in pat-tooltip's HTML support.
[thet]