lams_tool_chat

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added methods needed for design export

  1. … 11 more files in changeset.
Disabled smack library debugging.

Added message table to chat data model.

Added chat client to summary page.

Implemented instructions tab.

    • -1
    • +108
    ./web/pages/monitoring/instructions.jsp
Implemented edit activity tab.

    • -1
    • +44
    ./web/pages/monitoring/editActivity.jsp
Updated build script.

Renamed script.jsp to headItems.jsp to better reflect the contents of the file.

    • -9
    • +25
    ./web/WEB-INF/struts/tiles-defs.xml
    • -0
    • +49
    ./web/pages/authoring/headItems.jsp
    • -0
    • +33
    ./web/pages/monitoring/headItems.jsp
Changed DOCTYPE to html 4.01 strict.

Added style sheet for chat client.

Removed the chat client from the learning page and made it an independent component. The client was split up into separate javascript, css and jsp files.

Added teacher functions.

    • -0
    • +238
    ./web/chat_client/chat_app.js
    • -0
    • +51
    ./web/chat_client/chat_style.css
    • -0
    • +54
    ./web/chat_client/chat_ui.jsp
    • -0
    • +0
    ./web/pages/learning/headItems.jsp
General update to ChatService. Added accessor methods to DAO's and a method to log jabber messages.

Implemented default method for MonitoringAction.

Added message table to chat data model.

Fixed bug in equals method.

Method was updated to duplicate files in repository when cloning a ChatAttachment.

First modification to JHB servlet. Added call to chatService to store all incoming messages.

DTO's for transfering data to the monitoring page.

Added method getByJabberRoom().

Added method getByLoginNameAndSessionId().

Added message table to chat data model.

Changed hibernate filter parameter sessionFactoryBeanName to correct value.

Change doSumit javascript method to more specific, to avoid confilct with tools'

    • -2
    • +2
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 8 more files in changeset.
close/save/cancel action in authoring page.

    • -0
    • +7
    ./web/WEB-INF/struts/struts-config.xml
    • -0
    • +90
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -10
    • +6
    ./web/pages/authoring/authoring.jsp
Add monitoring: edit activity and instructions.

Fixed security - was missing TEACHER

  1. … 4 more files in changeset.
Added call to persist chatSession when a new jabber room is created.

Fixed bug in createJabberRoom method.

Added setCreateDate to the static method newInstance

Corrected HQL statement;