Feature #192 Details
Search: List recently displayed topics
| Status | Closed (ass. to yves) | Priority | Medium |
| Author | yves | Date | 29 Aug 2004 15:40 |
List recently displayed topics (Zuletzt angezeigte Themen)
This lists up all topics that the user has visited in the last time. (by time or by number)
With date of last visit
Create new database column: ThreadWatch.LastDisplayed int
This field is always set to time() when any page of the thread is displayed
There's no way to manually set it to something else
Find all real threads ORDER BY LastDisplayed LIMIT n
or: WHERE LastDisplayed >= time() - n ORDER BY LastDisplayed
This lists up all topics that the user has visited in the last time. (by time or by number)
With date of last visit
Create new database column: ThreadWatch.LastDisplayed int
This field is always set to time() when any page of the thread is displayed
There's no way to manually set it to something else
Find all real threads ORDER BY LastDisplayed LIMIT n
or: WHERE LastDisplayed >= time() - n ORDER BY LastDisplayed
| Keywords | |||
| Close reason | Implemented | ||
| Close user | yves | Close date | 14 Sep 2004 20:53 |
| Reported version | Due version | 1.7 | |
| Duplicates of this | #56 | ||
| Progress | 100 % | Estimated cost | Mostly text work |
Changes history:
| Date | User | Action |
| 29 Aug 2004 15:40 | yves | Opened task |
| 29 Aug 2004 15:40 | yves | Changed status (New → Assigned) |
| Changed assigned user (- → yves) | ||
| 14 Sep 2004 20:53 | yves | Changed status (Assigned → Closed) |
| Changed close reason (None → Implemented) |








