• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3300: Save Q&A questions before saving the parent object because if Hibernate decides to save Conditions first, some question could be not saved yet and it will trigger "non-transient object not saved" error.

LDEV-3313 Don't refresh learner results page for non-leaders

LDEV-3312 Improve security of Scratchie tool.

1) isAnswerCorrect.do to spawn a thread on the backend to record result

2) check user has access to current answer

LDEV-3275: Introduce SSO using Undertow mechanisms.

Valves do not exist in Undertow. Another approach had to be used.

In each WAR there is a file in META-INF/service dir which adds a class in request processing chaing.

For Central it is SsoProducer which put the authenticated account into shared session.

All other modules use SsoConsumer which takes the account and puts it into its security context.

In standalone.xml caching of credentials was switched off as it would prevent UniversalLoginModule from putting UserDTO into shared session.

TODO: use a simple pass-all authentication mechanism for static files like images and JS files.

    • binary
    /lams_build/lib/lams/lams-gradebook.jar
file SsoConsumer.java was initially added on branch lams2_head_wildfly.

file SsoProducer.java was initially added on branch lams2_head_wildfly.

LDEV-3242: Set default container height if overriding in learning.jsp fails.

LDEV-3242: Set default container height if overriding in learning.jsp fails.

LDEV-3300: Save ImageGallery and Kaltura items and their creators before saving the main objects as there is no cascade.

LDEV-3300: Save ImageGallery and Kaltura items and their creators before saving the main objects as there is no cascade.

LDEV-3310 Remove green dotted line under some menu elements

    • -0
    • +3
    /lams_central/web/css/defaultHTML_learner.css
    • -1
    • +1
    /lams_central/web/css/defaultHTML_learner_mobile.css
    • -0
    • +3
    /lams_central/web/css/defaultHTML_rtl.css
    • -0
    • +3
    /lams_central/web/css/defaultMainHTML.css
    • -0
    • +3
    /lams_central/web/css/defaultMainHTML_rtl.css
    • -0
    • +3
    /lams_central/web/css/highContrast.css
    • -0
    • +3
    /lams_central/web/css/highContrast_rtl.css
    • -0
    • +3
    /lams_central/web/css/highContrast_rtl_learner.css
file dialog.css was added on branch lams2_head_wildfly on 2014-10-30 17:10:37 +0000

file refresh.png was added on branch lams2_head_wildfly on 2014-10-30 17:10:37 +0000

file lock.png was added on branch lams2_head_wildfly on 2014-10-30 17:10:37 +0000

file lock-open.png was added on branch lams2_head_wildfly on 2014-10-30 17:10:37 +0000

file close.png was added on branch lams2_head_wildfly on 2014-10-30 17:10:37 +0000

file arrow.png was added on branch lams2_head_wildfly on 2014-10-30 17:10:37 +0000

file skin.js was added on branch lams2_head_wildfly on 2014-10-30 17:10:37 +0000

file icons_hidpi.png was added on branch lams2_head_wildfly on 2014-10-30 17:10:37 +0000

file icons.png was added on branch lams2_head_wildfly on 2014-10-30 17:10:37 +0000

file editor.css was added on branch lams2_head_wildfly on 2014-10-30 17:10:37 +0000

LDEV-3310 Switched to using office2013 skin

    • -7
    • +4
    /lams_central/web/ckeditor/ckeditor.js
  1. … 25 more files in changeset.
LDEV-3120: Add a missing space in unique name creation mechanism.

LDEV-2866

* Got rid of duplicative jsp parts in Ozgur's tools

* Some initial refactoring of the code

  1. … 93 more files in changeset.
LDEV-3307 Improve lesson gradebook export performance

* speed up producing tool outputs in assessment tool

LDEV-3305 Prevent iframe from expanding too big in Chrome

    • -1
    • +0
    /lams_tool_forum/web/jsps/authoring/basic.jsp
    • -1
    • +0
    /lams_tool_images/web/pages/authoring/basic.jsp
    • -1
    • +0
    /lams_tool_larsrc/web/pages/authoring/basic.jsp
    • -1
    • +0
    /lams_tool_scribe/web/pages/authoring/basic.jsp
    • -1
    • +0
    /lams_tool_survey/web/pages/authoring/basic.jsp
    • -1
    • +0
    /lams_tool_task/web/pages/authoring/basic.jsp
    • -1
    • +0
    /lams_tool_task/web/pages/learning/learning.jsp
LDEV-3298 fixed issue when CKeditor missed right and sometimes left border when it's being opened in an iframe using showMessage() method

LDEV-2463 Added new method "learnerStrictAuth" available to LoginRequest. It works the same way as "learner" but requires hash to also contain lesson id parameter.

LDEV-3309 Add isUpdateUserDetails parameter for LoginRequest so user details get updated

LDEV-3309 Add isUpdateUserDetails parameter for LoginRequest so user details get updated