lams-github

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

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

commented the load check for lessson list in UIElementLoaded method

changes in the onLocalRelease Method to handle click event for monitoring learner tab view optional activity icon

changes in the activityclick event handler

Changed calls to update lesson to use the lessonId rather than the lesson. Change allowed us to reduce the amount cached in the context. This fixed various issues with Optional and Parallel activities.

Modified to use the get count of active learners in lams_common, and to suit changes in lams_learning.

Changed calls to update lesson to use the lessonId rather than the lesson. Change allowed us to reduce the amount cached in the context. This fixed various issues with Optional and Parallel activities.

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

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.

    • -0
    • +1
    /lams_common/db/sql/create_lams_11_tables.sql
Fixed typo in name

added getLessonStaff call to retrieve list of staff in the lesson class

updated monitoring and wizard SWF - following latest request (call) / dto changes

    • binary
    /lams_monitoring/web/lams_monitoring.swf
    • binary
    /lams_monitoring/web/lams_wizard.swf
setup click listener events on init the view rather than draw + added method to change edit class enabled status + removed switch statement in changeStatus

Working on import tool content.

Readding the FCKeditor under the new fckeditor directory

added changeStatus method to run status change call such as suspendLesson

Add more dao in export tool content service.