• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Tweak authoring make OptionalActivities save correctly when an existing child activity is moved out of the Optional Activity onto the canvas (ie becomes a top level activity). Changed the cascading of the activities relationship (see lams-common) and split the calls to save and validate into two methods, both called by the servlet. Splitting the calls means that an exception thrown in the validation shouldn't cause the save db update to roll back so the design will be saved, albiet marked as invalid. (MySQL might get us here - as we are sharing the session MySQL may still rollback, even though Spring doesn't roll back).

The servlet now also handles the exceptions and creates the wddx packets. Having the service handle the exception was causing a problem with the transaction - as it was catching the exception the partially updated data in the data was committed. By moving the exception handling out to the servlet, the Spring transation handling was detecting the exception and rolling back the transaction and hence the data in the db remained as it was in the start.

Found a reference in the comment to an old class name.

added pre-loader + using import library (monitor/add seq wizard)

    • binary
    ./flash/lams_monitoring_main.fla
    • binary
    ./flash/lams_wizard_main.fla
  1. … 4 more files in changeset.
added pre-loader + using import library

    • binary
    ./flash/lams_authoring_main.fla
  1. … 2 more files in changeset.
added autoSaved flag

enabled branch button to show toltip but it does not perform any function yet

latest fla file

added code to handle saving and retrieving of minimum and maximum activity stepper value when saving and while reopening the design

made changes to update the minimum and maximum todo activities when edited in PI

made changes in the hearder and scratchpad and added two new moviclips to be used in scratchpad

added a method to get controller for the view

added couple of notebook properties and method to make notebook retractable

added two methods to get model and controller

added code to apply theme to lesson name panel

added code to make notebook retractable

auto-save improvements - updated dict/config

  1. … 3 more files in changeset.
auto-save improvements

  1. … 3 more files in changeset.
latest fla

changed data type for few class properties and made changes in setupLabel method to make labels look bolder than value and added three new setStyle statements

made changes in the code to handle reloadProgress and refresh of design propertly

made changes to show main scrollpane with out scrollbar

made changes in the code to handle reload progress and longish sequence

added class properties and made changes in few methods to show tab data properly with updated scrollpane

added code to handle reload progress

removed a line of code "break;" in releaseActivity method

small change in the server in loadLessonToMonitor method

added auto-save feature

  1. … 6 more files in changeset.
Adding support for LAMS 1.0.2 import. Includes a table to map the old tool types to our new tool signatures. Can import a sequence with tool tasks, no grouping and no data.

  1. … 19 more files in changeset.
send wddx null in packet for parentUIID and parentActivityID fields if null

made some changes in the code to show activity properly in monitor environment