• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
insert some data into lams_country and lams_language

Added lams_language and lams_country tables

Clean up grouping code so that the shared code is in lams.jar, and making it so that learner can't trigger the chosen grouping. I18N the grouping screen and added a wait page for the chosen grouping.

  1. … 2 more files in changeset.
Import tool content works!!! in rsrc and submit tool with sigle file and pacakge testing!!!

extends BaseDAO and implements IBaseDAO to simplify the DAOs

  1. … 4 more files in changeset.
made Debugger work across all applications and use correct model data to dump

dictionary label change on Ok alert button

updated onServerResponse to not show actual error message in system error dialog

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.