GradebookService.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Revert some unnecessary package name changes

  1. … 464 more files in changeset.
LDEV-5440 Refactor packages of imported classes

  1. … 481 more files in changeset.
LDEV-5440 Rewrite config files and library references

  1. … 955 more files in changeset.
LDEV-5436 Project-wide user sorting by last then first name

  1. … 150 more files in changeset.
LDEV-5436 Add project-wide User sorting on Java level

  1. … 10 more files in changeset.
LDEV-3623 Fix exception on displaying gate as current activity

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

# Conflicts:

# lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/service/GradebookService.java

LDEV-5393 Update marks for all peers in group after activity

  1. … 2 more files in changeset.
LDEV-5363 Add subgroup column in TBL course gradebook export

LDEV-5363 Export all TBL lessons in course if user is course manager

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

Conflicts:

lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/TblMonitoringController.java

  1. … 12 more files in changeset.
LDEV-5363 Add TBL course gradebook export

  1. … 8 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

  1. … 6 more files in changeset.
LDEV-5333 Move HTML templates from WWW to Central folder

  1. … 6 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-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. … 18 more files in changeset.
LDEV-5295 Filter out non-learners from Gradebook

  1. … 2 more files in changeset.
LDEV-5140 Add release marks code to cusomised Gradebook

  1. … 3 more files 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. … 13 more files in changeset.
LDEV-5227 Improve processing time of lesson gradebook export

LDEV-5140 Correctly fetch info if emails will be sent

LDEV-5140 Use a rich HTML email template

  1. … 4 more files in changeset.