Closed (works as designed)
Project:
Tagadelic
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2009 at 20:46 UTC
Updated:
14 Sep 2009 at 20:36 UTC
Attached is a patch to allow an admin to specify a number of days to go back looking for tags that have been applied to nodes. It will not be completely accurate, as it will capture the changed date of a node regardless of whether the changes to it have anything to do with tagging. However, it was a quick-and-dirty tool for what I need, so I submit it here that others may make use of it (or transform it into a more accurate solution).
| Comment | File | Size | Author |
|---|---|---|---|
| tagadelic_days.diff | 1.38 KB | frishsticks |
Comments
Comment #1
frishsticks commentedComment #2
Bèr Kessels commentedAn inner join against the node table gives unacceptible performance problems. Unfortunate I cannot take this patch into consideration.
(on a sidenote: Drupal uses unified patches, please see http://drupal.org/diffandpatch)