lams_learning

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

    • -0
    • +0
    ./web/WEB-INF/validation.xml
  1. … 25 more files in changeset.
file struts-config.xml was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/struts-config.xml
  1. … 22 more files in changeset.
LDEV-3750 Ability to push marks to gradebook directly from Assessment

  1. … 21 more files in changeset.
LDEV-3653: Make Websocket processing less blocking.

LDEV-3653: Unregister users on real socket close rather then when the socket is simply not active.

LDEV-3653: Use websockets infrastructure when fetching active lesson chat users.

  1. … 2 more files in changeset.
LDEV-3674: Remove references to deleted JS Flash libraries.

LDEV-3674: Remove multiple Flash elements: Authoring, icons, themes, i18n files, WDDX libraries and classes, methods, servlets etc.

Rename/rewrite methods for Flashless use.

  1. … 406 more files in changeset.
LDEV-3724: updating LAMS Learning to bootstrap

LDEV-3724: adding timeago to pad entries

LDEV-3724: updating LAMS Learning to bootstrap

    • -104
    • +106
    ./web/notebook/viewall.jsp
    • -68
    • +65
    ./web/notebook/viewalljournals.jsp
LDEV-3724: updating LAMS Learning to bootstrap

    • -7
    • +10
    ./web/gate/conditionGateContent.jsp
    • -8
    • +11
    ./web/gate/permissionGateContent.jsp
    • -65
    • +34
    ./web/gate/scheduleGateContent.jsp
    • -0
    • +1
    ./web/includes/javascript/nprogress.js
file Alert.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/Alert.tag
file nprogress.js was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/includes/javascript/nprogress.js
file nprogress.css was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/css/nprogress.css
file Page.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/Page.tag
LDEV-2917: Change DOCTYPE tag of files which have not been picked up by previous runs as they had this tag broken into 2 lines and regex had not detected them.

  1. … 335 more files in changeset.
LDEV-3660: Remove export potfolio resources: Java classes, JPS, DB entries and labels.

Remove localLinkPath attribute from CSS tag as it was only used for export portfolio.

  1. … 357 more files in changeset.
LDEV-2918: Get rid of IE, "main" and "tabbed" styles as they are obsolete and only blur CSS tag work.

  1. … 102 more files in changeset.
LDEV-2917: Use <!DOCTYPE html> everywhere.

  1. … 163 more files in changeset.
file PresenceWebsocketServer.java was initially added on branch lams2_head_wildfly.

file PresenceChatService.java was initially added on branch lams2_head_wildfly.

file IPresenceChatService.java was initially added on branch lams2_head_wildfly.

file PresenceChatUser.java was initially added on branch lams2_head_wildfly.

file PresenceChatMessage.java was initially added on branch lams2_head_wildfly.

file PresenceChatDAO.java was initially added on branch lams2_head_wildfly.

file IPresenceChatDAO.java was initially added on branch lams2_head_wildfly.

LDEV-3653 Add websocket server and client code.

Add Ant code for deploying the server class to <WAR>/WEB-INF/classes folder for WildFly to pick it up on start up.

Rearange, clean up and formatting.

    • -205
    • +187
    ./web/includes/javascript/presence.js
  1. … 10 more files in changeset.
LDEV-3646: Add websocket server and client code.

Add Ant code for deploying the server class to <WAR>/WEB-INF/classes folder for WildFly to pick it up on start up.

Clean up and formatting.

  1. … 18 more files in changeset.
LDEV-3533 moved URL rewrite operations from index.jsp to UrlRewrite config file (in order to keep such rules in one place)