lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
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

LDEV-3298 fixed issue when CKeditor missed right and sometimes left border when it's being opened in an iframe using showMessage() method

LDEV-3308: Use lazy initialisation for Gate collections.

LDEV-3308: Use lazy initialisation for Gate collections.

LDEV-3308 fixed the problem with "Permissions gates are not being enforced"

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-2866 * Got rid of duplicative jsp parts in Ozgur's tools * Some initial refactoring of the code

  1. … 92 more files in changeset.
LDEV-3275: Add Undertow servlet 1.0.15 source code.

    • -0
    • +123
    /3rdParty_sources/undertow/io/undertow/servlet/api/FilterInfo.java
  1. … 104 more files in changeset.
LDEV-3242: Set default thumbnail dimensions when the value is missing from session map.

LDEV-3242: Set default thumbnail dimensions when the value is missing from session map.

LDEV-3275: Use Undertow 1.0.15 source code instead of HEAD.

  1. … 544 more files in changeset.
LDEV-3275: Add dependecies and source code for Undertow.

    • -0
    • +512
    /3rdParty_sources/undertow/io/undertow/Handlers.java
    • -0
    • +395
    /3rdParty_sources/undertow/io/undertow/Undertow.java
    • -0
    • +179
    /3rdParty_sources/undertow/io/undertow/UndertowLogger.java
    • -0
    • +51
    /3rdParty_sources/undertow/io/undertow/Version.java
  1. … 544 more files in changeset.
LDEV-3275: Make LAMS Valve and Session libraries part of plain lams.jar. In JBoss these libraries had to be externalised as global valves were declared on server, not deployment level, and their code could not be a part of a deployment. If the same thing is attempted with Undertow, the server will (most probably) require all code referenced by a valve to be available during core start up, i.e. before processing LAMS EAR. Since the valves reference LAMS services and other classes, separation seems difficult to achieve. In such case valves (in Undertow: HTTP Handlers) will be a part of an deployment and will be declared for each WAR if necessary.

LDEV-3275: Use "lams" security domain for the whole LAMS deployment. Turn off JDBC spying for faster start up. Can be manually turned on later for debugging.

    • -0
    • +9
    /lams_build/conf/j2ee/jboss-app.xml
LDEV-3275: Formatting

LDEV-3292: Add an index on Activity table.

LDEV-3307 Improve lesson gradebook export performance * speed up producing tool outputs in assessment tool

LDEV-3292: Add an index on Activity table.