Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
latest database changes incorporated

  1. … 15 more files in changeset.
mapping file for lams_license table

bugs for getting all learners in a class fixed. Refactored the getLearners to template method pattern

  1. … 5 more files in changeset.
tool session hibernate object and mapping file corrected. NonGroupedToolSession creation and deletion process tested.

    • -8
    • +3
    ./lamsfoundation/lams/tool/ToolSession.hbm.xml
  1. … 10 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.

  1. … 11 more files in changeset.
tool content id generator implemented

    • -14
    • +5
    ./lamsfoundation/lams/tool/ToolContent.hbm.xml
  1. … 7 more files in changeset.
setting up tool content generator

    • -1
    • +1
    ./lamsfoundation/lams/tool/Tool.hbm.xml
  1. … 13 more files in changeset.
<one-to-many> relation changed to <one-to-one> between Activity and Transition

  1. … 12 more files in changeset.
<property> class_name changed to service_name

    • -1
    • +1
    ./lamsfoundation/lams/tool/Tool.hbm.xml
<one-to-many> relation for ToolSession added

many to one relationship between tool session and activity created

    • -7
    • +7
    ./lamsfoundation/lams/tool/ToolSession.hbm.xml
  1. … 1 more file in changeset.
unit tests for lesson package have been setup. Lesson creation and deletion processes have been tested. Corresponding hibernate mapping files are corrected.

  1. … 9 more files in changeset.
testing lesson dao. - not working yet. Just commit the changes I have done so far.

  1. … 6 more files in changeset.
Session states are part of ToolSession

Uses the ToolSession sub-classes

    • -125
    • +59
    ./lamsfoundation/lams/tool/ToolSession.hbm.xml
fixed the mapping between lessonClass and lesson

Uses currentActivity and nextActivity instead of activity

*** empty log message ***

  1. … 2 more files in changeset.
Removed inverse on activity sets

Commited to remove compile errors

Removed references to old lesson stuff

removed usertoolsession refs

    • -4
    • +4
    ./lamsfoundation/lams/tool/ToolSession.hbm.xml
*** empty log message ***

*** empty log message ***

    • -85
    • +0
    ./lamsfoundation/lams/lesson/LessonState.hbm.xml
    • -100
    • +0
    ./lamsfoundation/lams/lesson/UserGroup.hbm.xml
Checking in to fix compile errors, these are not correct.

    • -116
    • +85
    ./lamsfoundation/lams/lesson/Lesson.hbm.xml
*** empty log message ***

    • -0
    • +202
    ./lamsfoundation/lams/learningdesign/Activity.hbm.xml
    • -0
    • +114
    ./lamsfoundation/lams/learningdesign/Group.hbm.xml
    • -0
    • +87
    ./lamsfoundation/lams/learningdesign/Grouping.hbm.xml
    • -0
    • +250
    ./lamsfoundation/lams/learningdesign/LearningDesign.hbm.xml
    • -0
    • +75
    ./lamsfoundation/lams/learningdesign/LearningLibrary.hbm.xml
    • -0
    • +134
    ./lamsfoundation/lams/learningdesign/Transition.hbm.xml
    • -0
    • +70
    ./lamsfoundation/lams/lesson/LearnerProgress.hbm.xml
    • -0
    • +132
    ./lamsfoundation/lams/lesson/Lesson.hbm.xml
    • -0
    • +85
    ./lamsfoundation/lams/lesson/LessonState.hbm.xml
    • -0
    • +101
    ./lamsfoundation/lams/lesson/ProgressCompleted.hbm.xml
    • -0
    • +55
    ./lamsfoundation/lams/lesson/ProgressCurrent.hbm.xml
    • -0
    • +100
    ./lamsfoundation/lams/lesson/UserGroup.hbm.xml
    • -0
    • +113
    ./lamsfoundation/lams/lesson/UserToolSession.hbm.xml
    • -0
    • +85
    ./lamsfoundation/lams/lesson/UserToolSessionState.hbm.xml
    • -0
    • +219
    ./lamsfoundation/lams/tool/Tool.hbm.xml
  1. … 43 more files in changeset.