Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
61.96 KB
MD5: bcc791ae6fac1c501837e4679f9002b8
SHA-1: c527594974c14d46ee15193a23afb2933e581d1d
SHA-256: 8f690a03390cb65bebe3cb6229088b773666a9f578afc03d2f9826fbfad7efd8
Download zip
71.75 KB
MD5: 7064aeb43ab162b9647781fc72f2070c
SHA-1: d9257bff5d37cddb1c99ba0232ce3dd31ec590e5
SHA-256: b33c7eae419f53aa0bed5eb0c54278ea3443230cd299cbf01852828aa0d3cb84
Release notes
Changes since 7.x-1.8:
* Allow administrators edit User-1 profile.
* Fix/prevent misconfigurations where anonymous users are given unrestricted access.
* Replaced jQuery.is('.class') usage with the faster hasClass() method
* Removed deprecated escape/unescape/toGMTString methods.
* Terminate earlier on init if conf is missing.
* Bind global error handler on successful init.
* Updated jquery.form.js. Got rid of iframe upload and html response for modern browsers that support FormData object.
* Removed deprecated jQuery.unload() usage.
* Removed deprecated jQuery.size() usage.