Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4820 Show user names for confidence levels

  1. … 5 more files in changeset.
LDEV-4777 Search QB interface is now available in Assessment tool

  1. … 14 more files in changeset.
LDEV-4746 Fix issues arose after migrating Assessment to QB

LDEV-4746 Fix issues arose after migrating Assessment to QB

  1. … 3 more files in changeset.
LDEV-4746 Migrate Assessment to QB

  1. … 66 more files in changeset.
LDEV-4813 Add a missing foreign key in Assessment tool

Merge branch 'LDEV-4765' into LDEV-4777

LDEV-4762 Fix saving ordering type of questions that happens on autosave

  1. … 5 more files in changeset.
LDEV-4762 Fix saving ordering type of questions that happens on autosave

(cherry picked from commit d70c019fa4fcaff50a36c3c343e654a738751e86)

  1. … 5 more files in changeset.
LDEV-4777 Further development of QB search feature

* Search QB interface is now available in Q&A tool, but questions of

this type (Essay) can only be added via DB for now

  1. … 14 more files in changeset.
LDEV-4762 Add drag and drop for answers in ordering question type

(cherry picked from commit 21e3286385ca1c464997e9792460b7712d23dcdd)

  1. … 5 more files in changeset.
LDEV-4762 Add drag and drop for answers in ordering question type

  1. … 5 more files in changeset.
LDEV-4765 Add sorting of the question answers

Also some other improvements.

  1. … 7 more files in changeset.
Merge ordered branching LDEV-4587 into develop

  1. … 21 more files in changeset.
LDEV-4743 Squash/Update SQL scripts ready for LAMS 3.1 release

  1. … 115 more files in changeset.
LDEV-4678 Remove no longer needed @Autowired applicationContext

  1. … 20 more files in changeset.
LDEV-4678 WebUtil.putActivityPositionInRequestByToolSessionId transformed into service method

Also introduce ICommonToolService that will hold methods shared by all

tools.

  1. … 140 more files in changeset.
LDEV-4678 Remove all ServiceProxy classes

Also get rid of LearningWebUtil.putActivityPositionInRequest(Long

activityId, HttpServletRequest request, ServletContext context) and

LearningWebUtil.getActivityMapping(ServletContext context) methods. As

it's better to invoke according service methods directly.

  1. … 51 more files in changeset.
LDEV-4708 Consider question as modified in case new option is added

LDEV-4708 update marks more skillfully after edit in monitor

    • -0
    • +433
    ./lamsfoundation/lams/tool/assessment/util/QTIUtil.java
  1. … 26 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-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-4440 TBLMonitoring links fixed

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

Merge remote-tracking branch 'andrey/LDEV-4440' into LDEV-4440

  1. … 3 more files in changeset.
LDEV-4440 Stop using deprecated DiskFileUpload

Use ServletFileUpload together with DiskFileItemFactory instead.

  1. … 4 more files in changeset.
Merges Asia's and Andrey's changes into LDEV-4440

Conflicts:

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/action/AuthoringAction.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/action/ClearSessionAction.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/action/LearningAction.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/action/MonitoringAction.java

  1. … 4 more files in changeset.