Last modified by Thomas Mortagne on 2017/03/24

<
From version < 23.1 >
edited by Thomas Mortagne
on 2014/07/14
To version < 24.1 >
edited by Vincent Massol
on 2014/07/14
>
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
... ... @@ -58,6 +58,12 @@
58 58  
59 59  Most of WikiStream module moved to commons filter module (everything that wasn't really depending on any platform project) and it also been renamed to ##Filter## on platform side to follow commons naming. The structure of the API did not changed a bit except for the naming. In short every "WikiStream" in your code should be changed to ##Filter## or ##FilterStream##. None of the existing streams identifiers changed except for the generic XML streams which is is now ##filter+xml## (instead of wiki+xml).
60 60  
61 += Mail Sender API =
62 +
63 +* The new [[Mail Sender API>>extensions:Extension.Action API]] is now bundled by default in XWiki Enterprise.
64 +* It's now possible to access the Mail Sending API configuration from scripts by calling ##$services.mailsender.configuration##.
65 +* The ##send()## API now sends messages synchronously and a new ##sendAsynchronously()## API has been added
66 +
61 61  == Deprecated and Retired projects ==
62 62  
63 63  <description of deprecated and retired projects>
... ... @@ -72,7 +72,6 @@
72 72  
73 73  == Miscellaneous ==
74 74  
75 -* The new [[Mail Sender API>>extensions:Extension.Action API]] is now bundled by default in XWiki Enterprise. In addition it's now possible to access the Mail Sending API configuration from scripts by calling ##$services.mailsender.configuration##.
76 76  * The user of an Activity Stream event is now always stored as an absolute serialized reference. See [[XWIKI-9066>>http://jira.xwiki.org/browse/XWIKI-9066]] for more details.
77 77  * A new user and group references related reference resolver have been provided:(((
78 78  {{code language="java"}}

Get Connected