lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4382 Allow NULL group UIID in Live Edit

Having NULL group UIID seems like a common situation. There is even an

old comment explaining why is that. Object extractor should be ready for

such situation.

LDEV-4385: colours for assessment feedback

Depict the tick in green and the cross in red.

LDEV-4384: Updating labels

Add 2 remove 1

Merge branch 'LDEV-4375'

LDEV-4375 Increase building block version number to 1.2.21

    • -0
    • +3
    /lams_bb_integration/RELEASE_NOTES.TXT
LDEV-4366 Send ping every few idle minutes

    • -1
    • +34
    /lams_learning/web/includes/javascript/kumalive.js
Merge branch 'LDEV-4382'

LDEV-4382 Fix JS data flow for Live Edit

LDEV-4384: emphasise leader selection message to learners

If leader has not yet been selected, display the message in bold letters so action by the leader can be taken.

LDEV-4383: Gates title are not displayed to learners

Forgot to remove c tag from file

LDEV-4383: Gates title are not displayed to learners

Adding gates description to a separate jsp and then include it to all gate types

    • -0
    • +15
    /lams_learning/web/gate/gateDescription.jsp
    • -3
    • +1
    /lams_learning/web/gate/synchGateContent.jsp
LDEV-4371: label typo

Small label typo fix

    • -2
    • +2
    /lams_tool_forum/web/jsps/admin/config.jsp
Merge branch 'LDEV-4375'

LDEV-4375 Prevent IE from printing "false" in the background

IE forces background page to become blank and contain "false" word on

opening monitor interface. It happens due to function

openMonitor(courseId, lsid) returns false at the end.

    • -0
    • +1
    /lams_bb_integration/RELEASE_NOTES.TXT
LDEV-3115 Fix a bug in branching type setting

Grouping was not cleared when branching was set from group-based to any

other.

LDEV-4195 Fix class cast exception

Input for assigning course groups to lesson groups can be either

grouping or branching. We need to detect both situations, otherwise we

get class cast exceptions.

Also adjust layout.

    • -1
    • +4
    /lams_central/web/css/orgGrouping.scss
Merge branch 'LDEV-4379'

LDEV-4379 Fix Assessment answers ordering

Assessment questions are numbered from 1, answers from 0. QTI import

method used 1 for both.

LDEV-4379 Do not filter out duplicate questions in MCQ

Code was checking if the question being added does not have the same

text as an existing. This feature was removed as answers can be

different.

LDEV-4379 Use correct logger in McAction

Merge branch 'LDEV-4378'

LDEV-4378 Use CSS for progress bar SVG elements

    • -0
    • +36
    /lams_central/web/css/progressBar.scss
LDEV-4366 Make icons smaller on small devices

    • -37
    • +80
    /lams_learning/web/css/kumalive.scss
LDEV-4366 Fix checking if current user raised hand

LDEV-4366 Make Kumalive responsive and SASSy

    • -0
    • +166
    /lams_learning/web/css/kumalive.scss
    • -10
    • +10
    /lams_learning/web/includes/javascript/kumalive.js
LDEV-4366, LDEV-4367 CSS Files removed if they are now generated files using SASS

    • -162
    • +0
    /lams_learning/web/css/kumalive.css
LDEV-4054: Updating labels i18n

Mainly Norwegian, Greek and English

  1. … 38 more files in changeset.
LDEV-4372 Tooltips in Monitoring tabs no longer clash

    • -12
    • +0
    /lams_central/web/css/progressBar.scss
    • -1
    • +1
    /lams_gradebook/web/gradebookCourseLearner.jsp
    • -1
    • +1
    /lams_gradebook/web/gradebookCourseMonitor.jsp
    • -7
    • +6
    /lams_gradebook/web/gradebookMonitor.jsp
LDEV-4373 Task List's monitoring list of learners loads correctly.