Actually, the private message hover titles are already formatted using reusable code (that uses the user's own date format). The public chatter messages are formatted differently in a way that doesn't make sense for private messages (public chatter is never more than 500 seconds old so including the hour, much less the date, is a bit redundant and would require timezone awareness) and so doesn't need to be used anywhere else (at least not yet).

PodMaster created a patch (quite a while ago) to show timestamps on private messages but didn't follow the formatting done in the chatterbox (it includes the timestamp as "tye said {message} on {date}"). In the pmdev wiki I mentioned that I didn't like it because it has the dates unaligned (and adds not a small amount of clutter compared to the old/current presentation) but that I can understand some wanting all of the dates visible at once (instead of in hover titles like I was hoping for). theorbtwo also contributed to the discussion.

So far, this thread makes me switch back to more strongly favoring the hover titles just so I don't have to worry about changing the look of a node (and the inevitable complaints that result).

But I haven't seen even close to a consensus on the design (I'd only seen 3 takes on the matter, including my own) nor a patch that I feel is appropriate to apply. Recent events have reinforced my reluctance to apply patches hastily, especially when they affect how the site looks.

                - tye

In reply to Re^2: Date message sent in [message inbox] (design) by tye
in thread Date message sent in [message inbox] by ysth

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.