• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
show selected

Added method to open a preview window once it is enabled

added the group button

Added system administration page.

  1. … 24 more files in changeset.
validation service getter/setter methods added and storeLearningDesignDetails updated to retrieve and check error list.

Moved to lams_common

Link added to validation service (learningDesignService) for AuthoringService

LearningDesignValidator now LearningDesignService in lams_common

applicationResources (used by AuthoringService) moved to org.lamsfoundation.lams.central pkg

Added a flag to the Flash crash dump, which allows Flash to give a parameter which is then inserted into the filename. Useful for dumps where the data has to be split across multiple dumps due to Flash restrictions.

Changes to suit the deletion parts of learning design preview

  1. … 8 more files in changeset.
Correctly copies UD_ID value when copying a LearningDesign

adding preview action method

style edits

remove commented code

Made ValidationError keys public

Added messages for ScheduleGate errors

Updated FlashMessage flag sent with error FlashMessage in validateLearningDesign method

ste dataType to string in setButtonState

added method setButtonState to allow easy access to model's setButtonState from outside the MVC

added validation check when design is opened or new

added validation check when design is saved or edited

commented

//_validDesign = validate();

//if(_validDesign){

//set first ID

//}

in prepareDesignForSaving function

Created reference of severity and crashdumpseverity level to degugger class for message log and crash data dump log population.

added another case for button object in update method to observe the change in button state.

Wrote a method to assign the default state to Preview button as false.

Created the setDefaultState method to be accessed from toolbar.as to set the default state of any button object.

setButtonState methods to be accessed from anywhere to change the state of button to enable/disable.

Create a default state for the preview button when application initailize

added the send data to server button on debugger dialog box

storeLearningDesignDetails updated to validate the LearningDesign before sending response WDDX packet to flash client.

Updated buildScheduleGate to only set start and end time offsets.