Changes for page Release Notes for XWiki 6.4
Last modified by Thomas Mortagne on 2020/01/28
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -306,6 +306,50 @@ 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 +* [[Repository module documentation>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Repository+Module#HREST]] 316 + 317 +**Example:** 318 + 319 +{{code language="xml"}} 320 +<extension> 321 + <id>org.xwiki.contrib:application-filemanager-ui</id> 322 + <name>File Manager Application</name> 323 + <type>xar</type> 324 + <!-- start rating info --> 325 + <rating> 326 + <totalVotes>821</totalVotes> 327 + <averageVote>5.0</averageVote> 328 + </rating> 329 + <!-- end rating info --> 330 + <summary>Application to manage a hierarchy of folders and files. It embeds viewers for many known file types, such as office and PDF.</summary> 331 + <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> 332 + <licenses> 333 + <name>GNU Lesser General Public License 2.1</name> 334 + </licenses> 335 + <website>http://extensions.xwiki.org/xwiki/bin/view/Extension/File+Manager+Application</website> 336 + <authors> 337 + <name>Thomas Delafosse</name> 338 + <url>http://www.xwiki.org/xwiki/bin/view/XWiki/tdelafosse</url> 339 + </authors> 340 + <authors> 341 + <name>Ludovic Dubost</name> 342 + <url>http://www.xwiki.org/xwiki/bin/view/XWiki/LudovicDubost</url> 343 + </authors> 344 + <authors> 345 + <name>Marius Dumitru Florea</name> 346 + <url>http://www.xwiki.org/xwiki/bin/view/XWiki/mflorea</url> 347 + </authors> 348 + <features>tdelafosse:file-manager-application</features> 349 + <features>org.xwiki.contrib:application-filemanager</features> 350 +</extension> 351 +{{/code}} 352 + 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: