lams_tool_chat

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

Added auditService.

Removed authoringForm definition and placed in AuthoringAction class as xdoclet tag.

Updated language messages for monitoring and chat client.

Modified chat model to including filtering fields. Modified message model to include send date, hidden, and chat session fields.

Added methods for data access, auditing and message filtering

Implement Import/Export tool content