Last modified by Thomas Mortagne on 2017/03/24

<
From version < 13.2 >
edited by Sergiu Dumitriu
on 2011/10/31
To version < 14.1 >
edited by Sergiu Dumitriu
on 2011/10/31
>
Change comment: New developer features

Summary

Details

Page properties
Content
... ... @@ -23,6 +23,12 @@
23 23  
24 24  Organization unit and search filter support have been added in the group membership mapping settings. To use them, replace the group DN with an organization unit DN or with any search filter.
25 25  
26 +== Attachments improvements. ==
27 +
28 +Since the filesystem attachment storage allows uploading very large files, a necessary improvement is to be able to pause and resume downloads. Starting with this version, it is possible to do so, since the ##/download/## action now respects the ##Range## HTTP header.
29 +
30 +Several bugs with downloading attachments when the filesystem storage is enabled have also been fixed, making this feature ready for production use.
31 +
26 26  = For Developers =
27 27  
28 28  == Script services for Application Manager and Wiki Manager ==
... ... @@ -29,6 +29,17 @@
29 29  
30 30  There are script services now available for the old application and wiki manager plugins. You can access them via ##$services.applicationmanager## and ##$services.wikimanager##, and call all the methods previously exposed by their respective plugin APIs. For the moment the plugins are still there, with the script services just bridging them to the new prefered way of accessing APIs from Velocity scripts.
31 31  
38 +== Cache improvements ==
39 +
40 +Several bugfixes and improvements have been committed, affecting the rendering cache, the cache macro, and the cache infrastructure in general. An important change is the introduction of an infinispan-based cache implementation, replacing JBossCache as the default one.
41 +
42 +== XE and XEM XAR changes ==
43 +
44 +The XAR plugin by default doesn't bundle dependencies anymore, so the XE and XEM XARs now come in two variants:
45 +
46 +* the old ##xwiki-enterprise-wiki## module has been renamed into [[##xwiki-enterprise-ui##>>https://github.com/xwiki/xwiki-enterprise/tree/xwiki-enterprise-3.3-milestone-1/xwiki-enterprise-ui]], and produces a XAR only with the documents specific to XWiki Enterprise, without dependencies;
47 +* the full XAR with all the dependencies bundled in it is now produced by the [[##xwiki-enterprise-ui-all##>>https://github.com/xwiki/xwiki-enterprise/tree/xwiki-enterprise-3.3-milestone-1/xwiki-enterprise-distribution/xwiki-enterprise-ui-all]] module.
48 +
32 32  == Upgrades ==
33 33  
34 34  The following dependencies have been upgraded:
... ... @@ -37,6 +37,7 @@
37 37  * Groovy 1.8.3
38 38  * JGroups 2.12.2
39 39  * reflections 0.9.6
57 +* Selenium 2.11
40 40  * SLF4J 1.6.3
41 41  
42 42  == Miscellaneous ==

Get Connected