Last modified by Thomas Mortagne on 2023/10/13

From version 20.1
edited by Victor Rachieru
on 2015/01/22
Change comment: There is no comment for this version
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
Content
... ... @@ -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:
... ... @@ -541,3 +541,48 @@
541 541  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
542 542  {{/code}}
543 543  )))
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}}

Get Connected