https://bugzilla.wikimedia.org/show_bug.cgi?id=16082
Ariel T. Glenn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Export/Import |General Version|1.14.x |unspecified AssignedTo|[email protected]. |[email protected] |org | Product|MediaWiki |XML Snapshots --- Comment #6 from Ariel T. Glenn <[email protected]> 2011-11-16 12:46:59 UTC --- I doubt we would use this option on the dumps we generate; we already provide full history dumps which include the names of all contributors to each page. And the query is going to be pretty expensive for allPages on our larger wikis. But that's not to say other sites wouldn't find it useful. A quick grep of extensions and core in trunk shows that do_list_authors and list_authors are only used in Export.php and Special:Export.php, not in any extensions, so camel-case to your heart's content. While you're in there... Note that we sometimes have a revision in there with revision id = 0 for a valid user name (because sometimes errors creep in). That means we could see a user name in the list twice, it would be nice to fix that. The patch needs to be updated for trunk, and then I'd like to look at it again. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
