Le 09/10/12 01:52, Erik Moeller a écrit :
Do we have a more complete report than https://en.wikipedia.org/wiki/Wikipedia:Database_reports/User_preferences ? If not, could someone pull one? It would be ideal to not only have prefs listed by frequency, but to also exclude users from the set who've not been recently active.
We have the maintenance/userOptions.php script which can give usage for all user preferences or just for a specific one. Example on my local development wiki:
$ php userOptions.php --usage gender Usage for <gender> (default: 'unknown'): 2 user(s): 'female' 1 user(s): 'male'
Done. $
It does not filter by user age though, but I guess that will be trivial to implement by using `user.user_touched`. Will be happy to review and validate any change made made to improve that script.