Last modified by Thomas Mortagne on 2017/03/24

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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.ThomasMortagne
Content
... ... @@ -38,6 +38,7 @@
38 38  
39 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 40  * The date of the ping
41 +* The version of your XWiki distribution
41 41  * The technical ids and versions of extensions you have installed.
42 42  
43 43  This will allow us to present the following data:
... ... @@ -51,8 +51,11 @@
51 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 52  {{/info}}
53 53  
54 -Reference documentation is [[available here>>extensions:Extension.Active Installs Module]].
55 +Reference documentation:
55 55  
57 +* [[Client side module>>extensions:Extension.Active Installs Client API]].
58 +* [[Server side module>>extensions:Extension.Active Installs Server Application]].
59 +
56 56  == Miscellaneous ==
57 57  
58 58  * 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.(((
... ... @@ -67,6 +67,15 @@
67 67  
68 68  = For Developers =
69 69  
74 +== New WikiStream module ==
75 +
76 +Wiki Stream goal is to provide generic API to make easier for different representations of a wiki instance to communicate with each other.
77 +
78 +It's still in a very early stage and the API might change during 5.x but it's already pretty complete and usable and the following streams modules are provided:
79 +
80 +* XWiki instance input (send WikiStream events from various data of the XWiki instance like the documents in the database etc.)
81 +* XAR instance output (write a XAR package from WikiStream events)
82 +
70 70  == Forcing IE Compatibility mode ==
71 71  
72 72  Now, we force the Compatibility mode for Internet Explorer (IE) browsers to use the latest rendering mode.

Get Connected