Changes for page Release Notes for XWiki 8.1 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Upload new image [documents-macro-location.png, /xwiki/bin/downloadrev/ReleaseNotes/ReleaseNotesXWiki81M2/documents-macro-location.png?rev=1.1]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -67,20 +67,8 @@ 67 67 68 68 == Miscellaneous == 69 69 70 -* 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"]]. 71 -* [[Modified WebJars URL format>>extensions:Extension.WebJars Integration||anchor="HURLFormat"]] and added some new Script Service methods:((( 72 -{{code language="none"}} 73 -public String url(String webjarId, String namespace, String path, Map<String, ?> params) 74 -public String url(String webjarId, String namespace, String path) 75 -{{/code}} 70 +<other dev stuff to add and link to JIRA for all issues fixed> 76 76 77 -Deprecated API: 78 - 79 -{{code language="none"}} 80 -public String url(String webjarId, String path, Map<String, ?> params) 81 -{{/code}} 82 -))) 83 - 84 84 = Translations = 85 85 86 86 The following translations have been updated: ... ... @@ -116,7 +116,7 @@ 116 116 117 117 == Issues specific to XWiki XWiki 8.1 Milestone 2 == 118 118 119 - * The WebJars URL format has been modified tosupport relative WebJarsURL in subwikis. Thenew format is{{code language="none"}}/webjars/<namespace>/<path/to/resource>?...{{/code}}. Reminder: you should not use thisformat directlyand instead youshould usetheScript Service togenerate a valid WebJars URL; this isolate you from any URLchange. Example from Velocity: {{code language="none"}}$services.webjars.url(...){{/code}}.107 +<issues specific to the project> 120 120 121 121 == API Breakages == 122 122