Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,10 +16,16 @@ 16 16 17 17 {{display reference="ReleaseNotesXWiki81M1" section="HSandboxRelocation"/}} 18 18 19 +{{display reference="ReleaseNotesXWiki81M2" section="HDocumentsMacroImprovement"/}} 20 + 21 +{{display reference="ReleaseNotesXWiki81M2" section="HRSSMacroImprovements"/}} 22 + 19 19 {{display reference="ReleaseNotesXWiki81M1" section="HExtensionManagerimprovements"/}} 20 20 21 21 {{display reference="ReleaseNotesXWiki81M1" section="HFlavorsimprovements"/}} 22 22 27 +{{display reference="ReleaseNotesXWiki81M2" section="HSynchronizationofuseravatarfromLDAP"/}} 28 + 23 23 {{display reference="ReleaseNotesXWiki81M1" section="HActiveInstalls"/}} 24 24 25 25 == Miscellaneous == ... ... @@ -27,8 +27,10 @@ 27 27 * The Annotations Application's Administration section has been updated to present the exception spaces as "locations", using the ##documentTree## macro. The behavior has not been changed.((( 28 28 {{image reference="ReleaseNotesXWi[email protected]" width="600px"/}} 29 29 ))) 36 +* The [[Gadget's title>>extensions:Extension.Dashboard Macro||anchor="HGadget27stitile"]] has now a default value which is internationalized. 30 30 * Put a link to the product home page in the footer by default 31 31 * Template providers that are restricted to certain pages are now also available on the children of those pages. 39 +* The [[Document Tree Macro>>extensions:Extension.Document Tree Macro||anchor="HParameters"]] has a new parameter to limit the number of child nodes displayed when a parent node is expanded for the first time. 32 32 * The ##xwiki.usedefaultweb## parameter from ##xwiki.cfg## has been removed. See below. 33 33 * Job module does not validate stored status at startup. This might improve a lot the startup time when there is a lot of status. Also there seems to still be use cases where XStream get lost in edge case when parsing, this was blocking the whole XWiki startup for a very long time. 34 34 ... ... @@ -36,23 +36,50 @@ 36 36 37 37 = For Developers = 38 38 39 - == <developerfeatureN> ==47 +{{display reference="ReleaseNotesXWiki81M2" section="HStandardjava.lang.Packageproperties"/}} 40 40 41 - <descriptionofdeveloperfeatureN>49 +{{display reference="ReleaseNotesXWiki81M1" section="HDeferredJavaScriptModuleDependencyLoading"/}} 42 42 43 - ==Deprecated andRetiredprojects ==51 +{{display reference="ReleaseNotesXWiki81RC1" section="HContextandcacheinconsistencyhunting"/}} 44 44 45 - <descriptionofdeprecatedand retiredprojects>53 +{{display reference="ReleaseNotesXWiki81RC1" section="HExtensionManagerimprovements"/}} 46 46 47 47 == Upgrades == 48 48 49 49 The following dependencies have been upgraded: 50 50 51 -* <list libraries that have been upgraded> 59 +* [[Bootstrap 3.3.6>>http://jira.xwiki.org/browse/XWIKI-12951]] 60 +* [[commons-compress 1.11>>http://jira.xwiki.org/browse/XCOMMONS-960]] 61 +* [[commons-io 2.5>>http://jira.xwiki.org/browse/XCOMMONS-969]] 62 +* [[commons-net 3.5>>http://jira.xwiki.org/browse/XCOMMONS-977]] 63 +* [[GWT 2.7>>http://jira.xwiki.org/browse/XWIKI-13236]] 64 +* [[Infinispan 8.2.1>>http://jira.xwiki.org/browse/XWIKI-13293]] 65 +* [[Jackson 2.7.4>>http://jira.xwiki.org/browse/XCOMMONS-972]] 66 +* [[JGroups 3.6.9>>http://jira.xwiki.org/browse/XWIKI-13344]] 67 +* [[jQuery 2.2.2>>http://jira.xwiki.org/browse/XWIKI-11095]] 68 +* [[JSqlParser 0.9.5>>http://jira.xwiki.org/browse/XWIKI-13215]] 69 +* [[logback 1.1.7>>http://jira.xwiki.org/browse/XCOMMONS-953]] 70 +* [[RequireJS 2.2>>http://jira.xwiki.org/browse/XWIKI-11095]] 71 +* [[slf4j 1.7.21>>http://jira.xwiki.org/browse/XCOMMONS-958]] 72 +* [[XStream 1.4.9>>http://jira.xwiki.org/browse/XCOMMONS-941]] 52 52 53 53 == Miscellaneous == 54 54 55 -<other dev stuff to add and link to JIRA for all issues fixed> 76 +* The default LiveTable results page (##XWiki.LiveTableResults##, the page that generates the JSON displayed by the LiveTable) [[now supports a ##location## extra parameter>>extensions:Extension.Livetable Macro||anchor="HParameter24options"]]. 77 +* [[Modified WebJars URL format>>extensions:Extension.WebJars Integration||anchor="HURLFormat"]] and added some new Script Service methods:((( 78 +{{code language="none"}} 79 +public String url(String webjarId, String namespace, String path, Map<String, ?> params) 80 +public String url(String webjarId, String namespace, String path) 81 +{{/code}} 82 +))) 83 +* IRC Bot Application has been moved to XWiki Contrib under the new extension id of ##org.xwiki.contrib:application-ircbot-ui## 84 +* Selenium Application had been moved to XWiki Contrib under the new extension id of ##org.xwiki.contrib:application-selenium## 85 +* FAQ Application has been moved to XWiki Contrib under the new extension id of ##org.xwiki.contrib:application-faq-ui## 86 +* Starting With XWiki 8.1M1, the backward-compatibility tool we use is [[Revapi>>http://revapi.org/]]. We had to move away from CLIRR since it didn't support Java 8 constructs. 87 +* Introduced JobFinishingEvent to be called at the end of the job execution before starting to close it 88 +* Introduced new JobStatus#getError() which return the exception that filled the job main execution (if any) (it's also logged in the log as an error like before) 89 +* The XAR plugin now also verifies that Translation pages are using the ##plain/1.0## syntax (it checks pages having a Translation xobject in them). 90 +* This Methods Arguments Velocity Uberspector [[now supports calling varargs methods>>extensions:Extension.Velocity Module||anchor="HMethodArgumentsUberspector"]]. 56 56 57 57 = Translations = 58 58