lams_tool_chat

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implemented monitoring statistics

Added filterMessage function for ChatMessageDTO.

Updated variable names to be distinct from model class variables.

Renamed MonitoringDTO to ChatDTO

Implemented monitoring statistics

    • -1
    • +55
    ./web/pages/monitoring/statistics.jsp
    • -12
    • +16
    ./web/pages/monitoring/summary.jsp
Updated the column names from_user_id and to_user_id to from_user_uid and to_user_uid respectively

Implemented export portfolio.

    • -0
    • +47
    ./web/pages/export/exportPortfolio.jsp
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.