Download & Extend

Releases for Signup

signup 7.x-1.x-dev

Download Size md5 hash
signup-7.x-1.x-dev.tar.gz 87.7 KB e6673e1b67c770344d4cafbf48f72f53
signup-7.x-1.x-dev.zip 120.31 KB 3ef319f9ce714ed6bde61b0f7980996b
Last packaged version: 7.x-1.x-dev
Last updated: April 12, 2013 - 01:54
Development snapshot from branch: 7.x-1.x

Release notes

Nightly development snapshot of the 7.x branch of Signup.

Please test and submit a bug report and ideally, a patch :D.

signup 6.x-1.0

Download Size md5 hash
signup-6.x-1.0.tar.gz 87.95 KB 9366a8b95dfbee5a01ba8932feab3bf9
signup-6.x-1.0.zip 123.5 KB c096ba37e882a12fa867abb7eff74caf
Last updated: January 9, 2011 - 17:32
Official release from tag: 6.x-1.0

Release notes

At long last, an official 6.x-1.0 release. ;) Huge thanks to ezra-g for stepping in as a co-maintainer and doing a flurry of activity to clean up the DRUPAL-6--1 branch in preparation for this release!

One of the biggest changes since signup 6.x-1.0-rc6 is that Views is now a required dependency. If you don't already have views enabled, you will need to install and enable views before upgrading to this release. Due to a bug in core that was never fixed for D6 you will not be able to enable views from the admin/build/modules UI once you install signup 6.x-1.0.

Bugs fixed since version 6.x-1.0-rc6

  • #597808 by dww: Signup limits were ignored unless the signup_status module is enabled (broken in rc6 by #581652).
  • #370397 by wesley_2mpact and ezra-g: All anonymous signups cancelled when any user is deleted
  • #676276 by keystr0k and ezra-g: Signup not closed when limit reached
  • #605594 by markus_petrux and ezra-g: node_load() during signup's node_save() breaks node data cached by CCK
Read more

signup 6.x-2.x-dev

Download Size md5 hash
signup-6.x-2.x-dev.tar.gz 101.76 KB 5a08c8bb1dd5eefd33e9548864c40433
signup-6.x-2.x-dev.zip 141.24 KB 9c95312070faae133fac1c290fdef649
Last updated: February 25, 2011 - 07:49
Development snapshot from branch: 6.x-2.x

Release notes

The 6.x-2.* release series is a fairly major rewrite of the signup module by joachim from #29568: Flexible number and type of fields. dww has not reviewed any of this code. This branch is not compatible with the UberCart Signup module. If you want to use uc_signup, stay with the 6.x-1.* series.

signup 6.x-1.0-rc6

Download Size md5 hash
signup-6.x-1.0-rc6.tar.gz 174.31 KB 299018db93de5b045719999b635dd388
signup-6.x-1.0-rc6.zip 214.81 KB 6041c433f887f2560e38c5180130bb63
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-1.0-rc6

Release notes

Once again, I've been naughty and I'm introducing API and schema changes here in a "release candidate". Sorry about that! However, ultimately, they're for the best, even if it's a slightly bumpy ride right now.

Sites using Signup status which are attempting to make use of the "Modifies signup count" setting for any status codes will be happy to know that upgrading to this release and 6.x-1.0-alpha2 of signup_status will make feature actually work. However, sites using Signup status should upgrade to signup_status 6.x-1.0-alpha2 and run update.php before upgrading to this release (although you need to upgrade to signup rc6 before signup_status alpha2 will actually work).

Bugs fixed since version 6.x-1.0-rc5

  • #439294 by dww: Fixed bug where %user_signup_info was not being replaced with an empty string on sites that do not define any extra fields on the signup form.
  • #539052 by dww: Fixed jQuery bug when users edited their signups that was causing most of the form elements to be enabled before pressing the 'Edit' button (all form elements should be disabled at first).
Read more

signup 6.x-1.0-rc5

Download Size md5 hash
signup-6.x-1.0-rc5.tar.gz 172.91 KB 13eaa2a2822f6097d4f1cbf4aa1b155d
signup-6.x-1.0-rc5.zip 213.54 KB fff66c3881930b7c2b3e03910057ed8e
Last updated: December 24, 2010 - 23:48
Official release from tag: 6.x-1.0-rc5

Release notes

Bugs fixed since version 6.x-1.0-rc4

  • #533970 by dww: Fixed bug that caused the "signups" tab on nodes to generate an "Access denied" message unless the signup attendee list was configured to appear as a tab (introduced in RC4 via #529478).
  • #534948 by dww: Fixed bugs where signup_confirm_email.module breaks signup_status.module due to the unorthodox way it was trying to hijack the signup form for the confirmation. Now, confirmation is handled via a checkbox (which is only shown if needed via JavaScript) instead of trying to redirect to a separate confirmation form.
  • #536094 by dww: Fixed a UI bug when editing existing signups. If there was a form validation error (e.g. a required field was left blank), the form now reloads already in "edit" mode with all the fields enabled and the submit button already converted to "Save."
  • #544882 by dereine: Fixed a few places that called node_load() so that they can now make use of the node caching feature.

New features since version 6.x-1.0-rc4

    Read more

    signup 6.x-1.0-rc4

    Download Size md5 hash
    signup-6.x-1.0-rc4.tar.gz 171.39 KB 86bafe2568ab8f2be6bc4eb7f82e4cfd
    signup-6.x-1.0-rc4.zip 211.48 KB 6b1720b0932c1acd359d403f215cb84c
    Last updated: December 24, 2010 - 23:48
    Official release from tag: 6.x-1.0-rc4

    Release notes

    Known bugs in this version

    Bugs fixed since version 6.x-1.0-rc3

    • #370397 by ezra-g: Fixed critical data-loss bug where all anonymous signups would be destroyed if any authenticated user was deleted. This bug was introduced during the port to Drupal 6 core, due to an undocumented API change between Drupal core versions 5 and 6.
    • #350548 by dww: Fixed logic bug in the support for Event module which would close signups prematurely if you edited event nodes in the future.
    • #354944 by stBorchert: Fixed bug where changes to signup settings were lost during node previews (in Drupal 6.x only).
    • #350872 by gargoyle and dww: Fixed bug where node type names were used unquoted as table aliases in the SQL for the admin/content/signup page. If you had a node type named after an SQL reserved word (e.g. 'match'), you'd get SQL errors. Now, node type names are properly quoted.
    • #181272 by dww: Fixed bug where the labels on the custom signup form fields were not properly translatable when this data was displayed in other places (when viewing your own signup info, etc).
    Read more

    signup 6.x-1.0-rc3

    Download Size md5 hash
    signup-6.x-1.0-rc3.tar.gz 118.37 KB c46677ff141ee0ae2056d6624a9f5e4d
    signup-6.x-1.0-rc3.zip 152.6 KB 3cf2937a199c1f3af7045b50f97459be
    Last updated: December 24, 2010 - 23:48
    Official release from tag: 6.x-1.0-rc3

    Release notes

    I lied about the feature/API freeze for the DRUPAL-6--1 branch. ;) I think I was a little premature with that, and found some API and schema changes that were too good to leave out of the 6.x-1.* series. I also added some nice UI improvements and new features. I promise things will settle down for real once 6.x-1.0 is out, but there might be a 6.x-1.0-rc4 with a few more new features. Nothing too drastic, I hope. And, I won't be changing the signup API (hooks it invokes, etc) anymore, unless we run into things that would really simplify life for Signup status and friends. Sorry for the slightly bumpy ride, but I think you'll agree the results are worth it.

    New features since version 6.x-1.0-rc2

      Read more

      signup 5.x-2.7

      Download Size md5 hash
      signup-5.x-2.7.tar.gz 95.91 KB 418c41d2bfd1be923d55d6e5bb1a8f0b
      signup-5.x-2.7.zip 115.18 KB 3aaa4cfedfe8d8393d0abca077897849
      Last updated: December 24, 2010 - 23:48
      Official release from tag: 5.x-2.7

      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.
      Read more

      signup 6.x-1.0-rc2

      Download Size md5 hash
      signup-6.x-1.0-rc2.tar.gz 113.39 KB bdad90f5082e298e0b5729a455c255ab
      signup-6.x-1.0-rc2.zip 146.26 KB 03c4a6a92dde842595b3e65028c60677
      Last updated: December 24, 2010 - 23:48
      Official release from tag: 6.x-1.0-rc2

      Release notes

      Bug fixes since version 6.x-1.0-rc1

      • #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 6.x-2.0-rc5 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-6--2 branch (check the top of your copy of date/date.module and make sure the revision is at least "1.61.2.4.2.34" (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.
      Read more

      signup 6.x-1.0-rc1

      Download Size md5 hash
      signup-6.x-1.0-rc1.tar.gz 96.87 KB 367f4dfad7ef3e814f59ef44a9448d02
      signup-6.x-1.0-rc1.zip 128.54 KB 80f3686d0ffe9fc24e9426a738caf4be
      Last updated: December 24, 2010 - 23:48
      Official release from tag: 6.x-1.0-rc1

      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.
      Read more

      signup 5.x-2.6

      Download Size md5 hash
      signup-5.x-2.6.tar.gz 92.86 KB c362b97e94b4b87fffad1d06cb870a95
      signup-5.x-2.6.zip 111.73 KB 7632bf0adf8929ac66d6220bf7efec8f
      Last updated: December 24, 2010 - 23:48
      Official release from tag: 5.x-2.6

      Release notes

      The major new feature in this release is #86462: support for CCK date fields to control the time-based signup functionality (reminder emails and auto-closing signups a configurable number of hours before the start time). You can have both Event module and CCK Date enabled simultaneously, and the 5.x-1.* and 5.x-2.* versions of both modules are all supported. As a result of this change, the word "event" no longer appears in the UI unless specifically referring to the Event module. Therefore, the hard-coded tokens you can put in the email templates (e.g. for confirmation and reminder emails) have been renamed. Be sure to visit update.php after upgrading to this version and run signup's update 5204 which will convert all of your saved email template settings to the new tokens.

      In other news, the per-node signup administrative tab got a nice UI improvement thanks to #333257, and you can now embed the signup form as a pane when using Panels thanks to #321531. This release also fixes a number of bugs and includes some other changes detailed below.

      Read more

      signup 5.x-1.1

      Download Size md5 hash
      signup-5.x-1.1.tar.gz 39.26 KB 190ec14df8a6a542355ba8ff2500002e
      signup-5.x-1.1.zip 48.74 KB 99924a2db0071f22b69c9db1efdf4871
      Last updated: December 24, 2010 - 23:48
      Official release from tag: 5.x-1.1

      Release notes

      NOTE: This will probably be the last release of the 5.x-1.* series, which will soon be deprecated. Sites should consider migrating to the 5.x-2.* series (especially once 5.x-2.6 is out).

      Changes since 5.x-1.0:

      • #321653 by shane_jordan: Fixed bug where if a signup administrator canceled an anonymous signup on a given node, all of that anonymous user's signups were also canceled. This bug was from the original implementation of anonymous signup support (#68497).
      • #219680 by dww: Fixed bug where the email address of users who signup was being sent in the notification emails to event owners, which is an inadvertent disclosure of personal information. Now, only a link to the user's profile is included.
      • #137609 by dww and stBorchert: Added a lot more themeability for how the site-specific custom signup data is displayed for the signed up user, the signup administrator, and in the email messages. This also fixes a bug (#178441) where the labels for the custom fields were not included in the email messages.
      Read more

      signup 6.x-1.x-dev

      Download Size md5 hash
      signup-6.x-1.x-dev.tar.gz 86.37 KB 482a97c9e3a3716287eb7db3bec16df2
      signup-6.x-1.x-dev.zip 118.17 KB 3acc398c7af106a3c01288ee01474d4f
      Last updated: December 1, 2011 - 12:30
      Development snapshot from branch: 6.x-1.x

      Release notes

      Stable release series that supports the Drupal 6 core API. No new features will be added here, only bug fixes.

      signup 5.x-2.5

      Download Size md5 hash
      signup-5.x-2.5.tar.gz 81.62 KB a3d4e99f8a8c356ff77ca58ceb8b44be
      signup-5.x-2.5.zip 99.11 KB bf07cc4e18fefa47555e7853718eb714
      Last updated: December 24, 2010 - 23:48
      Official release from tag: 5.x-2.5

      Release notes

      This release is the culmination of a tremendous effort clearing out remaining issues in the Drupal 5 code base on the way to the port to Drupal 6. It includes a number of bug fixes, including some potential information disclosure bugs that should be carefully considered (listed separately).

      In terms of new features, the biggest new feature is massively improved themability. There's a list of all the new theme functions added in this release to help site builders quickly see all the new opportunities for customization. Another key new feature is a default view of all the users who signed up for a given node, and various settings related to how this information is displayed. The other most noteworthy feature is optional integration with the token module. Huge thanks to Greg Mount for the generous donation to the signup fundraising effort, and everyone else who contributed. Also, special thanks go to deviantintegral and stBorchert for all their help with patches and testing.

      Read more

      signup 5.x-2.4

      Download Size md5 hash
      signup-5.x-2.4.tar.gz 61.52 KB 88947b469d8b35fdebbe10ef4f510f35
      signup-5.x-2.4.zip 76.01 KB 5eceec16bd38d18a8edd0429d52f48ed
      Last updated: December 24, 2010 - 23:48
      Official release from tag: 5.x-2.4

      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:

      Read more

      signup 5.x-2.3

      Download Size md5 hash
      signup-5.x-2.3.tar.gz 60.67 KB ef1d735e686d22284b8a4959de0331c9
      signup-5.x-2.3.zip 76.27 KB 126bcaa2c5460714dc6d37a7b92b7269
      Last updated: December 24, 2010 - 23:48
      Official release from tag: 5.x-2.3

      Release notes

      Bugs fixed since 5.x-2.2:

      • #169372 and #171363: Fixed bugs with redeclaring functions caused by using include() instead of include_once(). NOTE: This bug mostly showed up as SQL or other errors when trying to run cron.
      • #179540 by dragonwize and dww: Restored the login/register links for anonymous users when viewing a signup-enabled node.
      • #181627 by stBorchert and dww: Removed an inappropriate WHERE clause in the signup UID views argument handler that restricted the query to nodes where signups where open. That should be handled via a filter.
      • #183417 by dww: Switched to a better method for conditionally including views support code. This no longer uses signup_init(), which wasn't necessary and made this module listed as incompatible with aggressive caching for no good reason.

      New features since 5.x-2.2:

      Read more

      signup 5.x-2.2

      Download Size md5 hash
      signup-5.x-2.2.tar.gz 48.92 KB bed4e9b1b67c724ca9f9cb0c2f2b6520
      signup-5.x-2.2.zip 62.19 KB 6181cc0cd23cf5242dafc091e2c6dab3
      Last updated: December 24, 2010 - 23:48
      Official release from tag: 5.x-2.2

      Release notes

      Bug fixes since 5.x-2.1:

      • #163257 by dww: Anonymous users could cancel all anonymous signups once the signup limit is reached or signups are otherwise closed. The bug was introduced in version 5.x-2.1.
      • #160862 by adrinux and dww: Fixed paging on signup admin form (admin/content/signup) due to missing count query.
      • #142402 by cpisto: Fixed SQL bug on PgSQL when event.module is enabled.
      • #147546 by stBorchert: Removed call to undefined _event_date() when using signup broadcast if event.module is not installed.
      • #158688 by m3avrck: Fixed signup.js to work with JavaScript aggregator.
      • Code style fixes (thanks to the coder.module)

      New features since 5.x-2.1:

      • #154580 by killes and dww: Refactored code to support different event-related backend modules. Both event 5.x-1.x and event 5.x-2.x are supported, and adding date.module support will now be easy.

      signup 5.x-2.1

      Download Size md5 hash
      signup-5.x-2.1.tar.gz 43.44 KB de50eb19db5a38c8192af5eec0c9ec32
      signup-5.x-2.1.zip 53.64 KB 2116597aed40701ba402e237d46f4ff4
      Last updated: December 24, 2010 - 23:48
      Official release from tag: 5.x-2.1

      Release notes

      There are 2 major changes since 5.x-2.0: a long-awaited new feature, and a critical bug fix for anonymous users:

      • #32482: Adding support for signup limits per node:
        • New field on site-wide signup defaults and per-node edit form to set or modify the signup limit.
        • Signups auto-close when the limit is reached.
        • Users can now cancel their own signup when signups are closed, and if it's not an event-enabled node, or the event hasn't started yet, signups automatically re-open.
        • Cleanup of the node/N/signups UI.
        • Even bigger cleanup of admin/content/signups UI.
        • Views support updated to view and filter by signup limit.
      • #138401: Fixed a fatal PHP error on certain pages for anonymous users when caching is enabled.

      signup 5.x-2.0

      Download Size md5 hash
      signup-5.x-2.0.tar.gz 40.89 KB 380d3072e1d7ea381a6111872bb66d48
      signup-5.x-2.0.zip 51 KB 0ed4523ad879d48cf04fcd9a2276f4fb
      Last updated: December 24, 2010 - 23:48
      Official release from tag: 5.x-2.0

      Release notes

      Initial official release of the 5.x-2.* new feature series. Enhancements since 5.x-1.0:

      • #106808: Initial views integration. At this time, all the fields from all signup-related database tables are exported, and there are a handful of filters, sorts, and arguments. There are no default views yet.
      • #106891 : Signup broadcast functionality -- sufficiently privileged users now have the ability to send an email directly to all the users who signed up for a given node on the site by using the "signup-broadcast" tab.
      • #79332 : Cleaned up the user interface for the signup administration overview page. It used to be misusing tabs as a way to filter what signup status (open, closed, or all) to view. Now there is a drop-down selector where the administrator can choose what signup status to filter the page with.
      • #134609 : Added an advanced setting to control if the signup form is collapsed or expanded by default.

      signup 4.6.x-1.1

      Download Size md5 hash
      signup-4.6.x-1.1.tar.gz 26.93 KB f3ea4c28f186f61ec949413db46a4a1d
      signup-4.6.x-1.1.zip 36.17 KB 089f94476530beea68c98d4c474e3ccb
      Last updated: December 24, 2010 - 23:48
      Official release from tag: 4.6.x-1.1

      Release notes

      This will probably be the last ever release of signup.module for 4.6.x core. Support for this version is no longer going to be maintained.

      Read more
      Subscribe with RSS Syndicate content
      nobody click here