Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4440 Shared resources nostrut final

    • -1
    • +0
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
    • -1
    • +0
    ./WEB-INF/tags/AuthoringRatingCriteria.tag
    • -212
    • +0
    ./WEB-INF/tlds/struts/struts-bean-el.tld
    • -382
    • +0
    ./WEB-INF/tlds/struts/struts-bean.tld
    • -3302
    • +0
    ./WEB-INF/tlds/struts/struts-html-el.tld
    • -3302
    • +0
    ./WEB-INF/tlds/struts/struts-html.tld
    • -382
    • +0
    ./WEB-INF/tlds/struts/struts-logic-el.tld
    • -652
    • +0
    ./WEB-INF/tlds/struts/struts-logic.tld
  1. … 6 more files in changeset.
LDEV-4440 Share resources nostrut + Q&A

    • -1
    • +1
    ./pages/authoring/parts/itemattachment.jsp
    • -1
    • +1
    ./pages/itemreview/instructionsnav.jsp
  1. … 6 more files in changeset.
LDEV-4440 Shared resources udate

    • -1
    • +2
    ./pages/authoring/parts/instructions.jsp
  1. … 1 more file in changeset.
LDEV-4440 Share resource - work in progress, almost finished authoring

    • -1
    • +1
    ./pages/authoring/parts/addlearningobject.jsp
    • -1
    • +1
    ./pages/authoring/parts/addwebsite.jsp
    • -2
    • +2
    ./pages/authoring/parts/instructions.jsp
  1. … 5 more files in changeset.
LDEV-4440 Sared resources - authoring - work in progress

    • -3
    • +3
    ./pages/authoring/parts/addlearningobject.jsp
    • -3
    • +3
    ./pages/authoring/parts/addwebsite.jsp
    • -2
    • +2
    ./pages/authoring/parts/instructions.jsp
  1. … 24 more files in changeset.
LDEV-4440 Share Resources & Q&A tools.

    • -0
    • +17
    ./WEB-INF/spring-servlet.xml
    • -7
    • +6
    ./pages/authoring/parts/addlearningobject.jsp
    • -8
    • +6
    ./pages/authoring/parts/addwebsite.jsp
  1. … 58 more files in changeset.
LDEV-4603 Delete preview lessons with ratings now works

  1. … 3 more files in changeset.
LDEV-4591 Show only the finished button when no instructions exist

    • -8
    • +3
    ./pages/itemreview/instructionsnav.jsp
  1. … 1 more file in changeset.
LDEV-4559 Comments can be left anonymously.

  1. … 91 more files in changeset.
LDEV-4543 Can access resources from monitor with no sessions

  1. … 7 more files in changeset.
LDEV-4540 Introduce hooks in command websockets

When a command is added, the JSON can contain "hookTrigger" and

"hookParams" attributes.

hookTrigger is just a string which uniquely identifies a page. If this

page set the same commandWebsocketHookTrigger, then command is consumed

and function defined on this page as commandWebsocketHook is run with

parameters taken from hookParams from JSON.

This way back end can tell exact page on front end to run any code it

defines itself.

  1. … 35 more files in changeset.
LDEV-4533 Exception details are hidden as per system config

  1. … 34 more files in changeset.
LDEV-4501 All Audit Log entries are now Log Event entries

  1. … 65 more files in changeset.
LDEV-4514 Greek names appear in notification window correctly.

Also added some HTML escaping to the display of the leader's name

in tool messages.

  1. … 33 more files in changeset.
LDEV-4509 Allow zipped websites in Share Resources

Apparently on Windows zip file type is described differently than on

Unix.

    • -1
    • +1
    ./pages/authoring/parts/addlearningobject.jsp
    • -3
    • +3
    ./pages/authoring/parts/addwebsite.jsp
LDEV-4421 Comments allowed for authored items in Share Resources

    • -3
    • +1
    ./pages/authoring/parts/addlearningobject.jsp
    • -2
    • +1
    ./pages/authoring/parts/addwebsite.jsp
    • -22
    • +15
    ./pages/itemreview/instructionsnav.jsp
  1. … 56 more files in changeset.
LDEV-4421 Comments allowed for authored items in Share Resources

    • -0
    • +7
    ./pages/authoring/parts/ratings.jsp
    • -0
    • +31
    ./pages/monitoring/comments.jsp
  1. … 2 more files in changeset.
LDEV-4473 Add bootstrap.js when it's not available on page

  1. … 30 more files in changeset.
LDEV-4436 Ability to change portrait in learner

  1. … 33 more files in changeset.
LDEV-4425 Adding Portraits in Learner

Included in Grouping, Chat, Peer Review and QA

  1. … 44 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implmented in Share Resources, Survey, Leader, Mindmap,

Noticeboard, Notebook, Pixlr, Peer Review

  1. … 41 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implmented in Share Resources, Survey, Leader, Mindmap,

Noticeboard, Notebook, Pixlr, Peer Review

  1. … 41 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implemented in Assessment, Chat, Daco, Forum and Submit.

  1. … 73 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implemented in Assessment, Chat, Daco, Forum and Submit.

  1. … 74 more files in changeset.
LDEV-4402 Use Spring support for Hibernate v5 instead of v4

WF10 is shipped with Hibernate 5, so Spring support version should

match.

  1. … 19 more files in changeset.
LDEV-4395 Sizing tweaks

  1. … 33 more files in changeset.
LDEV-4395 Leader related tools use Portrait for leader

Created a tag LeaderDisplay to display the leader consistently

across tools.

    • -0
    • +28
    ./WEB-INF/tags/LeaderDisplay.tag
  1. … 87 more files in changeset.
LDEV-4395 Portrait tag and javascript to display portraits

A new tag and javascript file shows the user portraits in one of 4 sizes

and either square or round. If no portrait exists a generic coloured

user icon is used. Portraits shown in Forum and Noticeboard Comments.

  1. … 53 more files in changeset.
LDEV-4392 Fix websocket close detection

Make sure there is only, well implemented one piece of code that detects

websocket close and optionally reconnects it.

  1. … 37 more files in changeset.
LDEV-4392 Control websocket reconnect

Do not reconnect if close happened immediately after open. Limit command

websocket reconnects.

  1. … 37 more files in changeset.