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

    • -243
    • +0
    ./lams/dbupdates/patch02040038.sql
file patch0018_updateToWildfly82.sql was initially added on branch lams2_head_wildfly.

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

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

    • -0
    • +80
    ./lams/rating/ToolRatingManager.java
    • -0
    • +68
    ./lams/rating/dao/IRatingCommentDAO.java
    • -2
    • +4
    ./lams/rating/dao/IRatingCriteriaDAO.java
    • -25
    • +87
    ./lams/rating/dao/hibernate/RatingDAO.java
    • -0
    • +78
    ./lams/rating/dto/ItemRatingCriteriaDTO.java
    • -0
    • +101
    ./lams/rating/dto/ItemRatingDTO.java
    • -0
    • +76
    ./lams/rating/dto/RatingCommentDTO.java
    • -0
    • +0
    ./lams/rating/model/LessonRatingCriteria.java
  1. … 20 more files in changeset.
LDEV-3485 Add cc field to email student functionality

  1. … 4 more files in changeset.
file ToolRatingManager.java was added on branch lams2_head_wildfly on 2015-06-15 22:42:51 +0000

file RatingCommentDAO.java was added on branch lams2_head_wildfly on 2015-06-15 22:42:52 +0000

file IRatingCommentDAO.java was added on branch lams2_head_wildfly on 2015-06-15 22:42:52 +0000

    • -0
    • +0
    ./lams/rating/dao/IRatingCommentDAO.java
LDEV-3450 further development of rating/comments feature

    • -14
    • +4
    ./lams/rating/ToolRatingManager.java
    • -2
    • +5
    ./lams/rating/dao/IRatingCommentDAO.java
    • -7
    • +3
    ./lams/rating/dao/hibernate/RatingDAO.java
    • -5
    • +4
    ./lams/rating/service/IRatingService.java
    • -13
    • +10
    ./lams/rating/service/RatingService.java
  1. … 1 more file in changeset.
file ItemRatingDTO.java was added on branch lams2_head_wildfly on 2015-06-15 22:42:51 +0000

file ItemRatingCriteriaDTO.java was added on branch lams2_head_wildfly on 2015-06-15 22:42:51 +0000

    • -0
    • +0
    ./lams/rating/dto/ItemRatingCriteriaDTO.java
file RatingCommentDTO.java was added on branch lams2_head_wildfly on 2015-06-15 22:42:51 +0000

    • -0
    • +0
    ./lams/rating/dto/RatingCommentDTO.java
LDEV-3450 further development of rating/comments feature

(developed when working on Q&A's peer review feature)

    • -0
    • +90
    ./lams/rating/ToolRatingManager.java
    • -6
    • +28
    ./lams/rating/dao/IRatingCommentDAO.java
    • -35
    • +50
    ./lams/rating/dao/hibernate/RatingDAO.java
    • -0
    • +78
    ./lams/rating/dto/ItemRatingCriteriaDTO.java
    • -0
    • +101
    ./lams/rating/dto/ItemRatingDTO.java
    • -0
    • +76
    ./lams/rating/dto/RatingCommentDTO.java
    • -110
    • +0
    ./lams/rating/dto/RatingCriteriaDTO.java
    • -7
    • +33
    ./lams/rating/service/IRatingService.java
    • -18
    • +219
    ./lams/rating/service/RatingService.java
  1. … 7 more files in changeset.
LDEV-2913: Remove application context files used for the removed junit tests.

  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.

LDEV-3447: Get rid of c3p0 configuration as we do not use this library.

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.

    • -36
    • +28
    ./lams/util/ConfigurationKeys.java
  1. … 3 more files in changeset.
LDEV-3468: Display number of active shared sessions instead of HTTP threads.

    • -3
    • +10
    ./lams/web/session/SessionManager.java
  1. … 2 more files in changeset.
LDEV-3450 further development of rating/comments feature

    • -16
    • +36
    ./lams/rating/dao/hibernate/RatingDAO.java
    • -1
    • +10
    ./lams/rating/dto/RatingCriteriaDTO.java
    • -1
    • +11
    ./lams/rating/model/RatingCriteria.java
    • -29
    • +14
    ./lams/rating/service/IRatingService.java
    • -3
    • +4
    ./lams/rating/service/RatingService.java
  1. … 15 more files in changeset.
LDEV-3450 fix sql

file RatingComment.java was added on branch lams2_head_wildfly on 2015-06-15 22:42:51 +0000

    • -0
    • +0
    ./lams/rating/model/RatingComment.java
LDEV-3450

1) Display what rate you have given

2) Rate only once

3) Don't see the average rating until you rate it.

4) Add an option for a brief comment

    • -0
    • +43
    ./lams/rating/dao/IRatingCommentDAO.java
    • -0
    • +66
    ./lams/rating/dao/hibernate/RatingCommentDAO.java
    • -17
    • +22
    ./lams/rating/dao/hibernate/RatingDAO.java
    • -0
    • +101
    ./lams/rating/dto/RatingCriteriaDTO.java
    • -0
    • +102
    ./lams/rating/model/RatingComment.java
    • -1
    • +11
    ./lams/rating/model/RatingCriteria.java
    • -4
    • +8
    ./lams/rating/service/IRatingService.java
    • -89
    • +66
    ./lams/rating/service/RatingService.java
  1. … 15 more files in changeset.