• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add quartz persist table and upgrade to 1.5.2 from 1.5.0RC

    • -0
    • +4
    ./lamsfoundation/lams/applicationContext.xml
  1. … 24 more files in changeset.
Updated theme service defn - added MessageService

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
Theme Service message key added.

    • -0
    • +3
    ./lamsfoundation/lams/applicationResources.properties
Updated to use MessageService

Updated context for new ThemeService

    • -0
    • +18
    ./lamsfoundation/lams/commonContext.xml
New service to process CSS Themes. New method setTheme() added.

    • -0
    • +88
    ./lamsfoundation/lams/themes/service/IThemeService.java
    • -0
    • +196
    ./lamsfoundation/lams/themes/service/ThemeService.java
Split learner and export urls (in Tool) to have separate urls for teacher, learner and authoring modes. Added language file columns to activity and tool - this will be used to internationalise the activity and tool name and descriptions that are currently in the database.

    • -89
    • +118
    ./lamsfoundation/lams/tool/Tool.java
    • -0
    • +8
    ./lamsfoundation/lams/tool/ToolAccessMode.java
  1. … 21 more files in changeset.
add set encoding to filter

add set encoding to filter

Add charset map.

    • -0
    • +103
    ./lamsfoundation/lams/web/filter/LocaleToCharsetMap.java
Modified GroupingDAO to ensure that "real" grouping objects are returned, not just CGLIB versions. This was causing a problem when storing groupings as it was unable to cast existing groupings to RandomGrouping or ChosenGrouping

Added license text to the data returned for a learning design. Previously only returned license id which wasn't very helpful for a custom license.

Add start date for learnerProgress.

    • -0
    • +16
    ./lamsfoundation/lams/lesson/LearnerProgress.java
  1. … 4 more files in changeset.
Code had been made re-entrant so that class could be singleton, but the validation list definition had not been moved into the validate method, and hence there was still a chance that two simultaneous calls could affect each other's validation messages. (So not quite 100% re-entrant.) Has now been moved.

Compares two objects using alphabetical comparison. Objects must have methods getLastName, getFirstName, getLogin.

added equals and hasCode methods

Preview issue - the start date time was defined wrong in the code that looks for old preview lessons.

Interface for LearningDesignService

Previously LearningDesignValidator updated to LearningDesignService located in lams_common

updated message keys, new package location

    • -0
    • +143
    ./lamsfoundation/lams/learningdesign/dto/ValidationErrorDTO.java
Updated validateActivity method to return list of validation errors

Updated validateActivity method to return Vector type

set i18n MessageService config (commonMessageService) and added validation Service config (learningDesignService)

    • -3
    • +26
    ./lamsfoundation/lams/commonContext.xml
app resources for validation service

    • -0
    • +24
    ./lamsfoundation/lams/applicationResources.properties
Changes to suit the deletion parts of learning design preview

    • -1
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +13
    ./lamsfoundation/lams/tool/dao/IToolSessionDAO.java
    • -0
    • +2
    ./lamsfoundation/lams/util/wddx/WDDXTAGS.java
  1. … 3 more files in changeset.
validateActivity method updated to return application (message) resources key

added validateActivity method - needs updating to use MessageResources

added validateActivity method

remove getParameter from LocaleFilter

comment request.getParameter() method.