Wiki source code of XWiki Installations Statistics (v1)
Last modified by Vincent Massol on 2024/11/04 14:41
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{warning}} | ||
| 2 | All the stats below are only for XWiki versions < 14.5RC1, this is why you'll see some drop in numbers after 14.4. The new statistics (after 14.5RC1 included) are available in a [[new dashboard>>https://tinyurl.com/activeinstalls2]]. | ||
| 3 | {{/warning}} | ||
| 4 | |||
| 5 | {{velocity}} | ||
| 6 | #if ("$!request.snapshots" != '') | ||
| 7 | #set ($activeInstallsSnapshots = true) | ||
| 8 | #end | ||
| 9 | {{/velocity}} | ||
| 10 | |||
| 11 | {{dashboard/}} | ||
| 12 | |||
| 13 | {{velocity}} | ||
| 14 | $xwiki.jsx.use('ActiveInstalls.Counter') | ||
| 15 | $xwiki.ssx.use('ActiveInstalls.Counter') | ||
| 16 | {{/velocity}} | ||
| 17 | |||
| 18 | {{putFootnotes/}} |