lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4367 Removing css files that should now be ignored

    • -378
    • +0
    /lams_central/web/css/defaultHTML_authoring.css
    • -38
    • +0
    /lams_central/web/css/defaultHTML_chart.css
    • -101
    • +0
    /lams_central/web/css/defaultHTML_jquery.jRating.css
    • -488
    • +0
    /lams_central/web/css/defaultHTML_main.css
    • -107
    • +0
    /lams_central/web/css/defaultHTML_orgGroup.css
    • -60
    • +0
    /lams_central/web/css/defaultHTML_progressBar.css
    • -50
    • +0
    /lams_central/web/css/defaultHTML_treetable.css
LDEV-4367 Skins can be created

The SASS files are now configured to allow a new variable file to be

set up with different colours and for users to be able to switch

between skins.

    • -1
    • +12
    /lams_admin/web/WEB-INF/tlds/lams/lams.tld
    • -15
    • +0
    /lams_admin/web/css/learningLibraryGroup.scss
    • -56
    • +0
    /lams_build/conf/scss/_lams_variables.scss
    • -0
    • +840
    /lams_central/conf/scss/_bootstrap-variables.scss
    • -0
    • +79
    /lams_central/conf/scss/_lams_variables.scss
    • -0
    • +109
    /lams_central/conf/scss/_mixins.scss
    • -2
    • +2
    /lams_central/web/WEB-INF/tags/Page.tag
    • -1
    • +12
    /lams_central/web/WEB-INF/tlds/lams/lams.tld
    • -1
    • +1
    /lams_central/web/authoring/authoring.jsp
  1. … 142 more files in changeset.
LDEV-4376 Option to select all available timezones

    • -2
    • +2
    /lams_admin/web/timezoneManagement.jsp
LDEV-4376 Option to select all available timezones

    • -2
    • +2
    /lams_admin/web/timezoneManagement.jsp
LDEV-4376 Option to select all available timezones

    • -5
    • +24
    /lams_admin/web/timezoneManagement.jsp
Merge branch 'LDEV-4386'

LDEV-4386 Prevent showing questions not selected in que. list in monitor

All questions in question bank -even when not selected, show in monitor.

We should show only the ones added to question list or all of them in

case there is at least one random question available

LDEV-4375: upgrading LAMS logo

A new sharper logo without the lighthouse

Merge branch 'LDEV-4382'

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