https://bugzilla.wikimedia.org/show_bug.cgi?id=2994
Nemo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|design | CC| |[email protected] --- Comment #14 from Nemo <[email protected]> --- (In reply to Rob Church from comment #7) > A straight count of all revisions in an article's history wouldn't be too > bad. > Grouping by username, etc. is where the fun comes in, however, since it's a > more > complicated and hence longer query; ultimately, performance is affected. Rob did this in https://www.mediawiki.org/wiki/Extension:Contributors around 2006; I'm adding Yaron, the current maintainer, to cc. Then we have action=credits in core. There are many ways to approach this bug, inside or outside core. The two main lines of work in core can be seen here: https://bugzilla.wikimedia.org/showdependencygraph.cgi?id=39533&showsummary=on&display=tree&rankdir=TB The most advanced features are unlikely to be implemented in core but it's useful to have a map of existing and possible work; I hope the graph above helps. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
