Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    • +214
    ./jsjac/examples/simpleclient.html
    • -0
    • +162
    ./jsjac/xmlextras.js
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.