• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4332: Send websocket ping after 3 minutes of idleness so the connection does not get cut because of idle timeout.

  1. … 39 more files in changeset.
LDEV-4332: Refresh page or reconnect websocket only on abnormal close and not on navigation.

  1. … 35 more files in changeset.
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.

  1. … 36 more files in changeset.
LDEV-4117 Moving outside of ready() function

LDEV-4117 Initialise the websocket in ready() function

LDEV-4117 Fixed the case when messages are not being displayed on learner start

LDEV-3685: css improvements

  1. … 2 more files in changeset.
LDEV-3653: Fix websocket name clash.

  1. … 2 more files in changeset.
LDEV-3685: Update chat learner to bootstrap.

  1. … 12 more files in changeset.
LDEV-3646: Add websocket server and client code.

Add Ant code for deploying the server class to <WAR>/WEB-INF/classes folder for WildFly to pick it up on start up.

Clean up and formatting.

  1. … 18 more files in changeset.
LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

  1. … 175 more files in changeset.
LDEV-2949: Minor bug fix for selecting user in Monitor.

LDEV-2949: Reimplement Presence Chat in Learner using Ajax instead of Jabber. Remove Jabber libraries and support code. Minor fix in Chat Tool.

  1. … 89 more files in changeset.
LDEV-2949: Use Ajax to poll and send messages, instead of Jabber.

Remove code supporting Jabber from Chat Tool.

Adjust chat layout.

  1. … 24 more files in changeset.
LDEV-1969

Moved jsjac library to lams central

    • -143
    • +0
    ./javascript/jsjac-1.3.1/ChangeLog
    • -470
    • +0
    ./javascript/jsjac-1.3.1/MPL-1.1.txt
    • -339
    • +0
    ./javascript/jsjac-1.3.1/gpl-2.0.txt
    • -506
    • +0
    ./javascript/jsjac-1.3.1/jsjac.js
    • -33
    • +0
    ./javascript/jsjac-1.3.1/jsjac.packed.js
    • -504
    • +0
    ./javascript/jsjac-1.3.1/lgpl-2.1.txt
    • -314
    • +0
    ./javascript/jsjac-1.3.1/examples/simpleclient.html
    • -55
    • +0
    ./javascript/jsjac-1.3.1/src/JSJaC.js
    • -126
    • +0
    ./javascript/jsjac-1.3.1/src/JSJaCBuilder.js
    • -22
    • +0
    ./javascript/jsjac-1.3.1/src/JSJaCConfig.js
  1. … 18 more files in changeset.
LDEV-1876

Updated jsjac library to version 1.3.1

    • -542
    • +0
    ./javascript/jsjac/JSJaCConnection.js
    • -349
    • +0
    ./javascript/jsjac/JSJaCHttpBindingConnection.js
    • -223
    • +0
    ./javascript/jsjac/JSJaCHttpPollingConnection.js
    • -207
    • +0
    ./javascript/jsjac/JSJaCPacket.js
    • -0
    • +3
    ./javascript/jsjac-1.3.1/AUTHORS
    • -0
    • +11
    ./javascript/jsjac-1.3.1/COPYING
    • -0
    • +143
    ./javascript/jsjac-1.3.1/ChangeLog
  1. … 28 more files in changeset.
LDEV-1677: Changing the tools so that clicking Close on the authoring confirmation window will both refresh the tool's monitoring window AND take the user back to the current tab on the monitoring window (ie the same tab it was on before it was refreshed). Normally this will be the edit activity tab.

  1. … 5 more files in changeset.
LDEV-1665

The message textarea and send button are only disabled when the mode is in learner.

Merged the moderator and teacher roles.

Fixed 'Send Message To' display the learners name when a teacher is sending a private message.

  1. … 2 more files in changeset.
LDEV-1235

The polling interval was set to 10 seconds. When the screen is first loaded it must wait the full 10 seconds before it receives the user presence information.

Polling interval reduced to 6 seconds to reduce the wait.

LDEV-1242

The refresh problems were due to an IE work around to enable onclick events for the roster.

The work around is now only applied when using monitoring in IE.

Some limitations remain, the cursor will move to the begining of the message textarea whenever the roster is refreshed (IE monitoring only)

Changed polling interval to 10 seconds

Merging 2.0.2 changes from the HEAD

  1. … 18 more files in changeset.
LDEV-1167: Replaced yellow colour in palatte.

added rtl stylesheet for chat

  1. … 1 more file in changeset.
Changes for LDEV-1061

Added the recipents name to the beginning of a private message.

Fixed onclick issue in UpdateRosterDisplay method

fix for ie6 problem with long message strings LDEV 1046

Fixed 'lock on finish'.

  1. … 2 more files in changeset.
Fixed send button.

  1. … 1 more file in changeset.
Moved the send button next to the text area.

  1. … 2 more files in changeset.