Djblets 0.6.14 Release Notes¶
Release date: November 9, 2011
djblets.compress¶
Added a new filters for django-compress that handles lesscss files and automatically converts/deploys as CSS.
Added new templates for django-compress that handles the
MEDIA_SERIAL
suffix.
djblets.siteconfig¶
The settings template now allows fields to not have a label by setting
fields_no_label
toTrue
in the form class.Patch by Hongbin Lu.
djblets.webapi¶
Fixed authentication failures when
:
was in the password. (Bug #2334)Patch by Dave Druska.
djblets.util¶
The jQuery and jQuery-UI versions are now referenced in only one place, in
js/jquery.html
andjs/jquery-ui.html
. Other templates can include these and keep up-to-date with the versions Djblets provides.Projects can override these templates to provide their own hard-coded versions.
In the next release, these will switch to the Google CDN by default.
Contributors¶
Christian Hammond
Dave Druska
David Trowbridge
Hongbin Lu