Last modified by Thomas Mortagne on 2023/10/13

<
From version < 18.6 >
edited by Vincent Massol
on 2015/01/22
To version < 19.1 >
edited by Victor Rachieru
on 2015/01/22
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.vrachieru
Content
... ... @@ -497,3 +497,48 @@
497 497  com.xpn.xwiki.monitor.api.MonitorPlugin: Return type of method 'public org.apache.commons.collections.buffer.CircularFifoBuffer getLastUnfinishedTimerData()' has been changed to org.apache.commons.collections4.queue.CircularFifoQueue
498 498  {{/code}}
499 499  )))
500 +
501 +
502 +== REST ==
503 +
504 +The REST API for the repository module has been updated to include information about the extension's rating.
505 +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.
506 +
507 +**More information:**
508 +* [[Repository module documentation>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Repository+Module#HREST]]
509 +
510 +**Example:**
511 +
512 +{{code language="xml"}}
513 +<extension>
514 + <id>org.xwiki.contrib:application-filemanager-ui</id>
515 + <name>File Manager Application</name>
516 + <type>xar</type>
517 + <!-- start rating info -->
518 + <rating>
519 + <totalVotes>821</totalVotes>
520 + <averageVote>5.0</averageVote>
521 + </rating>
522 + <!-- end rating info -->
523 + <summary>Application to manage a hierarchy of folders and files. It embeds viewers for many known file types, such as office and PDF.</summary>
524 + <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>
525 + <licenses>
526 + <name>GNU Lesser General Public License 2.1</name>
527 + </licenses>
528 + <website>http://extensions.xwiki.org/xwiki/bin/view/Extension/File+Manager+Application</website>
529 + <authors>
530 + <name>Thomas Delafosse</name>
531 + <url>http://www.xwiki.org/xwiki/bin/view/XWiki/tdelafosse</url>
532 + </authors>
533 + <authors>
534 + <name>Ludovic Dubost</name>
535 + <url>http://www.xwiki.org/xwiki/bin/view/XWiki/LudovicDubost</url>
536 + </authors>
537 + <authors>
538 + <name>Marius Dumitru Florea</name>
539 + <url>http://www.xwiki.org/xwiki/bin/view/XWiki/mflorea</url>
540 + </authors>
541 + <features>tdelafosse:file-manager-application</features>
542 + <features>org.xwiki.contrib:application-filemanager</features>
543 +</extension>
544 +{{/code}}
XWiki.XWikiComments[3]
Date
... ... @@ -1,1 +1,1 @@
1 -2015-01-22 14:12:29.7
1 +2015-01-22 14:12:29.0

Get Connected