Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
42.12 KB
MD5: 82d25f2aae1f82a910cb192b884cff53
SHA-1: 762d008187f3ddaa634bdfcf5a544a65bb8b43dd
SHA-256: 8337b88524f00b6ac17e53f415df073b623773d038cabb34cbcb317e7a46cc8a
Download zip
57.66 KB
MD5: 1bb76ef07ac2c3e66e2f5da4ccf82467
SHA-1: d53fb5933673272b3805d99fa33bb6ba47ce9176
SHA-256: b6e4beddd8d1c549c49db760f38f33ce62ef35d5a35981947fcd418c77a5c5ca
Release notes
This release contains a number of important improvements and bug fixes and updating is strongly recommended for all users.
Changes since 7.x-1.0:
- Add clarity to title and help text for user relationship.
- Misc coding standards.
- Add a views relationship handler for registraiton type. Human readable names can now be used in Views.
- Clean up registration_access() by removing $enity_type parameter and making $registration parameter required.
- Change registration user metadata property type to entity. Resolves #1911024.
- #1904412 by mlsamuelson: Provide hook_registration_event_count_alter() so developers can hook in and alter counts.
- #1912342: key() is not reliable.
- Change default states form element to radio buttons which allows us to remove the registration.js file. Ensures a default is selected. Resolves #1908702.
- Add views dependency to registration_views.
- #1867564 by Matt V.: Provide entity cache support.
- #1916432: HTML entities in host entity titles are output in the registration title.
- Only check has_room in form validation when registration is active
- #1900666: Undefined property is_new in form validation.
- Fixing bug in wait list submodule and updating tests
- Fixing registration status tests to respect user permissions
- Fixing bug in setting value for who element of reg form
- #1899384: Entity isn't passed into registration_status.
- Bypass status check for users with admin registrations permissions
- Removing registration_reserved files that were accidentally added