Closed (fixed)
Project:
Suggested Terms
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Feb 2009 at 17:07 UTC
Updated:
4 Jun 2009 at 21:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
Crell commentedFull module is really not useful. Without a patch there is no way to properly test and integrate the code changes. Please see: http://drupal.org/patch/create
Also, new features are only being accepted against the 6.x version. 5.x is taking bug fixes only.
Comment #2
eabrand commentedThis was added in 6.x. It works fine for me.
Comment #3
Crell commentedNo, we currently support recently created (as determined by tid), not recently used. Different thing.
Comment #4
eabrand commentedHere is a patch for this issue
Comment #5
Crell commented- I'm seeing the same term show up multiple times in the list. Perhaps the query needs a DISTINCT on it? Unless there's a better way...
- Currently the query is ordering by the last time the node was edited. Does it make more sense to do that, or use node creation time? I'm leaning creation time.
Comment #6
Crell commentedComment #7
eabrand commentedHere's a fix. I added DISTINCT.
Comment #8
Crell commentedCommitted. Thanks!
Comment #9
kardave commentedGreat!
I'm so glad :)
Comment #10
kardave commentedSorry, it was by accident.
I was just so excited, I didn't watch out.
(This issue is my first feature request that completed)