django-jet-3-calm

Modern responsive template for the Django admin interface with improved functionality.

AGPL-3.0 License

Downloads
149
Stars
4
Committers
35

Bot releases are hidden (Show)

django-jet-3-calm - logout not allowed using GET method Latest Release

Published by aksharahegde 9 months ago

Logging out via GET requests to the built-in logout view is deprecated. Use POST requests instead.

Details:
https://docs.djangoproject.com/en/5.0/releases/4.1/#features-deprecated-in-4-1

django-jet-3-calm - Removed `re_path as url` to solve ambiguity with compliance with Django 4+

Published by aksharahegde 9 months ago

  • Upgraded - postcss from 8.4.32 to 8.4.32.
  • Refactor - removed as url in urls.py for re_path and used re_path to remove ambiguity.
django-jet-3-calm - Pre-release to Django 5

Published by aksharahegde 11 months ago

  • Upgraded Django from 4.2.1 to 4.2.8

  • Replaced deprecated django template filter - length_is with length.

  • Replaced the deprecated library - jquery.cookie with js-cookie

  • Upgraded jQuery from 3.6.1 to 3.6.4

  • Upgraded PostCSS from 8.4.24 to 8.4.32

django-jet-3-calm - Updated readme to include jquery and jquery-ui upgrade details

Published by aksharahegde about 1 year ago

django-jet-3-calm - Fixed - Broken UI after logged-out in Django 4.2

Published by aksharahegde over 1 year ago

  • Removed dark mode switcher of Django 4.2 which was overlapping JET sidebar after user logging-out.
  • Upgraded node-sass and postcss
  • Updated caniuse-lite
django-jet-3-calm - No admin filter toolbar for Django v4.1.5

Published by aksharahegde over 1 year ago

Fixed issue in admin toolbar where filter dropdowns are not rendering due to change in filter template by official django admin.

What's Changed

Full Changelog: https://github.com/aksharahegde/django-jet-3-calm/compare/v5.1.2...v5.1.3

django-jet-3-calm - Native change event for select2

Published by aksharahegde about 2 years ago

  • Emit native change for select2.
  • Added a new theme primary .
  • Fixed - Error while initiating click event listener on action submit button.
django-jet-3-calm - Fixed - select2 bulk selection and deselection

Published by aksharahegde about 2 years ago

Fixed - select all and deselect all button in select2

django-jet-3-calm - JET dashboard module compatibility issues, datepicker improvement

Published by aksharahegde about 2 years ago

Fixed - JET Dashboard module compatibility issues with jquery-ui 1.13.2

Date Picker

  • Enabled month and year selection.
  • Fixed - Next and Previous month movement icon.
django-jet-3-calm - Jquery UI upgrade - 1.11.4 to 1.13.2

Published by aksharahegde about 2 years ago

  • Upgraded jquery-ui from 1.11.4 to 1.13.2.
  • Migrated JET widgets to be compatible with latest jquery-ui.

This release fixes following vulnerabilities:

Identifier
CVE-2021-41182
Description
jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the altField option of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the altField option is now treated as a CSS selector. A workaround is to not accept the value of the altField option from untrusted sources.
Affected versions
< 1.13.0

Identifier
CVE-2021-41183
Description
jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of various *Text options of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. The values passed to various *Text options are now always treated as pure text, not HTML. A workaround is to not accept the value of the *Text options from untrusted sources.
Affected versions
< 1.13.0

Identifier
CVE-2021-41184
Description
jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the of option of the .position() util from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the of option is now treated as a CSS selector. A workaround is to not accept the value of the of option from untrusted sources.
Affected versions
< 1.13.0