• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2913: Remove test sources and build tasks from LAMS projects.

    • -321
    • +0
    ./service/TestAuthoringService.java
  1. … 293 more files in changeset.
Updated address of FSF in copyright statement

  1. … 584 more files in changeset.
Trying to getOrganisationByUserRole working

  1. … 6 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

  1. … 63 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

  1. … 47 more files in changeset.
Changed learning design activities and transition collections to use all-delete-orphan cascade management. This will ensure that the secondary records are created and removed as required.

This required fixing code that trigger cascade problems and also highlighted some session problems with the learner cache created by Jacky.

    • -145
    • +6
    ./service/TestAuthoringService.java
  1. … 38 more files in changeset.
Fixed test to suit previous change to copyLearningDesign method

Changed code to suit new name for the field linking designs to their runtime versions (new name LearningDesign.originalLearningDesign). Modified the copyLearningDesign routines to only set the field when creating a runtime design - don't want to link the designs when the user duplicates a design in authoring. Finally, changed the delete learning design methods to delete a design even if it is the parent of other designs (note: this leaves the child designs pointing to a parent that does not exist).

  1. … 5 more files in changeset.
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).

    • -1
    • +56
    ./service/TestAuthoringService.java
  1. … 3 more files in changeset.
Updated path to suit new authoring paths (done after splitting the packet load calls into separate servlets).

Changed authoring storeLearningDesignDetails and storeTheme to use standalone servlets.

The struts actions can't take the WDDX packet from Flash as a POST body.

  1. … 31 more files in changeset.
Merge Lams_authoring and Lams_workspace.

    • -0
    • +400
    ./service/TestAuthoringService.java
    • -0
    • +58
    ./web/TestAuthoringAction.java
  1. … 98 more files in changeset.