lams_gradebook

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3732 Sort gradebook excel export by name

LDEV-3732 Sort users displayed at the Lesson Summary page of lesson excel export

file UserComparator.java was added on branch lams2_head_wildfly on 2016-04-06 08:04:41 +0000

LDEV-3732 Sort gradebook excel export by name

LDEV-2917: Change DOCTYPE tag of files which have not been picked up by previous runs as they had this tag broken into 2 lines and regex had not detected them.

  1. … 340 more files in changeset.
LDEV-3660: Remove export potfolio resources: Java classes, JPS, DB entries and labels.

Remove localLinkPath attribute from CSS tag as it was only used for export portfolio.

  1. … 371 more files in changeset.
LDEV-2918: Get rid of IE, "main" and "tabbed" styles as they are obsolete and only blur CSS tag work.

  1. … 102 more files in changeset.
LDEV-2917: Use <!DOCTYPE html> everywhere.

  1. … 167 more files in changeset.
LDEV-3654: Remove IE compatibility tags.

  1. … 33 more files in changeset.
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-3578: Convert passwords from sha1 to sha256 with salt after successful authentication and on password change.

Remove password hashing in browser.

Change internal authentication mechanism for LoginRequestServlet and LoginAsAction.

  1. … 23 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-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. … 7 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. … 7 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. … 45 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-3472: Revert removal of libraries as they are needed for LDEV-2657.

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

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

  1. … 16 more files in changeset.