Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 359 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.
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
    ./includes/javascript/presence.js
  1. … 20 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)

LDEV-2967: Fix progress bar toggle icons.

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

  1. … 2 more files in changeset.
LDEV-3532 Proper handling of passing marks to LMS on the second attempt

  1. … 1 more file in changeset.
LDEV-3535: WildFly's JSP parser is more strict about case than JBoss'. Update HEAD too for compatibility.

LDEV-3535: WildFly's JSP parser is more strict about case than JBoss'. Update HEAD too for compatibility.

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

  1. … 2 more files in changeset.
LDEV-3533: Detect iOS-based client and use simple Learner interface then.

    • -0
    • +91
    ./mobile/common/progressOutput.jsp
    • -0
    • +64
    ./mobile/progress.jsp
  1. … 2 more files in changeset.
LDEV-3533: Detect iOS-based client and use simple Learner interface then.

    • -0
    • +91
    ./mobile/common/progressOutput.jsp
    • -0
    • +64
    ./mobile/progress.jsp
  1. … 2 more files in changeset.
LDEV-3532 Proper handling of passing marks to LMS on the second attempt

  1. … 1 more file in changeset.
LDEV-3490: Use Snap instead of Raphael in Learner progress bar.

  1. … 2 more files in changeset.
LDEV-3490: Use Snap instead of Raphael in Learner progress bar.

  1. … 2 more files in changeset.
LDEV-3495: adding allowfullscreen to learner's iframe

LDEV-3495: adding allowfullscreen to learner's iframe

LDEV-3453: Fix JSP code for writing out i18n labels.

LDEV-3453: Fix JSP code for writing out i18n labels.

LDEV-3453: Escape single quotes in i18n labels for Javascript.

  1. … 7 more files in changeset.
LDEV-3322 adding tag for selenium

LDEV-3322 adding tag for selenium

LDEV-3406: Send and process a different HTTP code when a learner did not finish the lesson yet.

  1. … 2 more files in changeset.
LDEV-3406: Send and process a different HTTP code when a learner did not finish the lesson yet.

  1. … 2 more files in changeset.
LDEV-1978, LDEV-3340: Remove AccessPermissionFilter. It was designed to control lesson access for Learners, but it was not really used. With the new SecurityService it is/will be obsolete.

  1. … 4 more files in changeset.
LDEV-3335, LDEV-3340: Remove a filter which sets inactive timeout in sessions. With new SSO it is just needed in Central and it is already taken care of by SessionListener.

  1. … 33 more files in changeset.
LDEV-3335, LDEV-3334: Use SSO mechanism introduced in WildFly 9. Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead. Make SessionManager just a proxy to webserver's HTTP session. Remov custom shared sessions and JSESSIONIDSSO cookie as they are obsolete. Remove own session monitoring as the container should take care of invalidation. Move injecting UserDTO into session to SsoHandler intead of UniversalLoginModule as an authentication request may not reach the latter due to WildFly credentials caching.

  1. … 226 more files in changeset.