Changes for page Release Notes for XWiki 7.1 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,10 +10,22 @@ 10 10 11 11 [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]]. 12 12 13 -== <featureN>==13 +== Flavors == 14 14 15 -<description of feature N> 15 +{{warning}} 16 +This feature is experimental and not bundled in XWiki by default. However, you can install and try it. 17 +{{/warning}} 16 16 19 +In the future, XWiki will offer different flavors. A flavor is a collection of applications. When you install a flavor, you get a wiki fully configured for a use-case. In this release, we have implemented the ability to chose a flavor when you create a new wiki. 20 + 21 +((( 22 + {{image reference="createwiki-flavors.png" width="50%"/}} 23 +))) 24 + 25 +To test it, you need to install the [[extensions:Extension.Flavor Module]] and edit the file ##META-INF/maven/org.xwiki.enterprise/xwiki-enterprise-web/pom.xml## in your web app. Just remove the line: {{code language="xml"}}<xwiki.extension.distribution.wikiui>org.xwiki.enterprise:xwiki-enterprise-ui-wiki</xwiki.extension.distribution.wikiui>{{/code}} and restart your wiki. 26 + 27 + 28 + 17 17 == Miscellaneous == 18 18 19 19 * Mail API has been slightly modified to fix a bug when waiting for all mails to have been processed (the ##waitForProcessing()## wasn't really waiting!). As a consequence calls to ##MailResult.waitTillProcessed(long timeout)## and ##MailResult.isProcessed()## have been replaced by calls to ##MailStatusResult.waitTillProcessed(long timeout)## and ##MailStatusResult.isProcessed()##. Note that for backward compatibility reason the scripting API still supports the old API (but it's deprecated and you should move your code to use the new API).