Bug #764
pm's ext
| Status: | Resolved | Start: | 09/02/2009 | |
| Priority: | Low | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | default extensions | |||
| Target version: | 2.3 | |||
Description
a column in the inbox table to indicate if the pm has been read or not
History
Updated by Shish Moom 67 days ago
there is the column "is_read" of type score_bool (in postgres, this will be a proper boolean column; in mysql it's a enum('Y', 'N') ). Somehow I haven't created a PM object which makes this neatly usable though o_O
Updated by Shish Moom 43 days ago
- Status changed from New to Resolved
In several recent commits, the PM object was added, with an is_read field
Updated by Sein Kraft 42 days ago
- Status changed from Resolved to Feedback
Should be more usefull a column that display if is read or no? because what happend if the visual theme has all links in bold?
Updated by Shish Moom 42 days ago
The theme should have access to that data, so if it wants to remove one method of indicating readness then it can add another :3