• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
remove the cut button

test

test commit

Property Inspector..

style

style edits

Removed some unused code and made the tag handling more robust when the serverURL is missing from the configuration.

    • -56
    • +29
    ./java/org/lamsfoundation/lams/web/tag/CssTag.java
added gate button

gate activity work

fixed up to working version

getTransitionByUIID

change load order so load cursor will show up

added some comments

propety inspector

LDEV-75: Tweaked the Flash crash dump - must be logged in to do a dump and the file now has a .xml extension.

  1. … 4 more files in changeset.
When getting the contents of a folder, check the permissions on subfolders, not just on folder itself. Otherwise the client displays subfolders that the user has no access to (e.g. other user's home folders).

the bin class file

    • binary
    ./flash/org/lamsfoundation/lams/authoring/cv/Bin.as
synch after CVS changes

testing comminitg to cvs

update

testing comminitg to cvs

Changed the calls to get the workspace folders and folder contents to be one call getFolderContents. The call uses dummy values to indicate when it wants the very root of all directories and when it needs the organisation workspaces. This allows Flash to call the same method (and the same data) for all parts of the display tree, which makes drag and drop much easier.

Most of the "rearranging" of the data and the dummy values has been kept in the Action class as it is designed to suit Flash, rather than being normal business logic.

  1. … 1 more file in changeset.
*** empty log message ***

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. … 2 more files in changeset.
InputDialog

Typo - constant was in quotes!

Rationalised the copy*, move*, delete* and rename* messages for the workspace - Flash calls one method which then calls the appropriate code for a folder, learning design etc, rather than separate methods on the interface for each resource type.

  1. … 1 more file in changeset.
wsp now allows saving and opeining of designs from folders

  1. … 3 more files in changeset.
after the learning design is extracted

it is validated using the learningDesignValidator

changes made to include learningDesignID in the constructor of StoreLearningDesignresultsDTO