lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4074 fixed thickbox exception throwing that prevented Esc button handler to be applied

LDEV-3962 changing labels

LDEV-3962 *In case of a mobile device (when offcanvas bar occupies entire screen) when user selects another group - close offcanvas. this is to let user see what this organisation contains * Fixed the issue with refreshing of main.jsp. As previously when user refreshes the page after changing the organisation - it fell back to showing the old one * as a side fix - prevent offcanvas bar from always being open on refreshing the page

LDEV-3962 * readjusted Gradebook buttons' CSS and click handlers * fixed overlay CSS so it starts blocking entire area

    • -20
    • +19
    /lams_gradebook/web/gradebookCourseMonitor.jsp
    • -10
    • +12
    /lams_gradebook/web/gradebookMonitor.jsp
LDEV-4242 Delete lesson on LAMS, when it's deleted from the LMS (integration)

LDEV-4242 Delete lesson on LAMS, when it's deleted from the LMS (integration)

LDEV-3711: removing css files that are not longer needed (now we are on bootstrap see LDEV-3676)

    • -1600
    • +0
    /lams_central/web/css/defaultHTML.css
    • -1709
    • +0
    /lams_central/web/css/defaultHTML_rtl.css
    • -599
    • +0
    /lams_central/web/css/defaultHTML_rtl_learner.css
LDEV-3711: removing css images that are not longer needed/used

    • binary
    /lams_central/web/images/css/accept.png
    • binary
    /lams_central/web/images/css/add_lesson.rtl.jpg
    • binary
    /lams_central/web/images/css/arrow_move_bw.png
    • binary
    /lams_central/web/images/css/arrow_refresh.png
    • binary
    /lams_central/web/images/css/body_bg.jpg
    • binary
    /lams_central/web/images/css/body_bg_learner.jpg
    • binary
    /lams_central/web/images/css/btn_add_off_rtl.gif
    • binary
    /lams_central/web/images/css/btn_add_over.gif
    • binary
    /lams_central/web/images/css/btn_htmled_off.gif
    • binary
    /lams_central/web/images/css/btn_htmled_over.gif
  1. … 64 more files in changeset.
LDEV-3711: removing css images that are not longer needed/used

    • binary
    /lams_central/web/images/css/btn_add_off.gif
    • binary
    /lams_central/web/images/css/btn_off.gif
    • binary
    /lams_central/web/images/css/btn_over.gif
    • binary
    /lams_central/web/images/css/diagonal_bg.gif
    • binary
    /lams_central/web/images/css/edit.gif
    • binary
    /lams_central/web/images/disposal.gif
    • binary
    /lams_central/web/images/downarrow.gif
    • binary
    /lams_central/web/images/downarrow_disabled.gif
    • binary
    /lams_central/web/images/tree_white.gif
    • binary
    /lams_central/web/images/uparrow.gif
    • binary
    /lams_central/web/images/uparrow_disabled.gif
LDEV-4054 Updating Greek

LDEV-4244: adding label

LDEV-4244 Add new advanced option - randomise scratchie Items

LDEV-4213 Create servlet that will be able to recalculate lesson total marks

    • binary
    /lams_build/lib/lams/lams-gradebook.jar
LDEV-4213 Create servlet that will be able to recalculate lesson total marks

LDEV-4243 File size restrictions for CKEditor uploads

LDEV-4242 Delete lesson on LAMS, when it's deleted from the LMS (integration)

LDEV-4242 Delete lesson on LAMS, when it's deleted from the LMS (integration)

LDEV-3940 Move Java code from jsps to proper util/service Java classes * Added support for jstl core taglib

    • -0
    • +563
    /lams_bb_integration/WEB-INF/tlds/c.tld
    • -16
    • +18
    /lams_bb_integration/WEB-INF/web.xml
    • -0
    • +34
    /lams_bb_integration/web/modules/modifyLessonSuccess.jsp
    • -155
    • +0
    /lams_bb_integration/web/modules/modify_proc.jsp
LDEV-3940 Move Java code from jsps to proper util/service Java classes * Added support for jstl core taglib

    • -0
    • +563
    /lams_bb_integration/WEB-INF/tlds/c.tld
    • -16
    • +18
    /lams_bb_integration/WEB-INF/web.xml
    • -0
    • +34
    /lams_bb_integration/web/modules/modifyLessonSuccess.jsp
    • -155
    • +0
    /lams_bb_integration/web/modules/modify_proc.jsp
LDEV-4054: Updating greek

LDEV-4236: adding label

LDEV-4236: Error message when file was too big was not displaying. Had wrong key for message in I18N file. LDEV-4237: Adding help text to indicate max file size.

LDEV-4237: Adding file size help text to authoring and learner new post, and updating the reply to use different formatting.

LDEV-3962 Similar changes done to Open Lesson dialog as previously done to Open/Save sequence in authoring * ability to save sequences on pressing the Enter button when title input is focused * focus title input field in case this element is visible in the current viewport (to avoid unwanted scrolling) * ability to start lessons on double click * prevent sequences from being deselected on any subsequent clicks

* Make 'Tour' word to appear after icon in order to be consistent with the rest of the buttons

* Make #notificationsPendingCount to be less prominent in case there are no messages. And assign it 'btn-primary' class when there are some messages available

    • -5
    • +41
    /lams_central/web/includes/javascript/addLesson.js
LDEV-4234: When the retake call does not have a sequence id ( that is, we are retrying all the questions not just one), it now works out the position and sequence number based on the same logic as the inital setup. If a sequence id is supplied, still does the single question page.

LDEV-4232 Limit learner's file uploads by 1 MB limit

    • -16
    • +9
    /lams_tool_task/web/pages/learning/learning.jsp
LDEV-4233 changed button icon

LDEV-4233 added confirmation dialog asking whether teacher wants to proceed with hiding user as it will lead to removal of this user's ratings and comments

LDEV-4232 adding missing label

LDEV-4228: Updated double submission handling to match other tools done recently for LDEV-4208. Buttons are disabled after validation and notebook is fixed.