lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added the right font size

*** empty log message ***

removed unused sections

removed unused methods

removed unused entries

LDEV-73: Added a method to pass the details of the license table to Flash. The DTO code in lams.jar tweaks the data before sending - in this case we make sure the picture url is a complete url (maybe relative to the current server in db).

LDEV-77: Issues exist with the data returned by getAccessibleWorkspaceFolders(). Data is missing, and the structure is different to the workspace data returned by getFolderContentsExcludeHome().

Trying to fix the problems by changing the DTO to be the same one used for getFolderContentsExcludeHome(). Put it in a temporary method for the moment so that we can try out the changed packet without breaking the existing code. More changes will probably be required for this problem.

    • binary
    /lams_build/lib/lams/lams-central.jar
LDEV-77: Issues exist with the data returned by getAccessibleWorkspaceFolders(). Data is missing, and the structure is different to the workspace data returned by getFolderContentsExcludeHome().

Trying to fix the problems by changing the DTO to be the same one used for getFolderContentsExcludeHome(). Put it in a temporary method for the moment so that we can try out the changed packet without breaking the existing code. More changes will probably be required for this problem.

LDEV-73: Added a method to pass the details of the license table to Flash. The DTO code in lams.jar tweaks the data before sending - in this case we make sure the picture url is a complete url (maybe relative to the current server in db).

LDEV-73: Added LicenseDTO for passing License data back to Flash. Having a separate DTO allows us to tweak the data before sending - in this case we make sure the picture url is a complete url (maybe relative to the current server in db).

This is used in the authoring call to get all the license details.

added css/ under web/

aded this css

    • -0
    • +59
    /lams_tool_lamc/web/css/tool_custom.css
changed a setting about defineLater

no big change

fized something about copyToolContent

removed redundant constants

*** empty log message ***

updated section on learning design validation rules removed code from validationErrorDTO

removed code the messages send to flash are from the applicationResources file

added comments

changed the flashmessage to "storeLearningDesignDetails"

moved to LearningDesignValidator

added some comments refactored code so that the iterator is only when needed

added messages which will be sent to flash used for learning design validator

Add finishLessonOnSchedule interface

Add finishLessonOnSchedule interface

Add startLessonOnSchedule interface

Add scheduled lesson start job.

validator - which has validation rules to determine whether the LD is valid or not

this DTO will indicate whether the learning design is valid or not. if valid - the message included will be the learningdesign id of the LD saved if not valid - returns the list of error messages/codes

learning design validator - if learning design isnt valid, server will return a list of ValidationErrorDTO objects which hold information about which rule was violated, and which is the offending activity (if applicable)