r84984 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84983‎ | r84984 | r84985 >
Date:21:46, 29 March 2011
Author:rfaulk
Status:deferred
Tags:
Comment:
renamed plug-in methods to match filenames
Modified paths:
  • /trunk/tools/editor_trends/analyses/plugins/taxonomy_burnout.py (modified) (history)
  • /trunk/tools/editor_trends/analyses/plugins/taxonomy_list_makers.py (modified) (history)

Diff [purge]

Index: trunk/tools/editor_trends/analyses/plugins/taxonomy_list_makers.py
@@ -17,7 +17,7 @@
1818 __date__ = '2011-01-25'
1919 __version__ = '0.1'
2020
21 -def list_makers(var, editor, **kwargs):
 21+def taxonomy_list_makers(var, editor, **kwargs):
2222 """
2323 == List makers ==
2424 Any editor who makes more than 10 mainspace edits a month to articles with titles that begin with "List of..."
Index: trunk/tools/editor_trends/analyses/plugins/taxonomy_burnout.py
@@ -19,7 +19,7 @@
2020
2121
2222
23 -def burnout(var, editor, **kwargs):
 23+def taxonomy_burnout(var, editor, **kwargs):
2424 new_wikipedian = editor['new_wikipedian']
2525 edits = editor['monthly_edits']
2626