Downloads

Download signup-5.x-2.7.tar.gztar.gz 95.91 KB
MD5: 418c41d2bfd1be923d55d6e5bb1a8f0b
SHA-1: af02a7924fc33a8726d35abfb702fae9b2a68b1c
SHA-256: 3a37808606f02fdd9468b8f6bb39b8a5f33ec494157c071b76a714cd5761b360
Download signup-5.x-2.7.zipzip 115.18 KB
MD5: 3aaa4cfedfe8d8393d0abca077897849
SHA-1: 5d43736a60baa73bbd2608494801a74adf9bc9e7
SHA-256: 9fb6aa5cb5b13aaa0ed0abecadd19c26bde41117b0e4b5ac057270799ffa11ec

Release notes

Bug fixes since version 5.x-2.6

  • #336255 by KarenS and dww: Fixed numerous bugs in usage of DateAPI that were breaking all time-based signup functionality for datestamp fields and causing problems for certain configurations of date or datetime fields depending on the timezone handling. Using 5.x-2.4 of DateAPI and the CCK Date field, the one configuration that doesn't fully work is a datestamp field that has no timezone handling at all. With that configuration, you must use the latest Date code from the DRUPAL-5--2 branch (check the top of your copy of date/date.module and make sure the revision is at least "1.39.2.50" (2008-11-28) or newer).
  • #338850 by dww: Fixed critical SQL bug ("Not unique table/alias: 'e'") on the signup administration page (admin/content/signup) for sites that have more than one event.module node type that is signup-enabled.
  • #335190 by bkat and dww: Fixed bug where if you had a node enabled for signups and edited it to disable signups, the node would remain signup enabled. The bug was introduced in Signup version 5.x-2.6 by #328822.
  • #336610 by dww: Fixed bug introduced in #329668 where node types that have an underscore in their name had broken links in the warning messages about CCK date fields being misconfigured. Those warnings also didn't appear at all in some cases. The bug was caused by core's bizarre handling of node_type vs. node-type in URLs.
  • #340377 by dww: Fixed bug where the default value in the database for how many days in advance to send reminder emails did not match what the rest of the code was written to expect. Reminders would not be sent until the admin/settings/signup page was saved.

Other changes since version 5.x-2.6

  • #335563 by dww: Added a variable to specify the weight (to control the relative ordering) of signup information embedded on nodes. The variable is called "signup_info_node_weight_[node_type]" and can be defined in the $conf array in settings.php.
  • #336129 by dww: Moved the signup node type settings out of the "Workflow" fieldset into a separate "Signup settings" fieldset.
  • #341331 by dww: Improved database performance during cron runs by
    using INNER JOIN instead of LEFT JOIN for finding nodes of a given
    type that need to be auto-closed and/or have reminder emails sent.

Known bugs

Created by: dww
Created on: 2 Dec 2008 at 03:37 UTC
Last updated: 8 Jan 2009 at 20:01 UTC
Bug fixes

Other releases