There have been a lot of changes since rc3, and I think we need another official release in the near future. Here are the list of issues I'd like to have fixed before RC4:
#361073: Confirmation form for canceling your own signup
#356390: Convert signup_user_list to a "Signup view"
#356968: Line feeds stripped from confirmation email
#361446: missing list of signup users inside node
#363337: Trim the description of the view to embed if it gets too long
#341835: Remove filter for open signups in the default signup_current_signups view?
#360009: Allow removing signup info from user profiles if you don't have views enabled (this might just be "won't fix" -- I'm tired of adding code to deal with problems when you're not using views).
Comments
Comment #0.0
dwwAdded #363337
Comment #1
dwwI'm done with all the known-issues I wanted to solve. If anyone's available to test the end of the DRUPAL-6--1 branch and report their findings here, that'd be much appreciated.
The other things that'd be nice to have before the release, but not critical, are:
#359408: Document all signup hooks in signup.api.php
#356391: Expose signup-related node actions
#174805: add way to signup-enable existing nodes in bulk
Comment #2
miglius commentedJust a thought, don't know if it worth a separate issue, but maybe an access function _signup_edit_menu_access() should check if a user has a view access for the node before granting him edit signup rights?
The idea is that a user can be kicked out of the og group or access to the node for him can be restricted for whatever reason. In such a case he doesn't have any access to the node so maybe he shouldn't be able to change his signup information? This would be more relevant to contrib signup status module - a user should not be able to change his status without having node view access.
Comment #3
dwwYup, good point, thanks! See #51226-40: allow users to edit their own signup. This is now blocked until that's resolved.
Comment #4
dwwShould probably commit #363760: Port to changed VBO API -- hook_views_bulk_operations_object_info() before I release, too -- reviews/comments welcome.
Comment #5
dwwAll known issues are committed again... back to CNR if anyone wants to test the end of the DRUPAL-6--1 branch before I tag and release.
Comment #6
dww(Here are the draft release notes -- just waiting for any last-minute testing before I finalize the tag and create the release node).
Bugs fixed since version 6.x-1.0-rc3
New features since version 6.x-1.0-rc3
API changes since version 6.x-1.0-rc3
Other changes since version 6.x-1.0-rc3
Comment #7
dwwBlocked on #367937: Attendance field is always visible on 'signup/edit/SID' form
Comment #8
dww#367937: Attendance field is always visible on 'signup/edit/SID' form is now fixed. The only other issues on my radar before rc4 (and probably soon thereafter, 6.x-1.0) are:
#370397: All anonymous signups cancelled when any user is deleted
#372880: %node_start_time is replaced with an empty string
#375573: %user_signup_info not included in signup_forwarding_email
Comment #9
dwwOh, and definitely this:
#373260: Allow users with 'administer signups' perms on a node to view the attendee list
and maybe this:
#367297: Restrict users from viewing other users signups
Comment #10
Stef Coene commentedI just tested rc4 and I can confirm that issues #402120: no new lines in mail and #402122: form content in confirmation mail are fixed for me.
Comment #11
dargrego commentedI want to test rc4 too, but I don't know how to get it. Could you please release it as dev version?
Comment #12
dwwsignup 6.x-1.x-dev has existed for a very long time.
Comment #13
dargrego commentedSorry, I just found it. Thanks
Comment #14
dwwStill blocked on these two:
#367297: Restrict users from viewing other users signups
#370397: All anonymous signups cancelled when any user is deleted
Comment #15
dwwAll the blockers are now fixed and committed. Here are the updated release notes. Any final testing of 6.x-1.x-dev or the end of DRUPAL-6--1 branch before I release would be most appreciated. Thanks!
-Derek
Bugs fixed since version 6.x-1.0-rc3
New features since version 6.x-1.0-rc3
API changes since version 6.x-1.0-rc3
Other changes since version 6.x-1.0-rc3
Comment #16
dwwsignup 6.x-1.0-rc4
Comment #17.0
(not verified) commentedadded #341835 and removed #362133