Change comment:
Fix jira URLs
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.ThomasMortagne - Content
-
... ... @@ -8,7 +8,7 @@ 8 8 9 9 = New and Noteworthy (since XWiki 6.0.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 == Flamingo Skin improvements == 14 14 ... ... @@ -98,7 +98,7 @@ 98 98 * User Profile page display email hyperlink (if the email is not obfuscated) on view and preview mode. 99 99 * The SOLR index synchronization which is automatically run at XWiki startup can now be disabled using ##solr.synchronizeAtStartup## property in ##xwiki.properties## file 100 100 101 -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%22&tempMax=1000]] fixed in this release. 101 +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%22&tempMax=1000]] fixed in this release. 102 102 103 103 = For Developers = 104 104 ... ... @@ -188,23 +188,23 @@ 188 188 189 189 The following dependencies have been upgraded: 190 190 191 -* [[Guava 17.0>>http://jira.xwiki.org/browse/XCOMMONS-570]] 192 -* [[Jackson 2.3.3>>http://jira.xwiki.org/browse/XCOMMONS-593]] 193 -* [[sisu guice 3.2.1>>http://jira.xwiki.org/browse/XCOMMONS-592]] 194 -* [[commons-compress 1.8.1>>http://jira.xwiki.org/browse/XCOMMONS-591]] 195 -* [[cssparser 0.9.14>>http://jira.xwiki.org/browse/XCOMMONS-590]] 196 -* [[commons-lang 3.3.2>>http://jira.xwiki.org/browse/XCOMMONS-589]] 197 -* [[JGroups 3.4.4>>http://jira.xwiki.org/browse/XWIKI-10354]] 198 -* [[Groovy 2.3.3>>http://jira.xwiki.org/browse/XCOMMONS-598]] 199 -* [[Apache Lucene and Solr 4.8.1>>http://jira.xwiki.org/browse/XWIKI-10357]] 200 -* [[commons-collections 4.0>>http://jira.xwiki.org/browse/XCOMMONS-605]] 201 -* [[httpclient 4.3.4>>http://jira.xwiki.org/browse/XCOMMONS-606]] 202 -* [[commons-beanutils 1.9.2>>http://jira.xwiki.org/browse/XCOMMONS-607]] 203 -* [[reflections 0.9.9-RC2>>http://jira.xwiki.org/browse/XCOMMONS-608]] 191 +* [[Guava 17.0>>https://jira.xwiki.org/browse/XCOMMONS-570]] 192 +* [[Jackson 2.3.3>>https://jira.xwiki.org/browse/XCOMMONS-593]] 193 +* [[sisu guice 3.2.1>>https://jira.xwiki.org/browse/XCOMMONS-592]] 194 +* [[commons-compress 1.8.1>>https://jira.xwiki.org/browse/XCOMMONS-591]] 195 +* [[cssparser 0.9.14>>https://jira.xwiki.org/browse/XCOMMONS-590]] 196 +* [[commons-lang 3.3.2>>https://jira.xwiki.org/browse/XCOMMONS-589]] 197 +* [[JGroups 3.4.4>>https://jira.xwiki.org/browse/XWIKI-10354]] 198 +* [[Groovy 2.3.3>>https://jira.xwiki.org/browse/XCOMMONS-598]] 199 +* [[Apache Lucene and Solr 4.8.1>>https://jira.xwiki.org/browse/XWIKI-10357]] 200 +* [[commons-collections 4.0>>https://jira.xwiki.org/browse/XCOMMONS-605]] 201 +* [[httpclient 4.3.4>>https://jira.xwiki.org/browse/XCOMMONS-606]] 202 +* [[commons-beanutils 1.9.2>>https://jira.xwiki.org/browse/XCOMMONS-607]] 203 +* [[reflections 0.9.9-RC2>>https://jira.xwiki.org/browse/XCOMMONS-608]] 204 204 205 205 == Miscellaneous == 206 206 207 -* [[XCOMMONS-582>>http://jira.xwiki.org/browse/XCOMMONS-582]]: ##$escapetool.json## should be used instead of ##$escapetool.javascript## for escaping manually constructed JSON; ##$jsontool.serialize## should be used for generating JSON, though, since it is safer. 207 +* [[XCOMMONS-582>>https://jira.xwiki.org/browse/XCOMMONS-582]]: ##$escapetool.json## should be used instead of ##$escapetool.javascript## for escaping manually constructed JSON; ##$jsontool.serialize## should be used for generating JSON, though, since it is safer. 208 208 * All component related API of ##com.xpn.xwiki.web.Utils## are now using the context ##ComponentManager## by default. 209 209 * We added a new method to the component script service to access the component manager corresponding to a specific namespace:((( 210 210 {{code language=""}} ... ... @@ -218,8 +218,8 @@ 218 218 * 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. 219 219 * New converter for ##java.lang.refect.Type## which allows converting from String to Type and opposite in Velocity and wiki macros parameters for example. 220 220 * 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. 221 -* 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]]). 222 -* 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]]) 221 +* 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]]). 222 +* 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]]) 223 223 * Start of implementation of the [[Resource Reference Serializer>>extensions:Extension.Resource API]] notion, still need more work. 224 224 225 225 = Translations = ... ... @@ -234,7 +234,7 @@ 234 234 235 235 = Known issues = 236 236 237 -* [[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]] 237 +* [[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]] 238 238 239 239 = Backward Compatibility and Migration Notes = 240 240