lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added property groupingTypeId changed the getGroupingTypeId to return the groupingTypeId instead of using the "instanceOf" checks added method isRandomGrouping() , isChosenGrouping() and isClassGrouping()

added the property groupingTypeId, which previously wasnt there. when retrieving Grouping objects, the groupingTypeId was null regardless of what value was stored on database. Works okay now.

Instructions files now appear in the instructions page on the monitoring screen. The attachment entries were not being copied when the tool content was duplicated.

The default content id was hardcoded, so it wasn't linking to the default content properly. Replaced hardcoded value with the tag value used by the tool deploy utility.

    • -1
    • +1
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
Removed "lams/" from url as will be added by Flash/Server. My mistake - I told Steve the wrong thing.

    • -3
    • +3
    /lams_tool_forum/db/sql/tool_insert.sql
update url

    • -1
    • +1
    /lams_tool_forum/db/sql/tool_insert.sql
update url

    • -3
    • +3
    /lams_tool_forum/db/sql/tool_insert.sql
Fixed typo in online/offline instructions tags.

Don't delete jar anymore in explode target for learning package can depoly

Update tld, add Lams tag library

    • -5
    • +4
    /lams_tool_forum/conf/xdoclet/taglibs.xml
    • -70
    • +0
    /lams_tool_forum/web/WEB-INF/forum.tld
    • -1945
    • +0
    /lams_tool_forum/web/WEB-INF/jmage.tld
    • -0
    • +48
    /lams_tool_forum/web/WEB-INF/lams.tld
    • -0
    • +1
    /lams_tool_forum/web/includes/taglibs.jsp
*** empty log message ***

    • -3
    • +23
    /lams_tool_lamc/db/model/lams_tool_mc.clay
    • -2
    • +2
    /lams_tool_lamc/db/sql/create_lams_tool_lamc.sql
    • -13
    • +44
    /lams_tool_lamc/web/IndividualLearnerResults.jsp
    • -1
    • +1
    /lams_tool_lamc/web/SingleQuestionAnswersContent.jsp
*** empty log message ***

    • -7
    • +54
    /lams_tool_lamc/web/SequentialAnswersContent.jsp
    • -0
    • +177
    /lams_tool_lamc/web/SingleQuestionAnswersContent.jsp
    • -1
    • +1
    /lams_tool_lamc/web/answersContent.jsp
*** empty log message ***

    • -2
    • +2
    /lams_tool_lamc/web/IndividualLearnerResults.jsp
*** empty log message ***

    • -10
    • +22
    /lams_tool_lamc/web/IndividualLearnerResults.jsp
    • -33
    • +0
    /lams_tool_lamc/web/IndividualReport.jsp
    • -0
    • +73
    /lams_tool_lamc/web/RedoQuestions.jsp
Fix bug in getting toolCOntentID form toolkit

    • binary
    /lams_central/web/lams_authoring.swf
*** empty log message ***

    • -1
    • +1
    /lams_tool_lamc/db/sql/activity_insert.sql
    • -0
    • +2
    /lams_tool_lamc/db/sql/create_lams_tool_lamc.sql
    • -23
    • +49
    /lams_tool_lamc/web/IndividualLearnerResults.jsp
*** empty log message ***

Fixed the default content set up

Added forum back into the master-build

Update toolContentHandler to more specific name to avoid conflict with other tools.

    • -3
    • +3
    /lams_tool_forum/src/java/forumApplicationContext.xml
Save instruction uploaded files when user click save button, instead of uploading finish.

    • -2
    • +2
    /lams_tool_sbmt/db/sql/create_lams_tool_sbmt.sql
    • -2
    • +2
    /lams_tool_sbmt/db/sql/table-schema.sql
latest build

    • binary
    /lams_build/lib/lams/lams-central.jar
    • binary
    /lams_build/lib/lams/lams-learning.jar
    • binary
    /lams_build/lib/lams/lams-monitoring.jar
changed org.lamsfoundation.lams.util.FileValidator to org.lamsfoundation.lams.util.FileValidatorUtil

Modified the "leaveToolSession" and related code to allow the tool to pass the userid (which it gets from UserDTO in the shared session) rather than pass User (which the tool doesn't have).

Rejigged the tool jars loaded on the classpath so suit the most "completed" tools.

Fixed the url processing to remove the escaping from & in wddx'd urls

    • binary
    /lams_build/lib/lams/lams-monitoring.jar
Rejigged the tool jars loaded on the classpath so suit the most "completed" tools.

    • binary
    /lams_build/lib/lams/lams-learning.jar
Modified the "leaveToolSession" and related code to allow the tool to pass the userid (which it gets from UserDTO in the shared session) rather than pass User (which the tool doesn't have).

Modified the "leaveToolSession" and related code to allow the tool to pass the userid (which it gets from UserDTO in the shared session) rather than pass User (which the tool doesn't have).

General changes to use UserDTO from shared session and standard URL parameters.

Rejigged the tool jars loaded on the classpath so suit the most "completed" tools.

Fixed the url processing to remove the escaping from & in wddx'd urls