------------------
New patterns:
- Add "markspeciallinks" pattern.
[agitator, fulv]
- Add mimetype selector pattern for textareas.
[thet]
- Add Cookie Trigger pattern. It shows a DOM element if browser cookies are
disabled.
[jcbrand]
- Add Inline Validation pattern for z3c.form, Archetypes and zope.formlib
inline validation.
[jcbrand]
- Add passwordstrength pattern based on the ``zxcvbn`` library. Ref: 433.
[lentinj]
Fixes and enhancements:
- Test fixes.
[vangheem]
- Various structure pattern fixes.
[vangheem]
- Make relateditems fullwidth.
[vangheem]
- Add npm and bower tasks to Makefile.
[benniboy]
- TinyMCE pattern fix: Don't append scale to generated image url, if no scale
is given.
[frapell]
- In the resource registry bundle detail view, add the fields
``last_compilation``, ``jscompilation`` and ``csscompilation`` for display.
This gives more insight about the state of each bundle.
[thet]
- More jQuery 1.9 compatibility changes: Change ``attr`` to ``prop`` for
setting / getting the state of ``multiple``, ``selected``, ``checked`` and
``disabled`` states.
[thet]
- Relicensing from MIT to BSD. Refs 24
[thet]
- Modal Pattern: If ``data-base-url`` attribute is available on the body, use
it. Otherwise search for a ``<base>`` tag. Plone 5 dropped the usage of base
tags.
[ACatlla, thet]
- Fix less variable overrides on resourceregistry pattern when building
CSS from less resources
[datakurre]
- Depend on ``tinymce-builded`` 4.1.6, include TinyMCE copy and sed
configuration in here and fix some sed tasks.
Revert cd89d377e10a28b797fd3c9d48410ad6ad597486: "Remove bower dependency on
``tinymce-builded``, since the ``tinymce`` dependency already points to the
official builded ``tinymce-dist`` reposotory." ``tinymce-dist`` doesn't
include the language files, which are needed.
[thet]
- Fix thememapper pattern.
[ebrehault]
- Fix broken HTML tag on structure pattern's ``actionmenu.xml``.
[datakurre]
- File label cannot be used as path.
[ebrehault]
- Include ``docs.less`` from ``mockup-core``, which can better be reused. Use
``{bowerPath}`` less variable where possible.
[thet]
- Eventedit pattern: Use more specific CSS selectors, so that switching
whole_day on and off doesn't hide the publication date's time component.
Refs: https://github.com/plone/plone.app.event/pull/169
[thet]
- Depend on newer `mockup-core` version.
[thet]
- Fix tests to run within reorganized folder structure from 1.8.2.
[thet]