Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added method call to fillter outgoing messages

Moved struts xdoclet tag to correct location.

Fixed typo.

Added form for monitoring action.

    • -0
    • +83
    ./lamsfoundation/lams/tool/chat/web/forms/MonitoringForm.java
Added message filtering.

Added methods openChatHistory and editMesages.

Updated jabber login to use user ID instead of login name.

Updated populateChat method.

Added message filtering.

    • -0
    • +57
    ./lamsfoundation/lams/tool/chat/util/ChatMessageFilter.java
Added constant for max messages on monitoring screen.

Added methods for data access, auditing and message filtering

Updated db column name for chatSession from session_id to chat_session_uid

Added chatMessages field

Added fields for chatSession, sendDate and hidden.

Added message filtering.

    • -7
    • +36
    ./lamsfoundation/lams/tool/chat/model/Chat.java
Added the method call processIncomingMessages to return the message history for a room when a users presence becomes available. The message history is added to the response.

Update to DTO to include data required monitoring pages.

    • -0
    • +112
    ./lamsfoundation/lams/tool/chat/dto/ChatMessageDTO.java
Added queries to retrieve users.

Added queries to retrieve messages.

Added filtering enabled flag.

Added auditService.

Added methods for data access, auditing and message filtering

Implement Import/Export tool content

    • -0
    • +9
    ./lamsfoundation/lams/tool/chat/model/Chat.java
Add userId parameter in importToolContent interface.

  1. … 11 more files in changeset.
Update import tool content interface.

  1. … 8 more files in changeset.
Update import interface.

Update ToolContentManager API

  1. … 11 more files in changeset.
Changed name of export/import methods for the learning design export. Got the name wrong before.

  1. … 9 more files in changeset.
Added methods needed for design export

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