Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Change the field 'body' to use text instead of varchar in message table.

  1. … 2 more files in changeset.
Implemented removeToolSession

Replaced the AuthoringSessionBean with a generic SessionMap to store session objects for the authoring page.

    • -0
    • +59
    ./java/org/lamsfoundation/lams/tool/chat/util/SessionMap.java
  1. … 2 more files in changeset.
Update class comment

Implemented correct behviour for defineLater, runOffline and contentInUse flags.

  1. … 6 more files in changeset.
update to chat css and ui

  1. … 3 more files in changeset.
Removed unused fields.

Updated unspecified method to improve readability.

FILTER_REPLACE_TEXT

Implemented monitoring statistics

Added filterMessage function for ChatMessageDTO.

Updated variable names to be distinct from model class variables.

    • -0
    • +111
    ./java/org/lamsfoundation/lams/tool/chat/dto/ChatUserDTO.java
Renamed MonitoringDTO to ChatDTO

    • -0
    • +162
    ./java/org/lamsfoundation/lams/tool/chat/dto/ChatDTO.java
Implemented monitoring statistics

  1. … 2 more files in changeset.
Updated the column names from_user_id and to_user_id to from_user_uid and to_user_uid respectively

  1. … 2 more files in changeset.
Implemented export portfolio.

  1. … 3 more files in changeset.
Changed the nickname used to join the jabber chat group from the users login name to the user full name. The nickname is constructed by taking the users first name and last name followed by an optional number to ensure the nickname is unique for each session.

  1. … 4 more files in changeset.
Implemented "finish" and "lock on finished".

  1. … 3 more files in changeset.
Added finishedActivity flag to ChatUser, updated corresponding db tables.

  1. … 2 more files in changeset.
Added chat title and instructions to chat client.

  1. … 2 more files in changeset.
Added filtering for history messages.

Added case insensitive flag to filter pattern.

Added method call to fillter outgoing messages

Moved struts xdoclet tag to correct location.

Fixed typo.

Added form for monitoring action.

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.