Last modified by Thomas Mortagne on 2017/03/24

<
From version < 98.3 >
edited by Thomas Mortagne
on 2014/05/05
To version < 100.1
edited by Thomas Mortagne
on 2017/03/24
Change comment: Fix jira URLs

Summary

Details

Page properties
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  = New and Noteworthy (since XWiki 5.4) =
10 10  
11 -[[Full list of issues fixed and Dashboard for 6.0>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12193]].
11 +[[Full list of issues fixed and Dashboard for 6.0>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12193]].
12 12  
13 13  == Moved to Java 7 as minimum version ==
14 14  
... ... @@ -84,7 +84,7 @@
84 84  * Added built in support for Apple's open directory groups in LDAP authenticator
85 85  * Generate extension event in Wikistream XAR input module when the XAR contains extension informations
86 86  * Add new Locale based API to manipulate current Locale:(((
87 -{{code language="velocity}}
87 +{{code language="velocity"}}
88 88   $xcontext.locale
89 89   $xcontext.interfaceLocale
90 90  {{/code}}
... ... @@ -100,7 +100,7 @@
100 100  )))
101 101  * Debian installer allow XWiki to create new wikis by default in MySQL
102 102  
103 -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%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%226.0-milestone-1%22&tempMax=1000]] fixed in this release.
103 +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%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%226.0-milestone-1%22&tempMax=1000]] fixed in this release.
104 104  
105 105  = For Developers =
106 106  
... ... @@ -219,7 +219,7 @@
219 219  * The XAR plugin's ##verify## mojo now also handles the ##defaultLanguage## check accordingly.
220 220  * The XAR plugin's ##verify## mojo now checks for missing license headers (if the ##formatLicense## configuration property is set to ##true##).
221 221  * The XAR plugin's ##format## and ##verify## mojos now support including/excluding files.
222 -* We changed a bit the behaviour of Solr search with respect to the current language. We stopped using the (dynamically computed) 'locales' filter by default. We now rely only on the 'locale' facet, which has the current language preselected. See [[XWIKI-9977>>http://jira.xwiki.org/browse/XWIKI-9977]] for the full story.
222 +* We changed a bit the behaviour of Solr search with respect to the current language. We stopped using the (dynamically computed) 'locales' filter by default. We now rely only on the 'locale' facet, which has the current language preselected. See [[XWIKI-9977>>https://jira.xwiki.org/browse/XWIKI-9977]] for the full story.
223 223  * ##$services.wiki.getAll()## makes a better use of its internal cache, so the performances are better.
224 224  * New API to test if logs of specific level exist in LogQueue.
225 225  * Added support for several sets of properties for the same reference in ##org.xwiki.model.reference.EntityReferenceSet##.
... ... @@ -232,27 +232,27 @@
232 232  
233 233  The following dependencies have been upgraded:
234 234  
235 -* [[Logback 1.1.0>>http://jira.xwiki.org/browse/XCOMMONS-523]]
236 -* [[commons-codec 1.9>>http://jira.xwiki.org/browse/XCOMMONS-524]]
237 -* [[JRuby 1.7.10>>http://jira.xwiki.org/browse/XWIKI-8680]]
238 -* [[cssparser 0.9.13>>http://jira.xwiki.org/browse/XCOMMONS-526]]
239 -* [[doxia 1.5>>http://jira.xwiki.org/browse/XRENDERING-330]]
240 -* [[Groovy 2.2.1>>http://jira.xwiki.org/browse/XCOMMONS-527]]
241 -* [[HttpClient 4.3.2>>http://jira.xwiki.org/browse/XCOMMONS-528]]
242 -* [[JGroups 3.4.2>>http://jira.xwiki.org/browse/XWIKI-9969]]
243 -* [[XStream 1.4.6>>http://jira.xwiki.org/browse/XCOMMONS-529]]
244 -* [[SLF4J 1.7.6>>http://jira.xwiki.org/browse/XCOMMONS-530]]
245 -* [[Commons FileUpload 1.3.1>>http://jira.xwiki.org/browse/XCOMMONS-532]]
246 -* [[Aether 0.9.0.M4>>http://jira.xwiki.org/browse/XCOMMONS-444]]
247 -* [[GWT 2.6>>http://jira.xwiki.org/browse/XWIKI-10073]]
248 -* [[SmartGWT 4.0>>http://jira.xwiki.org/browse/XCOMMONS-536]]
249 -* [[Jest 0.1.0>>http://jira.xwiki.org/browse/XWIKI-10158]]
250 -* [[Maven 3.2.1>>http://jira.xwiki.org/browse/XCOMMONS-546]]
251 -* [[commons-beanutils 1.9.1>>http://jira.xwiki.org/browse/XCOMMONS-547]]
252 -* [[commons-compress 1.8>>http://jira.xwiki.org/browse/XCOMMONS-525]]
253 -* [[commons-lang3 3.3.1>>http://jira.xwiki.org/browse/XCOMMONS-548]]
254 -* [[Guava 16.0.1>>http://jira.xwiki.org/browse/XCOMMONS-481]]
255 -* [[Apache Lucene and Solr 4.7.0>>http://jira.xwiki.org/browse/XWIKI-8911]]
235 +* [[Logback 1.1.0>>https://jira.xwiki.org/browse/XCOMMONS-523]]
236 +* [[commons-codec 1.9>>https://jira.xwiki.org/browse/XCOMMONS-524]]
237 +* [[JRuby 1.7.10>>https://jira.xwiki.org/browse/XWIKI-8680]]
238 +* [[cssparser 0.9.13>>https://jira.xwiki.org/browse/XCOMMONS-526]]
239 +* [[doxia 1.5>>https://jira.xwiki.org/browse/XRENDERING-330]]
240 +* [[Groovy 2.2.1>>https://jira.xwiki.org/browse/XCOMMONS-527]]
241 +* [[HttpClient 4.3.2>>https://jira.xwiki.org/browse/XCOMMONS-528]]
242 +* [[JGroups 3.4.2>>https://jira.xwiki.org/browse/XWIKI-9969]]
243 +* [[XStream 1.4.6>>https://jira.xwiki.org/browse/XCOMMONS-529]]
244 +* [[SLF4J 1.7.6>>https://jira.xwiki.org/browse/XCOMMONS-530]]
245 +* [[Commons FileUpload 1.3.1>>https://jira.xwiki.org/browse/XCOMMONS-532]]
246 +* [[Aether 0.9.0.M4>>https://jira.xwiki.org/browse/XCOMMONS-444]]
247 +* [[GWT 2.6>>https://jira.xwiki.org/browse/XWIKI-10073]]
248 +* [[SmartGWT 4.0>>https://jira.xwiki.org/browse/XCOMMONS-536]]
249 +* [[Jest 0.1.0>>https://jira.xwiki.org/browse/XWIKI-10158]]
250 +* [[Maven 3.2.1>>https://jira.xwiki.org/browse/XCOMMONS-546]]
251 +* [[commons-beanutils 1.9.1>>https://jira.xwiki.org/browse/XCOMMONS-547]]
252 +* [[commons-compress 1.8>>https://jira.xwiki.org/browse/XCOMMONS-525]]
253 +* [[commons-lang3 3.3.1>>https://jira.xwiki.org/browse/XCOMMONS-548]]
254 +* [[Guava 16.0.1>>https://jira.xwiki.org/browse/XCOMMONS-481]]
255 +* [[Apache Lucene and Solr 4.7.0>>https://jira.xwiki.org/browse/XWIKI-8911]]
256 256  
257 257  = Translations =
258 258  
... ... @@ -266,7 +266,7 @@
266 266  
267 267  = Known issues =
268 268  
269 -* [[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]]
269 +* [[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]]
270 270  
271 271  = Backward Compatibility and Migration Notes =
272 272  

Get Connected