lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Modified to suit content repository changes. The content repository now requires the main lams context file.

Still trying to get the delete old report directory command right!

Classpath contained references to WEBINF lib files, which no longer exist.

The common test code has been removed from lams.jar, which triggered the abstract lams test case class to change package. New version uses the "new" package.

Added extra memory tags to the test task - avoid out of memory errors.

Converted to use JNDI datasource and the transaction manager from lams.jar

Removed test classes from lams.jar. The necessary classes (e.g. the lams test case) are now in src, not test.

Moved some workspace code back into lams_common so that lams_common isn't dependent on another project

Fixed taglib entries - the paths had changed.

    • -3
    • +3
    /lams_common/web/admin/adminContent.jsp
    • -3
    • +3
    /lams_common/web/admin/userContent.jsp
    • -3
    • +3
    /lams_common/web/admin/usersremoveContent.jsp
Converted to use JNDI datasource. Cleaned up some of the context files - moved the ones in the test area into src.

  1. … 13 more files in changeset.
Converted to use JNDI datasource. Moved some workspace code back into lams_common so that lams_common isn't dependent on another project

Converted to use JNDI datasource.

    • -0
    • +184
    /lams_common/src/java/org/lamsfoundation/lams/commonContext.xml
Should use jar files in lams-build project

    • binary
    /lams_common/lib/lams/lams-workspace.jar
Converted to use JNDI datasource.

    • binary
    /lams_build/lib/lams/lams-authoring.jar
    • binary
    /lams_build/lib/lams/lams-learning.jar
    • binary
    /lams_build/lib/lams/lams-monitoring.jar
    • binary
    /lams_build/lib/lams/lams-workspace.jar
updated usage, for instructions on running the junit test

updated the targets: usage build-db insert-test-data and changed db.driver.file to db.driver.jar (as that is used in common.properties)

*** empty log message ***

    • -1
    • +1
    /lams_tool_nb/db/sql/drop_lams_tool_nb.sql
removed toolContentId parameter in the learner urls

the userId field is no longer specified to be unique. "UNIQUE" keyword removed from create statement

    • -1
    • +1
    /lams_tool_nb/db/sql/create_lams_tool_nb.sql
    • -1
    • +1
    /lams_tool_nb/db/sql/init_lams_tool_nb.sql
removed the columns offline_instructions and online_instructions to suit the new table structure

    • -4
    • +0
    /lams_tool_nb/db/sql/activity_insert.sql
added new case for new method retrieveNbUserBySession

added new testcase for new method getNbUserBySession

quite a few changes here. removed unused import declarations the learner environment doesnt expect a toolContentId to be passed via url. the tool contentId/toolSessionId relationship is assumed to have been establish when the core made the call to createToolSessions() if no toolSession exist in the table when the learner reaches the activity, the user will see an error screen. if user in this tool session isnt found, thena new entry is created.

removed unused exports

uses the new method retriveNbUserBySession to grab the user data from the db. This ensures that the user does belong to the tool session specified

removed unused import declarations

added new method retrieveNbUserBySession() which calls the equivalent DAO method getNbUserBySession

added new method getNbUserBySession, which gets a user from tl_lanb11_user table with a particular user id and sessionId

full class name

public static function getCenterOfMC(mc:MovieClip):Point{