lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3420 Add date column to Gradebook marks

  1. … 3 more files in changeset.
LDEV-3424 Add new feature to integrations to be able to sync all marks in the lesson

    • -48
    • +30
    ./lams/gradebook/service/GradebookService.java
LDEV-3420 Add date column to Gradebook marks

  1. … 3 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Improve security in several places.

  1. … 16 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Improve security in several places.

  1. … 16 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Replace Monitoring and Gradebook own security code with SecurityService checks.

    • -165
    • +176
    ./lams/gradebook/web/action/GradebookAction.java
  1. … 15 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Replace Monitoring and Gradebook own security code with SecurityService checks.

    • -165
    • +176
    ./lams/gradebook/web/action/GradebookAction.java
  1. … 17 more files in changeset.
LDEV-3315: Add security service and use it in vital entry points.

  1. … 14 more files in changeset.
LDEV-3332: revert spring-beans schema declaration in application context xml files. export spring meta-inf in jboss-deployment-structure.xml

It is way more elegant approach to fix an issue with spring-beans.xsd loading from internet.

  1. … 77 more files in changeset.
LDEV-3332: fix spring contexts declaration to find spring-beans-4.0.xsd locally at classpath.

Having spring module defined as a set of spring jars (as we do have in Wildfly), it is impossible for spring to resolve xsd schema mapping file 'spring.schemas' correctly. With set of jars, we have 5 instances of this file (with different content) under the same path 'META-INF/spring.schemas'. This ended up in spring not beeing able to map spring-beans-4.0.xsd URL path to local resource location. Finally, this xsd was loaded from internet - and that significantly slowed Wildfly startup.

With this fix LAMS is way (depends on internet connection) faster to start.

  1. … 76 more files in changeset.
LDEV-3315: Add security service and use it in vital entry points.

  1. … 12 more files in changeset.
LDEV-3307 Improve lesson gradebook export performance * speed up producing tool outputs in assessment tool

  1. … 7 more files in changeset.
LDEV-3307 Improve lesson gradebook export performance * speed up producing tool outputs in assessment tool

  1. … 7 more files in changeset.
LDEV-3286 audit log when marks are released

    • -6
    • +15
    ./lams/gradebook/service/IGradebookService.java
    • -0
    • +2
    ./lams/gradebook/util/GradebookConstants.java
  1. … 1 more file in changeset.
LDEV-3293: Rewrite Application Context configuration files for Spring 4.

  1. … 78 more files in changeset.
LDEV-3286 audit log when marks are released

  1. … 1 more file in changeset.
LDEV-3286 audit log mark changes done in gradebook

    • -0
    • +2
    ./lams/gradebook/util/GradebookConstants.java
  1. … 2 more files in changeset.
LDEV-2463: escape HTML to prevent possible XSS attacks

LDEV-3171 Applied code formatter only

    • -153
    • +173
    ./lams/gradebook/service/GradebookService.java
LDEV-2463: escape HTML to prevent possible XSS attacks

    • -2
    • +3
    ./lams/gradebook/dto/GBActivityGridRowDTO.java
    • -0
    • +4
    ./lams/gradebook/dto/GBLessonGridRowDTO.java
    • -1
    • +3
    ./lams/gradebook/dto/GBUserGridRowDTO.java
  1. … 3 more files in changeset.
LDEV-3171: Remove users from activities. Fix several bugs.

  1. … 34 more files in changeset.
LDEV-3144 fixed search feature

  1. … 1 more file in changeset.
LDEV-3144 when exporting gradebook results use user login name when last name is not available

LDEV-3144 added ability to export selected lessons results from gradebook

    • -2
    • +174
    ./lams/gradebook/service/GradebookService.java
    • -1
    • +12
    ./lams/gradebook/service/IGradebookService.java
  1. … 6 more files in changeset.
LDEV-3117 Let maks indicated as done in gradebook to be rewritten several times

  1. … 1 more file in changeset.
LDEV-2855: Gradebook marks rounding up

    • -7
    • +5
    ./lams/gradebook/dto/GBActivityGridRowDTO.java
    • -4
    • +4
    ./lams/gradebook/dto/GBLessonGridRowDTO.java
    • -7
    • +5
    ./lams/gradebook/dto/GBUserGridRowDTO.java
    • -1
    • +10
    ./lams/gradebook/util/GradebookUtil.java
LDEV-3006 fixed calculation of average mark for grouped activity

LDEV-3006 Entering a mark for a grouped activity in gradebook leads to exception

LDEV-2984 Removed jxl library from LAMS and thus only POI one is left for excel export

    • -54
    • +0
    ./lams/gradebook/dto/ExcelCell.java
    • -86
    • +0
    ./lams/gradebook/util/GradebookUtil.java
  1. … 24 more files in changeset.
LDEV-2978 Added excel export feature to Tool Scratchie

    • -4
    • +10
    ./lams/gradebook/util/GradebookUtil.java
  1. … 10 more files in changeset.