Details
- 
    New Feature 
- 
    Resolution: Fixed
- 
    Major 
- 
    7.1.1
Description
This is an idea to add a page to the ActiveInstalls extension which allows checking number of installs with a certain extension (good for extension developers' analytics)
example usage:
{{include document="ActiveInstalls.InstallsWithExtension"/}}
{{velocity}}
#set ($extensions = [
    'org.xwiki.contrib:xwiki-totem-application',
    'jsimard:event-reporter-application',
    'mouhb:likeapplication'
])
|=Extension|=Users
#foreach($ext in $extensions)
  #InstallsWithExtension_get($ext)
  |$ext|$InstallsWithExtension_lastResult
#end
{{/velocity}}
Attachments
Issue Links
- relates to
- 
                    XWIKI-12368 List top 10 most used Extensions -         
- Open
 
-