Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
tracker.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2009 at 22:33 UTC
Updated:
9 Nov 2009 at 17:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
naheemsays commentedand now with a few fixes.
Comment #3
catchThis is a completely new feature and can't be considered during code slush, it also appears to remove the auto-subscription-by-commenting feature of tracker module.
Comment #4
naheemsays commentedAFAIK it shouldn't remove the auto subscription (but I will look into it further).
My motivation for this was once drupal.org upgrades to drupal 7, this feature would be enough for many people - but that does not make it necessary for core.
(it also does not change any api, so is a lower risk feature, but at the same time I can see hundreds of patches that are either critical or need review for d7, postponing is probably expected.)
Comment #5
naheemsays commentedChanging tack - but it still may be too late for drupal 7.
This does not change the API, just refactors the code to move the tracker removal checks elsewhere, and thus will allow for a contrib module to provide the subscription UI without the need to fork _tracker_remove().
This patch should not cause any change in out of the box functionality, but allow the tracker module to be used to track "subscriptions" more freely.
Comment #6
naheemsays commentedand fixing the logic.