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

file ConnectorServlet.java was initially added on branch lams2_head_wildfly.

file EditorTag.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /3rdParty_sources/ckeditor/net/fckeditor/tags/EditorTag.java
file ConfigTag.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /3rdParty_sources/ckeditor/net/fckeditor/tags/ConfigTag.java
file CheckTag.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /3rdParty_sources/ckeditor/net/fckeditor/tags/CheckTag.java
file UploadResponse.java was initially added on branch lams2_head_wildfly.

file GetResponse.java was initially added on branch lams2_head_wildfly.

file UserPathBuilder.java was initially added on branch lams2_head_wildfly.

file UserAction.java was initially added on branch lams2_head_wildfly.

file UserActionImpl.java was initially added on branch lams2_head_wildfly.

file package-info.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /3rdParty_sources/ckeditor/net/fckeditor/package-info.java
file ContextPathBuilder.java was initially added on branch lams2_head_wildfly.

file ServerRootPathBuilder.java was initially added on branch lams2_head_wildfly.

file EnabledUserAction.java was initially added on branch lams2_head_wildfly.

file DisabledUserAction.java was initially added on branch lams2_head_wildfly.

LDEV-3275: Add library dependencies and source code.

    • -87
    • +0
    /3rdParty_sources/ckeditor/core/_bootstrap.js
    • -141
    • +0
    /3rdParty_sources/ckeditor/core/ckeditor.js
    • -209
    • +0
    /3rdParty_sources/ckeditor/core/command.js
    • -439
    • +0
    /3rdParty_sources/ckeditor/core/config.js
    • -20
    • +0
    /3rdParty_sources/ckeditor/core/dom.js
    • -266
    • +0
    /3rdParty_sources/ckeditor/core/dtd.js
    • -1059
    • +0
    /3rdParty_sources/ckeditor/core/editor.js
    • -305
    • +0
    /3rdParty_sources/ckeditor/core/env.js
  1. … 401 more files in changeset.
LDEV-3293: Further remove LAMS custom cache management.

LDEV-3304 reduced amount of DB queries due to "Q&A "all answers" page takes minutes to load when there are a lot of responses left by other users"

LDEV-3304 updated tablesorter plugin

LDEV-3292: Improve Add Lesson dialog response time:

Fetch all users and filter them afterwards instead of fetchin one by one.

Make some collections lazy or extra-lazy.

LDEV-3292: Improve Add Lesson dialog response time:

Fetch all users and filter them afterwards instead of fetchin one by one.

Make some collections lazy or extra-lazy.

LDEV-3294: De-proxy an activity so the real instance can be later used in code.

LDEV-3294: De-proxy an activity so the real instance can be later used in code.

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-3295 removed unused method

file QaQueContent.hbm.xml was added on branch lams2_head_wildfly on 2014-09-02 17:19:56 +0000

LDEV-3295 fixing old artefact: QaQuestion was renamed back to QaQueContent long time ago

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

    • -0
    • +1
    /lams_admin/web/WEB-INF/tags/CKEditor.tag
  1. … 23 more files in changeset.
LDEV-3120: Send to server all learners of an existing group in one batch instead making a separate Ajax call for each of them.

    • -172
    • +446
    /lams_central/web/includes/javascript/orgGroup.js
LDEV-3120: Send to server all learners of an existing group in one bach instead making a separate Ajax call for each of them.