lams_tool_chat

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Merging RAMS and Edit On Fly changes from branch to the head.

    • -1
    • +1
    ./web/WEB-INF/tags/ExportPortOutput.tag
    • -0
    • +37
    ./web/WEB-INF/tags/ImgButtonWrapper.tag
    • -54
    • +54
    ./web/WEB-INF/tags/headItems.tag
  1. … 232 more files in changeset.
Changes in lesson/workflow, lams/rams, student/participant, etc

  1. … 24 more files in changeset.
Removing './' from jar name - added by the tool deployer

  1. … 10 more files in changeset.
Update scipts for nb and chat to allow the update fom 2.0 to 2.0.2, just the same as previous update scripts for 2.0.1 but with diff names

    • -0
    • +4
    ./db/sql/updatescripts/updateTo20070315.sql
  1. … 1 more file in changeset.
Typo in previous check in

Created new release to include change of colour (LDEV-1167)

LDEV-1167: Replaced yellow colour in palatte.

Final changes for 2.0.1 installer Timestamp works, jsmath works, removes jbosss temp files, runs correctly

  1. … 6 more files in changeset.
Change update scripts to have one lne commands instead of multi-line commands for the purposes of ant

  1. … 10 more files in changeset.
Updating Greek

  1. … 3 more files in changeset.
Added context application and classpath columns

    • -0
    • +8
    ./db/sql/updatescripts/updateTo20070227.sql
  1. … 24 more files in changeset.
added in a property to each tool's buiild.properties for the language packe package

  1. … 12 more files in changeset.
Updating English

    • -0
    • +99
    ./conf/language/rams/ApplicationResources_en_AU.properties
  1. … 42 more files in changeset.
Updating Danish, French, Maori

Splitting LAMS language files into two sets - LAMS and RAMS. Needed to clear the build directories that contained the language files before building.

  1. … 135 more files in changeset.
Splitting LAMS language files into two sets - LAMS and RAMS

    • -91
    • +0
    ./conf/language/ApplicationResources_ar_JO.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_cy_GB.properties
    • -95
    • +0
    ./conf/language/ApplicationResources_da_DK.properties
    • -91
    • +0
    ./conf/language/ApplicationResources_de_DE.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_el_GR.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_es_ES.properties
    • -95
    • +0
    ./conf/language/ApplicationResources_fr_FR.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_pl_PL.properties
    • -0
    • +98
    ./conf/language/lams/ApplicationResources.properties
    • -0
    • +91
    ./conf/language/lams/ApplicationResources_ar_JO.properties
    • -0
    • +98
    ./conf/language/lams/ApplicationResources_cy_GB.properties
    • -0
    • +95
    ./conf/language/lams/ApplicationResources_da_DK.properties
    • -0
    • +91
    ./conf/language/lams/ApplicationResources_de_DE.properties
    • -0
    • +98
    ./conf/language/lams/ApplicationResources_el_GR.properties
    • -0
    • +98
    ./conf/language/lams/ApplicationResources_en_AU.properties
  1. … 420 more files in changeset.
All tools their update script to the deploy dir when the creat-tool-package task is called

  1. … 10 more files in changeset.
adding a minServerversionNumber field to deploy.xml when create-tool-package is called for all tools

  1. … 11 more files in changeset.
Changing the minimum server version number in all the tool's build.xml to 2.0.200612051427, (lams-2.0)

  1. … 11 more files in changeset.
added an entry to all the tool's build.xml for minServerVersionNumber to be put in the deploy.xml

  1. … 10 more files in changeset.
Added in a flag hideTool in all the tool's build.properties

  1. … 20 more files in changeset.
Changing the tool's build.xml so the create-deploy package copies the .war and .jar files from build/lib to /build.deploy

The deploy.xml is also updated to point to the jar and war in build/deploy