• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added OrganisationStateId constants

added getOrganisationTypeById method

Update import tool content interface.

  1. … 3 more files in changeset.
Added code field and its getter and setter which was missing

Added organisationState related methods

OrganisationState DAO hibernate implementation

OrganisationState DAO Interface

added organisationStateDAO to userManagementService

Random grouping now working.

Fixed issues in authoring - was trying to look up grouping by UUID and that won't work for more than one design with grouping (as the UUIDs may be duplicated). Modified authoring to get all the existing groupings via the grouping activities.

Changed to make learner service changes to stop a hibernate lazy initialisation exception when grouping has just been run. Also reduced the amount of data needed to be cached in the session - only the lesson id is needed not the complete lesson.

  1. … 2 more files in changeset.
Working on import tool content.

added forceNodeOpen, to open root Workspace folder in wizard

updated getValue method to use optional parameters to substitute variables in the dictionary item

Fixed Optional Activities so that there are methods that will return not-null min and max value - makes the optional activity display code easier. The client should ensure that the values aren't null but they are allowed to be null in the db so we have to cater for that.

  1. … 1 more file in changeset.
added localeLanguage and lacaleCountry properties

added organisationState property mapping

hibernate mapping file for lams_organisation_state table

added OrganisationState.hbm.xml to mappingResources of hibernate session factory

added organisationState member

remove unnecessary package names in front of class names, which were generated by middlegen hbm2java task

domain object for lams_organisation_state table

Fixed bugs in getCountActiveLearnerByLesson, changed calls to update lesson to use the lessonId rather than the lesson. Change allowed us to reduce the amount cached in the context.

  1. … 1 more file in changeset.
Enforce uniqueness of lesson/user id relationship in learner progress table. Ensures that the query based on lesson, user id will only return one row.

Fixed typo in name

Working on import tool content.

  1. … 2 more files in changeset.
Add more dao in export tool content service.

added Privilege.hbm.xml and RolePrivilege.hbm.xml to the mappingResources for hibernate session factory

hibernate mapping files for privilege, role and privileges

Remove getLearningDesign() method.

updated to suit new DTO

Updated users so that all are staff - now mmm should appear on the staff list in the wizard.