lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3382: Including tests for new TTL integration features

LDEV-3391 *removed strange characters in the chat monitoring summary tab *slightly improved monitor UI

    • -98
    • +0
    /lams_tool_chat/conf/language/ApplicationResources_en_AU.properties
    • -98
    • +0
    /lams_tool_chat/conf/language/ApplicationResources_ko_KR.properties
    • -98
    • +0
    /lams_tool_chat/conf/language/ApplicationResources_mi_NZ.properties
    • -98
    • +0
    /lams_tool_chat/conf/language/ApplicationResources_no_NO.properties
    • -98
    • +0
    /lams_tool_chat/conf/language/ApplicationResources_pt_BR.properties
    • -98
    • +0
    /lams_tool_chat/conf/language/ApplicationResources_sv_SE.properties
LDEV-2265 fixed openLearner() by introducing new method openLearnerShortenedUrl() designed particularly for opening learner window from shortened URLs like /lams/r/*

    • -160
    • +103
    /lams_central/web/includes/javascript/openUrls.js
LDEV-3340: Remove "use cache debug listener" setting from sysadmin configuration as the whole cache management was removed before.

LDEV-3387 * fixed Autosave in Assessment breaks time limitation feature * slightly improved UI

LDEV-3387 updated libraries. introduced new jquery.plugin.js (required for jqeury.countdown.js) and jgrowl plugin

    • -24
    • +31
    /lams_central/web/css/jquery.countdown.css
    • -0
    • +100
    /lams_central/web/css/jquery.jgrowl.css
    • -0
    • +16
    /lams_central/web/includes/javascript/jquery.jgrowl.js
    • -0
    • +4
    /lams_central/web/includes/javascript/jquery.plugin.js
LDEV-3389: Create QA user if it is missing, probably because of force complete.

LDEV-3389: Create QA user if it is missing, probably because of force complete.

LDEV-3388: Do not fetch vote and rank data as it would not be displayed for Teachers anyway.

LDEV-3388: Do not fetch vote and rank data as it would not be displayed for Teachers anyway.

LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_common

LDEV-3382 Add datetime parameter check to LoginRequest.

    • -0
    • +1
    /lams_admin/conf/xdoclet/struts-forms.xml
LDEV-2265 Utilise URL Shortner to shorten lesson URL

    • -50
    • +48
    /lams_central/web/launchlearner.jsp
LDEV-3384 Signup page shouldn't display if the url to it is incorrect

LDEV-3386: removing debug line

LDEV-3386: removing debug line

LDEV-3385 fix Verify in LessonManagerServlet

LDEV-3382 creates URL with hash on the fly

    • -0
    • +25
    /lams_bb_integration/web/modules/openAuthor.jsp
    • -0
    • +69
    /lams_bb_integration/web/modules/openLearner.jsp
    • -0
    • +68
    /lams_bb_integration/web/modules/openMonitor.jsp
LDEV-3382 creates URL with hash on the fly

    • -0
    • +25
    /lams_bb_integration/web/modules/openAuthor.jsp
    • -0
    • +69
    /lams_bb_integration/web/modules/openLearner.jsp
    • -0
    • +68
    /lams_bb_integration/web/modules/openMonitor.jsp
LDEV-3386: implementing time-to-live for login requests in Moodle (see LDEV-3382)

    • -0
    • +12
    /moodle/mod/lamslesson/lang/en/lamslesson.php
    • -0
    • +6
    /moodle/mod/lamslesson/offset.php
    • -0
    • +30
    /moodle/mod/lamslesson/settings.php
LDEV-3386: implementing time-to-live for login requests in Moodle (see LDEV-3382)

    • -0
    • +12
    /moodle/mod/lamslesson/lang/en/lamslesson.php
    • -0
    • +6
    /moodle/mod/lamslesson/offset.php
    • -0
    • +30
    /moodle/mod/lamslesson/settings.php
LDEV-3382 prettifying error message

LDEV-3382 Add datetime parameter check to LoginRequest. It must check for "a range" of TTL that is datetime parameter provided can't be too far in the future as well

LDEV-3335: Revert session ID changes.

LDEV-3384 Signup page shouldn't display if the url to it is incorrect

LDEV-2265 Utilise URL Shortner to shorten lesson URL. Now shortened URL starts with "{LAMS_SERVER}/lams/r/*"

    • -50
    • +48
    /lams_central/web/launchlearner.jsp
LDEV-3385 fix Verify in LessonManagerServlet

LDEV-3378: Update maximum known UIID when loading transitions of existing Learning Design.

LDEV-3378: Update maximum known UIID when loading transitions of existing Learning Design.

LDEV-3335: Set session cookie path and domain in TestHarness. Without it, and with session fixation attack prevention on, WildFly does not accept the cookie during authentication.