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-4721 Add class renaming filter for branching conditions

Tools' entities sometimes are used in branching conditions, which are a

part of LearningDesignDTO. Core XML needs to be parsed too and tools'

packages renamed.

LDEV-4759 Tablesorter, Learner Progress Bar tweaked

    • -1
    • +1
    /lams_admin/web/WEB-INF/tags/Alert.tag
    • -1
    • +1
    /lams_admin/web/WEB-INF/tags/TSTable.tag
    • -7
    • +7
    /lams_central/conf/scss/_lams_variables.scss
    • -1
    • +1
    /lams_central/web/WEB-INF/tags/Alert.tag
    • -2
    • +1
    /lams_central/web/WEB-INF/tags/Page.tag
    • -1
    • +2
    /lams_central/web/authoringConfirm.jsp
    • -34
    • +103
    /lams_central/web/css/_learner_base.scss
    • -1
    • +188
    /lams_central/web/css/jquery.tablesorter.theme.bootstrap.css
    • -188
    • +0
    /lams_central/web/css/theme.bootstrap_4.css
    • -1
    • +1
    /lams_central/web/profile/portrait.jsp
  1. … 108 more files in changeset.
LDEV-4759 Improved styling for accordians

    • -3
    • +0
    /lams_central/conf/scss/_lams_variables.scss
    • -116
    • +6
    /lams_central/conf/scss/_mixins.scss
    • -10
    • +42
    /lams_central/web/css/_learner_base.scss
    • -1
    • +0
    /lams_central/web/css/purple_learner.scss
LDEV-4782 Add initial implementation of QB statistics

    • -0
    • +225
    /lams_central/web/qb/stats.jsp
LDEV-4746 Set tool content ID also on MCQ clone for lesson

LDEV-4759 Gradebook and jqGrid restyled.

    • -6
    • +19
    /lams_admin/web/WEB-INF/tags/Page.tag
    • -1
    • +1
    /lams_admin/web/policies/userConsents.jsp
    • -6
    • +19
    /lams_central/web/WEB-INF/tags/Page.tag
    • -2
    • +48
    /lams_central/web/css/_learner_base.scss
    • -3
    • +3
    /lams_central/web/css/free.ui.jqgrid.min.css
    • -6
    • +19
    /lams_gradebook/web/WEB-INF/tags/Page.tag
    • -14
    • +16
    /lams_gradebook/web/gradebookCourseLearner.jsp
    • -16
    • +26
    /lams_gradebook/web/gradebookCourseMonitor.jsp
    • -64
    • +58
    /lams_gradebook/web/gradebookMonitor.jsp
    • -16
    • +14
    /lams_gradebook/web/includes/css/gradebook.scss
    • -6
    • +19
    /lams_learning/web/WEB-INF/tags/Page.tag
  1. … 36 more files in changeset.
Merge remote-tracking branch 'origin/master' into develop

LDEV-4780 Properly detect if authoring is in a frame

Merge branch 'LDEV-4776'

LDEV-4776 Let monitors see course gradebook for their lessons

Group manager sees all lessons in a course. Monitor sees only ones he is

a monitor in.

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

Merge branch 'LDEV-4780'

LDEV-4780 Use callbak to resize iframe instead of load detection

When iframe with LD for importing activities gets loaded, the SVG is not

ready yet and reports false height. Instead of detecting when it is

ready, authoring JS code in the iframe reports height when it loads

completely to its parent frame.

LDEV-4731 Re-enable users who were disable before if they are in CSV

LDEV-4731 Disable learners who are not in any course anymore

LDEV-4759 Main page restyled.

    • -11
    • +13
    /lams_central/conf/scss/_lams_variables.scss
    • -10
    • +12
    /lams_central/conf/scss/_lams_variables_purple.scss
    • -1
    • +6
    /lams_central/web/css/_learner_base.scss
    • -332
    • +181
    /lams_central/web/css/_main_base.scss
    • -12
    • +10
    /lams_central/web/favoriteOrganisations.jsp
    • -4
    • +4
    /lams_central/web/notificationsprivate.jsp
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.

Merge branch 'LDEV-4766' into develop

LDEV-4766 Add expand all toggle for burning questions in TBL Monitor UI

LDEV-4766 Add expand all toggle for burning questions in TBL Monitor UI

(cherry picked from commit 7a82139f8dd4ce906c0b733f764055197c694898)

LDEV-4746 Create a super class and table for tools' answers to inherit

LDEV-4759 Togglebutton and checkbox css functional

    • -1
    • +1
    /lams_central/conf/scss/material-kit.scss
    • -3
    • +4
    /lams_central/web/WEB-INF/tags/Page.tag
    • -17
    • +17
    /lams_central/web/css/material-kit-blue-primary.css
    • -14043
    • +8462
    /lams_central/web/css/material-kit.css
    • -338
    • +0
    /lams_central/web/css/material-kit.css.map
    • -21
    • +0
    /lams_central/web/css/material-kit.min.css
    • -3
    • +4
    /lams_gradebook/web/WEB-INF/tags/Page.tag
  1. … 68 more files in changeset.
Merge branch 'LDEV-4775' into develop

LDEV-4775 update marks more skillfully after edit in monitor

LDEV-4775 update marks more skillfully after edit in monitor

(cherry picked from commit c5920711a0c7a8b4da40893f4d30d2dc26a0fba1)

LDEV-4771 Remove close activity authoring confirmation screen

The JSP that controls the close action stays as it works differently in

various environments (authoring, monitoring, IE). It is just run

immediately instead of waiting for button click.

  1. … 11 more files in changeset.
LDEV-4759 Chat Updated

    • -6
    • +6
    /lams_tool_chat/web/pages/learning/learning.jsp
    • -4
    • +1
    /lams_tool_chat/web/pages/learning/notebook.jsp
Merge branch 'develop' into LDEV-4759

Merge branch 'LDEV-4771' into develop