Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4746 Fix a duplicate association in MCQ

LDEV-4777 Search QB interface is now available in MCQ tool

* Further development of QB search feature

  1. … 7 more files in changeset.
LDEV-4746 Set tool content ID also on MCQ clone for lesson

LDEV-4746 Prepare QB model for stats

Tool content ID was added to each tool QB question so we can track which

activity and lesson it belongs to.

Order ID and create date were moved from subclasses to top QB entities.

  1. … 8 more files in changeset.
LDEV-4746 Create a super class and table for tools' answers to inherit

  1. … 7 more files in changeset.
LDEV-4775 update marks more skillfully after edit in monitor

  1. … 5 more files in changeset.
LDEV-4775 update marks more skillfully after edit in monitor

(cherry picked from commit c5920711a0c7a8b4da40893f4d30d2dc26a0fba1)

  1. … 5 more files in changeset.
LDEV-4746 Inform author of detected question changes

In MC authoring if a new question or version gets added, the author gets

a pop up displayed.

Further steps are detection of minor changes (update and not create a

new version) and allowing author to choose whether changes are minor or

should lead to new version.

  1. … 3 more files in changeset.
LDEV-4721 Fix version filter method names

  1. … 4 more files in changeset.
LDEV-4746 Introduce QB service and DAO

  1. … 5 more files in changeset.
LDEV-4746 Move QB entities to another package

  1. … 6 more files in changeset.
LDEV-4746 Use QB option directly instead of MCQ option

Keeping a reference from MCQ option to QB option proved unnecessary and

problematic. It is sufficient for QB question to keep this reference.

  1. … 11 more files in changeset.
LDEV-4746 Introduce a super class for tool questions

  1. … 2 more files in changeset.
LDEV-4746 Move display order from MCQ option to QB option

  1. … 2 more files in changeset.
LDEV-4746 Allow adding new QB questions to MCQ

Add some comments.

  1. … 1 more file in changeset.
LDEV-4746 Redesign flow for saving MCQ questions

Detached QB entities act as their own DTOs.

Question options modification is detected and processed.

  1. … 3 more files in changeset.
LDEV-4746 Add Question Bank option and process it in MCQ tool

  1. … 4 more files in changeset.
LDEV-4746 Fix Hibernate management of QB question to prevent duplicates

  1. … 2 more files in changeset.
LDEV-4746 Initial Question Bank question implementation

The question is tested on Multiple Choice tool.

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

  1. … 118 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-4721 Add class renaming filter for tool content import

  1. … 16 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. … 166 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. … 166 more files in changeset.
LDEV-4696 Comments, Ratings, Peer Review use Annotations, removed proxy

  1. … 34 more files in changeset.
LDEV-4696 Converted Hibernate to Annotations

  1. … 32 more files in changeset.
LDEV-4696 Remove obsolete DTO

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

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

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

# Conflicts:

# lams_admin/conf/language/lams/ApplicationResources.properties

# lams_build/build_base.xml

# lams_build/lib/lams/lams.jar

# lams_central/web/WEB-INF/struts-config.xml

# lams_common/build.xml

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

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

  1. … 9 more files in changeset.