lams_common

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

  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.

  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
    ./src/java/org/lamsfoundation/lams/qb/QbToolQuestion.java
  1. … 1 more file in changeset.
LDEV-4746 Move display order from MCQ option to QB option

  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. … 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
    ./src/java/org/lamsfoundation/lams/dbupdates/patch20190119.sql
  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

  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

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

The question is tested on Multiple Choice tool.

    • -0
    • +162
    ./src/java/org/lamsfoundation/lams/qb/QbQuestion.java
  1. … 8 more files in changeset.
LDEV-4743 update SQL core tables

Updating all core tables for 3.1 release.

    • -1531
    • +2445
    ./db/sql/create_lams_11_tables.sql
    • -173
    • +252
    ./db/sql/create_quartz_table.sql
    • -299
    • +9
    ./db/sql/insert_lams_config_data.sql
    • -235
    • +38
    ./db/sql/insert_lams_users.sql
    • -321
    • +235
    ./db/sql/insert_types_data.sql
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

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

    • -0
    • +17
    ./src/java/org/lamsfoundation/lams/dbupdates/patch20181213.sql
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

    • -0
    • +15
    ./src/java/org/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.