Changes for page Release Notes for XWiki 6.1 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Fix jira URLs
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,7 +8,7 @@ 8 8 9 9 = New and Noteworthy (since XWiki 6.1 Milestone 1) = 10 10 11 -[[Full list of issues fixed and Dashboard for 6.1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12290]]. 11 +[[Full list of issues fixed and Dashboard for 6.1>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12290]]. 12 12 13 13 == Experimental Flamingo Skin == 14 14 ... ... @@ -26,7 +26,7 @@ 26 26 27 27 == Extension Manager improvements == 28 28 29 -Extension working on the same namespace can now beexecuted atthe same time. You won't be stuckwithingyouextension install anymore when someone else in thewhole farmis installing something.29 +Extension-related jobs (install, uninstall, install plan calculation, etc.) which are not executing on the same namespace can now be run concurrently. You won't be stuck anymore, trying to install an extension when someone else is doing the same thing somewhere else on a farm. 30 30 31 31 == Miscellaneous == 32 32 ... ... @@ -34,7 +34,7 @@ 34 34 * User Profile page display email hyperlink (if the email is not obfuscated) on view and preview mode. 35 35 * The SOLR index synchronization which is automatically run at XWiki startup can now be disabled using ##solr.synchronizeAtStartup## property in ##xwiki.properties## file 36 36 37 -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. 37 +See the [[full list of JIRA issues>>https://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. 38 38 39 39 = For Developers = 40 40 ... ... @@ -75,9 +75,9 @@ 75 75 76 76 The following dependencies have been upgraded: 77 77 78 -* [[Groovy 2.3.3>>http://jira.xwiki.org/browse/XCOMMONS-598]] 79 -* [[Official LESS Compiler for Java 1.7.0.1.1>>http://jira.xwiki.org/browse/XWIKI-10437]] 80 -* [[Apache Lucene and Solr 4.8.1>>http://jira.xwiki.org/browse/XWIKI-10357]] 78 +* [[Groovy 2.3.3>>https://jira.xwiki.org/browse/XCOMMONS-598]] 79 +* [[Official LESS Compiler for Java 1.7.0.1.1>>https://jira.xwiki.org/browse/XWIKI-10437]] 80 +* [[Apache Lucene and Solr 4.8.1>>https://jira.xwiki.org/browse/XWIKI-10357]] 81 81 82 82 == Miscellaneous == 83 83 ... ... @@ -86,8 +86,8 @@ 86 86 * The ##getInstance## methods in the [[Component Script Service>>extensions:Extension.Component Module||anchor="HAccessfromScripts"]] are now public and return ##null## if the Component cannot be looked up. A ##getLastError()## method was also added to get the last exception. 87 87 * New converter for ##java.lang.refect.Type## which allows converting from String to Type and opposite in Velocity and wiki macros parameters for example. 88 88 * The wiki manager API always returns a descriptor for the main wiki, and if there is no descriptor document it returns a "virtual" one that can be saved. Basically it now means that if a wiki exists there is always a corresponding descriptor, even for the main wiki. 89 -* The "skin" parameter in the URL is now taken into account when generating the links to the skin CSS (see: [[XWIKI-10426>>http://jira.xwiki.org/browse/XWIKI-10426]]). 90 -* Filesystem Attachment Storage now allows you to disable cleaning of empty directories on startup since on a large installation this may take considerable time. (see: [[XWIKI-10431>>http://jira.xwiki.org/browse/XWIKI-10431]]) 89 +* The "skin" parameter in the URL is now taken into account when generating the links to the skin CSS (see: [[XWIKI-10426>>https://jira.xwiki.org/browse/XWIKI-10426]]). 90 +* Filesystem Attachment Storage now allows you to disable cleaning of empty directories on startup since on a large installation this may take considerable time. (see: [[XWIKI-10431>>https://jira.xwiki.org/browse/XWIKI-10431]]) 91 91 * Start of implementation of the [[Resource Reference Serializer>>extensions:Extension.Resource API]] notion, still need more work. 92 92 93 93 = Translations = ... ... @@ -102,7 +102,7 @@ 102 102 103 103 = Known issues = 104 104 105 -* [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]] 105 +* [[Bugs we know about>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]] 106 106 107 107 = Backward Compatibility and Migration Notes = 108 108 ... ... @@ -110,10 +110,6 @@ 110 110 111 111 When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything. 112 112 113 -== Issues specific to XWiki <version> == 114 - 115 -<issues specific to the project> 116 - 117 117 == API Breakages == 118 118 119 119 The following APIs were modified since XWiki 6.0: