hibernate

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
For 1.1 we will have separate theme definitions - Flash will use a handcoded XML file and HTML (jsps) will use a handcoded css file. As these two may not be in sync, we need two entries in the user table to link to themes. The db has been changed to have two entries but none of the java code is changed to match yet.

  1. … 3 more files in changeset.
Updated this VO based on the latest data model changes. Commented out unused properties.

Split learner and export urls (in Tool) to have separate urls for teacher, learner and authoring modes. Added language file columns to activity and tool - this will be used to internationalise the activity and tool name and descriptions that are currently in the database.

  1. … 34 more files in changeset.
Add start date for learnerProgress.

  1. … 4 more files in changeset.
Add locale fields.

  1. … 2 more files in changeset.
Implementing Preview - basic running of preview done, deletion of old preview lessons not completed.

  1. … 10 more files in changeset.
Persist toolSessionName.

  1. … 3 more files in changeset.
Add group name.

  1. … 11 more files in changeset.
Remove SUSPEND_STATE for activeLesson query.

Changed name of parentLearningDesign to originalLearningDesign. This field links the lesson version of a design back to its original design, but the parent name suggests that the parent learning design contains the child learning design (this is the meaning in the activity table) so the name was changed.

  1. … 9 more files in changeset.
changed theme so it isnt lazily loaded. problem occurred when trying the get the users theme. the CSSThemeVisualElement did not seem tob e loading

  1. … 1 more file in changeset.
LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Changed name of "group" to "sessionGroup" so that the HQL wouldn't throw warnings about group being a reserved word.

changed so that the relationship between activities and learningLibrary is lazy loaded.

  1. … 1 more file in changeset.
LDEV-67: Run sequences were not going in the correct workspace folder. Added a default runtime sequence folder to the workspace object.

  1. … 3 more files in changeset.
took out the groupingTypeId problem.

added the property groupingTypeId, which previously wasnt there. when retrieving Grouping objects, the groupingTypeId was null regardless of what value was stored on database. Works okay now.

Hopefully fixed the LearnerProgress relationships so that we always get the true activity object, not a proxy.

Upgraded Hibernate to 3.0

  1. … 77 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. … 1 more file in changeset.
Added initial Theme support

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

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

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

*** empty log message ***

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

  1. … 29 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

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)

  1. … 4 more files in changeset.
update java code against change in database

  1. … 5 more files in changeset.