Extension Manager Proposal - Iteration 1

Last modified by Vincent Massol on 2024/11/19 16:12

 XWiki
 Design
 Completed

Description

Administration » Extension Manager » Add extensions

Administration: Add entensions

  • Polls Application 1.2
    An application allowing the creation of Polls in XWiki
    Description
    This application allows to create 5 types of polls:
    • simple choice
    • multiple choice, with the possibility of limiting the number of choices per voter
    • multiple weighted choice, with the possibility of limiting the number of choices per voter: users can assign weights to the options, and the weights need to sum up to 100%
    • rating: users are asked to assign ratings from 0 to MAX to all the options
    • ranking: users are asked to order the options (higher = better)
    Additionally, it provides a Poll wiki macro allowing to display the results of a poll in another wiki page.
    Screenshots
    Release Notes
    Release Notes
    Dependencies
    • Dependencies
  • Ruby Macro 2.4.3
    Installing 50% completed — Downloading and installing .5 of 1MB …
    This is a shortcut for Script Macro equivalent to { { script language='ruby' } } for executing ruby scripts.
    Usage
    {{ruby}}
    require 'java'
    include_class 'java.util.TreeSet'
    set = TreeSet.new
    set.add 'foo'
    set.add 'Bar'
    set.add 'baz'
    set.each do |v|
    puts 'value: #{v}'
    end
    {{/ruby}}
    Parameters definition
    See the Script Macro for details.
    Example
    {{ruby}}
    if XWiki.XWikiGuest != 'XWiki.XWikiGuest' then
    puts 'Hello [[#{XWiki.XWikiGuest}]]!'
    else
    puts 'You are not logged in!'
    end
    {{/ruby}}
    Dependencies
    • XWiki Rendering Macro Ruby 2.4.3
      Installed
    • JRuby 1.5.0
      Installed
    • JLine 1.5.0
      Installed
    • Joni 1.1.4
       
    • JCodings 1.0.4
    • Jnr-netdb 1.0
    • Jnr-posix 1.1.3
    • Bytelist 1.5.0
    • Constantine 0.6
    • jffi 1.0.1
    • jaffl 0.5.1
  • Gallery Macro 1.1
    Displays an image gallery
  • Activity Stream Plugin 2.4
    Provides APIs to store wiki events in the database
  • Application Manager 1.4
    Extension that manages installed applications
  • Results 1 - 5 out of 40 per page of Page 1 2 3 4 5 6 7 8

 


 

Get Connected