------------------
- modal should emit shown and hidden event after body class toggled
[vangheem]
- cancel should also clear created bundle or resource
[vangheem]
- fix some structure styling issues
[vangheem]
- Update more framework dependencies.
[thet]
- Update to jQuery 1.11.2.
[thet]
- Change TinyMCE initLanguage's ajax calls to ``GET`` method, as Zope's
ZPublisher doesn't know about ``HEAD`` requests. Explicitly set the request
to be cached, so there shouldn't be a negative performance impact. Removes
some Plone 404's.
[thet]
- Update Bootstrap to 3.3.4, which includes the WOFF2 version of Glyphicons.
Removes some 404s.
[thet]
- TinyMCE and upload pattern: Re-add triggering of the ``uploadAllCompleted``
event and pass the server's response and path uid to it. TinyMCE's link
plugin is listening to it and uses the information to create a URL out of the
uploaded files. Fixes 471.
[thet]
- Update Dropzone.js to it's latest 4.0.1 version.
[thet]
- hide some fields from plone-legacy bundle interface since that bundle
is a special case
[vangheem]
- consistent behavior in changing development mode settings for
resource registries pattern
[vangheem]
- Be able to provide default scale selection so users do not select
original scale as often
[vangheem]
- TinyMCE: bugfix, where a link had to be guessed because of missing data-
attributes, use set instead of setRaw. Add tests.
[frapell]
- Add recurrence pattern styles to widget bundle.
[thet]
- lazy load translations so we can potential hold off detecting language until
the DOM is loaded
[vangheem]
- Change all index references from ``Type`` to ``portal_type``. E.g. the
TinyMCE configuration option ``containsobjects`` expects portal_type values,
not Type.
[thet]