Closed (fixed)
Project:
Privatemsg
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2009 at 23:35 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
liam mcdermott commentedComment #2
berdirPerformance reasons, we only display 4 authors per thread, we shouldn't load all others.
Imho, we should think about "fake" user objects (stdClass with username and uid) when we only want to use them for theme('username'). We could also use a query per thread row, because we could then limit it in the query (which is not possible with GROUP_CONCAT).
Comment #3
berdirComment #4
naheemsays commentedwithout actually testing - its a comment and it makes sense.
Comment #5
berdirCommited against 6.x-1.x-dev and 7.x-1.x-dev