I've just posted a bunch of patches, 433668 - 433678, which attempt to make the editing process more visible for non-editors. They do the following:

For this to work, the edithistory table needs a new field, "private", see the node editors page patch.

My original thought was, why isn't there a way for editors to view all recent edits made? (Sometimes I go through NTC, edit 8 of 20 nodes or so, come back the next day, and wonder what happened to the rest :). I also realised that the edithistory page has been visible to non-editors for a while, yet no link existed for them to look at it.

Original notes:

# Current: Anyone can view the edithistory page (displaytype), for any + node # (including wikis!) # Only editors can view the actual edit page of any node (or gods) # # Should be: anyone can view the edithistory page for any node that th +ey can # read anyway # Anyone can view the actual edit page for nodes they can view, except + when # these are marked private # Editors have a chance to mark edits as private, should only be used +for # extreme cases such as removing credit card numbers/email addresses # A edit marked as private automagically sets any previous edits to pr +ivate. # These edits are viewable in the edithistory page, but only editors c +an view # the actual contents.

Comments?

C.


In reply to Making edit histories more viewable by castaway

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.