• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 366 more files in changeset.
LDEV-3670: Hiding open text entries in learner

    • -5
    • +10
    ./learning/mobile/AllNominations.jsp
    • -0
    • +7
    ./learning/mobile/RevisitedDisplay.jsp
  1. … 3 more files in changeset.
LDEV-3670: Hiding open text entries in learner

    • -5
    • +10
    ./learning/mobile/AllNominations.jsp
    • -0
    • +7
    ./learning/mobile/RevisitedDisplay.jsp
  1. … 3 more files in changeset.
LDEV-3584: Improve performance and support paging, sort and search

    • -142
    • +66
    ./monitoring/AllSessionsSummary.jsp
    • -7
    • +11
    ./monitoring/MonitoringMaincontent.jsp
    • -0
    • +176
    ./monitoring/OtherTextNominationViewer.jsp
    • -0
    • +122
    ./monitoring/ReflectionViewer.jsp
    • -18
    • +100
    ./monitoring/VoteNominationViewer.jsp
  1. … 18 more files in changeset.
file StatsPart.jsp was added on branch lams2_head_wildfly on 2016-02-22 01:41:51 +0000

file ReflectionViewer.jsp was added on branch lams2_head_wildfly on 2016-02-22 01:41:51 +0000

file OtherTextNominationViewer.jsp was added on branch lams2_head_wildfly on 2016-02-22 01:41:51 +0000

    • -0
    • +0
    ./monitoring/OtherTextNominationViewer.jsp
file monitorheader.jsp was added on branch lams2_head_wildfly on 2016-02-22 01:41:51 +0000

LDEV-3584: Improve performance and support paging, sort and search

    • -0
    • +30
    ./common/monitorheader.jsp
    • -142
    • +66
    ./monitoring/AllSessionsSummary.jsp
    • -5
    • +10
    ./monitoring/MonitoringMaincontent.jsp
    • -0
    • +177
    ./monitoring/OtherTextNominationViewer.jsp
    • -0
    • +123
    ./monitoring/ReflectionViewer.jsp
    • -0
    • +17
    ./monitoring/StatsPart.jsp
    • -16
    • +99
    ./monitoring/VoteNominationViewer.jsp
  1. … 18 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. … 99 more files in changeset.
LDEV-2917: Use <!DOCTYPE html> everywhere.

    • -1
    • +1
    ./learning/IndividualLearnerResults.jsp
    • -1
    • +1
    ./learning/RevisitedAllNominations.jsp
  1. … 158 more files in changeset.
LDEV-3654: Remove IE compatibility tags.

  1. … 33 more files in changeset.
LDEV-3511: Use d3 in Vote and Survey Tools.

    • -8
    • +4
    ./learning/RevisitedAllNominations.jsp
    • -3
    • +4
    ./learning/mobile/RevisitedDisplay.jsp
  1. … 9 more files in changeset.
LDEV-3511: Use d3 in Vote and Survey Tools.

    • -8
    • +4
    ./learning/RevisitedAllNominations.jsp
    • -3
    • +4
    ./learning/mobile/RevisitedDisplay.jsp
  1. … 9 more files in changeset.
LDEV-3472: Revert removal of libraries as they are needed for LDEV-2657.

  1. … 17 more files in changeset.
LDEV-3472: Revert removal of libraries as they are needed for LDEV-2657.

  1. … 17 more files in changeset.
LDEV-3472: Remove references to timepicker and blockUI.

  1. … 17 more files in changeset.
LDEV-3472: Remove references to timepicker and blockUI.

  1. … 18 more files in changeset.
LDEV-3095: Revert incorrect fix. Try to mute cross-domain iframe access errors, as requested by a client.

  1. … 25 more files in changeset.
LDEV-3095: Revert incorrect fix. Try to mute cross-domain

iframe access errors, as requested by a client.

  1. … 26 more files in changeset.
LDEV-3095: Check if the current window is the one containing given methods. It may happen for some clients.

  1. … 27 more files in changeset.
LDEV-3095: Check if the current window is the one containing given methods. It may happen for some clients.

  1. … 27 more files in changeset.
LDEV-3460: Remove references to obsolete CSS files. Re-introduce necessary images.

  1. … 11 more files in changeset.
file indicator.gif was added on branch lams2_head_wildfly on 2015-04-16 14:48:00 +0000

LDEV-3460: Remove references to obsolete CSS files. Re-introduce necessary images.

    • binary
    ./images/indicator.gif
  1. … 11 more files in changeset.
LDEV-3396: fixing display when option presented is an image

    • -1
    • +1
    ./learning/mobile/RevisitedDisplay.jsp
    • -1
    • +1
    ./learning/mobile/RevisitedNoDisplay.jsp
LDEV-3396: fixing display when option presented is an image

    • -1
    • +1
    ./learning/mobile/RevisitedDisplay.jsp
    • -1
    • +1
    ./learning/mobile/RevisitedNoDisplay.jsp
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: Add session and cookie configuration to jboss-all.xml. Remove obsolete configuration from web.xml files.

  1. … 35 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.