lams_tool_chat

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
New headItems tag from lams central

Changes to fckeditor layout.

    • -12
    • +13
    ./web/includes/css/fckeditor_style.css
Modified tags to allow a key label to be associated with fckeditor

    • -56
    • +56
    ./web/WEB-INF/tags/HTMLEditor.tag
Change the field 'body' to use text instead of varchar in message table.

Fixed label typo.

Applied new learning css.

    • -38
    • +42
    ./web/WEB-INF/tags/headItems.tag
    • -0
    • +590
    ./web/includes/css/aqua_old.css
    • -0
    • +1
    ./web/includes/css/ie-styles.css
    • binary
    ./web/includes/images-for-css/btn_off.gif
    • binary
    ./web/includes/images-for-css/btn_over.gif
    • binary
    ./web/includes/images-for-css/button_bg.gif
    • binary
    ./web/includes/images-for-css/forum_th_bg.jpg
  1. … 4 more files in changeset.
Fixed colour problem with username. Cleaned up javascript.

Implemented removeToolSession

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

    • -10
    • +7
    ./web/pages/authoring/instructions.jsp
Update class comment

Replaced basic color palette with 32 colors.

Implemented correct behviour for defineLater, runOffline and contentInUse flags.

    • -56
    • +45
    ./web/WEB-INF/struts/tiles-defs.xml
    • -15
    • +16
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -0
    • +5
    ./web/common/message.jsp
    • -2
    • +5
    ./web/pages/monitoring/editActivity.jsp
Updated define_later_url to point to correct location.

update to chat css and ui

Removed unused fields.

Applied the new style sheet to chat tool.

Removed reference to stylesheets in lams central and replaced with local versions. (ie aqua.css and fck_style.css)

Also modified the local versions of custom tag files.

    • -0
    • +1
    ./web/WEB-INF/struts/struts-config.xml
    • -61
    • +64
    ./web/WEB-INF/tags/SetEditor.tag
    • -0
    • +590
    ./web/includes/css/aqua.css
    • -30
    • +21
    ./web/includes/css/fckeditor_style.css
    • binary
    ./web/includes/images-for-css/body_bg.jpg
    • binary
    ./web/includes/images-for-css/btn_add_off.gif
  1. … 37 more files in changeset.
Modified build-jar target to call generate-hbm-files.

Fixed escaped html for title and instructions.

Added colors to user names.

Updated due to change in variable name chatMessages to messageDTOs.

    • -2
    • +2
    ./web/pages/monitoring/chatHistory.jsp
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.

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.