• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

    • -0
    • +10
    ./lams/workspace/dto/FolderContentDTO.java
Add start date for learnerProgress.

  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

    • -0
    • +19
    ./lams/usermanagement/dto/UserDTO.java
Preview issue - the start date time was defined wrong in the code that looks for old preview lessons.

    • -1
    • +1
    ./lams/lesson/dao/hibernate/LessonDAO.java
Interface for LearningDesignService

Previously LearningDesignValidator updated to LearningDesignService located in lams_common

updated message keys, new package location

    • -0
    • +143
    ./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)

app resources for validation service

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

    • -0
    • +13
    ./lams/tool/dao/IToolSessionDAO.java
    • -1
    • +16
    ./lams/tool/dao/hibernate/ToolSessionDAO.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

    • -0
    • +14
    ./lams/learningdesign/Activity.java
remove getParameter from LocaleFilter

comment request.getParameter() method.

change prority of locale

    • -26
    • +27
    ./lams/web/filter/LocaleFilter.java
  1. … 1 more file in changeset.
Add more overload getMessage methods.

Add more overload getMessage methods.

New locale filter for i18n

    • -0
    • +51
    ./lams/util/MessageService.java
  1. … 2 more files in changeset.
New locale filter for i18n

    • -0
    • +100
    ./lams/web/filter/LocaleFilter.java
    • -0
    • +59
    ./lams/web/filter/LocaleRequestWrapper.java
Add locale fields.

    • -2
    • +21
    ./lams/usermanagement/dto/UserDTO.java
  1. … 1 more file in changeset.
Catch all exceptions thrown if the cache cannot be accessed - we want the system to work, albeit slower.

Change was made to allow junit test cases to run.

Implementing Preview - basic running of preview done, deletion of old preview lessons not completed.

    • -8
    • +28
    ./lams/lesson/dao/hibernate/LessonDAO.java
  1. … 9 more files in changeset.
Persist toolSessionName.

  1. … 3 more files in changeset.
Change toolSessionManager interface to add new toolSessionName.

  1. … 7 more files in changeset.
Change staff group name import from flash client.

Add ToolSession Name.

    • -0
    • +3
    ./lams/tool/NonGroupedToolSession.java