• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3479: Fix dragging in Chrome and IE.

    • -8
    • +12
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3479: Use extra dialog buttons in Add Single Activity lesson screen. Fix cancelling of closing an unsaved LD in Flashless Authoring. Confirm if the user wants to close unsaved Activity Authoring. Remove Collapse button from extra dialog buttons.

    • -4
    • +3
    ./emailnotifications/courseNotifications.jsp
    • -4
    • +5
    ./emailnotifications/lessonNotifications.jsp
  1. … 9 more files in changeset.
LDEV-3479: Use extra dialog buttons in Lesson and Course dialogs: Monitoring, Notifications, Gradebook, Conditions etc.

    • -4
    • +3
    ./emailnotifications/courseNotifications.jsp
    • -4
    • +5
    ./emailnotifications/lessonNotifications.jsp
  1. … 9 more files in changeset.
LDEV-3466: Make several more course and lesson management windows non-modal.

    • -2
    • +1
    ./includes/javascript/monitorLesson.js
  1. … 6 more files in changeset.
LDEV-3466: Make several more course and lesson management windows non-modal.

    • -2
    • +1
    ./includes/javascript/monitorLesson.js
  1. … 6 more files in changeset.
LDEV-3453: Alert, confirm and prompt JS functions do not decode i18n labels properly (quotes are still HTML entities). This trick decodes the labels before setting them as JS variables.

  1. … 5 more files in changeset.
LDEV-3453: Alert, confirm and prompt JS functions do not decode i18n labels properly (quotes are still HTML entities). This trick decodes the labels before setting them as JS variables.

  1. … 5 more files in changeset.
LDEV-3466: Make Monitor dialogs non-modal and resizable.

    • -14
    • +77
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3467: New jQuery files, images and layout adjustments.

    • -1
    • +1
    ./emailnotifications/courseNotifications.jsp
    • -1
    • +1
    ./emailnotifications/lessonNotifications.jsp
  1. … 32 more files in changeset.
LDEV-3466: Make Monitor dialogs non-modal and resizable.

    • -14
    • +77
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3467: New jQuery files, images and layout adjustments.

    • -1
    • +1
    ./emailnotifications/courseNotifications.jsp
    • -1
    • +1
    ./emailnotifications/lessonNotifications.jsp
  1. … 32 more files in changeset.
LDEV-3453: Fix JSP code for writing out i18n labels.

  1. … 6 more files in changeset.
LDEV-3453: Fix JSP code for writing out i18n labels.

  1. … 6 more files in changeset.
LDEV-3453: Escape single quotes in i18n labels for Javascript.

  1. … 6 more files in changeset.
LDEV-3453: Escape single quotes in i18n labels for Javascript.

  1. … 7 more files in changeset.
LDEV-3021: USe POST method when editing class as using GET with too many learners/monitors makes the server refuse connection.

    • -1
    • +2
    ./includes/javascript/monitorLesson.js
LDEV-3021: USe POST method when editing class as using GET with too many learners/monitors makes the server refuse connection.

    • -1
    • +2
    ./includes/javascript/monitorLesson.js
LDEV-3021: Internationalise hardcoded labels for Edit Class dialog.

    • -14
    • +14
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3021: Internationalise hardcoded labels for Edit Class dialog.

    • -14
    • +14
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3410 Add feature allowing disable export portfolio and live edit

    • -16
    • +22
    ./includes/javascript/monitorLesson.js
  1. … 8 more files in changeset.
LDEV-3410 Hide "Enable export portfolio for learner" lesson monitor's setting if it's disabled for entire course

LDEV-3410 Add feature allowing disable export portfolio and live edit

    • -16
    • +22
    ./includes/javascript/monitorLesson.js
  1. … 8 more files in changeset.
LDEV-3322: Adding id tags and LDEV-3394: fixing issue with lesson notifications

LDEV-3322: Adding id tags and LDEV-3394: fixing issue with lesson notifications

LDEV-2265 Utilise URL Shortner to shorten lesson URL

  1. … 9 more files in changeset.
LDEV-2265 Utilise URL Shortner to shorten lesson URL. Now shortened URL starts with "{LAMS_SERVER}/lams/r/*"

  1. … 11 more files in changeset.
LDEV-2265 Utilise URL Shortner to shorten lesson URL

  1. … 6 more files in changeset.
LDEV-3335, LDEV-3340: Remove a filter which sets inactive timeout in sessions. With new SSO it is just needed in Central and it is already taken care of by SessionListener.

  1. … 33 more files in changeset.
LDEV-3335, LDEV-3334: Add session and cookie configuration to jboss-all.xml. Remove obsolete configuration from web.xml files.

  1. … 35 more files in changeset.
LDEV-3335, LDEV-3334: Use SSO mechanism introduced in WildFly 9.

Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead.

Make SessionManager just a proxy to webserver's HTTP session. Remov custom shared sessions and JSESSIONIDSSO cookie as they are obsolete. Remove own session monitoring as the container should take care of invalidation.

Move injecting UserDTO into session to SsoHandler intead of UniversalLoginModule as an authentication request may not reach the latter due to WildFly credentials caching.

  1. … 226 more files in changeset.