Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
LDEV-5140 Add learner filtering for sending emails

  1. … 4 more files in changeset.
LDEV-5140 Use a rich HTML email template

  1. … 3 more files in changeset.
LDEV-5140 Add i18n labels and better responsiveness.

  1. … 4 more files in changeset.
LDEV-5140 Send emails on scheduled marks release. Refresh improvement.

  1. … 2 more files in changeset.
LDEV-5140 Improve release marks schedule front-end flow

  1. … 1 more file in changeset.
LDEV-5140 Scheduled release marks basic functionality

    • -0
    • +43
    ./org/lamsfoundation/lams/gradebook/util/ReleaseMarksJob.java
  1. … 2 more files in changeset.
LDEV-5140 Process included/excluded learners to send emails to

  1. … 2 more files in changeset.
LDEV-5140 Introduce Release Marks panel for sending emails to learners

  1. … 4 more files in changeset.