lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4411 Add 2nd level cache configuration to slimmed WildFly config

    • -25
    • +16
    /lams_build/conf/slim/standalone.xml
LDEV-4411 Set up default and immutable 2nd level cache configuration

LDEV-2978 Fix exception when removing HTML markup for export

LDEV-5248 Fix exception when exporting LD

LDEV-5248 Fix exception when processing QB units lazy collection

LDEV-5248 Move QB create question logic to service

Keeping it in Controller caused lazy initialisation exception and is bad

practice anyway.

Merge branch 'v4.5' into LDEV-5248

LDEV-4944 Fix mark recalculation query

LDEV-5248 Fix exception when processing Assessment overall feedback

LDEV-5248, LDEV-4411 Add 2nd level cache to selected elements

Displaying Assessment results is too DB-intense for multiple learners.

We can enable a short-lived query cache for some entities which have

most impact on the results page. This way multiple requests can reuse

same objects from cache and there is little danger of inconsistency.

  1. … 5 more files in changeset.
LDEV-5248 Refresh Assessment object from DB instead of from form

We should not keep objects in form at all. If we do and a new request is

processed, we need to fetch the original object from DB.

LDEV-5248 Switch collections to lazy loading

No need to fetch all data straight away.

LDEV-5248 Fix an exception when result is not available yet

LDEV-5248 Improve finding objects by IDs when displaying results

LDEV-5248 Skip isLastActivity? check if is already discovered earlier

LDEV-5248 Skip isLeader? check if it is already discovered earlier

LDEV-5248 Skip copying leader answers if they already been copied

Merge branch 'LDEV-5244' into v4.5

LDEV-5244 Fix exception when signup page is missing or disabled

Merge branch 'LDEV-5245' into v4.5

LDEV-5245 Use name and login to identify students in Monitoring

Merge branch 'LDEV-5246' into v4.5

LDEV-5246 Feed Assessment monitoring with all, even non-complete results

LDEV-5227 Fix an exception if exported column is too wide

LDEV-4540 Improve indication of correct answer in disclosed AE

LDEV-4510 Make wizard-generated AEs use question numbering by default

LKC-202 Add question numbering to students choices in TBL monitoring AE

LDEV-5052 Position "question required" asterisk better

LDEV-4520 Make tRAT question view consistent with iRAT

Display both question title and description, add numbering.

Merge branch 'LDEV-5247' into v4.5