• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Hopefully fixed the LearnerProgress relationships so that we always get the true activity object, not a proxy.

Upgraded Hibernate to 3.0

    • -2
    • +2
    ./org/lamsfoundation/lams/lesson/Lesson.hbm.xml
    • -2
    • +2
    ./org/lamsfoundation/lams/tool/Tool.hbm.xml
  1. … 97 more files in changeset.
Name maxId made maxID to be consistent

Switched style and elements collections to not lazy load - makes creating the DTO easier.

  1. … 2 more files in changeset.
Added initial Theme support

    • -0
    • +99
    ./org/lamsfoundation/lams/themes/CSSProperty.hbm.xml
    • -0
    • +93
    ./org/lamsfoundation/lams/themes/CSSStyle.hbm.xml
    • -0
    • +30
    ./org/lamsfoundation/lams/tool/Tool.hbm.xml
  1. … 42 more files in changeset.
*** empty log message ***

    • -0
    • +303
    ./org/lamsfoundation/lams/tool/BasicToolVO.hbm.xml
  1. … 6 more files in changeset.
*** empty log message ***

  1. … 9 more files in changeset.
*** empty log message ***

*** empty log message ***

  1. … 2 more files in changeset.
*** empty log message ***

  1. … 28 more files in changeset.
modify gate hibernate mapping file and object to include waiting learners attribute

  1. … 4 more files in changeset.
added query to query active learners

    • -1
    • +8
    ./org/lamsfoundation/lams/lesson/Lesson.hbm.xml
DB Changes:

lams_tool: columns learning_library_id and default_tool_content_id made nullable (C Perfect's request).

lams_user: column user_organisation_id removed (checked with F Yang)

    • -2
    • +2
    ./org/lamsfoundation/lams/tool/Tool.hbm.xml
  1. … 4 more files in changeset.
update java code against change in database

    • -7
    • +120
    ./org/lamsfoundation/lams/tool/Tool.hbm.xml
  1. … 5 more files in changeset.
*** empty log message ***

  1. … 10 more files in changeset.
latest db changes

  1. … 1 more file in changeset.
mapping requires restart

  1. … 2 more files in changeset.
added not-nullable name field and decription field and modified creation factory method.

    • -1
    • +6
    ./org/lamsfoundation/lams/lesson/Lesson.hbm.xml
  1. … 5 more files in changeset.
added new fields to lesson object

    • -3
    • +9
    ./org/lamsfoundation/lams/lesson/Lesson.hbm.xml
  1. … 2 more files in changeset.
changed discriminator

*** empty log message ***

  1. … 2 more files in changeset.
latest database changes mapped

  1. … 1 more file in changeset.
get active lessons implemented

    • -0
    • +2
    ./org/lamsfoundation/lams/lesson/Lesson.hbm.xml
  1. … 2 more files in changeset.
enable bi-directional one-to-one relationship between activity and transition

new property activityCategoryID added

  1. … 1 more file in changeset.
cascade="save-update" added for <many-to-one> relationship between

Transition and Activity

<one-to-one> relationship between Activity and Transition made

uni-directional

added waiting flag for learner progress

  1. … 3 more files in changeset.
*** empty log message ***

  1. … 1 more file in changeset.
set toolSession ref to lazy load