• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1998: Added Editing advice for all tools. Added FCKEditor for Notebook, Chat and Submit Files.

  1. … 44 more files in changeset.
LDEV-1730

Modified monitoring to only show session name when activity is grouped.

  1. … 3 more files in changeset.
LDEV-1998: Committing Pedagogical Planner base files and support for chat, forum, multiple choice, Q&A, noticeboard, notebook and vote tools.

    • -0
    • +20
    ./pages/authoring/pedagogicalPlannerForm.jsp
  1. … 110 more files in changeset.
LDEV-1945: Added text search based conditions to Chat tool.

    • -0
    • +136
    ./WEB-INF/tags/TextSearch.tag
    • -0
    • +20
    ./common/messages.jsp
    • binary
    ./images/down_disabled.gif
    • binary
    ./images/up_disabled.gif
    • -0
    • +45
    ./pages/authoring/addCondition.jsp
    • -0
    • +91
    ./pages/authoring/conditionList.jsp
    • -0
    • +110
    ./pages/authoring/conditions.jsp
  1. … 24 more files in changeset.
Switched to unpacked jsjac file.

LDEV-1969

Moved jsjac library to lams central

    • -3
    • +0
    ./includes/javascript/jsjac-1.3.1/AUTHORS
    • -11
    • +0
    ./includes/javascript/jsjac-1.3.1/COPYING
    • -57
    • +0
    ./includes/javascript/jsjac-1.3.1/Makefile
    • -87
    • +0
    ./includes/javascript/jsjac-1.3.1/README
    • -506
    • +0
    ./includes/javascript/jsjac-1.3.1/jsjac.js
  1. … 18 more files in changeset.
LDEV-1912 set session timeout programmatically according to lams' UserInactiveTimeout value via a servlet listener rather than hard coding to 120 mins (in some webapps, no session timeout was specified at all).

  1. … 35 more files in changeset.
LDEV-1876

Updated jsjac library to version 1.3.1

    • -504
    • +0
    ./includes/javascript/jsjac/COPYING
    • -41
    • +0
    ./includes/javascript/jsjac/ChangeLog
    • -542
    • +0
    ./includes/javascript/jsjac/JSJaCConnection.js
    • -207
    • +0
    ./includes/javascript/jsjac/JSJaCPacket.js
    • -102
    • +0
    ./includes/javascript/jsjac/README
    • -212
    • +0
    ./includes/javascript/jsjac/sha1.js
    • -162
    • +0
    ./includes/javascript/jsjac/xmlextras.js
    • -0
    • +3
    ./includes/javascript/jsjac-1.3.1/AUTHORS
    • -0
    • +11
    ./includes/javascript/jsjac-1.3.1/COPYING
    • -0
    • +143
    ./includes/javascript/jsjac-1.3.1/ChangeLog
  1. … 28 more files in changeset.
LDEV-1811 lams.tld has been updated in all packages

  1. … 19 more files in changeset.
LDEV-1662 wrong closure of the script tab solved in all tools

  1. … 11 more files in changeset.
LDEV-1662 Putting in advanced options summary into monitoring summary page for every tool.

Chat

  1. … 2 more files in changeset.
LDEV-1663 Rearranged "Instructions" Tab in Monitor

getting rid of redundant ":"

  1. … 15 more files in changeset.
LDEV-1683: changed so preview can also see the info box

LDEV-1663 Rearranged "Instructions" Tab in Monitor (Chat tool)

problem with several attachments solved

    • -87
    • +83
    ./pages/monitoring/instructions.jsp
  1. … 1 more file in changeset.
LDEV-1683

Added info messages to warn learners when lockOnFinish is enabled.

  1. … 1 more file 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. … 4 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. … 1 more file in changeset.
LDEV-1246

Renamed lams:out attribute escapeXml to escapeHtml

Code cleanup.

    • -8
    • +9
    ./pages/learning/parts/finishButton.jsp
  1. … 9 more files in changeset.
LDEV-1246

Renamed lams:out attribute escapeXml to escapeHtml

  1. … 15 more files in changeset.
LDEV-1628: Updating version number to 2.1

  1. … 42 more files in changeset.
LDEV-1005: Implementing Flashless learner required two new tags to be added. Copying across all projects.

    • -0
    • +45
    ./WEB-INF/tags/LearnerFlashEnabled.tag
    • -0
    • +79
    ./WEB-INF/tags/ProgressOutput.tag
  1. … 51 more files in changeset.
LDEV-1349 Changes to the lams:fckeditor tag to map FCKEditor language files to LAMS supported languages and locales.

FCKEditor.tag changes

  1. … 14 more files in changeset.
LDEV-1361: Allows editing the activity even when users have already access the activity.

    • -18
    • +15
    ./pages/monitoring/editActivity.jsp
Replaced <bean:message> with <fmt:message> tags

  1. … 15 more files in changeset.
update lams:help tag with style attribute, mainly for lams_admin to display properly

  1. … 16 more files in changeset.
LDEV-1255: Moving the code for stopping jsps caching to a new custom tag, so that it can be applied consistently across all pages. Moved the utf-8 statements to the same tag so we don't have to remember to put them in all pages.

    • -0
    • +41
    ./WEB-INF/tags/Head.tag
  1. … 167 more files in changeset.
Escaped message body text.

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