lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5251 Add proper tooltip for leader-based Assessments

LDEV-5251 Fix query finding number of answered questions by students

LDEV-5200 Attempt to fix "large open gate" issue

A large icon sometimes gets displayed on first display of TBL monitor.

Merge branch 'LDEV-5254' into v4.5

LDEV-5254 Detect Live Edit from LD property and not existence of Gate

LDEV-5254 Prevent exception when lived editing user is not set

Merge branch 'LDEV-5251' into v4.5

LDEV-5140 Add release marks code to cusomised Gradebook

    • -1
    • +19
    /lams_gradebook/web/gradebookCourseMonitor.jsp
LDEV-5251 Add tooltip with list of students in answered questions chart

Merge remote-tracking branch 'origin/v4.5' into LDEV-5250

LDEV-4769 Update news for 4.5 (to be continued)

LDEV-4769 Updating Simplified Chinese

Merge branch 'v4.5' into LDEV-5250

LDEV-5200 Attempt to fix "large open gate" issue

A large icon sometimes gets displayed on first display of TBL monitor.

LDEV-4411 Add cache hits/misses per second

They are updated every 5 seconds.

LDEV-4411 Allow Hibernate to choose fetch type by itself

LDEV-4411 Make relation from Lesson to LessonClass unidirectional

Hibernate can not lazy load properties connected with OneToOne

relationship.

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