Last modified: 2008-09-17 23:48:17 UTC
As surprising as it is, some users on en.wiki have more than 50 block log entries, causing a confusing discrepancy between Special:Log and the log that appears below the block form. It would seem that the block log that appears below the block form is limited to 50 entries. I would recommend not limiting the log below the block form. Or, alternately, it could limit it to 10 entries or something and then provide a link to the full block log if there are more entries.
Created attachment 5044 [details] Checks to see if there are more than 50 rows and displays a message
The message should point to the page where the other log entries can be viewed.
Displaying up to 10 with a link to the full log page for more would probably be great, yes.
+need-review
Created attachment 5322 [details] Proposed patch I've done a new patch based on Brion's post, displays 10 then if its more generates a link.
Done in r40838
Reverted in r40864; construction of the link looks very bizarre. We have regular linking functions for this sort of thing...
Created attachment 5336 [details] Proposed patch v2 This uses the proper Linker function link(), as well as updating the message name (since the old one was incorrectly named, since it was at the bottom.
Patch committed in r40944 by Soxred93