lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Display the activity title and description int the portfolio, rather than tool details, as the activity fields may be edited by the user but the tool values are system values.

Update to the chat tool. Added struts tiles support, tabs to monitoring and authoring screens and basic service method in ChatServices.

    • -2
    • +2
    /lams_tool_chat/db/sql/create_lams_tool_chat.sql
    • -43
    • +71
    /lams_tool_chat/web/WEB-INF/struts/tiles-defs.xml
  1. … 19 more files in changeset.
Working on persist authoring stuff.

renamed applicationContext.xml to chatApplicationContext.xml

Changed learning design activities and transition collections to use all-delete-orphan cascade management. This will ensure that the secondary records are created and removed as required.

This required fixing code that trigger cascade problems and also highlighted some session problems with the learner cache created by Jacky.

    • binary
    /lams_build/lib/lams/lams-central.jar
    • binary
    /lams_build/lib/lams/lams-learning.jar
    • binary
    /lams_build/lib/lams/lams-monitoring.jar
  1. … 24 more files in changeset.
eclipse broken CVS info?! submit all again.

    • -2
    • +4
    /lams_tool_larsrc/db/sql/create_lams_tool_rsrc.sql
    • -2
    • +4
    /lams_tool_larsrc/db/sql/table-schema.sql
fixed classpath for chatApplicationContext.xml

updated ant buildfile after Shaun fixes

Changes to monitoring url to be standard in terms of using fck editor and tab controler.

    • -0
    • +49
    /lams_tool_laqa/web/monitoring/Edit.jsp
    • -4
    • +0
    /lams_tool_laqa/web/monitoring/Stats.jsp
Varchar fck editor fields made TEXT

    • -24
    • +19
    /lams_tool_laqa/db/model/lams_tool_qa.clay
    • -21
    • +21
    /lams_tool_laqa/db/sql/create_lams_tool_qa.sql
    • -8
    • +13
    /lams_tool_laqa/db/sql/drop_lams_tool_qa.sql
    • -17
    • +0
    /lams_tool_laqa/db/sql/insert_tool_qa_data.sql
Fixed chat application context file reference

Temporary hack to stop it trying to build the chat project. This allows the build to work on Shaun, although JBOSS won't start properly.

Add all four resource item page and finish code to upload package/file. But no test yet. Need to do persist whole content method...

    • -0
    • +201
    /lams_tool_larsrc/conf/language/ApplicationResources.properties
    • -1
    • +1
    /lams_tool_larsrc/web/pages/authoring/basic.jsp
  1. … 3 more files in changeset.
Fixed typo for the location of larsrc tool/

Commented out call to larsrc deploy tool task in build script. The tool does not build without errors yet.

Added new tools Chat and Shared Resources

Added new tools Chat and Shared Resources

    • -1
    • +1
    /lams_central/conf/war/META-INF/MANIFEST.MF
    • -1
    • +1
    /lams_learning/conf/war/META-INF/MANIFEST.MF
Added new tools Chat and Shared Resources

Authoring url FCK editor changes as per standards for tab controller and lams tag

    • -15
    • +63
    /lams_tool_laqa/web/WEB-INF/lams.tld
    • binary
    /lams_tool_laqa/web/author_page/images/aqua_tab_i_left.gif
    • -0
    • +61
    /lams_tool_laqa/web/includes/javascript/xmlrequest.js
added <lams:css/>

Add URL all functions work well ! but not persist yet (in save entire authoring content).

    • -21
    • +17
    /lams_tool_larsrc/conf/xdoclet/struts-actions.xml
    • binary
    /lams_tool_larsrc/web/includes/images/iconInformation.gif
    • -8
    • +42
    /lams_tool_larsrc/web/pages/authoring/basic.jsp
project files

Modifications to authoring and monitoring urls to use tabs and fck editor in a standard way.

    • -0
    • +48
    /lams_tool_lamc/web/monitoring/Edit.jsp
  1. … 5 more files in changeset.
Left jboss ear file hardcoded - now replaced with a value set in build.xml.

Add resouce url most main function done. not finish: 1. Move up/down 2. test verify url, edit, delete. 3. refresh page test

    • -3
    • +43
    /lams_tool_larsrc/conf/xdoclet/struts-actions.xml
    • -0
    • +21
    /lams_tool_larsrc/web/common/messages.jsp
    • binary
    /lams_tool_larsrc/web/includes/images/iconWarning.gif
    • -3
    • +26
    /lams_tool_larsrc/web/pages/authoring/basic.jsp
Implemented a new method to store a package (or directory) of files.

Implemented a new method to store a package (or directory) of files. Also fixed errors in other testcases.

Delete/Add instruction works fine.

    • binary
    /lams_tool_larsrc/web/includes/images/cross.gif
    • binary
    /lams_tool_larsrc/web/includes/images/downarrow.gif
    • binary
    /lams_tool_larsrc/web/includes/images/indicator.gif
    • binary
    /lams_tool_larsrc/web/includes/images/uparrow.gif
Implementation getLearningLibraryByTitle was wrong and the method is not used so the whole method was removed.

Implementation of getLearningLibraries was returning all libraries in the database. Changed to only return the active libraries (ie the libraries that have been successfully installed).

Had internationalization wrongly abbreviated as I8N, rather than I18N

Small tweak to make the code more efficient.