Changes for page Release Notes for XWiki 6.4
Last modified by Thomas Mortagne on 2020/01/28
Change comment:
fixed Jira issues link
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. vrachieru1 +XWiki.ManuelSmeria - Content
-
... ... @@ -184,7 +184,7 @@ 184 184 * A click to the Document Index does not lead to an other space anymore. 185 185 * [[extensions:Extension.Tag Cloud Macro]] has now a new parameter (spaces) to display a tag cloud from multiple spaces. 186 186 187 -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+%22 <version>%22&tempMax=1000]] fixed in this release.187 +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.4%22&tempMax=1000]] fixed in this release. 188 188 189 189 = For Developers = 190 190 ... ... @@ -306,6 +306,51 @@ 306 306 307 307 XWiki Rendering now provide an HTML5 Renderer. 308 308 309 +== REST == 310 + 311 +The REST API for the repository module has been updated to include information about the extension's rating. 312 +The information regarding ratings has been included in the AbstractExtension element of the XML Schema, thus it is available in the extension's detailed information and in the search results. 313 + 314 +**More information:** 315 + 316 +* [[Repository module documentation>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Repository+Module#HREST]] 317 + 318 +**Example:** 319 + 320 +{{code language="xml"}} 321 +<extension> 322 + <id>org.xwiki.contrib:application-filemanager-ui</id> 323 + <name>File Manager Application</name> 324 + <type>xar</type> 325 + <!-- start rating info --> 326 + <rating> 327 + <totalVotes>821</totalVotes> 328 + <averageVote>5.0</averageVote> 329 + </rating> 330 + <!-- end rating info --> 331 + <summary>Application to manage a hierarchy of folders and files. It embeds viewers for many known file types, such as office and PDF.</summary> 332 + <description>This application lets your organize your files inside XWiki using a tree hierarchy of folders. It supports all standard operations like move, rename, copy, delete on both files and folders. You can use drag & drop to upload new files and to modify the folder hierarchy. A wide range of files types can be viewed or played (in case of audio and video files) directly from the wiki. This includes PDF and office documents [...]</description> 333 + <licenses> 334 + <name>GNU Lesser General Public License 2.1</name> 335 + </licenses> 336 + <website>http://extensions.xwiki.org/xwiki/bin/view/Extension/File+Manager+Application</website> 337 + <authors> 338 + <name>Thomas Delafosse</name> 339 + <url>http://www.xwiki.org/xwiki/bin/view/XWiki/tdelafosse</url> 340 + </authors> 341 + <authors> 342 + <name>Ludovic Dubost</name> 343 + <url>http://www.xwiki.org/xwiki/bin/view/XWiki/LudovicDubost</url> 344 + </authors> 345 + <authors> 346 + <name>Marius Dumitru Florea</name> 347 + <url>http://www.xwiki.org/xwiki/bin/view/XWiki/mflorea</url> 348 + </authors> 349 + <features>tdelafosse:file-manager-application</features> 350 + <features>org.xwiki.contrib:application-filemanager</features> 351 +</extension> 352 +{{/code}} 353 + 309 309 == Miscellaneous == 310 310 311 311 * Added new APIs to get all the icon themes present on the wiki, and all icons that these icon themes contain.((( ... ... @@ -358,50 +358,6 @@ 358 358 * [[slf4j 1.7.9>>http://jira.xwiki.org/browse/XCOMMONS-712]] 359 359 * [[Lucene and SOLR 4.10.3>>http://jira.xwiki.org/browse/XWIKI-11603]] 360 360 361 -== REST == 362 - 363 -The REST API for the repository module has been updated to include information about the extension's rating. 364 -The information regarding ratings has been included in the AbstractExtension element of the XML Schema, thus it is available in the extension's detailed information and in the search results. 365 - 366 -**More information:** 367 -* [[Repository module documentation>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Repository+Module#HREST]] 368 - 369 -**Example:** 370 - 371 -{{code language="xml"}} 372 -<extension> 373 - <id>org.xwiki.contrib:application-filemanager-ui</id> 374 - <name>File Manager Application</name> 375 - <type>xar</type> 376 - <!-- start rating info --> 377 - <rating> 378 - <totalVotes>821</totalVotes> 379 - <averageVote>5.0</averageVote> 380 - </rating> 381 - <!-- end rating info --> 382 - <summary>Application to manage a hierarchy of folders and files. It embeds viewers for many known file types, such as office and PDF.</summary> 383 - <description>This application lets your organize your files inside XWiki using a tree hierarchy of folders. It supports all standard operations like move, rename, copy, delete on both files and folders. You can use drag & drop to upload new files and to modify the folder hierarchy. A wide range of files types can be viewed or played (in case of audio and video files) directly from the wiki. This includes PDF and office documents [...]</description> 384 - <licenses> 385 - <name>GNU Lesser General Public License 2.1</name> 386 - </licenses> 387 - <website>http://extensions.xwiki.org/xwiki/bin/view/Extension/File+Manager+Application</website> 388 - <authors> 389 - <name>Thomas Delafosse</name> 390 - <url>http://www.xwiki.org/xwiki/bin/view/XWiki/tdelafosse</url> 391 - </authors> 392 - <authors> 393 - <name>Ludovic Dubost</name> 394 - <url>http://www.xwiki.org/xwiki/bin/view/XWiki/LudovicDubost</url> 395 - </authors> 396 - <authors> 397 - <name>Marius Dumitru Florea</name> 398 - <url>http://www.xwiki.org/xwiki/bin/view/XWiki/mflorea</url> 399 - </authors> 400 - <features>tdelafosse:file-manager-application</features> 401 - <features>org.xwiki.contrib:application-filemanager</features> 402 -</extension> 403 -{{/code}} 404 - 405 405 = Translations = 406 406 407 407 The following translations have been updated: