lams_tool_chat

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

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.

Added queries to retrieve users.

Added queries to retrieve messages.

Added filtering enabled flag.