Last modified by Thomas Mortagne on 2017/03/24

From version 30.1
edited by Thomas Mortagne
on 2014/09/10
Change comment: There is no comment for this version
To version 31.1
edited by Thomas Mortagne
on 2017/03/24
Change comment: Fix jira URLs

Summary

Details

Page properties
Content
... ... @@ -10,12 +10,12 @@
10 10  
11 11  {{error}}
12 12  We've discovered several important regressions in this version after it was released:
13 -* Several RSS feed regression ([[XWIKI-9576>>http://jira.xwiki.org/browse/XWIKI-9576]] and [[XWIKI-9610>>http://jira.xwiki.org/browse/XWIKI-9610]]): Makes some RSS readers show duplicate entries (for readers who use a Feed entry's URL as its unique id).
14 -* [[a Watchlist regression>>http://jira.xwiki.org/browse/XWIKI-9601]]: Links in the HTML email sent by the Watchlist do not work anymore.
13 +* Several RSS feed regression ([[XWIKI-9576>>https://jira.xwiki.org/browse/XWIKI-9576]] and [[XWIKI-9610>>https://jira.xwiki.org/browse/XWIKI-9610]]): Makes some RSS readers show duplicate entries (for readers who use a Feed entry's URL as its unique id).
14 +* [[a Watchlist regression>>https://jira.xwiki.org/browse/XWIKI-9601]]: Links in the HTML email sent by the Watchlist do not work anymore.
15 15  * Any Scheduler job that computes external URLs will have the generated URL be empty.
16 -* [[Image attachments don't appear in the PDF export if their URL contains special characters>>http://jira.xwiki.org/browse/XWIKI-9611]].
16 +* [[Image attachments don't appear in the PDF export if their URL contains special characters>>https://jira.xwiki.org/browse/XWIKI-9611]].
17 17  * PDF export missing images
18 -* Custom property displayers are not applied any more in view mode on the user profile page ([[XWIKI-9652>>http://jira.xwiki.org/browse/XWIKI-9652]] and [[XWIKI-9653>>http://jira.xwiki.org/browse/XWIKI-9653]]) and links from the ##comment## and ##address## user profile fields are broken ([[XWIKI-9655>>http://jira.xwiki.org/browse/XWIKI-9655]])
18 +* Custom property displayers are not applied any more in view mode on the user profile page ([[XWIKI-9652>>https://jira.xwiki.org/browse/XWIKI-9652]] and [[XWIKI-9653>>https://jira.xwiki.org/browse/XWIKI-9653]]) and links from the ##comment## and ##address## user profile fields are broken ([[XWIKI-9655>>https://jira.xwiki.org/browse/XWIKI-9655]])
19 19  
20 20  They are fixed in XWiki 5.2.1/5.2.2 and later.
21 21  {{/error}}
... ... @@ -24,7 +24,7 @@
24 24  
25 25  = New and Noteworthy (since XWiki 5.1) =
26 26  
27 -[[Full list of issues fixed and Dashboard for 5.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11602]].
27 +[[Full list of issues fixed and Dashboard for 5.2>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11602]].
28 28  
29 29  == Multi-wiki Support ==
30 30  
... ... @@ -162,7 +162,7 @@
162 162  * The "Create a new wiki" link has been removed from the wiki index. Now, you can only use the //Add > Wiki// menu.
163 163  * The Distribution Wizard does not appear anymore just after creating a new wiki based on the default template.
164 164  
165 -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+in+%28%225.2-milestone-1%22%2C+%225.2-milestone-2%22%2C+%225.2-rc-1%22%2C+%225.2%22%29&tempMax=1000]] fixed in this release.
165 +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+in+%28%225.2-milestone-1%22%2C+%225.2-milestone-2%22%2C+%225.2-rc-1%22%2C+%225.2%22%29&tempMax=1000]] fixed in this release.
166 166  
167 167  = For Developers =
168 168  
... ... @@ -174,7 +174,7 @@
174 174  
175 175  == Query String Escaping ==
176 176  
177 -The following method ##$escapetool.url(Map<String, ?>)## has been added to the escapetool module. It allows to create a properly URL-escaped query string from a map of parameters. The key in the map is the parameter name and the value can be an object, an array of objects or a collection of objects. ##String.valueOf(Object)## is used to serialize the objects (values). For example ##$escapetool.url({'alice': ['A&A', 'M&M'], 'bob': [13, 27]})## would return ##alice=A%26A&alice=M%26M&bob=13&bob=27##. See [[XCOMMONS-435>>http://jira.xwiki.org/browse/XCOMMONS-435]].
177 +The following method ##$escapetool.url(Map<String, ?>)## has been added to the escapetool module. It allows to create a properly URL-escaped query string from a map of parameters. The key in the map is the parameter name and the value can be an object, an array of objects or a collection of objects. ##String.valueOf(Object)## is used to serialize the objects (values). For example ##$escapetool.url({'alice': ['A&A', 'M&M'], 'bob': [13, 27]})## would return ##alice=A%26A&alice=M%26M&bob=13&bob=27##. See [[XCOMMONS-435>>https://jira.xwiki.org/browse/XCOMMONS-435]].
178 178  
179 179  == New XWikiDocument API to Remove an Attachment ==
180 180  
... ... @@ -189,7 +189,7 @@
189 189  == Forcing IE Compatibility Mode ==
190 190  
191 191  Now, we force the Compatibility mode for Internet Explorer (IE) browsers to use the latest rendering mode.
192 -Before, the IE browser displayed all intranet sites in compatibility mode by default. This means that even if the user was using IE9, he saw the content rendered with IE7 standards. Since we don't [[support>>dev:Community.BrowserSupportStrategy]] IE6/7 anymore this lead in displaying broken layout, scrollbars, etc. See [[XWIKI-8907>>http://jira.xwiki.org/browse/XWIKI-8907]].
192 +Before, the IE browser displayed all intranet sites in compatibility mode by default. This means that even if the user was using IE9, he saw the content rendered with IE7 standards. Since we don't [[support>>dev:Community.BrowserSupportStrategy]] IE6/7 anymore this lead in displaying broken layout, scrollbars, etc. See [[XWIKI-8907>>https://jira.xwiki.org/browse/XWIKI-8907]].
193 193  
194 194  == New Filter Module ==
195 195  
... ... @@ -210,7 +210,7 @@
210 210  
211 211  == New Eclipse CS Extension ==
212 212  
213 -[[XCOMMONS-353>>http://jira.xwiki.org/browse/XCOMMONS-353]] made our checkstyle.xml file unusable as it is in Eclipse cs because of the custom rule that could not be found in the Eclipse classpath.
213 +[[XCOMMONS-353>>https://jira.xwiki.org/browse/XCOMMONS-353]] made our checkstyle.xml file unusable as it is in Eclipse cs because of the custom rule that could not be found in the Eclipse classpath.
214 214  
215 215  ##xwiki-commons-tool-verification-resources## module is now also an Eclipse cs extension which mean you can just drop its jar in Eclipse ##plugins/## folder and you will get the XWiki checkstyle configuration listed in the standard configurations.
216 216  
... ... @@ -224,8 +224,8 @@
224 224  
225 225  * Aether 0.9.0.M2 (moved from org.sonatype.aether to org.eclipse.aether)
226 226  * CSSParser 0.9.9
227 -* [[Groovy 2.1.7>>http://jira.xwiki.org/browse/XCOMMONS-445]]
228 -* [[HSQLDB 2.3.0>>http://jira.xwiki.org/browse/XE-1323]]
227 +* [[Groovy 2.1.7>>https://jira.xwiki.org/browse/XCOMMONS-445]]
228 +* [[HSQLDB 2.3.0>>https://jira.xwiki.org/browse/XE-1323]]
229 229  * Infinispan 5.3
230 230  * JGroups 3.3.4
231 231  * Maven 3.1.0
... ... @@ -254,7 +254,7 @@
254 254  
255 255  = Known issues =
256 256  
257 -* [[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]]
257 +* [[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]]
258 258  
259 259  = Backward Compatibility and Migration Notes =
260 260  

Get Connected