Changes for page Release Notes for XWiki 5.2 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.ThomasMortagne - Content
-
... ... @@ -52,8 +52,11 @@ 52 52 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. 53 53 {{/info}} 54 54 55 -Reference documentation is [[available here>>extensions:Extension.Active Installs Module]].55 +Reference documentation: 56 56 57 +* [[Client side module>>extensions:Extension.Active Installs Client API]]. 58 +* [[Server side module>>extensions:Extension.Active Installs Server Application]]. 59 + 57 57 == Miscellaneous == 58 58 59 59 * 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.((( ... ... @@ -68,6 +68,15 @@ 68 68 69 69 = For Developers = 70 70 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 + 71 71 == Forcing IE Compatibility mode == 72 72 73 73 Now, we force the Compatibility mode for Internet Explorer (IE) browsers to use the latest rendering mode.