lams_tool_vote

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3455: Rest Support (Authoring)

LDEV-3529: Need to start order at 1 - if set it to 0 then entry won't be seen in learner.

LDEV-3455: Rest Support (Authoring)

LDEV-3514: Use pretInterceptor instead of postInterceptor. Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 42 more files in changeset.
LDEV-3514: Use pretInterceptor instead of postInterceptor. Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 43 more files in changeset.
LDEV-3514: Use postInterceptor instead of preInterceptor. PreInterceptor apparently runs before Hibernate transaction gets created. When an exception in the proxied method occurs, the transaction is canceled and is not re-created when retry is attempted. This leads to "no session" or "read only transaction on write" errors. PostInterceptor seems to work when the transaction is already created, so retries happen witin its scope.

  1. … 39 more files in changeset.
LDEV-3514: Use postInterceptor instead of preInterceptor. PreInterceptor apparently runs before Hibernate transaction gets created. When an exception in the proxied method occurs, the transaction is canceled and is not re-created when retry is attempted. This leads to "no session" or "read only transaction on write" errors. PostInterceptor seems to work when the transaction is already created, so retries happen witin its scope.

  1. … 39 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. … 41 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. … 42 more files in changeset.
LDEV-3511: Use d3 in Vote and Survey Tools.

    • -8
    • +4
    ./web/learning/RevisitedAllNominations.jsp
    • -9
    • +8
    ./web/learning/mobile/AllNominations.jsp
    • -7
    • +4
    ./web/learning/mobile/ExitLearning.jsp
    • -7
    • +5
    ./web/learning/mobile/RevisitedAllNominations.jsp
    • -3
    • +4
    ./web/learning/mobile/RevisitedDisplay.jsp
    • -2
    • +3
    ./web/monitoring/AllSessionsSummary.jsp
  1. … 9 more files in changeset.
LDEV-3511: Use d3 in Vote and Survey Tools.

    • -8
    • +4
    ./web/learning/RevisitedAllNominations.jsp
    • -9
    • +8
    ./web/learning/mobile/AllNominations.jsp
    • -7
    • +4
    ./web/learning/mobile/ExitLearning.jsp
    • -7
    • +5
    ./web/learning/mobile/RevisitedAllNominations.jsp
    • -3
    • +4
    ./web/learning/mobile/RevisitedDisplay.jsp
    • -2
    • +3
    ./web/monitoring/AllSessionsSummary.jsp
  1. … 9 more files in changeset.
LDEV-3486 Assign marks to learner in leader aware tools when he gets force completed

  1. … 33 more files in changeset.
LDEV-3486 Assign marks to learner in leader aware tools when he gets force completed

  1. … 32 more files in changeset.
LDEV-3464: Cleaning up TreeSets that may have a non Comparable object added to them.

  1. … 7 more files in changeset.
LDEV-3472: Revert removal of libraries as they are needed for LDEV-2657.

  1. … 17 more files in changeset.
LDEV-3472: Revert removal of libraries as they are needed for LDEV-2657.

  1. … 17 more files in changeset.
LDEV-3472: Remove references to timepicker and blockUI.

  1. … 17 more files in changeset.
LDEV-3472: Remove references to timepicker and blockUI.

  1. … 18 more files in changeset.
LDEV-3095: Revert incorrect fix. Try to mute cross-domain iframe access errors, as requested by a client.

  1. … 25 more files in changeset.
LDEV-3095: Revert incorrect fix. Try to mute cross-domain iframe access errors, as requested by a client.

  1. … 26 more files in changeset.
LDEV-3095: Check if the current window is the one containing given methods. It may happen for some clients.

  1. … 27 more files in changeset.
LDEV-3095: Check if the current window is the one containing given methods. It may happen for some clients.

  1. … 27 more files in changeset.
LDEV-3460: Remove references to obsolete CSS files. Re-introduce necessary images.

    • binary
    ./web/images/indicator.gif
  1. … 11 more files in changeset.
LDEV-3460: Remove references to obsolete CSS files. Re-introduce necessary images.

    • binary
    ./web/images/indicator.gif
  1. … 11 more files in changeset.
LDEV-2975: Updating Norwegian, Greek and French

  1. … 27 more files in changeset.
LDEV-3416 fixed Exception on trying to edit Voting tool in Monitoring

LDEV-3416 fixed Exception on trying to edit Voting tool in Monitoring

LDEV-3396: fixing display when option presented is an image

    • -1
    • +1
    ./web/learning/mobile/RevisitedDisplay.jsp
LDEV-3396: fixing display when option presented is an image

    • -1
    • +1
    ./web/learning/mobile/RevisitedDisplay.jsp
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_tool_vote