lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge remote-tracking branch 'origin/master' into develop

LDEV-4696 Reintroduce a failsafe for missing branch activities set

There are normal situations where the collection is null. It needs to be

checked before attempting to add something.

LDEv-4759 Material Kit for Bootstrap 4 files installed into lams_central

    • -38
    • +30
    /lams_admin/web/WEB-INF/tags/Page.tag
    • -45
    • +48
    /lams_central/conf/scss/_lams_variables.scss
    • -118
    • +2
    /lams_central/conf/scss/_lams_variables_purple.scss
    • -114
    • +119
    /lams_central/conf/scss/_mixins.scss
    • -0
    • +66
    /lams_central/conf/scss/material-kit.scss
    • -0
    • +53
    /lams_central/conf/scss/material-kit/_alerts.scss
    • -0
    • +43
    /lams_central/conf/scss/material-kit/_badges.scss
    • -0
    • +228
    /lams_central/conf/scss/material-kit/_buttons.scss
    • -0
    • +327
    /lams_central/conf/scss/material-kit/_cards.scss
    • -0
    • +95
    /lams_central/conf/scss/material-kit/_carousel.scss
  1. … 249 more files in changeset.
Merge ordered branching LDEV-4587 into develop

    • -0
    • +6
    /lams_central/web/authoring/authoring.jsp
    • -0
    • +5
    /lams_central/web/css/_authoring_base.scss
    • -0
    • +1
    /lams_central/web/css/_progressBar_base.scss
  1. … 9 more files in changeset.
LDEV-4765 introducing new question authoring UI

    • -0
    • +363
    /lams_central/web/ckeditor/plugins/confighelper/plugin.js
QB_UI introducing new question authoring UI

    • -0
    • +363
    /lams_central/web/ckeditor/plugins/confighelper/plugin.js
Merge remote-tracking branch 'origin/master' into develop

LDEV-4721 Fix version filter method names

Merge remote-tracking branch 'origin/master' into develop

Merge branch 'LDEV-4757'

LDEV-4757 Fix group overwriting with same UIID

Groups' UIIDs were not taken into account when calculating max UIID for

opened LD. Sometimes an existing UIID got generated and it overwrote an

existing group.

Also adjust new group naming.

LDEV-4746 Introduce QB service and DAO

LDEV-4746 Move QB entities to another package

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

Merge branch 'LDEV-4758'

LDEV-4758 In CKEditor plugin use JS code which is IE11 compliant

LDEV-4746 Improve SQL migration script

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

into account its options too.

Merge remote-tracking branch 'origin/develop' into LDEV-4746

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 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

LDEV-4746 Move display order from MCQ option to QB option

LDEV-4746 Allow adding new QB questions to MCQ

Add some comments.

LDEV-4746 Redesign flow for saving MCQ questions

Detached QB entities act as their own DTOs.

Question options modification is detected and processed.

LDEV-4746 Fix a typo in SQL patch

LDEV-4756 Can add attachments to Forum messages.

Merge branch 'LDEV-4755' into develop

LDEV-4755 Scan when importing LDs

    • -0
    • +5
    /lams_central/web/toolcontent/import.jsp
LDEV-4755 Display upload errors nicer

Merge branch 'LDEV-4756' Attachments can be added to Forum