People should be able to subscribe via email for all new releases for a given project. not sure if this should be:

  1. subscriptions.module (haven't looked at it, not sure if it would be able to do what we need, though it sounds like a) it's not currently in shape to run on drupal.org and b) probably not able to provide exactly what we need).
  2. some kind of email subscription API in core (see this thread on the development list for some recent discussion on this). again, i'm not positive it would work (the API would have to be very flexible).
  3. native implementation in here (like project_issue.module does for email subscriptions to issues).

Comments

agentrickard’s picture

The update status module (now in core) has possibly made this a non-issue.

This feature could be handled by a separate contribution.

aclight’s picture

The update module works for the project installation on d.o (to some extent), however other sites running project would certainly benefit from the ability to subscribe to release nodes. If we ever revamp project issue subscriptions this would be something we would want to think about doing at the same time.

Taxoman’s picture

Version: 4.7.x-1.x-dev » 6.x-1.x-dev