hibernate

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1134: Dummying up a branching page for the progress engine. Had missed the entry for the abstract branching class in the Hibernate file when I switched from 1 branching class to 3.

  1. … 6 more files in changeset.
Split branching activity into 3 activities - one for each method of branching (teacher chosen, grouped and tool based)

  1. … 10 more files in changeset.
adding branch activity to sequence - basic model/dto changes and packet handling

  1. … 9 more files in changeset.
LDEV-1051 and LDEV-1198: Fixed the break out of frames logic for parallels at the end of a design and inside an optional activity.

  1. … 12 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

  1. … 237 more files in changeset.
LDEV-1146: Increase login field length to 255. Also increased the workspace folder name to 255 as found that it wasn't long enough for a user with two very long names, while testing the login field changes.

  1. … 7 more files in changeset.
fix mistake where change_password had 'not-null=true'

use change_password field in user table to show user 'password change' screen instead of index page when they login

  1. … 4 more files in changeset.
LDEV-1131: If the user is using a custom stylesheet, export portfolio wasn't copying the images directory for the stylesheet. Changed the export so it now copies the theme's special images (using the new image_directory column in the theme) as well as the default images.

  1. … 13 more files in changeset.
LDEV-1098: Increased size of locale_id field so that it will take more than 127 rows in the database. Matching java field is now an Integer, not a Byte.

  1. … 13 more files in changeset.
set archived_date when organisation becomes archived

  1. … 3 more files in changeset.
Adding a flag to control whether or not the export portfolio button appears on the learner client. Includes a change to the lesson table in the database and adding the new field to the LessonDetailsDTO.

  1. … 4 more files in changeset.
Converted all "identity" hibernate id generation entries to "native" - hopefully this will be a little more portable.

  1. … 68 more files in changeset.
Configuration xml to db change

  1. … 6 more files in changeset.
journal entries page for teachers - accessible from Monitor (learners tab)

  1. … 15 more files in changeset.
removed userOrgansiations cache setting to be consistent with User.hbm.xml

turn off lazy loading for integration. we should modify addStaffMember and addLearner method in LessonService to eagerly load the related objects so that we can turn on lazy loading later on for best performance

revert to lazy loading

set lazy loading to false for related properties, it's temp solution to make webservice work. Should be reverted back as soon as we solved the CustomizedOpenSessionInViewFilter not working for webservice call problem

change a property name from "foreignUsername" to "extUsername"

change column name from "foreign_username" to "ext_username" in lams_ext_user_userid_map table

  1. … 2 more files in changeset.
Added created by field to organisation.

Added help url column to tool.

Added ltr/rtl support based on the person's locale.

  1. … 32 more files in changeset.
mapping files for integration

add postcode and portraitUuid fields

  1. … 1 more file in changeset.
added content folder id field to learning design table + updated related dto's + added generator method for random 32 char id to authoring service + updated wddx packet handling

  1. … 9 more files in changeset.
table name length audit + changed table names with length greater than 30 + updated changed table references in the code (LDEV-47)

  1. … 8 more files in changeset.
added cache setting

Removed redundant language and country tables - now just use the supported locale tables.

  1. … 31 more files in changeset.