signup 5.x-2.4

dww - February 8, 2008 - 21:59
Download Size md5 hash
signup-5.x-2.4.tar.gz 61.52 KB 88947b469d8b35fdebbe10ef4f510f35
Official release from CVS tag: DRUPAL-5--2-4
Last updated: February 8, 2008 - 22:00

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.
 
 

Drupal is a registered trademark of Dries Buytaert.