• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
close/save/cancel action in authoring page.

  1. … 16 more files in changeset.
createTree method call change

Fixed algorithm to correctly create DTO tree.

Trying to getOrganisationByUserRole working

  1. … 6 more files in changeset.
updated Service to get list of orgs for multiple roles

updated getOrganisationsByUserRole to take list of roles as request parameter

Trying to open the organisations folder list in the authoring "save/load" dialog box was causing an endless loop, due to a bug in the isSubFolder() method. Fixed this bug and also now checks the permissions on the folders so it won't return an organisation folder for which the user has no rights.

I18N'd two values in the Workspace folder return packet.

  1. … 1 more file in changeset.
Renaming applicationResources.properties to ApplicationResources.properties

  1. … 30 more files in changeset.
Added a development servlet that takes a WDDX packet, deserialises it and dumps the resulting object to the screen. Not I18N - it is just for testing problem packets.

  1. … 1 more file in changeset.
Tweaking to reduce the number of times the User object is retrieved from the database.

    • -45
    • +45
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 5 more files in changeset.
Tweaking login to reduce the number of times the User object is retrieved from the database.

Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

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

  1. … 34 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.

    • -0
    • +39
    ./org/lamsfoundation/lams/authoring/IObjectExtractor.java
  1. … 31 more files in changeset.
Small tweak to make the code more efficient.

Move the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

Added I8N of the tool and activity titles, descriptions, help text for library activities. Does not alter the field values for learning designs (as they may have been modified by the author).

  1. … 4 more files in changeset.
Updated for increased exception handling in setTheme method.

  1. … 2 more files in changeset.
Adjusted tag to return theme name for both htmlTheme and flashTheme properties.

    • -1
    • +1
    ./org/lamsfoundation/lams/web/tag/UserTag.java
Updated setTheme method to handle setting html and/or flash theme.

  1. … 2 more files in changeset.
Added logging of theme exceptions, so that we can check the full exception in the log.

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.