Bug #764

avatar

pm's ext

Added by Sein Kraft 79 days ago. Updated 34 days ago.

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

avatar

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 Sein Kraft 67 days ago

avatar

Yep, I've saw the column in database :P

Updated by Shish Moom 43 days ago

avatar
  • 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

avatar
  • 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

avatar

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

Updated by Shish Moom 34 days ago

avatar
  • Status changed from Feedback to Resolved

Also available in: Atom PDF