Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3491: Deleting a learning design no longer removes it from the database. Accidently removed one too many methods from the interface - putting it back.

LDEV-3491: Deleting a learning design no longer removes it from the database. Now it flags removed = true. Calls to get the learning designs in the DAO layer ignore rows where removed = true. Cleaned up some methods in the DAO layer that are no longer used.

    • -0
    • +12
    ./lamsfoundation/lams/dbupdates/patch02040042.sql
  1. … 4 more files in changeset.
LDEV-3514: Wrap all transactional methods with TransactionRetryInterceptor. Set number of attempts to 3. Remove previous safety mechanism for completeActivity() method.

    • -0
    • +3
    ./lamsfoundation/lams/applicationContext.xml
    • -2
    • +55
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +5
    ./lamsfoundation/lams/integrationContext.xml
    • -0
    • +15
    ./lamsfoundation/lams/toolApplicationContext.xml
    • -0
    • +66
    ./lamsfoundation/lams/web/filter/TransactionRetryInterceptor.java
  1. … 35 more files in changeset.
LDEV-3514: Wrap all transactional methods with TransactionRetryInterceptor. Set number of attempts to 3. Remove previous safety mechanism for completeActivity() method.

    • -1
    • +4
    ./lamsfoundation/lams/applicationContext.xml
    • -7
    • +60
    ./lamsfoundation/lams/commonContext.xml
    • -1
    • +6
    ./lamsfoundation/lams/integrationContext.xml
    • -0
    • +15
    ./lamsfoundation/lams/toolApplicationContext.xml
    • -0
    • +66
    ./lamsfoundation/lams/web/filter/TransactionRetryInterceptor.java
  1. … 36 more files in changeset.
LDEV-3484: Paging, searching and deletion of learning designs from Blackboard

  1. … 4 more files in changeset.
LDEV-3484: Paging and searching of learning designs

  1. … 5 more files in changeset.
LDEV-3508 Fixed Emails sent from LAMS monitor have wrong sender specified

LDEV-3498: Add Gradebook support when creating LDs in FLA and Single Activity Lessons.

    • -0
    • +9
    ./lamsfoundation/lams/tool/dto/ToolDTO.java
  1. … 7 more files in changeset.
LDEV-3498: Add Gradebook support when creating LDs in FLA and Single Activity Lessons.

    • -0
    • +9
    ./lamsfoundation/lams/tool/dto/ToolDTO.java
  1. … 7 more files in changeset.
LDEV-3486 Assign marks to learner in leader aware tools when he gets force completed

    • -10
    • +20
    ./lamsfoundation/lams/tool/ToolSessionManager.java
  1. … 31 more files in changeset.
LDEV-3489 New question type for marks hedging

  1. … 21 more files in changeset.
LDEV-3485 Add cc field to email student functionality

    • -2
    • +13
    ./lamsfoundation/lams/util/ValidationUtil.java
  1. … 4 more files in changeset.
LDEV-3489 New question type for marks hedging

  1. … 24 more files in changeset.
LDEV-3488: Throw the error at the point where LD ID was already assigned to activities.

LDEV-3488: Throw the error at the point where LD ID was already assigned to activities.

LDEV-3337: Put Quartz DB schema update into an another file for manual execution.

    • -0
    • +243
    ./lamsfoundation/lams/dbupdates/patch0018_updateToWildfly82.sql
LDEV-3486 Assign marks to learner in leader aware tools when he gets force completed

    • -10
    • +20
    ./lamsfoundation/lams/tool/ToolSessionManager.java
  1. … 30 more files in changeset.
LDEV-3450 Implement peer review feature

    • -0
    • +6
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +80
    ./lamsfoundation/lams/rating/ToolRatingManager.java
    • -0
    • +68
    ./lamsfoundation/lams/rating/dao/IRatingCommentDAO.java
    • -8
    • +38
    ./lamsfoundation/lams/rating/dao/IRatingDAO.java
    • -0
    • +78
    ./lamsfoundation/lams/rating/dto/ItemRatingCriteriaDTO.java
    • -0
    • +101
    ./lamsfoundation/lams/rating/dto/ItemRatingDTO.java
    • -0
    • +76
    ./lamsfoundation/lams/rating/dto/RatingCommentDTO.java
    • -0
    • +102
    ./lamsfoundation/lams/rating/model/RatingComment.java
  1. … 15 more files in changeset.
LDEV-3485 Add cc field to email student functionality

    • -2
    • +13
    ./lamsfoundation/lams/util/ValidationUtil.java
  1. … 4 more files in changeset.
LDEV-3450 further development of rating/comments feature

  1. … 1 more file in changeset.
LDEV-3450 further development of rating/comments feature (developed when working on Q&A's peer review feature)

    • -0
    • +90
    ./lamsfoundation/lams/rating/ToolRatingManager.java
    • -3
    • +25
    ./lamsfoundation/lams/rating/dao/IRatingDAO.java
    • -0
    • +78
    ./lamsfoundation/lams/rating/dto/ItemRatingCriteriaDTO.java
    • -0
    • +101
    ./lamsfoundation/lams/rating/dto/ItemRatingDTO.java
    • -0
    • +76
    ./lamsfoundation/lams/rating/dto/RatingCommentDTO.java
  1. … 7 more files in changeset.
LDEV-2913: Remove application context files used for the removed junit tests.

    • -50
    • +0
    ./lamsfoundation/lams/localApplicationContext.xml
    • -465
    • +0
    ./lamsfoundation/lams/localCommonContext.xml
  1. … 3 more files in changeset.
LDEV-3477: LoginRequest's redirectURL parameter now used over the method parameter, irrespective of whether the user was logged in.

  1. … 1 more file in changeset.
LDEV-3447: Get rid of c3p0 configuration as we do not use this library.

    • -4
    • +0
    ./lamsfoundation/lams/applicationContext.xml
LDEV-3447: Get rid of c3p0 configuration as we do not use this library.

    • -4
    • +0
    ./lamsfoundation/lams/applicationContext.xml
    • -4
    • +0
    ./lamsfoundation/lams/localApplicationContext.xml
    • -4
    • +0
    ./lamsfoundation/lams/localCommonContext.xml
LDEV-3477: LoginRequest's redirectURL parameter now used over the method parameter, irrespective of whether the user was logged in.

LDEV-3456: Tweaks to support the templating - authoring doesn't require a course id and opening authoring through an integeration needs to be able to open a particular design.

  1. … 1 more file in changeset.
LDEV-3477: LoginRequest's redirectURL parameter now used over the method parameter, irrespective of whether the user was logged in.

LDEV-3471: Set session timeout to 30 minuts.

  1. … 3 more files in changeset.
LDEV-3471: Set session timeout to 30 minuts.

  1. … 3 more files in changeset.