lams_tool_chat

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
copyToolContent should be able to cope with fromToolContentID = null - if this occurs then use the default content.

  1. … 4 more files in changeset.
Set the language attribute in the fck:editor tag using the user language locale (LDEV-472)

  1. … 14 more files in changeset.
Updated learner layout. The Send and Finish/Continue buttons still need to be aligned.

    • -16
    • +10
    ./web/pages/learning/chat_app.js
    • -53
    • +49
    ./web/pages/learning/chat_ui.jsp
Added db encoding to the ant db tasks - the encoding entry on the url is not enough when loading data from a script.

  1. … 10 more files in changeset.
Changed roster implementation from using 'select' element to using 'div'. Removed clear button, a user is delselected by click on the user name.

The layout of the textarea and send button need to be realigned.

Private messages in IE is broken in new implementation.

    • -107
    • +107
    ./web/pages/learning/chat_app.js
    • -12
    • +19
    ./web/pages/learning/chat_style.css
Move learner reflections from stats page to summary page. Some minor html cleanup.

    • -35
    • +50
    ./web/pages/monitoring/instructions.jsp
    • -22
    • +4
    ./web/pages/monitoring/statistics.jsp
    • -48
    • +103
    ./web/pages/monitoring/summary.jsp
Cleaned up html errors, removed unused images.

    • -18
    • +18
    ./web/pages/monitoring/editActivity.jsp
Cleaned up html errors, removed unused images.

    • -14
    • +23
    ./web/pages/authoring/authoring.jsp
  1. … 4 more files in changeset.
Added learner notebook entries to export portfolio pages.

    • -15
    • +17
    ./web/pages/export/exportPortfolio.jsp
Added learner notebook entries to export portfolio pages.

    • -24
    • +47
    ./web/pages/export/exportPortfolio.jsp
Change button label from Reflect to Continue

disabled sending of empty messages.

Changed chat client such that a message is sent when the learner hits enter.

    • -223
    • +235
    ./web/pages/learning/chat_app.js
Added reflect on chat.

  1. … 13 more files in changeset.
Enclose javascript into Html body tag, so it can work in FF.

  1. … 11 more files in changeset.
Updating norwegian

  1. … 8 more files in changeset.
Fixed bug preventing display of instruction attachments.

  1. … 1 more file in changeset.
Updating Norwegian, English

    • -136
    • +89
    ./conf/language/ApplicationResources.properties
    • -35
    • +35
    ./conf/language/ApplicationResources_no.properties
Exception handler define for STRUTS.

    • -0
    • +13
    ./conf/xdoclet/error-pages.xml
    • -0
    • +8
    ./conf/xdoclet/global-exceptions.xml
    • -4
    • +8
    ./web/WEB-INF/struts/struts-config.xml
Adding Norwegian

    • -0
    • +89
    ./conf/language/ApplicationResources_no.properties
  1. … 3 more files in changeset.
Updating Spanish and Korean

    • -12
    • +13
    ./conf/language/ApplicationResources_es.properties
Standardizing the Define Later screens

    • -2
    • +13
    ./web/WEB-INF/struts/struts-config.xml
    • -0
    • +55
    ./web/WEB-INF/tags/DefineLater.tag
    • -11
    • +1
    ./web/pages/learning/defineLater.jsp
  1. … 57 more files in changeset.
SessionMap moved to lams_common

Implemented clearSession method using the new AuthoringButton tag.

    • -2
    • +3
    ./web/WEB-INF/tags/AuthoringButton.tag
Added finish button to learner page when in author mode.

Add customiseSessionID.

  1. … 6 more files in changeset.
Added new label.

Make it work offline.

    • -6
    • +6
    ./web/pages/export/exportPortfolio.jsp
  1. … 3 more files in changeset.
Move the chat client pages to the /pages/learning folder.

Replaced generic message for run offline and define later with seperate pages.

Removed openChatClient method from MonitoringAction class so that we reuse the code in LearningAction to open a chat client. The new define later and run offline pages are also reused by monitoring.

    • -5
    • +15
    ./web/WEB-INF/struts/tiles-defs.xml
    • -0
    • +298
    ./web/pages/learning/chat_app.js
    • -0
    • +57
    ./web/pages/learning/chat_style.css
    • -0
    • +94
    ./web/pages/learning/chat_ui.jsp
    • -0
    • +21
    ./web/pages/learning/defineLater.jsp
    • -0
    • +30
    ./web/pages/learning/runOffline.jsp
Removed references to smack library from classpath.