Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3776: Remove $Id CVS keyword.

  1. … 1060 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 768 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 2106 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 1846 more files in changeset.
LDEV-3752 Gradebook .xlsx export to include time stamps for start and completion

  1. … 1 more file in changeset.
LDEV-3752 Course gradebook .xlsx export to include time stamps for start and completion

LDEV-3752 Gradebook .xlsx export to include time stamps for start and completion

  1. … 1 more file in changeset.
LDEV-3401: Convert XDoclet annotations to empty comments.

  1. … 471 more files in changeset.
LDEV-3750 Ability to push marks to gradebook directly from Assessment

LDEV-3750 Ability to push marks to gradebook directly from Assessment

  1. … 1 more file in changeset.
LDEV-3732 Sort gradebook excel export by name

    • -0
    • +16
    ./org/lamsfoundation/lams/gradebook/util/UserComparator.java
LDEV-3732 Sort users displayed at the Lesson Summary page of lesson excel export

LDEV-3732 Sort gradebook excel export by name

    • -0
    • +16
    ./org/lamsfoundation/lams/gradebook/util/UserComparator.java
LDEV-3623 Fixed exception thrown on exporting a lesson gradebook when one of the users has current activity as NULL

LDEV-3623 Fixed exception thrown on exporting a lesson gradebook when one of the users has current activity as NULL

LDEV-3613 calculate Gradebook lesson mark correctly after changing gradebook activity mark

  1. … 1 more file in changeset.
LDEV-3558 Fixed exception thrown on a lesson gradebook page when lesson contains floating activity

LDEV-3557 Improve performance of gradebook xls export

  1. … 7 more files in changeset.
LDEV-3558 Fixed exception thrown on a lesson gradebook page when lesson contains floating activity

LDEV-3557 Improve performance of gradebook xls export

  1. … 7 more files in changeset.
LDEV-3554 Improve performance of gradebook pages

  1. … 9 more files in changeset.
LDEV-3549 Course gradebook only to be accessible for course admin/managers

  1. … 1 more file in changeset.
LDEV-3554 Improve performance of gradebook pages

  1. … 9 more files in changeset.
LDEV-3549 Course gradebook only to be accessible for course admin/managers

  1. … 1 more file 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 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.