https://bugzilla.wikimedia.org/show_bug.cgi?id=21312

--- Comment #12 from FT2 <ft2.w...@gmail.com> 2010-05-12 09:08:58 UTC ---
(In reply to comment #9)
> One problem might be logging of such events. It is not feasible to have a log
> entry for each individual moved revision, but an entry like "x Revisions have
> been moved" doesn't tell you *which* revisions were moved.
> 
> On the other hand, RevisionDelete has the same problem and there aren't many
> complaints about that.

At the risk of proliferating an extra table or an extra field, this is a
one-way lookup, from (log action id) -> (list of revisions) or (log action id)
-> (html string containing list of revision links). It should not be difficult
to have a log entry like:

  "User X moved [[LINK | 17 revisions]] from [[article-1]]
  to [[article-2]] (REASON)"

or

  "User X changed visibility of [[LINK | 17 revisions]] of 
  [[article-1]] from OLD-VIS to NEW-VIS (REASON)"

with the link going directly to the revision or revdelete page if one revision
was moved, or a hoverable list, or a list of revisions (or a list collapsed on
the revdelete page) if more than one was moved.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to