lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4411 Make relation from Evaluation to ToolActivity unidirectional

Hibernate can not lazy load properties connected with OneToOne

relationship. It means that with every fetch of ToolActivity its

ActivityEvaluation was also fetched, whether is was needed or not. It

made up even 10% of all queries sent to DB during a lesson.

By having the relationship unidirectional and fetching

ActivityEvaluation via DAO we ensure that it is fetched only when it is

needed. The code is not as nice, though.

LDEV-4411 Do not cache native SQL queries as it causes exceptions

Merge branch 'v4.5' into LDEV-5250

LDEV-3656 Clean up invalidated session from internal tracking mapping

These session should have been removed from the mapping when

SessionListener is called. Sometimes the listener is not called due to

WildFly internal bugs. We are left with a long list of stale sessions.

We should periodically clean up the mapping. Making it happen on runtime

stats fetch is as place as any other, plus it happens periodically.

LDEV-4411 Remove FetchMode as it seems to trigger excessive queries

LDEV-4411 Make cacheable queries for checking user roles

LDEV-4411 Make Tool -> ExtServerToolAdapterMap collection lazy

LDEV-5250 Remove Pedagogical Planner integration with core LAMS

  1. … 53 more files in changeset.
LDEV-4078 Only sysadmin can change other users' passwords

LDEV-4367 Change Sass CLI parameter for newer version compability

Sass installed as Ruby gem is deprecated since March 2019. Newer

versions of Sass accept a slightly different parameter for sourcemap.

LDEV-4769 Updating Simplified Chinese, English, Spanish

LDEV-3555 Do not create LD thumbnail with incorrect read-only colouring

Merge branch 'LDEV-5130' into v4.5

LDEV-4950 Remove obsolete ordering arrows in Scratchie authoring

LDEV-4440 Reintroduce history-aware Cancel button on Edit User form

LDEV-4932 Add CSRF token to course manager organisation edit page

LDEV-4540 Never copy Assessment question disclose status

Assessment questions can be disclosed on lesson level only. If they are

cloned or exported, their disclose status should be always the default,

i.e. not disclosed.

Update README.md

Added GitBook support

LDEV-5249 Add img-responsive class to images in CKEditor templates

LDEV-4411 Silence cache logs which flood LAMS log files

    • -8
    • +12
    /lams_build/conf/slim/standalone.xml
Merge branch 'LDEV-5249' into v4.5

LDEV-5249 Document ckeditor code change

LDEV-5249 Prevent error when image class is empty

    • -1
    • +15
    /lams_central/web/ckeditor/README.md
    • -1
    • +1
    /lams_central/web/ckeditor/ckeditor.js
Merge branch 'LDEV-5248' into v4.5

LDEV-4826 Reintroduce MCQ tool QTI export

It is needed to migrate TBL sequences with MCQ as iRAT to Assessment as

iRAT.

Merge branch 'LDEV-5243' into v4.5

LDEV-5243 Add "stop at preceding activity" info to gate monitoring

    • -0
    • +6
    /lams_monitoring/web/gate/gateInfo.jsp
LDEV-4875 Fix Scratchie learner UI on iPad

Newer JS format is not accepted on old iPad Safari. It makes JS break.

We need to stick to old syntax.

Also double clicking is problematic on old iPads. We allow single tap

scratching even if double click scratching is enabled.

Merge branch 'v4.5' into LDEV-5248

LKC-89 Fix TBL monitor sequence tab refresh

Initial refreshMonitor() call must be made so interval refresh gets set

up.