Downloads
Download tar.gz
13.77 KB
MD5: 7f4e6f8fd1efb4f89ecdfad25fc51c0b
SHA-1: b8ccd7cd83844561002fc3ee9ff1101ff6fcb5d7
SHA-256: a5d20a93d430b0b425c8373ba09c48e897d4ab0a4a5a76ff71a4d8aa3a781649
Download zip
15.55 KB
MD5: cd3608d1db481f7ce3e5adccbf592c0f
SHA-1: d5a1a14a45bd7093069dcba08b72ebb6276219c1
SHA-256: 5bb41578a28a04001d9d36bab58e418b4577b101cf862b84dd7d97a9eca25097
Release notes
This is the third official release for 5.x-2.x branch and provides several new features and bug fixes. Some of the strings have changed slightly so I would appreciate translators providing new translations.
Changes since DRUPAL-5--2-1:
- bug #311253 by greggles: Unsupported Operands when editing or replying to a comment
- bug #308585 by greggles: partial fix for pgsql compliance
- bug #308585 by ulhume: PostgreSQL compliance using condition on uid rather than '' for NULL
- bug #317638 by Junyor: Thinko in the Pgsql case - should be creating table comment_notify, not re-creating the comments table
- bug #317638 by Junyor: Thinko in the Pgsql case - should be creating table comment_notify, not re-creating the comments table round 2
- oops - syntax error
- bug #294095 by greggles: notify_hash could just use drupal_get_token
- feature #280502 by greggles: optionally only send notifications for replies to the specific comment.
- feature #221196 by greggles: allow notifications for node owner
- feature #280502 followup by greggles: let the admin choose which modes are enabled in case, for example, they don't use threaded comments
- some whitespace cleanup already done in 6
- proper capitalization - sorry translators
- improved docs