lams_tool_assessment

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4708 update marks more skillfully after edit in monitor

    • -8
    • +12
    ./web/pages/authoring/parts/addessay.jsp
  1. … 20 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. … 165 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. … 165 more files in changeset.
LDEV-4391 Get rid of redundant jQuery UI themes

Only bootstrap theme is used now.

    • -1
    • +1
    ./web/pages/authoring/parts/addessay.jsp
  1. … 94 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-4706 Display assessment instructions in case display summary is ON

LDEV-4706 Display assessment instructions in case display summary is ON

LDEV-4696 Use container provided Hibernate libraries instead of own copy

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

  1. … 23 more files in changeset.
LDEV-4696 Removing legacy parameters and deprecated methods

  1. … 2 more files in changeset.
LDEV4696 Removing legacy parameters and deprecated methods

  1. … 27 more files in changeset.
LDEV-4696 Link persistence API source to in classpaths

  1. … 23 more files in changeset.
LDEV-4440 TBLMonitoring links fixed

  1. … 8 more files in changeset.
LDEV-4691 Make Hibernate a part of LAMS libraries

WildFly 14 provides Hibernate 5.3. Migrating LAMS from 5.0.10 will

require some effort. For now we provide our own version of Hibernate to

keep compatible.

  1. … 44 more files in changeset.
LDEV-4691 Update libraries provided by WildFly

  1. … 47 more files in changeset.
LDEV-4679 No need to have a search field for confidence

LDEV-4440 Fix comments feature

  1. … 36 more files in changeset.
LDEV-4440 Clean up shared files

    • -1
    • +1
    ./web/pages/authoring/parts/addessay.jsp
  1. … 192 more files in changeset.
LDEV-4440 Error messages converted to new error tag

    • -0
    • +48
    ./web/WEB-INF/tags/Errors.tag
    • -5
    • +0
    ./web/pages/authoring/parts/addessay.jsp
  1. … 126 more files in changeset.
LDEV-4440 <input> tag can't have a closing tag in HTML

Also change <input type="submit"></input> into <button>, as otherwise

button's label is displayed incorrectly

  1. … 15 more files in changeset.
LDEV-4440 Fix Edit link in monitoring

    • -1
    • +1
    ./web/pages/monitoring/editactivity.jsp
  1. … 1 more file in changeset.
LDEV-4440 Full path is not required in these cases

    • -1
    • +1
    ./web/pages/authoring/parts/addessay.jsp
LDEV-4440 Resetting essay assessment vaildation and escaping

LDEV-4440 Use correct form names for learning outcome authoring

  1. … 3 more files in changeset.
LDEV-4440 Reintroduce custom textarea tags

    • -3
    • +4
    ./web/pages/learning/parts/markhedging.jsp
  1. … 7 more files in changeset.
LDEV-4440 Adjust lams:textarea tag to support "disabled" attribute

  1. … 34 more files in changeset.
LDEV-4440 Fix a malformed Spring tag in Comments tag

  1. … 118 more files in changeset.
LDEV-4663: questions report layout

Small changes in monitor question report layout

LDEV-4440 All projects start using solely 3rdParty.userlibraries

  1. … 35 more files in changeset.
LDEV-4440 Fix return type when JSON used or null returned