Last modified by Thomas Mortagne on 2017/03/24

<
From version < 19.1 >
edited by Thomas Mortagne
on 2013/09/06
To version < 22.1 >
edited by Vincent Massol
on 2013/09/09
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.VincentMassol
Content
... ... @@ -25,6 +25,34 @@
25 25  A new section is available in the administration of the main wiki to manage who has this right.
26 26  {{image reference="admin-subwikis.png"/}}
27 27  
28 +== Active Installs Tracking ==
29 +
30 +It' very important for the open source committers to understand how well or how badly they're faring when developing the XWiki open source project. So far we didn't know if the number of people using XWiki was increasing, decreasing or staying stable. This module allows us to know who's using XWiki.
31 +
32 +It does the following:
33 +
34 +* A client side JAR is bundled with XWiki and it sends a ping with data once per day
35 +* A server side Application is installed on xwiki.org, allowing us to query the data sent and to display a counter of Active Installs of XWiki (i.e. installs for which we've received a ping in the last N days, for example at least one ping in the past month).
36 +
37 +The data sent is anonymous and consists of the following:
38 +
39 +* A unique id (UUID) representing the XWiki instance. Note that not even the IP is kept and there's no way to find who's having a give UUID (it's generated using Java's UUID implementation)
40 +* The date of the ping
41 +* The technical ids and versions of extensions you have installed.
42 +
43 +This will allow us to present the following data:
44 +
45 +* Number of total installs of XWiki
46 +* Number of Active Installs
47 +* Most used extensions across versions of XWiki
48 +* How frequently the XWiki user base upgrades to newer versions of XWiki
49 +
50 +{{info}}
51 +In the near future we'll offer a UI feature to opt-out (in the Administration pages) but at the moment if you wish to opt-out (please don't, we need your help, knowing who's using us and that it's growing is what keeps us motivated to continue developing XWiki!), then simply remove the ##WEB-INF/lib/xwiki-platform-activeinstalls*## JAR and restart.
52 +{{/info}}
53 +
54 +Reference documentation is [[available here>>extensions:Extension.Active Installs Module]].
55 +
28 28  == Miscellaneous ==
29 29  
30 30  * The ##line## [[chart>>doc:extensions:Extension.Chart Macro]] type has two parameters, ##hideShapes## and ##hideLines##, to hide the shapes used to display the data points or to hide the interpolation lines that connect the data points.(((
... ... @@ -33,6 +33,7 @@
33 33  * When creating or editing a [[template provider>>doc:extensions:Extension.Administration Application||anchor="HCreatethetemplateprovider"]] the template name field is now mandatory.(((
34 34  {{image reference="templateNameMandatory.png"/}}
35 35  )))
64 +* New [[Instance Module>>extensions:Extension.Instance Module]] used to compute a unique id for each XWiki instance (used by the [[Active Installs feature>>extensions:Extension.Active Installs Module]]
36 36  
37 37  See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release.
38 38  
... ... @@ -72,7 +72,7 @@
72 72  
73 73  = Tested Browsers & Databases =
74 74  
75 -{{include reference="TestReports.ManualTestReportTemplateSummary"/}}
104 +{{include reference="TestReports.ManualTestReportXWiki52M2Summary"/}}
76 76  
77 77  = Known issues =
78 78  

Get Connected