Last modified by Thomas Mortagne on 2017/03/24

<
From version < 5.2 >
edited by Vincent Massol
on 2016/02/08
To version < 6.1 >
edited by Vincent Massol
on 2016/02/08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -47,6 +47,10 @@
47 47  
48 48  In order to solve [[XWIKI-12165>>http://jira.xwiki.org/browse/XWIKI-12165]], the unique identifier of each mime message sent has been changed to a SHA1 based on the ##Message-ID## header and the list of recipients of the mails, ensuring uniqueness during a newsletter or mailing sending. To introduce this change, the ##MailContentStore## and the ##MailListener API## has been broken, and now use a new ExtendedMimeMessage instead of the simple ##MimeMessage## for all arguments. The values ##messageId## returned or used as argument in the API is no more equivalent to the ##Message-ID## header, but is now the unique identifier returned by ##ExtendedMimeMessage#getUniqueMessageId()##. Finally, the ##MessageMimeMessageFactory## now returns cloned ##MimeMessage## without changing the ##Message-ID##.
49 49  
50 +== New Space prefix for wiki links ==
51 +
52 +We've introduced the possibility to explicitly create a link to a Space in XWiki Syntax 2.1, e.g. ##[[space:Space1.Space2]]##. However if you had a subwiki named ##space## the new notation will conflict with the syntax for referencing that wiki. Thus you'll need to edit existing links such as ##[[space:something]]## to ##[[doc:space:something]]##.
53 +
50 50  == API Breakages ==
51 51  
52 52  The following APIs were modified since XWiki 7.4:

Get Connected