Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-12279

Allow getting number of active installs for a given extension

    XMLWordPrintable

Details

    • Integration
    • Unknown
    • Pull Request accepted

    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

          Activity

            People

              vmassol Vincent Massol
              calebjamesdelisle CalebJamesDeLisle
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: