lams_gradebook

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4776 Let monitors see course gradebook for their lessons

Group manager sees all lessons in a course. Monitor sees only ones he is

a monitor in.

  1. … 1 more file in changeset.
LDEV-4759 Togglebutton and checkbox css functional

  1. … 81 more files in changeset.
LDEV-4759 DateTimePicker and Accordians updated

    • -5
    • +5
    ./web/WEB-INF/tags/AdvancedAccordian.tag
    • -8
    • +6
    ./web/WEB-INF/tags/RestrictedUsageAccordian.tag
  1. … 386 more files in changeset.
LDEV-4774 Fix role check for subcourse gradebook

  1. … 1 more file in changeset.
LDEV-4759 Tour and portrait pop ups appear correctly.

  1. … 42 more files in changeset.
LDEV-4769 Updating Greek

LDEV-4759 Main page functional

  1. … 35 more files in changeset.
LDEV-4759 Panels are now cards.

  1. … 498 more files in changeset.
LDEV-4759 Authoring and monitoring tabs working

  1. … 308 more files in changeset.
LDEV-4760 Fixed spacing in authoring criteria entry panel

  1. … 32 more files in changeset.
LDEv-4759 Material Kit for Bootstrap 4 files installed into lams_central

  1. … 262 more files in changeset.
LDEV-4678 Push some util methods to the service layer

Certain static util methods (mainly from LearningWebUtil.java) expect

service beans as a parameter. It was changed by pushing those methods to

the appropriate service layer.

  1. … 29 more files in changeset.
LDEV-4748 Remove obsolete changeStyle.js

  1. … 48 more files in changeset.
LDEV-4730 Updating labels for Gradebook

Updating English, Spanish, Norwegian and Greek.

LDEV-4609 Fix archived lesson mark formatting

LDEV-4735 Fix an URL in learning outcomes in authoring

  1. … 31 more files in changeset.
Merge remote-tracking branch 'origin/master' into lams31

LDEV-4609 Fix previous lesson attempts display in monitoring

Till now only archived activities with gradebook marks have been

processed. Now all activities get processed and only archived ones have

got marks.

Merge remote-tracking branch 'origin/master' into lams31

  1. … 1 more file in changeset.
LDEV-4609 Fix previous lesson attempts export

Till now only archived activities with gradebook marks have been

processed. Now all activities get processed and only archived ones have

got marks.

LDEV-4705 Remove references to Group Admin role from web.xml

  1. … 30 more files in changeset.
LDEV-4705 Remove references to Group Admin role from Java code

  1. … 25 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 169 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 169 more files in changeset.
LDEV-4669 Switch to using placeholder attribute

Also stop copying tags to lams_tool_bbb

  1. … 33 more files in changeset.
LDEV-4696 Use container provided Hibernate libraries instead of own copy

  1. … 33 more files in changeset.
LDEV-4696 Migrate Gradebook to Hibernate annotations

Also update DAO to use Hibernate 5.3 features.

LDEV-4440 Fix changing mark feature in jqGrid

LDEV-4696 Link persistence API source to in classpaths

  1. … 23 more files in changeset.
Merge branch 'lams31' into LDEV-4440

Conflicts:

lams_admin/web/sessionmaintain.jsp

lams_build/build.xml

lams_build/lib/lams/lams.jar

lams_central/src/java/org/lamsfoundation/lams/web/outcome/OutcomeAction.java

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/web/action/GradebookAction.java

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/action/McLearningAction.java

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/action/McMonitoringAction.java

  1. … 14 more files in changeset.