Downloads
Download tar.gz
61.52 KB
MD5: 88947b469d8b35fdebbe10ef4f510f35
SHA-1: ecf4072bced615314bdddf6834d98b3a56172aa3
SHA-256: bd2e518393a9921d695718dfe229cfcea1ed38bf8f1d5ab67a5168df4d2b22be
Download zip
76.01 KB
MD5: 5eceec16bd38d18a8edd0429d52f48ed
SHA-1: 4bf7fa571996bb790c5bd4cd52cf14dd691be588
SHA-256: 0aeb1cb56501fae8644070f11e8fada83e43ddf5123355ad69e9de224d17206d
Release notes
Bugs fixed since 5.x-2.3:
- #193068 by bkat and dww: Fixed fatal bug during cron.php with event 5.x-2.* installed (event_include_files() was missing from a few places).
- Fixed signup_install() not to force tables on MySQL to be MyISAM.
- #199383 by deviantintegral and dww: Fixed bug that could cause signup to invoke node_load() with invalid parameters on the node add form.
- #79331: Fixed inconsistent UI: Use 'Current signups' instead of 'Current Signups', and 'Cancel signup' instead of 'Cancel Signup' since we don't capitalize individual words.
- #107136: Added $uid parameter to _signup_cancel hook (so it can be useful for something) and converted to use module_invoke_all().
- #202913 by westwesterson: Fixed ambiguous SQL query on the admin/content/signup page when using certain node access modules.
- #212790 by dww: Fixed an SQL 'GROUP BY' bug on the admin/content/signup page when PgSQL and the 5.x-1.* series of event.module are used.
New features since 5.x-2.3:
- #190553 by dww: Added a global setting to move the signup form from a fieldset on the node to a separate "Sign up" tab. This feature was sponsored by esquaredworkshops.com.
- #195276 by jrbeeman and dww: Enhanced per-node-type signup settings to allow admins to completely disable signups on certain node types. There are now 3 signup options on the content type settings page:
- "Disabled": completely prevents signups, even users with 'administer all signups' cannot signup-enable individual nodes of this type.
- "Allowed (off by default)": admins get a "Signup settings" fieldset, but signups are disabled by default.
- "Enabled (on by default)": Signups are enabled by default, but admins can disable signups on specific nodes of this type.
- #174715 by dww: Signup administrators can now signup other users.
Other changes since 5.x-2.3:
- Code style cleanup from coder.module.
- #145749 by schittli: Added German (de) translation.
- Removed stale reference to "Flexinode" from the install docs, and added links to both CCK and Event.