Am 12.08.2013 16:18, schrieb Daniel Barrett:
The extension [1] changes the RC view so that any changed article is only listed *once*.
Are you aware that Preferences has an option to do something similar?
"Group changes by page in recent changes and watchlist (requires JavaScript)"
D
Yes, I do know this. I have the discussion since 2004 when I joined the MediaWiki developer team....
This Javascript thing you mean does it differently:
- all RC versions are sent from the server to the client, which costs the full bandwidth. - and, worse, changed pages are listed at least still once per day when a change happened.
My extension shows only one entry per changed pages, and sends really only the last change to the client.