Last modified by Thomas Mortagne on 2017/03/24

<
From version < 29.1 >
edited by Thomas Mortagne
on 2014/07/09
To version < 32.1 >
edited by Vincent Massol
on 2014/07/10
>
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
... ... @@ -4,7 +4,7 @@
4 4  
5 5  This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version.
6 6  
7 -A lot of work has been done for the new Flamingo skin and we hope to make it the default in 6.2. This version also comes with many various improvements but also introduce many new APIs and tool for developpers like the integration of LESS preprocessor, a new authorization API taking care of the context and it's associated script service, a new experimental Mail API, the support of asynchronous jobs in job module, the possibility to log from any script, a new converter to make easier to manipulate XDOM in Velocity, and many others.
7 +A lot of work has been done for the new Flamingo skin and we hope to make it the default in 6.2. This version also comes with many improvements but also introduce many new APIs and tool for developers like the integration of LESS preprocessor, a new authorization API taking care of the context and its associated script service, a new experimental Mail API, the support of grouped and asynchronous jobs in default job module executor, the possibility to log from any script, a new converter to make easier to manipulate XDOM in Velocity, and many others.
8 8  
9 9  = New and Noteworthy (since XWiki 6.0.1) =
10 10  
... ... @@ -98,7 +98,7 @@
98 98  * User Profile page display email hyperlink (if the email is not obfuscated) on view and preview mode.
99 99  * The SOLR index synchronization which is automatically run at XWiki startup can now be disabled using ##solr.synchronizeAtStartup## property in ##xwiki.properties## file
100 100  
101 -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%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release.
101 +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%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%226.1%22&tempMax=1000]] fixed in this release.
102 102  
103 103  = For Developers =
104 104  
... ... @@ -112,7 +112,7 @@
112 112  
113 113  Allows to send mails in Java and from wiki pages.
114 114  
115 -See [[Mail Sender API>>extensions:Extension.Action API]] for all details.
115 +See [[Mail Sender API>>extensions:Extension.Action API]] for all details (it's not installed by default and you'll need to install it through the Extension Manager for example if you wish to try it out).
116 116  
117 117  Example to send an email from a wiki page:
118 118  

Get Connected