lams_learning

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3533 moved URL rewrite operations from index.jsp to UrlRewrite config file (in order to keep such rules in one place)

  1. … 1 more file in changeset.
LDEV-3532 Proper handling of passing marks to LMS on the second attempt

LDEV-3535: WildFly's JSP parser is more strict about case than JBoss'. Update HEAD too for compatibility.

LDEV-3535: WildFly's JSP parser is more strict about case than JBoss'. Update HEAD too for compatibility.

LDEV-3533 moved URL rewrite operations from index.jsp to UrlRewrite config file (in order to keep such rules in one place)

  1. … 1 more file in changeset.
LDEV-3533: Detect iOS-based client and use simple Learner interface then.

    • -0
    • +91
    ./web/mobile/common/progressOutput.jsp
    • -0
    • +52
    ./web/mobile/main.jsp
    • -0
    • +64
    ./web/mobile/progress.jsp
  1. … 1 more file in changeset.
LDEV-3533: Detect iOS-based client and use simple Learner interface then.

    • -0
    • +91
    ./web/mobile/common/progressOutput.jsp
    • -0
    • +52
    ./web/mobile/main.jsp
    • -0
    • +64
    ./web/mobile/progress.jsp
  1. … 1 more file in changeset.
LDEV-3532 Proper handling of passing marks to LMS on the second attempt

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

Attach activity to Hibernate session in completeActivity() method.

  1. … 41 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. … 42 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. … 40 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-3505: Try completing an activity 3 times before giving up.

LDEV-3505: Try completing an activity 3 times before giving up.

LDEV-3490: Use Snap instead of Raphael in Learner progress bar.

  1. … 2 more files in changeset.
LDEV-3490: Use Snap instead of Raphael in Learner progress bar.

  1. … 2 more files in changeset.
LDEV-3495: adding allowfullscreen to learner's iframe

LDEV-3495: adding allowfullscreen to learner's iframe

LDEV-3453: Fix JSP code for writing out i18n labels.

LDEV-3453: Fix JSP code for writing out i18n labels.

LDEV-3453: Escape single quotes in i18n labels for Javascript.

  1. … 7 more files in changeset.
LDEV-2975: Updating Greek and Norwegian

  1. … 18 more files in changeset.
LDEV-3322 adding tag for selenium

LDEV-3322 adding tag for selenium

LDEV-3406: Send and process a different HTTP code when a learner did not finish the lesson yet.

LDEV-3406: Send and process a different HTTP code when a learner did not finish the lesson yet.

LDEV-3404: Check if export portfolion for learner is enabled only if user is learner.

LDEV-3404: Check if export portfolion for learner is enabled only if user is learner.