Changes for page Release Notes for XWiki 6.1 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. gdelhumeau1 +XWiki.ThomasMortagne - Content
-
... ... @@ -15,6 +15,7 @@ 15 15 * Flamingo skin CSS is now computed at the runtime, using the [[LESS Module>>extensions:Extension.LESS Module]]. 16 16 * Thanks to this, we have introduced a compatibility between this skin and the old color themes: 17 17 [[[[image:flamingo-default.png||width="32%"]]>>attach:flamingo-default.png]] [[[[image:flamingo-dusk.png||width="32%"]]>>attach:flamingo-dusk.png]] [[[[image:flamingo-mint.png||width="32%"]]>>attach:flamingo-mint.png]] [[[[image:flamingo-ruby.png||width="32%"]]>>attach:flamingo-ruby.png]] [[[[image:flamingo-nocolortheme.png||width="32%"]]>>attach:flamingo-nocolortheme.png]] 18 +* A lot of fixes and polishing have been made too. 18 18 19 19 == Applications Panel == 20 20 ... ... @@ -25,6 +25,8 @@ 25 25 26 26 <insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!> 27 27 29 +* [[extensions:Extension.SpaceIndex Macro]] has now a new parameter to sort the document by creation date, modification date, or by name. 30 + 28 28 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-milestone-2%22&tempMax=1000]] fixed in this release. 29 29 30 30 = For Developers = ... ... @@ -36,6 +36,12 @@ 36 36 * The LESS Compiler now compress the generated CSS. 37 37 * A new component has been added to compute a Color Theme compatible with [[extensions:Extension.Color Theme Application]] from a LESS file. 38 38 42 +== Job module improvements == 43 + 44 +A new ##org.xwiki.job.JobExecutor## component has been introduce to replace ##org.xwiki.job.JobManager## (which is now deprecated). This component adds support for parallel execution of jobs and also support grouping jobs that need to be executed in the same thread. 45 + 46 +See [[extensions:Extension.Job Module]] for more details. 47 + 39 39 == Deprecated and Retired projects == 40 40 41 41 <description of deprecated and retired projects>