• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 26 more files in changeset.
LDEV-1969

Moved jsjac library to lams central

    • -314
    • +0
    ./jsjac-1.3.1/examples/simpleclient.html
    • -126
    • +0
    ./jsjac-1.3.1/src/JSJaCBuilder.js
    • -1251
    • +0
    ./jsjac-1.3.1/src/JSJaCConnection.js
  1. … 18 more files in changeset.
LDEV-1876

Updated jsjac library to version 1.3.1

    • -349
    • +0
    ./jsjac/JSJaCHttpBindingConnection.js
    • -223
    • +0
    ./jsjac/JSJaCHttpPollingConnection.js
    • -0
    • +11
    ./jsjac-1.3.1/COPYING
    • -0
    • +143
    ./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

LDEV-1167: Replaced yellow colour in palatte.

Changes for LDEV-1061

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

Fixed onclick issue in UpdateRosterDisplay method

Fixed 'lock on finish'.

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

  1. … 3 more files in changeset.
Removed call to initTabSize. No longer needed.

  1. … 23 more files in changeset.
Update display of messages to use common css style. Used the lams:out tag to render message body.

  1. … 4 more files in changeset.
Cleaned up page names and structure. Added notebook entry page when a lesson is run offline and reflection is enabled.

    • -214
    • +0
    ./jsjac/examples/simpleclient.html
  1. … 10 more files in changeset.
Updated Authoring pages to new format. See LDEV-576 for details.

Shared fckeditor removed from all pages. Only a single fckeditor is used for tool instructions.

Tab tags and js code updated to remove obsolete comments and code.

  1. … 17 more files in changeset.
Files no longer needed. These are now available from lams_central.

  1. … 36 more files in changeset.
Applied the new style sheet to chat tool.

Removed reference to stylesheets in lams central and replaced with local versions. (ie aqua.css and fck_style.css)

Also modified the local versions of custom tag files.

  1. … 51 more files in changeset.
Added JsJaC library to project. This is a jabber client library for javascript.

    • -0
    • +542
    ./jsjac/JSJaCConnection.js
    • -0
    • +349
    ./jsjac/JSJaCHttpBindingConnection.js
    • -0
    • +223
    ./jsjac/JSJaCHttpPollingConnection.js
    • -0
    • +207
    ./jsjac/JSJaCPacket.js
    • -0
    • +162
    ./jsjac/xmlextras.js
    • -0
    • +214
    ./jsjac/examples/simpleclient.html
Local copies no longer used.

Update to the chat tool. Added struts tiles support, tabs to monitoring and authoring screens and basic service method in ChatServices.

    • -0
    • +212
    ./fckcontroller.js
  1. … 32 more files in changeset.
First check in for chat tool. Based on example_tool template.

  1. … 81 more files in changeset.