• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file CanonicalPathUtils.java was initially added on branch lams2_head_wildfly.

file MimeMappings.java was initially added on branch lams2_head_wildfly.

file ImmediateAuthenticationMechanismFactory.java was initially added on branch lams2_head_wildfly.

file HexConverter.java was initially added on branch lams2_head_wildfly.

file FastConcurrentDirectDeque.java was initially added on branch lams2_head_wildfly.

file DateUtils.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /3rdParty_sources/undertow/io/undertow/util/DateUtils.java
file Cookies.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /3rdParty_sources/undertow/io/undertow/util/Cookies.java
file ConcurrentDirectDeque.java was initially added on branch lams2_head_wildfly.

file Certificates.java was initially added on branch lams2_head_wildfly.

file URLUtils.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /3rdParty_sources/undertow/io/undertow/util/URLUtils.java
file StatusCodes.java was initially added on branch lams2_head_wildfly.

file SameThreadExecutor.java was initially added on branch lams2_head_wildfly.

file PathMatcher.java was initially added on branch lams2_head_wildfly.

LDEV-3275: Add dependecies and source code for Undertow.

  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.

file jboss-app.xml was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /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

file patch02040031.sql was added on branch lams2_head_wildfly on 2014-09-08 08:37:13 +0000

LDEV-3292: Add an index on Activity table.

LDEV-3306 this is going to be fix for now for the following issue "MCQ scrolls to the top of the page on autosave when using iPad"

LDEV-3303 CKEditor should respect height parameter overriden by editor instance

    • -0
    • +1
    /lams_admin/web/WEB-INF/tags/CKEditor.tag
  1. … 22 more files in changeset.
LDEV-3301 prevent CKEditor from occupying more space than available due to its autogrow feature

    • -3
    • +3
    /lams_tool_forum/web/jsps/authoring/basic.jsp
    • -7
    • +6
    /lams_tool_survey/web/common/header.jsp
LDEV-2060: Remove service-wide reference to NB content and session. Use own references in each method.

General clean up and formatting.

LDEV-2060: Remove service-wide reference to NB content and session. Use own references in each method.

General clean up and formatting.

LDEV-3292: Fix a bug preventing learners from being added to lesson correctly.

LDEV-3292: When looking for an unique LD title to create a lesson, search for LDs with given prefix instead taking all from given workspace folder.

LDEV-3292: When looking for an unique LD title to create a lesson, search for LDs with given prefix instead taking all from given workspace folder.