lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed a possible NullPointerException

Use a database lams11 - so I can have old and new schemas in the same db server.

    • -1
    • +1
    /lams_contentrepository/db/sql/create_content_repository_tables.sql
    • -0
    • +2
    /lams_contentrepository/db/sql/insert_test_data.sql
    • binary
    /lams_contentrepository/lib/struts/struts-el.jar
updated use of ActivityURL to String

Moved tool service and exception

Removed reference to activityId

Added DummyToolService

DummyToolService to create a fake toolSessionId

Replaced activityId with toolSessionId

Added Tool to tool actions

Updated to use ActionMappings

Updated some comments

Replaced use of ActivityURL with String.

Added getToolSession and createToolSession

Added actionMappings as bean property.

latest lams.jar

implement join lesson and progress engine

added new tool session helper method to get tool session by learner and activity

Changed getLearnerProgressByLeaner to getLearnerProgressByLearner

Renamed getNextActivityURL to getProgressURL

upgraded hibernate to 2.1.8. added helper method to get all tool activities belongs to an activity.

    • binary
    /lams_common/lib/ehcache/ehcache-1.0.jar
    • binary
    /lams_common/lib/hibernate/hibernate2.jar
    • binary
    /lams_common/lib/hibernate/src/hibernate-src.zip
fixing up the broken learner progress test due to the change of mapping file

fix the potential foreign key failure during lesson deletion

add new test case to test updating learner progress and activity comparator

learner progress dao tested

refactor NullActivity using Null value object pattern

*** empty log message ***

*** empty log message ***

Updated

Added ActionMappings as bean

Updated to match changes in lams_common