Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4746 Improve SQL migration script

When looking for unique questions to be put into Question Bank, it takes

into account its options too.

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.

    • -7
    • +12
    ./java/org/lamsfoundation/lams/qb/QbOption.java
  1. … 23 more files in changeset.
LDEV-4746 Change search algorithm when migrating from tool to QB

Now all QB questions with matching type are taken into account, not just

ones just migrated from a tool.

LDEV-4746 Introduce a super class for tool questions

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

    • -5
    • +17
    ./java/org/lamsfoundation/lams/qb/QbOption.java
  1. … 5 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
    • +28
    ./java/org/lamsfoundation/lams/qb/QbOption.java
  1. … 7 more files in changeset.
LDEV-4746 Fix a typo in SQL patch

LDEV-4755 Scan when importing LDs

  1. … 3 more files in changeset.
LDEV-4755 Add configuration for antivirus

  1. … 1 more file in changeset.
LDEV-4755 Initial virus scanning implementation

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

    • -0
    • +66
    ./java/org/lamsfoundation/lams/qb/QbOption.java
  1. … 5 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. … 26 more files in changeset.
LDEV-4746 Format SQL patch

LDEV-4746 Fix Hibernate management of QB question to prevent duplicates

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

The question is tested on Multiple Choice tool.

    • -0
    • +162
    ./java/org/lamsfoundation/lams/qb/QbQuestion.java
  1. … 8 more files in changeset.
LDEV-4696 Make inherited properties also mapped to DB.

LDEV-4692 Fix time taken's timezone

And some minor code formatting.

  1. … 2 more files in changeset.
LDEV-4700 Fix getDefaultTheme() method

LDEV-4678 WebUtil.putActivityPositionInRequestByToolSessionId transformed into service method

Also introduce ICommonToolService that will hold methods shared by all

tools.

  1. … 138 more files in changeset.
LDEV-4737 Course based lesson delete does not throw exception

  1. … 2 more files in changeset.
LDEV-4726 Licenses updated to Creative Commons 4.0

  1. … 17 more files in changeset.
LDEV-4705 Merge group admin role to manager in LDAP configuration

LDEV-4696 Allow default value of Hibernate cache JNDI name

LDEV-4705 Remove references to Group Admin role from DB

LDEV-4705 Remove obsolete Privilege tables

LDEV-4705 Remove references to Group Admin role from Java code

  1. … 22 more files in changeset.
LDEV-4721 Change order of changes applied to imported LD XML

First we need to change class names, then add/remove fields as otherwise

owner classes would not get recognised.

LDEV-4721 Add class renaming filter for tool content import

  1. … 17 more files in changeset.
LDEV-4696 Remove an unnecessary Hibernate restriction