Downloads
Download tar.gz
48.92 KB
MD5: bed4e9b1b67c724ca9f9cb0c2f2b6520
SHA-1: b0f5cde3ae80d0ce3f7d034c15c17b764861fd77
SHA-256: 902c851eca8128f3d85c7c908b48eb58168f82fc738729a9c90568b776acce2d
Download zip
62.19 KB
MD5: 6181cc0cd23cf5242dafc091e2c6dab3
SHA-1: c7bdf7ff1a847cd48db3b743a5f75565c0025560
SHA-256: 1e89392ba929104b436f715da4d4f42b0dcf8d7bfd217437181a4e2bfc12750a
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.