lams_tool_chat

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1511 updating tool version in each tool updated by this issue

  1. … 4 more files in changeset.
LDEV-1511 make tables created as MyISAM into InnoDB by modifying create table statements and creating update scripts.

    • -0
    • +8
    ./db/sql/updatescripts/updateTo20080229.sql
  1. … 10 more files in changeset.
Updating Maori

  1. … 1 more file 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.
Updating Japanese, Korean and Norwegian

  1. … 3 more files in changeset.
Adding Japanese

    • -0
    • +99
    ./conf/language/lams/ApplicationResources_ja_JP.properties
  1. … 4 more files in changeset.
LDEV-1186: Updating English

  1. … 18 more files in changeset.
Updating English. Adding Dutch

    • -0
    • +99
    ./conf/language/lams/ApplicationResources_nl_BE.properties
LDEV-1179: Export portfolio now displays a different msg for run offline activities. The screen comes from the learning war, and is called from the code on AbstractExportPortfolioServlet. Tools don't have to do anything, but they can override a new method in the servlet and supply the name of the activity (as per the tool's authoring screen) or do their own screen. Our tools will just display the name of the activity.

  1. … 15 more files in changeset.
Updating German, Polish and Maori

Updating Greek, France, Norwegian, Chinese (China)

Adding label for LDEV-1361

LDEV-1361: Allows editing the activity even when users have already access the activity. Removes isContentInUse

LDEV-1361: Allows editing the activity even when users have already access the activity.

    • -18
    • +15
    ./web/pages/monitoring/editActivity.jsp
Adding Chinese (China)

    • -0
    • +98
    ./conf/language/lams/ApplicationResources_zh_CN.properties
  1. … 4 more files in changeset.
Updating German and Maori

LDEV-1109: Fixing bugs in the authoring support for tool output based branching and getting the progress engine working. A rough implementation of the condition checking down for one MCQ condition for demonstration purposes. Two new methods added to the tool contract.

  1. … 36 more files in changeset.
LDEV-1134: Adding more support for the tool output based branching. Added a couple of simple tool output definitions for MCQ and Forum and added a class to the core to help tools create the tool output definitions (OutputDefinitionFactory), which required a change to MessageService. Also added the call to the core tool service to support calling the tools for their output definitions and new method call to ToolContentManager, requiring a change to all tools.

  1. … 20 more files in changeset.
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/WEB-INF/tags/Head.tag
    • -3
    • +2
    ./web/pages/export/exportPortfolio.jsp
  1. … 179 more files in changeset.
made changes so this java class xcan communicate with the installer/updater

Escaped message body text.

    • -1
    • +1
    ./web/pages/export/exportPortfolio.jsp
    • -1
    • +1
    ./web/pages/monitoring/chatHistory.jsp
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)

    • -2
    • +15
    ./web/includes/javascript/learning.js
LDEV-1233. Script to update the database chat session table from version 2.02 to 2.03

    • -0
    • +94
    ./db/sql/updatescripts/UpdateLAMS202Chat.java
Updated name of script so we have a consistent tool version number across all tools for 2.0.3 release.

    • -0
    • +4
    ./db/sql/updatescripts/updateTo20070524.sql
Updated minimum version number and tool version for 2.0.3 release. Tool contract change occured in this release.

  1. … 10 more files in changeset.
Updated how jabber room names are allocated.

When a chat tool session is created, it is assigned a jabber room name.

A 'room_created' boolean field was added to the lachat11_session table. This indicated whether the room has been created on the jabber server.

    • -0
    • +4
    ./db/sql/updatescripts/updateTo20070504.sql
Changed polling interval to 10 seconds