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:
- Restrict the viewing of edits to nodes, to those that can actually view those nodes (canReadNode).
- Add a flag for the editors to set, if a particular edit is sensitive (eg removing email/passwords).
- Remove the 'history' link from the editors nodelet, and add it to the approval and node status nodelets.
- Create a new superdoc for editors, to view all recent edits made (default currently, the last 50).
- Link to the new doc from the editors nodelet.
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.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.