Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4440 Common Cartridge

  1. … 50 more files in changeset.
    • -0
    • +17
    ./WEB-INF/spring-servlet.xml
    • -1
    • +0
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
    • -31
    • +30
    ./WEB-INF/tags/AuthoringRatingCriteria.tag
  1. … 27 more files in changeset.
LDEV-4559 Comments can be left anonymously.

  1. … 90 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-4421 Comments allowed for authored items in Share Resources

  1. … 64 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 Wiki, DoKumaran

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

Implmented in Wiki, DoKumaran

  1. … 4 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-4404 Tags and tlds match LAMS standard tags.

Customisation made to CKEditor tag removed and the new toolbar

set in the jsp rather than hardcoded in the tag.

    • -1
    • +1
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
    • -1
    • +1
    ./WEB-INF/tags/AuthoringRatingCriteria.tag
    • -0
    • +84
    ./WEB-INF/tags/FileUpload.tag
    • -37
    • +37
    ./WEB-INF/tags/ImgButtonWrapper.tag
    • -0
    • +28
    ./WEB-INF/tags/LeaderDisplay.tag
    • -1
    • +1
    ./WEB-INF/tags/RestrictedUsageAccordian.tag
  1. … 11 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-4394 Fix "addTime" request

  1. … 1 more file in changeset.
LDEV-4394 Reintroduce page refresh to Doku

It was incorrectly removed in previous commits. Also make sure the other

websocket pings and reconnects.

  1. … 1 more file in changeset.
LDEV-4394 Make page reload and websocket close requests cross-node

Some requests have been sent only to websockets on current node. Now

they are detected in DB and run on all nodes.

  1. … 11 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.

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.
Remove folder after it was moved to master

Removing it as there is no need to keep it in lams25 branch after it was

moved to the master branch. Besides, it was never meant to be run under

JBoss (lams25 branch).

    • -53
    • +0
    ./WEB-INF/tags/AdvancedAccordian.tag
    • -133
    • +0
    ./WEB-INF/tags/AuthoringButton.tag
    • -420
    • +0
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
    • -348
    • +0
    ./WEB-INF/tags/AuthoringRatingCriteria.tag
  1. … 125 more files in changeset.
After migration clean up

  1. … 1 more file in changeset.
LDEV-4332: Send websocket ping after 3 minutes of idleness so the connection does not get cut because of idle timeout.

LDEV-4332: Send websocket ping after 3 minutes of idleness so the connection does not get cut because of idle timeout.

LDEV-4332: Refresh page or reconnect websocket only on abnormal close and not on navigation.

LDEV-4332: Refresh page or reconnect websocket only on abnormal close and not on navigation.

LDEV-4335 Change the address bar color in Android's Chrome

LDEV-4335 Change the address bar color in Android's Chrome

LDEV-4332: Refresh page when a tool websocket gets closed. Re-init Command websocket when it gets closed. Rename websockets in JS code to ensure name uniqueness within the page.

LDEV-4332: Refresh page when a tool websocket gets closed. Re-init Command websocket when it gets closed. Rename websockets in JS code to ensure name uniqueness within the page.

LDEV-4268:Strip out all non functioning CKEditor features from integration