Last modified: 2008-11-18 12:57:44 UTC
The enhanced watchlist groups edits on a page together. At present it shows lines like: Time Page (4 changes) . . (+bytes) . . (hist) [list of editors] What you SHOULD get is: Time Page (4 changes | hist) . . (+bytes) . . [list of editors]
While the above request is a little vague :) I think the point would be that this would make the grouped lines more consistent with the single-change lines which look like: Time Page (diff; hist) . . (+bytes) Username (Talk | contribs) (comment) Note that currently the grouped lines also use a different message for the history link (eg showing as longer "(Page history)"), another inconsistency which can be remedied by using the same message.
Yep, thats about what I meant :)
Created attachment 4642 [details] Patch moving the history link to the corresponding place This patch (against the current trunk) makes the history link appear after the “N changes” message, inside the parentheses, just like in the ungrouped case.
(Changing summary to a more descriptive one, +keywords)
Patch applied with r43672.