lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added waiting flag for learner progress

    • -1
    • +1
    ./lams/lesson/TestActivityStrategy.java
  1. … 3 more files in changeset.
*** empty log message ***

    • -1
    • +1
    ./lams/learningdesign/dao/TestActivityDAO.java
added helper method to get child from a complex activity by id.

    • -1
    • +10
    ./lams/learningdesign/TestActivity.java
  1. … 1 more file in changeset.
activity strategy for calculating next activity within a parent activity implemented and tested

    • -6
    • +49
    ./lams/lesson/TestActivityStrategy.java
  1. … 5 more files in changeset.
activity strategy for calculating children activity completion status implemented and tested

    • -0
    • +119
    ./lams/lesson/TestActivityStrategy.java
    • -7
    • +13
    ./lams/lesson/dao/TestLearnerProgressDAO.java
  1. … 9 more files in changeset.
fix up the broken tool session code. As the new lesson attribute can not be null, it should go into the constructor

    • -3
    • +4
    ./lams/lesson/dao/TestCleanUpLesson.java
    • -1
    • +1
    ./lams/tool/ToolDataAccessTestCase.java
  1. … 3 more files in changeset.
fix up the broken tool session code. As the new lesson attribute can not be null, it should go into the constructor

    • -4
    • +16
    ./lams/tool/ToolDataAccessTestCase.java
    • -2
    • +0
    ./lams/tool/dao/TestToolSessionDAO.java
  1. … 4 more files in changeset.
*** empty log message ***

    • -2
    • +2
    ./lams/learningdesign/dao/TestActivityDAO.java
  1. … 1 more file in changeset.
*** empty log message ***

    • -101
    • +8
    ./lams/learningdesign/dao/TestActivityDAO.java
  1. … 19 more files in changeset.
fix up broken test case due to the change of test data

    • -1
    • +1
    ./lams/learningdesign/TestActivity.java
lams tool service implemented. related services has been refactored into this implementation and shared throughout the application

    • -0
    • +18
    ./lams/tool/toolApplicationContext.xml
  1. … 8 more files in changeset.
add test data for random grouping and fixed some broken test case due to the code merge

    • -1
    • +1
    ./lams/lesson/dao/TestLearnerProgressDAO.java
  1. … 1 more file in changeset.
add test case to test get group for a user against an activity instance.

    • -2
    • +19
    ./lams/learningdesign/TestActivity.java
added grouping data into testing sql script

    • -0
    • +8
    ./lams/learningdesign/TestActivity.java
  1. … 2 more files in changeset.
test group based tool session

    • -10
    • +33
    ./lams/tool/ToolDataAccessTestCase.java
    • -3
    • +13
    ./lams/tool/dao/TestToolSessionDAO.java
  1. … 4 more files in changeset.
added new tool session helper method to get tool session by learner and activity

    • -0
    • +9
    ./lams/tool/dao/TestToolSessionDAO.java
  1. … 2 more files in changeset.
Changed getLearnerProgressByLeaner to getLearnerProgressByLearner

    • -6
    • +6
    ./lams/lesson/dao/TestLearnerProgressDAO.java
  1. … 3 more files in changeset.
upgraded hibernate to 2.1.8. added helper method to get all tool activities belongs to an activity.

    • -0
    • +83
    ./lams/learningdesign/TestActivity.java
  1. … 4 more files in changeset.
fixing up the broken learner progress test due to the change of mapping file

    • -16
    • +28
    ./lams/lesson/dao/TestLearnerProgressDAO.java
  1. … 2 more files in changeset.
fix the potential foreign key failure during lesson deletion

  1. … 2 more files in changeset.
add new test case to test updating learner progress and activity comparator

    • -1
    • +24
    ./lams/lesson/dao/TestLearnerProgressDAO.java
learner progress dao tested

    • -0
    • +117
    ./lams/lesson/dao/TestLearnerProgressDAO.java
  1. … 5 more files in changeset.
add referrence to learningdesignApplication.xml

*** empty log message ***

    • -1
    • +6
    ./lams/learningdesign/dao/TestActivityDAO.java
  1. … 1 more file in changeset.
bugs for getting all learners in a class fixed. Refactored the getLearners to template method pattern

    • -0
    • +81
    ./lams/lesson/TestLessonClass.java
  1. … 5 more files in changeset.
tool session hibernate object and mapping file corrected. NonGroupedToolSession creation and deletion process tested.

    • -3
    • +0
    ./lams/tool/ToolDataAccessTestCase.java
    • -1
    • +1
    ./lams/tool/dao/TestToolSessionDAO.java
  1. … 7 more files in changeset.
tool session hibernate object and mapping file corrected. NonGroupedToolSession creation and deletion process tested.

    • -2
    • +47
    ./lams/tool/ToolDataAccessTestCase.java
    • -0
    • +71
    ./lams/tool/dao/TestToolSessionDAO.java
    • -1
    • +4
    ./lams/tool/toolApplicationContext.xml
  1. … 7 more files in changeset.
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.

    • -0
    • +33
    ./lams/learningdesign/TestGrouping.java
    • -1
    • +12
    ./lams/lesson/dao/TestLessonDAO.java
  1. … 9 more files in changeset.
correct some old comments that still referrence to lamsinternational

  1. … 2 more files in changeset.
correct the typo in isolation level

    • -1
    • +1
    ./lams/tool/toolApplicationContext.xml