Downloads
Download tar.gz
26.93 KB
MD5: f3ea4c28f186f61ec949413db46a4a1d
SHA-1: da9688908025eb61d07c84bc8515a7c5452a1cc7
SHA-256: c181ec67a2df23686fac2e53fcc3ab8d7db64048b4ed6f95f44cafd5ddc7fcb5
Download zip
36.17 KB
MD5: 089f94476530beea68c98d4c474e3ccb
SHA-1: 82fea88f70f387b386acb10bcf1436b24f627670
SHA-256: eed981fbe11f7d06868b3d734b6ad472ac6fad214bafea91a4beda716464410e
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.
Changes since 4.6.x-1.0:
- #123648: Fixing improper use of links in watchdog() messages
- #78559: Fixing numerous bugs in signup translation:
- incorrect use of format_plural()
- badly formed t() strings with HTML and other goo inside
- wildly stale (and sometimes missing) .pot files
- #91284: Signup doesn't respect privacy: db_rewrite_sql() missing
- In the (evil, hard-coded) HTML for displaying signup information on user profile pages, we were leaving an H4 open by accident.
- l() calls check_plain() for you, so we were double-escaping output.
- #107154: Fix signup_sign_up_user() to prevent the same user from signing up more than once for the same node.
- #128021 by adrinux: Convert html br to xhtml and use strong instead of b
- Removed double-escaped output on signup form_group() title.