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

change prority of locale

  1. … 1 more file in changeset.
Add more overload getMessage methods.

    • -2
    • +2
    ./lamsfoundation/lams/util/MessageService.java
Add more overload getMessage methods.

    • -8
    • +63
    ./lamsfoundation/lams/util/MessageService.java
New locale filter for i18n

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

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

  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.

    • -1
    • +1
    ./lamsfoundation/lams/cache/CacheManager.java
Implementing Preview - basic running of preview done, deletion of old preview lessons not completed.

    • -4
    • +13
    ./lamsfoundation/lams/lesson/dao/ILessonDAO.java
  1. … 9 more files in changeset.
Persist toolSessionName.

    • -8
    • +13
    ./lamsfoundation/lams/tool/ToolSession.java
  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.

    • -1
    • +12
    ./lamsfoundation/lams/tool/ToolSession.java
LDEV-75: Tweaked the Flash crash dump - must be logged in to do a dump and the file now has a .xml extension.

    • -6
    • +9
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 4 more files in changeset.
Add group name

Fixed bug in the previous version - added the user id but lost the session id!

Add group name.

    • -0
    • +57
    ./lamsfoundation/lams/learningdesign/dto/GroupDTO.java
  1. … 6 more files in changeset.
Teacher view of the learner url did not include the user id. This stopped the tools showing the specific data for a learner.