Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4746 Move QB entities to another package

    • -110
    • +0
    ./lamsfoundation/lams/qb/QbOption.java
    • -187
    • +0
    ./lamsfoundation/lams/qb/QbQuestion.java
    • -50
    • +0
    ./lamsfoundation/lams/qb/QbToolQuestion.java
    • -0
    • +110
    ./lamsfoundation/lams/qb/model/QbOption.java
    • -0
    • +187
    ./lamsfoundation/lams/qb/model/QbQuestion.java
    • -0
    • +50
    ./lamsfoundation/lams/qb/model/QbToolQuestion.java
  1. … 14 more files in changeset.
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
    ./lamsfoundation/lams/qb/QbOption.java
    • -12
    • +12
    ./lamsfoundation/lams/qb/QbQuestion.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

    • -0
    • +50
    ./lamsfoundation/lams/qb/QbToolQuestion.java
  1. … 1 more file in changeset.
LDEV-4746 Move display order from MCQ option to QB option

    • -5
    • +17
    ./lamsfoundation/lams/qb/QbOption.java
  1. … 5 more files in changeset.
LDEV-4746 Allow adding new QB questions to MCQ

Add some comments.

    • -1
    • +3
    ./lamsfoundation/lams/qb/QbQuestion.java
  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
    ./lamsfoundation/lams/qb/QbOption.java
    • -20
    • +27
    ./lamsfoundation/lams/qb/QbQuestion.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

    • -0
    • +17
    ./lamsfoundation/lams/dbupdates/patch20190119.sql
    • -2
    • +7
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 1 more file in changeset.
LDEV-4755 Initial virus scanning implementation

    • -1
    • +37
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 3 more files in changeset.
LDEV-4746 Add Question Bank option and process it in MCQ tool

    • -0
    • +66
    ./lamsfoundation/lams/qb/QbOption.java
    • -0
    • +16
    ./lamsfoundation/lams/qb/QbQuestion.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.

    • -91
    • +3
    ./lamsfoundation/lams/util/WebUtil.java
  1. … 26 more files in changeset.
LDEV-4746 Format SQL patch

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

    • -0
    • +41
    ./lamsfoundation/lams/dbupdates/patch20190110.sql
    • -2
    • +2
    ./lamsfoundation/lams/qb/QbQuestion.java
  1. … 1 more file in changeset.
LDEV-4746 Initial Question Bank question implementation

The question is tested on Multiple Choice tool.

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +162
    ./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.

    • -2
    • +2
    ./lamsfoundation/lams/util/DateUtil.java
  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.

    • -0
    • +30
    ./lamsfoundation/lams/tool/service/ICommonToolService.java
    • -18
    • +0
    ./lamsfoundation/lams/util/WebUtil.java
  1. … 138 more files in changeset.
LDEV-4737 Course based lesson delete does not throw exception

    • -0
    • +6
    ./lamsfoundation/lams/lesson/dao/ILessonDAO.java
  1. … 2 more files in changeset.
LDEV-4726 Licenses updated to Creative Commons 4.0

    • -0
    • +55
    ./lamsfoundation/lams/dbupdates/patch20181214.sql
  1. … 17 more files in changeset.
LDEV-4705 Merge group admin role to manager in LDAP configuration

    • -0
    • +17
    ./lamsfoundation/lams/dbupdates/patch20181213.sql
LDEV-4696 Allow default value of Hibernate cache JNDI name

    • -1
    • +0
    ./lamsfoundation/lams/applicationContext.xml
LDEV-4705 Remove references to Group Admin role from DB

LDEV-4705 Remove obsolete Privilege tables

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch20181204.sql
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.