lams_tool_chat

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

Implemented "finish" and "lock on finished".

Added finishedActivity flag to ChatUser, updated corresponding db tables.

Added chat title and instructions to chat client.

Added filtering for history messages.

Added case insensitive flag to filter pattern.

Added method call to fillter outgoing messages

Rechecking in lams.tld

Rechecking in conf directory.

    • -2
    • +22
    ./web/WEB-INF/struts/struts-config.xml
Moved struts xdoclet tag to correct location.

Fixed typo.

Added definitions for monitoring chatHistory.jsp page

    • -0
    • +10
    ./web/WEB-INF/struts/tiles-defs.xml
Replaced hard coded text with message labels.

Added message filtering options.

Added latest messages in chat and link to open chat history/editing page.

    • -15
    • +67
    ./web/pages/monitoring/summary.jsp
Monitoring page to display chat history and edit messages.

    • -0
    • +82
    ./web/pages/monitoring/chatHistory.jsp
Added edit image.

    • binary
    ./web/images/edit.gif
eclipse pref file

    • -0
    • +3
    ./.settings/com.genuitec.eclipse.j2eedt.core.prefs
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.

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.