• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed CSS Theme related changes and config.

New action class for the new CSS ThemeService methods.

    • -0
    • +161
    ./org/lamsfoundation/lams/themes/web/ThemeAction.java
    • -0
    • +35
    ./org/lamsfoundation/lams/themes/web/ThemeConstants.java
Moved servlet and updated to support (use) ThemeService in lams_common.

    • -0
    • +59
    ./org/lamsfoundation/lams/themes/web/StoreThemeServlet.java
Fixed xdoclet definitions so that the attributes would be written out to the tag file.

    • -1
    • +11
    ./org/lamsfoundation/lams/web/tag/CssTag.java
    • -3
    • +1
    ./org/lamsfoundation/lams/web/tag/UserTag.java
  1. … 1 more file in changeset.
add logic to return css theme name if property 'theme' is called, instead of dto object.

    • -0
    • +6
    ./org/lamsfoundation/lams/web/tag/UserTag.java
Removed 'type' property from xdoclet.

    • -1
    • +0
    ./org/lamsfoundation/lams/web/tag/UserTag.java
Fixed xdoclet.

    • -1
    • +1
    ./org/lamsfoundation/lams/web/tag/CssTag.java
    • -1
    • +1
    ./org/lamsfoundation/lams/web/tag/UserTag.java
Converted to Servlet 2.4, JSTL 1.1

  1. … 43 more files in changeset.
Added system administration page.

    • -2
    • +34
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 24 more files in changeset.
validation service getter/setter methods added and storeLearningDesignDetails updated to retrieve and check error list.

Moved to lams_common

Link added to validation service (learningDesignService) for AuthoringService

LearningDesignValidator now LearningDesignService in lams_common

applicationResources (used by AuthoringService) moved to org.lamsfoundation.lams.central pkg

Added a flag to the Flash crash dump, which allows Flash to give a parameter which is then inserted into the filename. Useful for dumps where the data has to be split across multiple dumps due to Flash restrictions.

Changes to suit the deletion parts of learning design preview

  1. … 8 more files in changeset.
Correctly copies UD_ID value when copying a LearningDesign

Made ValidationError keys public

Added messages for ScheduleGate errors

Updated FlashMessage flag sent with error FlashMessage in validateLearningDesign method

storeLearningDesignDetails updated to validate the LearningDesign before sending response WDDX packet to flash client.

Updated buildScheduleGate to only set start and end time offsets.

Updated to run validActivity method for each Activity validated and add any error messages retrieved to the list of Validation Errors.

Some i18n Change.

Basic config for i18n

  1. … 6 more files in changeset.
Removed some unused code and made the tag handling more robust when the serverURL is missing from the configuration.

    • -56
    • +29
    ./org/lamsfoundation/lams/web/tag/CssTag.java
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).

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.
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.