Show next to each person's wishlist link how many items they have in their wish list queue.

Possibly show a "new item's" link/text next to a person's wishilst if they created a new item in a specified amount of time.

Comments

scott.mclewin’s picture

Status: Active » Fixed

This is partially done and was modeled after the way forums and comments work within Drupal. It takes advantage of the history table that keeps track of which nodes a user has viewed. Anonymous users will not see 'new' tags, but once you log in items that you have personally never viewed will be flagged.

The total number of wishlist items is not on the list summary page or in the block. I was not as keen on that change.

This is in head and will be merged with the 4.7 branch once this recent round of changes has been validated (or before D5 porting begins, whichever happens first)

ziggyk’s picture

Status: Fixed » Active

This is not working correctly on my site. Next to each person's name it shows the total number of new items for everyone. Not the individual amount of new items for each person.

For example, my reads:
* aabb's wishlist 20 new
* lbbccc's wishlist 20 new
* adda's wishlist 20 new
* mjkuuek's wishlist 20 new

scott.mclewin’s picture

Status: Active » Fixed

Ok, that is an embarrassing one to have gotten through. Clearly I tested with two browsers, one user account in each, so I missed that.

The fix is in HEAD and 4.7.

ziggyk’s picture

It is working correctly now.

scott.mclewin’s picture

Status: Fixed » Closed (fixed)

Excellent. Closing the issue.