Downloads
Release notes
Please note that there are several important configuration changes to UC_Signup in this release:
- In order for a user to purchase signups on behalf of other users, you must grant the "purchase signups for other users" permission to any roles that should be able to do so. To maintain the functionality available in uc_signup up until this release, you should grant this permission to the anonymous and authenticated user roles.
- Until the release of Ubercart 6.x-2.5, You must run Ubercart 6.x-2.x dev with uc_signup. For more information, see:
- You can now configure which user profile fields display in the uc_signup user registration workflow on a per-field basis, using the "Visible in uc_signup attendee information form" option configurable on each user profile field.
- The main path for configuring uc_signup has moved:
Full list of changes:
Features added:
- Note 'purchase signups for other users' permission.
- Updates README to document basic changes since initial version
- Feature #1178828 by ezra-g: Move uc_signup settings to Signup settings form
- Feature #706890 by naught101: Delete placeholder, permanent signups when order is canceled or deleted.
- Feature #982678 by ezra-g: Skip uc_signup for free events
- Feature #953780 by j.payne: Views relationship for signup order
- Feature #830834 by ezra-g: Make confirmed signup ids available in order comments, view order pane and order confirmation mails
- Feature #1071302 by ezra-g: Display profile fields for existing (authenticated) users
- feature #1070092 by ezra-g: Show profile fields in uc_signup attendee info form but not user registration
as expected
Bugs Fixed:
- Bug #1176868 by sreynen and ezra-g: uc_signup_user_admin_list view should have a pager, filter out anonymous users.
- Bug #815446 by ezra-g, dca123: Better IA for closed events
- Bug #1190586 by stockliasteroid and ezra-g: signups suppressed on non-product nodes
- bug #1109346 by ezra-g: Profile details for new users not displaying suddenly since latest dev release
- bug #1040970 by ezra-g: Not Compatible with Ubercart 6.x-2.x-dev - Update Cart & Checkout buttons on /cart refresh page but do not work
- bug #1076562 by ezra-g: New user accounts blocked
- bug #1039710 by mcarbone: Prevent profile form page from being skipped for new users.
- bug #919056 by jim.federico, mcarbone, jrguitar21: Show 'visible in user registration form' fields during uc_signup account
- bug #1057962 by mcarbone: uc_signup doesn't play nicely with signup_roles
- bug #1005352 by ezra-g, TechNikh: Signups incorrectly finalized across orders when products from uncompleted orders remain in
- Bug #1104550 by ezra-g: Code comment standards formatting
- bug #1098174 by ezra-g: Fields not required in user registration saved to user->data instead of profile field.
- bug #1100748 by ezra-g: Undefined nodes variable in hook_theme() implementation.
- bug #1075544 by ezra-g: Edge case bug without 'purchase signups for other users' permission.
- Updated missing description for 'display user profile fields to authenticated users' option