Downloads

Download tar.gz 60.67 KB
MD5: ef1d735e686d22284b8a4959de0331c9
SHA-1: 850ad2299799f46d481f0295e9a107767b1e586d
SHA-256: 1858d99f6c7e0cb0a15165dc1bff93e3e2a610f38858dbc5edd10119da81bbaf
Download zip 76.27 KB
MD5: 126bcaa2c5460714dc6d37a7b92b7269
SHA-1: 8236eb8fa58e0b99fb1e2ff390d554025484965e
SHA-256: 3273a3a371164172994586a853e758349bf1316f0b191f730970b98ff4372ebb

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:

  • #137911 by dww: Added signup_no_views.inc and moved all hard-coded UI functionality there. This allows more flexibility for sites using views, since the default views for the same things can be customized without conflicting with the non-views UI.
  • #48267 by dww: Added a default view of available signups (events without a reply) which is a subtab at user/%uid/signups/available and also provided as a block.
  • #180154 by KarenS and dww: Added a views filter for if the current user is signed up.
  • #178021 by stBorchert: Added a new "cancel own signups" permission. NOTE: After updating the module and running update.php, all roles that previously had the "sign up for content" permission will have "cancel own signups", too.
  • #180233 by stenjo: Added a Norwegian Bokmal translation.
Created by: dww
Created on: 17 Nov 2007 at 20:11 UTC
Last updated: 17 Nov 2007 at 20:11 UTC
New features
Bug fixes
Unsupported

Other releases