lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

    • binary
    /lams_build/lib/lams/lams-learning.jar
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.

Random grouping now working. 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.

Random grouping now working - changed to make learner service changes to stop a hibernate lazy initialisation exception when grouping has just been run.

made css to refer to local link

fck editor changes

    • -0
    • +55
    /lams_tool_vote/web/css/fckeditor_style.css
*** empty log message ***

added two methods setDesignOrder and oerderDesign

added 2 properties in the constructor

change in the set design

made Add Lesson popup window fixed size

fixed confirm message on final screen.

    • binary
    /lams_monitoring/web/lams_wizard.swf
Update import tool content interface.

Update import interface.

Working on import tool content.

added items for summery mc labels

fixed correct confirm message value

added description for each step, further validation, and confirm message on final screen.

    • binary
    /lams_monitoring/web/lams_wizard.swf
added forceNodeOpen, to open root Workspace folder in wizard

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

added new description textfield + confirm msg textfield

    • binary
    /lams_central/src/flash/lam_addseq_wiz.fla
added step description + schedule start validation

edited step titles + added new validation msg + confirming messages

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.

Removed the original SessionBean from the system. If needed again, the shared session bean developed by Dapeng can be used. Fixed various issues with Optional Activities and Parallel activites. Should be able to run through a sequence with them okay now.

added localeLanguage and lacaleCountry properties

added organisationState property mapping

hibernate mapping file for lams_organisation_state table