lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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-3523: Removing debugging left in accidently.

LDEV-3523: Added subtype to Learning Design

  1. … 6 more files in changeset.
LDEV-3523: Added subtype to Learning Design

  1. … 6 more files in changeset.
LDEV-3525: Add the user to the course even if he/she is already authenticated and we just redirect him/her.

LDEV-3525: Add the user to the course even if he/she is already authenticated and we just redirect him/her.

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. … 38 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. … 38 more files in changeset.
LDEV-3525: Check if user re-authenticates with the same role.

LDEV-3525: Check if user re-authenticates with the same role.

LDEV-3490: Fix activity title wrap in progress bar.

    • -32
    • +31
    ./web/includes/javascript/progressBar.js
LDEV-3490: Fix activity title wrap in progress bar.

    • -32
    • +31
    ./web/includes/javascript/progressBar.js
LDEV-3519: Course signup description to use CKEditor

  1. … 2 more files in changeset.
LDEV-3519: Course signup description to use CKEditor

  1. … 1 more file in changeset.
LDEV-3515: Preserve update timestamp when copying LD images.

LDEV-3515: Preserve update timestamp when copying LD images.

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.

  1. … 5 more files in changeset.
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.

  1. … 5 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-3484: Paging, searching and deletion of learning designs from Blackboard

LDEV-3484: Paging, searching and deletion of learning designs from Blackboard

  1. … 3 more files in changeset.
LDEV-3456: Reversing tweaks to support the templating - authoring & preview need a course id to ensure roles are handled correctly.

LDEV-3455: Submission deadline should not have been included in the REST authoring interface as it is set in monitoring. Removing.

LDEV-3484: Paging, searching and deletion of learning designs from Blackboard

LDEV-3490: Get rid of Raphael completely.

    • -2
    • +0
    ./web/includes/javascript/progressBar.js
LDEV-3511: Use d3 in Vote and Survey Tools.

    • -0
    • +149
    ./web/includes/javascript/chart.js
    • -0
    • +5
    ./web/includes/javascript/d3.js
    • -239
    • +0
    ./web/includes/javascript/raphael/chart.js
    • -19
    • +0
    ./web/includes/javascript/raphael/g.bar.js
    • -13
    • +0
    ./web/includes/javascript/raphael/g.pie.js
  1. … 12 more files in changeset.
LDEV-3490: Get rid of Raphael completely.

    • -2
    • +0
    ./web/includes/javascript/progressBar.js
LDEV-3511: Use d3 in Vote and Survey Tools.

    • -0
    • +149
    ./web/includes/javascript/chart.js
    • -0
    • +5
    ./web/includes/javascript/d3.js
    • -239
    • +0
    ./web/includes/javascript/raphael/chart.js
    • -19
    • +0
    ./web/includes/javascript/raphael/g.bar.js
    • -13
    • +0
    ./web/includes/javascript/raphael/g.pie.js
  1. … 12 more files in changeset.
LDEV-3484: Paging and searching of learning designs

  1. … 4 more files in changeset.