It would be useful to be able to put {{Special:Editcount/fooUser}} on a page.
Right now https://commons.wikimedia.org/wiki/Special:Editcount/fooUser gives "No such special page" so I am assuming the extension is not enabled.
It would be useful to be able to put {{Special:Editcount/fooUser}} on a page.
Right now https://commons.wikimedia.org/wiki/Special:Editcount/fooUser gives "No such special page" so I am assuming the extension is not enabled.
Extension is not yet in use on WMF cluster, thus requires security and architecture review.
Why would it be useful?
It can be used to make templates more intelligent.
Is there consensus to do so?
No, but there seems to exist some interest in it because right now this magic word is faked by a bot every 24 hours: E.g. https://commons.wikimedia.org/w/index.php?title=User:-revi/edit_count&action=history
It's good to have the bot but in the long run this does not scale as good as I expect the extension to scale.
Although I don't see any obvious calls at the moment, an extension like that that is putting non static data through, really would need to be disabling the parsercache. So it's questionable if it'll actually even work properly on WMF sites in its current form. And even then, is a big perf no no, even more so as usage of it increases
That aside, the code needs dragging upto date in more ways than one
The performance impact doesn't look serious, it's only looking up the user_editcount field in the DB. I would think the parser caching is a non-issue - people could simply purge the page if they wanted to refresh the data. On the whole, it doesn't pose any new issues not already present in other transcludable special pages.
The per-namespace functionality would almost certainly need to be disabled on the WMF cluster though.
As an additional comment I'd rather see this implemented as a magic word instead of a transcluded special page. Something like {{editcount:UserName}}.
Yes please. Transcluding special pages auto disables parser cache which is sucky.
Id also like to see some discusion on commons. Seems very editcountist.
I'm afraid that in its present state, this extension is not ready for Wikimedia deployment:
@McZusatz: Is this still wanted? If yes, then the issues in T113169#4822926 should likely be filed as separate tickets against MediaWiki-extensions-Editcount as a first step (and T173775 get fixed).
Unfortunately closing this Phabricator task as no further information has been provided.
@McZusatz: After you answered the previous comment and if this is still wanted and after specific tasks first required to be resolved have been created, please set the status of this task back to "Open" via the Add Action... → Change Status dropdown. Thanks!