• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Applied new learning css.

    • -0
    • +590
    ./includes/css/aqua_old.css
    • -0
    • +1
    ./includes/css/ie-styles.css
    • binary
    ./includes/images-for-css/btn_add_off.gif
    • binary
    ./includes/images-for-css/btn_add_over.gif
    • binary
    ./includes/images-for-css/btn_off.gif
    • binary
    ./includes/images-for-css/btn_over.gif
    • binary
    ./includes/images-for-css/button_bg.gif
    • binary
    ./includes/images-for-css/forum_postedby_bg.jpg
    • binary
    ./includes/images-for-css/forum_th_bg.jpg
    • binary
    ./includes/images-for-css/greyfade_bg.jpg
    • binary
    ./includes/images-for-css/selected_bg.jpg
  1. … 4 more files in changeset.
Fixed colour problem with username. Cleaned up javascript.

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

  1. … 5 more files in changeset.
Replaced basic color palette with 32 colors.

Implemented correct behviour for defineLater, runOffline and contentInUse flags.

    • -15
    • +16
    ./WEB-INF/tags/AuthoringButton.tag
  1. … 7 more files in changeset.
update to chat css and ui

  1. … 1 more file in changeset.
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
    • +590
    ./includes/css/aqua.css
    • -30
    • +21
    ./includes/css/fckeditor_style.css
    • binary
    ./includes/images-for-css/blue_arrow_right.gif
    • binary
    ./includes/images-for-css/body_bg.jpg
    • binary
    ./includes/images-for-css/btn_add_off.gif
    • binary
    ./includes/images-for-css/btn_add_over.gif
  1. … 37 more files in changeset.
Fixed escaped html for title and instructions.

Added colors to user names.

Updated due to change in variable name chatMessages to messageDTOs.

Implemented monitoring statistics

  1. … 2 more files in changeset.
Implemented export portfolio.

    • -0
    • +47
    ./pages/export/exportPortfolio.jsp
  1. … 3 more files in changeset.
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.

  1. … 11 more files in changeset.
Implemented "finish" and "lock on finished".

  1. … 6 more files in changeset.
Added chat title and instructions to chat client.

  1. … 2 more files in changeset.
Rechecking in lams.tld

Rechecking in conf directory.

  1. … 6 more files in changeset.
Added definitions for monitoring chatHistory.jsp page

Replaced hard coded text with message labels.

Added message filtering options.

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

Monitoring page to display chat history and edit messages.

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

Added chat client to summary page.

Implemented instructions tab.

    • -1
    • +108
    ./pages/monitoring/instructions.jsp
Implemented edit activity tab.

    • -1
    • +44
    ./pages/monitoring/editActivity.jsp
Renamed script.jsp to headItems.jsp to better reflect the contents of the file.

    • -0
    • +49
    ./pages/authoring/headItems.jsp
    • -0
    • +33
    ./pages/monitoring/headItems.jsp
Changed DOCTYPE to html 4.01 strict.

Added style sheet for chat client.

Removed the chat client from the learning page and made it an independent component. The client was split up into separate javascript, css and jsp files.

Added teacher functions.

    • -0
    • +238
    ./chat_client/chat_app.js
    • -0
    • +51
    ./chat_client/chat_style.css
    • -0
    • +54
    ./chat_client/chat_ui.jsp
    • -0
    • +0
    ./pages/learning/headItems.jsp
Change doSumit javascript method to more specific, to avoid confilct with tools'

  1. … 8 more files in changeset.