lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

LDEV-4366 Open Kumalive in a pop up window rather than jQuery dialog

    • -243
    • +259
    /lams_central/web/includes/javascript/openUrls.js
LDEV-4366 Allow multiple score per learner per Kumalive

Fix showing user login as a div title for teachers.

LDEV-4366 Show "Finish speaking" button only to teachers

LDEV-4369 Date show/hide status preserved across page changes

    • -23
    • +15
    /lams_gradebook/web/gradebookMonitor.jsp
LDEV-4367 CSS Files removed if they are now generated files using SASS

    • -75
    • +0
    /lams_admin/web/css/learningLibraryGroup.css
    • -187
    • +0
    /lams_central/web/css/addLesson.css
    • -378
    • +0
    /lams_central/web/css/authoring.css
    • -634
    • +0
    /lams_central/web/css/defaultHTML_learner.css
    • -35
    • +0
    /lams_central/web/css/inlineeditor.css
    • -36
    • +0
    /lams_central/web/css/jquery.treetable.lams.css
    • -117
    • +0
    /lams_central/web/css/orgGroup.css
    • -69
    • +0
    /lams_central/web/css/orgGrouping.css
    • -43
    • +0
    /lams_central/web/css/progressBar.css
  1. … 28 more files in changeset.
Merge branch 'LDEV-4371'

LDEV-4371 Allow always keeping learner posts in Forum

    • -458
    • +487
    /lams_tool_forum/web/WEB-INF/struts-config.xml
    • -0
    • +38
    /lams_tool_forum/web/jsps/admin/config.jsp
LDEV-4367 Change default SASS path for Windows

LAMS build requires full SASS path, even if "sass.bat" is in Windows

Path and is available anywhere.

LDEV-4366 Fix course header icons on index page

LDEV-4366 Add a working version of Kumalive

    • -7
    • +83
    /lams_learning/web/css/kumalive.css
    • -100
    • +497
    /lams_learning/web/includes/javascript/kumalive.js
Merge branch 'LDEV-4365'

LDEV-4365 Implement duplicate lesson feature

Moodle has a particular method that is called when duplicating an item.

In such case, what it needs to do is create a new instance based on

the lesson we had before and then copy the same settings.

LDEV-4365 code formatting

LDEV-4367 SASS Used for CSS Development

First pass of converting our .css development to use SASS. Autobuild to

convert .scss to .css files has been set up for all projects where

target .css files were found. The overall ANT build has been modified

so the normal build will generate the .css files from .scss files. The

base variables are defined in lams_build/conf/sccs.

    • -0
    • +0
    /lams_admin/web/css/admin.scss
    • -58
    • +40
    /lams_admin/web/css/learningLibraryGroup.css
    • -0
    • +95
    /lams_admin/web/css/learningLibraryGroup.scss
    • -0
    • +840
    /lams_build/conf/scss/_bootstrap-variables.scss
    • -0
    • +56
    /lams_build/conf/scss/_lams_variables.scss
  1. … 144 more files in changeset.