| The `ExtensionAuthorsDisplayer` contains quite a bit of HTML and inline script to make its user picker work. This was made before the introduction of the velocimacro `#userPicker`. In today's XWiki, this is pretty much just a large amount of tech debt and it should be replaced with the standard picker. The fact that this picker reached this state shows that we can't keep it up to date as things stand. Before implementation, solving the issue will need a check that there's no missing feature in the userPicker compared to this custom picker. I had a quick look and it didn't look to me like it had anything special implemented but it's better to be safe than sorry and make sure we don't lose anything by removing this code. As discussed in https://github.com/xwiki/xwiki-platform/pull/5676#event-27188306270 |