• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Updated copyright statement - only support GPL v 2.0

  1. … 142 more files in changeset.
Update to the chat tool. Added struts tiles support, tabs to monitoring and authoring screens and basic service method in ChatServices.

    • -0
    • +212
    ./includes/javascript/fckcontroller.js
    • -0
    • +52
    ./includes/javascript/tabcontroller.js
    • -0
    • +1
    ./pages/authoring/advanced.jsp
    • -0
    • +1
    ./pages/authoring/basic.jsp
    • -0
    • +1
    ./pages/authoring/instructions.jsp
    • -0
    • +36
    ./pages/authoring/script.jsp
    • -0
    • +1
    ./pages/monitoring/editActivity.jsp
  1. … 19 more files in changeset.
First check in for chat tool. Based on example_tool template.

    • -0
    • +276
    ./WEB-INF/lams.tld
    • -0
    • +300
    ./WEB-INF/web.xml
    • -0
    • +214
    ./WEB-INF/fckeditor/tlds/FCKeditor.tld
    • -0
    • +563
    ./WEB-INF/jstl/tlds/c.tld
    • -0
    • +671
    ./WEB-INF/jstl/tlds/fmt.tld
    • -0
    • +207
    ./WEB-INF/jstl/tlds/fn.tld
    • -0
    • +34
    ./WEB-INF/jstl/tlds/permittedTaglibs.tld
    • -0
    • +51
    ./WEB-INF/jstl/tlds/scriptfree.tld
    • -0
    • +448
    ./WEB-INF/jstl/tlds/x.tld
    • -0
    • +90
    ./WEB-INF/struts/struts-config.xml
    • -0
    • +72
    ./WEB-INF/struts/tiles-defs.xml
    • -0
    • +313
    ./WEB-INF/struts/validator-rules.xml
    • -0
    • +382
    ./WEB-INF/struts/tlds/struts-bean.tld
    • -0
    • +3302
    ./WEB-INF/struts/tlds/struts-html.tld
  1. … 67 more files in changeset.