• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
close/save/cancel action in authoring page.

    • -0
    • +90
    ./WEB-INF/tags/AuthoringButton.tag
  1. … 3 more files in changeset.
Fixed security - was missing TEACHER

  1. … 5 more files in changeset.
removed test page

Changed insertion of script in header to not check if empty.

Updated tile definitions for learning page.

Basic implmentation of learning page.

    • -0
    • +188
    ./pages/learning/script.jsp
Added JsJaC library to project. This is a jabber client library for javascript.

    • -0
    • +237
    ./includes/javascript/jsjac/API
    • -0
    • +7
    ./includes/javascript/jsjac/AUTHORS
    • -0
    • +504
    ./includes/javascript/jsjac/COPYING
    • -0
    • +41
    ./includes/javascript/jsjac/ChangeLog
    • -0
    • +542
    ./includes/javascript/jsjac/JSJaCConnection.js
    • -0
    • +349
    ./includes/javascript/jsjac/JSJaCHttpBindingConnection.js
    • -0
    • +223
    ./includes/javascript/jsjac/JSJaCHttpPollingConnection.js
    • -0
    • +207
    ./includes/javascript/jsjac/JSJaCPacket.js
    • -0
    • +102
    ./includes/javascript/jsjac/README
    • -0
    • +9
    ./includes/javascript/jsjac/TODO
    • -0
    • +212
    ./includes/javascript/jsjac/sha1.js
    • -0
    • +162
    ./includes/javascript/jsjac/xmlextras.js
    • -0
    • +214
    ./includes/javascript/jsjac/examples/simpleclient.html
Local copies no longer used.

    • -212
    • +0
    ./includes/javascript/fckcontroller.js
    • -52
    • +0
    ./includes/javascript/tabcontroller.js
Added chat tool icon.

Deleting corrupted swf icon.

Updated images. Old version may have been corrupt.

    • binary
    ./images/exclude.png
    • binary
    ./images/exclude_big.png
Corrected some typos and bugs in tile definitions

Renamed message key activity.display.name to activity.title to follow i18n guidelines

Replaced code in html head with new <lams:headItems/> custom tag.

added tag-file headItems

added tag directory and lams custom tags.

    • binary
    ./WEB-INF/tags/HTMLEditor.tag
    • binary
    ./WEB-INF/tags/SetEditor.tag
    • binary
    ./WEB-INF/tags/Tab.tag
    • binary
    ./WEB-INF/tags/TabBody.tag
    • binary
    ./WEB-INF/tags/Tabs.tag
    • binary
    ./WEB-INF/tags/headItems.tag
Contains no new changes. Commit is being used to expand the the $id$ keyword. Previous file property was ASCII -kk, the property was changed to -kkv

  1. … 31 more files in changeset.
changed ascii property to -kkv

Implemented authoring pages/functions. Still need to add form validation and error messages.

    • binary
    ./images/error_big.png
    • binary
    ./images/good_big.png
    • binary
    ./images/hidden_big.png
    • binary
    ./images/success.gif
    • binary
    ./images/warning.png
    • binary
    ./images/warning_big.png
  1. … 50 more files in changeset.
Tool deployment utility has been changed to update the context path and class path when the tool is deployed. Build file changed to match and the main tool context application file moved so that only the tool's have a context file classpath of /org/lamsfoundation/lams/tool.

  1. … 26 more files in changeset.