#51 closed defect (bug) (fixed)
Profile bug: wrong Recent Replies & Threads Started timestamps
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 0.1 |
| Component: | Front-end | Keywords: | profile recent replies threads topics started timestamp date |
| Cc: |
Description
The Recent Replies date inccorrectly uses the timestamp of _first_ post of a user and not the last. If a user posts twice in a topic, let's say 3 weeks ago and 2 days ago, the Recent Replies link will display "3 weeks ago" instead of "2 days ago".
The Threads Started timestamp incorrectly uses the timestamp of the _last_ post made by any user (the overall "freshness") although it would be more logical to use the timestamp of the first post because Threads Started implies that this user started the thread/topic 3 weeks, days, ... ago.
Change History (4)
Note: See
TracTickets for help on using
tickets.
When addressing this, see also #52 pagination issue.