Last modified by Thomas Mortagne on 2017/03/24

<
From version < 29.1 >
edited by Guillaume Delhumeau
on 2014/06/11
To version < 32.1 >
edited by Thomas Mortagne
on 2014/06/11
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gdelhumeau
1 +XWiki.ThomasMortagne
Content
... ... @@ -22,6 +22,10 @@
22 22  The applications panel has been modified to adapt itself to the panel column width. The design is different when the size is small, to look closer to a "dock" bar:
23 23  [[[[image:appbar.png||width="32%"]]>>attach:appbar.png]] (on this screenshot you can see the small version on the left, and the normal version on the right).
24 24  
25 +== Extension Manager improvements ==
26 +
27 +Extension related jobs (install, uninstall, install plan calculation, etc.) which are not working on the same namespace can now be executed at the same time. You won't be stuck withing you extension install anymore when someone else in the whole farm is installing something.
28 +
25 25  == Miscellaneous ==
26 26  
27 27  <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!>
... ... @@ -39,6 +39,12 @@
39 39  * The LESS Compiler now compress the generated CSS.
40 40  * A new component has been added to compute a Color Theme compatible with [[extensions:Extension.Color Theme Application]] from a LESS file.
41 41  
46 +== Job module improvements ==
47 +
48 +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.
49 +
50 +See [[extensions:Extension.Job Module]] for more details.
51 +
42 42  == Deprecated and Retired projects ==
43 43  
44 44  <description of deprecated and retired projects>
... ... @@ -49,6 +49,7 @@
49 49  
50 50  * [[Groovy 2.3.2>>http://jira.xwiki.org/browse/XCOMMONS-598]]
51 51  * [[Official LESS Compiler for Java 1.7.0.1.1>>http://jira.xwiki.org/browse/XWIKI-10437]]
62 +* [[Apache Lucene and Solr 4.8.1>>http://jira.xwiki.org/browse/XWIKI-10357]]
52 52  
53 53  == Miscellaneous ==
54 54  

Get Connected