Surprisingly, this request is not prompted by any specific problem I encountered. It's more from my uneasiness with updating my own nodes seconds after I post them (yes, I do preview first. Fingers still much faster than brain.)

Suggestion: in the database, label every reply with an id/timestamp/version/whatever of its parent. When rendering out nodes, mark them as "this reply was to an earlier version of a post" if that id does not match the current id of the parent node.

The problem it addresses is when an author updates a node with replies such that the replies are invalid or don't make sense. This way, at least readers would be warned that they should think before assuming that the replier is an idiot, and perhaps wonder instead about the original poster.

I suppose you could also allow repliers to update their posts to "certify" them with the latest version of the parent node, thereby removing the warning label. Not that they need bother.

I have no idea what the performance implications of this might be, although it seems like the parent node is already getting retrieved at the very least to print out its title. I'm also not sure if the problem it is addressing is big enough to bother with. But it popped into my head, so I thought I'd mention it.

Update: I could have just changed the entire contents of node to "anybody who replies to this node is a poopy head."

But I didn't.


In reply to Marking replies to updated nodes by sfink

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.