• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Modified GroupingDAO to ensure that "real" grouping objects are returned, not just CGLIB versions. This was causing a problem when storing groupings as it was unable to cast existing groupings to RandomGrouping or ChosenGrouping

Added license text to the data returned for a learning design. Previously only returned license id which wasn't very helpful for a custom license.

Add start date for learnerProgress.

  1. … 3 more files in changeset.
Code had been made re-entrant so that class could be singleton, but the validation list definition had not been moved into the validate method, and hence there was still a chance that two simultaneous calls could affect each other's validation messages. (So not quite 100% re-entrant.) Has now been moved.

Compares two objects using alphabetical comparison. Objects must have methods getLastName, getFirstName, getLogin.

added equals and hasCode methods

change confirm to make title optional

Created a Class for opeing a popup window

Created a show sebd error request method

Added allow custom button label and custom itle for the Alert message window

Most changes are for the alert message formatting

drag and drop tree

    • binary
    ./src/flash/it/sephiroth/TreeDnd.as
    • binary
    ./src/flash/it/sephiroth/XML2Object.as
    • -0
    • +86
    ./src/flash/it/sephiroth/XML2Object_doc.html
    • binary
    ./src/flash/it/sephiroth/iTreeDnd.as
make labels of buttons configurable

drawing api stuff

    • binary
    ./src/flash/com/polymercode/Draw.as
    • binary
    ./src/flash/com/polymercode/DrawMC.as
Preview issue - the start date time was defined wrong in the code that looks for old preview lessons.

Interface for LearningDesignService

Previously LearningDesignValidator updated to LearningDesignService located in lams_common

updated message keys, new package location

Updated validateActivity method to return list of validation errors

Updated validateActivity method to return Vector type

set i18n MessageService config (commonMessageService) and added validation Service config (learningDesignService)

app resources for validation service

Changes to suit the deletion parts of learning design preview

  1. … 3 more files in changeset.
Added a survey only learning design to use when testing preview.

validateActivity method updated to return application (message) resources key

added javadoc comment

use the data dump methods

the tool icons

    • binary
    ./src/flash/assets/icons/icon_chat.fla
    • binary
    ./src/flash/assets/icons/icon_chat.swf
    • binary
    ./src/flash/assets/icons/icon_chatgroupreporting.fla
    • binary
    ./src/flash/assets/icons/icon_forum.swf
    • binary
    ./src/flash/assets/icons/icon_group.fla
    • binary
    ./src/flash/assets/icons/icon_group.swf
    • binary
    ./src/flash/assets/icons/icon_groupreporting.fla
    • binary
    ./src/flash/assets/icons/icon_groupreporting.swf
    • binary
    ./src/flash/assets/icons/icon_journal.fla
    • binary
    ./src/flash/assets/icons/icon_journal.swf
    • binary
    ./src/flash/assets/icons/icon_mcq.swf
    • binary
    ./src/flash/assets/icons/icon_messageboard.fla
    • -0
    • +18
    ./src/flash/assets/icons/icon_messageboard.html
    • binary
    ./src/flash/assets/icons/icon_messageboard.swf
  1. … 24 more files in changeset.
added validateActivity method - needs updating to use MessageResources

added validateActivity method