Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5083 Order activities in Gradebook by order in sequence by default

This functionality was present before and was mistakenly removed.

Also add Start Date column.

  1. … 1 more file in changeset.
LDEV-5083 Remove old monitoring bits where possible

In activity monitoring we need to leave old design until it gets

rewritten.

  1. … 59 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into LDEV-5083

  1. … 2 more files in changeset.
LDEV-4415 Prevent exception if user mark is missing for any reason.

LDEV-4415 Prevent exception if user mark is missing for any reason.

Merge remote-tracking branch 'origin/v4.6' into LDEV-5083

LDEV-4897 Properly align names of lessons with multiple activities

LDEV-4897 Properly align lesson names in course gradebook export

Also add subcourse information

  1. … 1 more file in changeset.
LDEV-4776 Allow course manager export all subcourse lessons gradebook

LDEV-5083 Use consistent sorting throughout monitoring

On LD SVG and in search box we use first name, then last name. In

Gradebook we used last name, then firs name.

This was fixed to always sort by first and then last name.

LDEV-5081 Merge changes made for monitor in LDEV-5083

  1. … 36 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into LDEV-5083

Conflicts:

lams_build/3rdParty.userlibraries

lams_central/web/authoring/svgGenerator.jsp

  1. … 8 more files in changeset.
LDEV-5311 Send emails with password change link on user import

  1. … 9 more files in changeset.
LDEV-5083 Add activity mark and time taken to learner timeline

  1. … 13 more files in changeset.
LDEV-5083 Rewrite Release Marks panel

Also improvements to jqGrid layout

  1. … 5 more files in changeset.
LDEV-5083 Fix gradebook export button blocking

  1. … 3 more files in changeset.
LDEV-5083 Add gradebook tables with Bootstrap 5 & Font Awesome 6 theme

  1. … 8 more files in changeset.
LDEV-5295 Filter out non-learners from Gradebook

LDEV-5257 Secure fileDownloadToken cookie

  1. … 9 more files in changeset.
LDEV-5256 Sanitise jqGrid sorting options before using them in queries

  1. … 3 more files in changeset.
LDEV-5256 Prevent SQL injection for results order

  1. … 3 more files in changeset.
LDEV-4609 Prevent SQL injection for results order in Gradebook

LDEV-5140 Add release marks code to cusomised Gradebook

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

  1. … 12 more files in changeset.
LDEV-5227 Improve processing time of lesson gradebook export

LDEV-5190 Change display format of scheduled marks release

Merge branch 'LDEV-5140' into v4.0

LDEV-5140 Correctly fetch info if emails will be sent

LDEV-5140 Add error information also in logs

LDEV-5153 Remove obsolete GradebookServlet.

It was introduced for LDEV-2711.

Unnecessary optional layout modification has also been removed.

  1. … 4 more files in changeset.