• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added previous_activity_id to LearnerProgress

changed id to ui_id in activity and transition

added set foreign_key_checks

replaced lams11 with lams

updated license table to match lams community version, fixed typos/naming conventions. Added licenses to insert types

added license table and fields in ld table

added latest column changes from discussion with Dave, fixed create script to work with MySQL 4.1 (removed defaults)

    • -27
    • +36
    ./db/sql/create_lams_11_tables.sql
bugs for getting all learners in a class fixed. Refactored the getLearners to template method pattern

tool session hibernate object and mapping file corrected.

NonGroupedToolSession creation and deletion process tested.

tool session hibernate object and mapping file corrected.

NonGroupedToolSession creation and deletion process tested.

add some domain convenient methods, such as getAllLearners for a lesson, validate the

type of an acitivity.

change cascade to save-update between learningdesign and activity.

correct some old comments that still referrence to lamsinternational

correct the typo in isolation level

modify tool session state according to the database default value change.

fix a little problem

Rename AbstractLamsCommonTestCase to AbstractLamsTestCase. so it can used in other package as well.

    • -0
    • +99
    ./test/java/org/lamsfoundation/lams/AbstractLamsTestCase.java
add IF EXISTS to ensure it is always working

    • -32
    • +32
    ./db/sql/drop_lams_11_tables.sql
correct some problem for jar creation

add tool content id for all tool activity test data

setup test environment for mock web testing

    • -0
    • +190
    ./test/web/WEB-INF/struts-config.xml
    • -0
    • +241
    ./test/web/WEB-INF/web.xml
    • -0
    • +82
    ./test/web/WEB-INF/tiles/tiles-defs.xml
*** empty log message ***

No longer required

change ac to context.

comments for ToolContentIDGenerator added

tool content id generator implemented

setting up tool content generator

*** empty log message ***

Additional data access functions added

<one-to-many> relation changed to <one-to-one> between Activity and Transition

<property> class_name changed to service_name

tool_id added to lams_learning_activity