Posted by levelos on April 26, 2012 at 6:53pm
| Download | Size | md5 hash |
|---|---|---|
| registration-7.x-1.0-beta1.tar.gz | 36.84 KB | 8eeda7d2faf4211437b50b4e2282f9a3 |
| registration-7.x-1.0-beta1.zip | 48.76 KB | 8a75797bf6da3046af9c1af8122eb6c0 |
Last updated: April 26, 2012 - 18:56
Release notes
ThinkShout's proud to release the first beta of the Entity Registrations module. Once again thanks to all the help and support from the community. Aside from all the goodness described below, future releases will come with an upgrade path making this module that much safer general consumption. For those on the rist averse side and looking for stability, still probably best to wait for a stable release.
Changes since 7.x-1.0-alpha5:
- Minor revisions to the new state system, including change signature of registration_states() to take an array of conditions.
- Fix bundle argument in bundle admin definition after path change.
- Add hook_entity_update() implementation to set default registration settings when an entity is updated but hadn't had any settings created yet.
- #1430870: Implement default registration settings per field and related changes / bug fixes.
- #1546286 by dpi: Delete or anonymize registrations on hook_user_cancel() and hook_user_delete().
- Added a couple missing t() wrappers.
- Fix spelling typo.
- Fix a few typos and change class name.
- Registration states bug fixes
- Misc lingering coding standard corrections.
- #1542410 by dpi: Tests!
- Refactor registration forms to use new states API.
- Refactor states API to be more streamlined.
- Correcting admin path of registration types after the introduction of registration states.
- Merge branch '7.x-1.x' of git.drupal.org:project/registration into 7.x-1.x
- #1529954: Registration states configuration
- #1542362 by dpi: Users can register despite capacity reaching limit.
- Add state to Registration edit form
- Remove unneeded registration_update_7000()
- #1532128 by dpi: Remove registraiton field when the value is a registration type that's been deleted.
- #1528398 by dpi: Re-prioritise available registrant-type check in registration_access.
- #1526232: Add state field for registrations, including hooks for expanding it.
- #1528286: registration_entity_access_registration_access() grants all operations.
- Correct use of defaultLabel().
- Initial commit of registration_entity_access module.
- Fixing minor issue hook_registration_entity_access() invokation.
- Adding hook_registration_entity_access() to api.
- Change registration_registrations_settings form to registration_entity_settings and add an hook call allowing other modules to add custom entity registration settings.
- #1524590 by dpi: Fix arguments for new Registration entities.
- Add static variable handling to registration_entity_settings().
- Change order of entity type and entity id params in the following functions to match Drupal norm of placing entity type first. * registration_has_room * registration_event_count * registration_entity_settings * registration_update_entity_settings
- #1490982 by @dpi: Run through Coder in strict mode.