Downloads

Download signup-6.x-1.0-rc1.tar.gztar.gz 96.87 KB
MD5: 367f4dfad7ef3e814f59ef44a9448d02
SHA-1: 0ad805e2d647f518fc87f861721d601b0bf8cbae
SHA-256: e2dc70bf785818436274401fdf17236dbe1670c18b2bd475c3120acd829b8733
Download signup-6.x-1.0-rc1.zipzip 128.54 KB
MD5: 80f3686d0ffe9fc24e9426a738caf4be
SHA-1: f57ba820e66245caa3dca64cd8081c63fee1f853
SHA-256: 39821058b30ae2a3a71092fbae855e4c76187a979836b6de6d059e719b1c9460

Release notes

This is the first official release candidate of the port to the Drupal 6 API of the Signup module. It contains all of the features and bug fixes from the Drupal 5 version up to and including version 5.x-2.6. Assuming no bugs are found, this will be released as the 6.x-1.0 version in the near future.

Changes since 5.x-2.6

  • #222217 by dww, deadwood.module and coder.module: Initial port to D6. Related issues: #330838, #330840, #332968, and #333264.
  • #330820 by dww and duellj: Ported all views support to the views2 API. This changes how the 'View to embed for the signup user list' setting works, so any sites that are using a custom view for this will have to revisit the signup settings page and select a new value under the advanced settings fieldset. signup_update_6000() removes the deprecated variables from the database.
  • #330821 by dww: Fixed problems with the D6 CCK Date field support.
  • #330824 by dww: Ported the Panels integration to the D6 Panels API.
  • #330828 by dww: Split module code out into separate include files.
  • #330829 by dww: Split theme functions out into separate include files.
  • #333185 by dww: Removed deprecated signup_build_signup_data() function.

Note: the DRUPAL-6--1-0-BETA1 tag was created before #330828 (split module code out into separate include files) was committed. That is the only change between 6.x-1.0-beta1 (which was never officially released) and this release candidate. If you'd like to use "cvs annotate" on any of the include files and see the history on the code, you should run cvs annotate -r DRUPAL-6--1-0-BETA1 signup.module and search for the function you care about.

Created by: dww
Created on: 15 Nov 2008 at 02:24 UTC
Last updated: 2 Dec 2008 at 03:53 UTC
Bug fixes

Other releases