lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add new dao method to get active leaners by lesson - the learners who have started the lesson.

  1. … 2 more files in changeset.
implemented the basic functionality of chosen grouping.

    • -0
    • +110
    ./lams/learningdesign/TestChosenGrouper.java
  1. … 5 more files in changeset.
random grouping implemented and tested

    • -7
    • +30
    ./lams/learningdesign/TestGrouping.java
    • -0
    • +224
    ./lams/learningdesign/TestRandomGrouper.java
  1. … 8 more files in changeset.
new test cases for url service methods

    • -0
    • +148
    ./lams/tool/service/TestLamsCoreToolService.java
    • -115
    • +0
    ./lams/tool/service/TestLamsToolService.java
*** empty log message ***

    • -0
    • +50
    ./lams/learningdesign/dao/TestActivityDAO.java
getToolUrlByMode method implemented and tested

  1. … 2 more files in changeset.
create separate tool interface for core lams module and tool module

    • -3
    • +0
    ./lams/tool/ToolDataAccessTestCase.java
    • -3
    • +18
    ./lams/tool/toolApplicationContext.xml
  1. … 5 more files in changeset.
helper methods added to enable flash java communication

    • -0
    • +32
    ./lams/learningdesign/TestGrouping.java
    • -0
    • +4
    ./lams/tool/ToolDataAccessTestCase.java
    • -0
    • +90
    ./lams/tool/service/TestLamsToolService.java
  1. … 10 more files in changeset.
update learnerprogress dto

    • -2
    • +48
    ./lams/AbstractLamsStrutsTestCase.java
  1. … 1 more file in changeset.
*** empty log message ***

  1. … 4 more files in changeset.
test util method to create forward name from struts path

mapping requires restart

    • -1
    • +4
    ./lams/lesson/dao/TestLearnerProgressDAO.java
  1. … 2 more files in changeset.
helper for struts added

  1. … 1 more file in changeset.
new abstract test case for testing struts layer

    • -0
    • +85
    ./lams/AbstractLamsStrutsTestCase.java
roll back the change

    • -5
    • +4
    ./lams/learningdesign/TestGrouping.java
*** empty log message ***

    • -4
    • +5
    ./lams/learningdesign/TestGrouping.java
added not-nullable name field and decription field and modified creation factory method.

    • -1
    • +21
    ./lams/lesson/dao/TestLessonDAO.java
  1. … 3 more files in changeset.
added new fields to lesson object

  1. … 2 more files in changeset.
fix up some problems with activity mappings fix up bugs in saving temp completed activity list

    • -2
    • +3
    ./lams/learningdesign/TestGrouping.java
  1. … 5 more files in changeset.
add one more test case

get active lessons implemented

    • -0
    • +14
    ./lams/lesson/dao/TestLessonDAO.java
  1. … 2 more files in changeset.
update method for tool session added

    • -0
    • +12
    ./lams/tool/dao/TestToolSessionDAO.java
    • -0
    • +1
    ./lams/tool/toolApplicationContext.xml
  1. … 4 more files in changeset.
add get tool session by id to toolService

    • -0
    • +1
    ./lams/tool/toolApplicationContext.xml
  1. … 2 more files in changeset.
added helpers to get first activity in sequnence activity

    • -0
    • +12
    ./lams/lesson/TestActivityStrategy.java
  1. … 3 more files in changeset.
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.