• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix user's locale not saving

license change

  1. … 109 more files in changeset.
hidden or removed organisations will not have their folders visible in workspace

latest fla files

save-as clears the tool content id (to null or default value) for each tool activitiy

  1. … 2 more files in changeset.
allow only course manager or monitor (excluede course admin) to add lesson

allow only course manager or monitor (excluede course admin) to see add lesson link

allow only course manager or monitor (excluede course admin) to see add lesson link

made a small change in the removeOptionalCA method

Removed redundant language and country tables - now just use the supported locale tables.

  1. … 34 more files in changeset.
Fixed tab alignment problem with IE. The URL to include the special IE stylesheet was wrong.

    • -5
    • +26
    ./java/org/lamsfoundation/lams/web/tag/CssTag.java
fixed multiple calls issue in monitor

  1. … 2 more files in changeset.
added variable for displaying either 'active' groups or 'archived' (for profile page) groups.

  1. … 2 more files in changeset.
correct event listeners

added code to initiate drawing of temperory transition when user click on activity with transition tool active

added code to draw transition as users mouse drags on the canvas from one activity to another

reverted controller code + updated preloader to load movie to root

  1. … 4 more files in changeset.
deleted some code related to context menu

removed some code related to contect menu

preloader + cursor + transition fixes

  1. … 2 more files in changeset.
made a smal change in the propertyinspectornew movieclip

changed code to hide steppers in PI when author loads

change password

  1. … 1 more file in changeset.
edit profile

  1. … 4 more files in changeset.
Remove unused lesson columns in Learning Design table

  1. … 10 more files in changeset.
preloader changes

    • binary
    ./flash/preloader.fla
ValidateLearningDesign has been split from StoreLearningDesign, but I forgot to add it as a transationed method.

Accidently removed saveLearningDesign - broke starting a lesson.

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.