lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3696: ooopps.

LDEV-3696: improving the loading splash screen on login/logout

LDEV-3696: fixing typo on Page.tag

LDEV-3707: Use Flashless chosen branching interface in Monitor. Remove obsolete Flash classes and methods. Fix group renaming. General clean up.

  1. … 13 more files in changeset.
LDEV-3292: Avoid initialising the extra-lazy Group.users collection as it can be large.

  1. … 7 more files in changeset.
LDEV-3697: Choosing user from autocomplete list displays results only for him/her. Entering generic query displays results for all matched users. Major clean up: rewrite methods for finding users and move them from UserManagementService to UserDAO.

    • -2
    • +2
    ./web/includes/javascript/groupDisplay.js
  1. … 7 more files in changeset.
LDEV-3115: Add new Grouping icons.

    • binary
    ./web/images/grouping.png
    • -0
    • +339
    ./web/images/grouping.svg
LDEV-3703: Add listMonitor method for listing lessons where user is Monitor.

LDEV-3703: Add listMonitor method for listing lessons where user is Monitor.

LDEV-3703: Add listMonitor method for listing lessons where user is Monitor.

LDEV-3070: Make learner and staff class group names consistent among lessons created in various ways.

  1. … 1 more file in changeset.
LDEV-3115: Inform of SVG creation errors. Add proper label for Live Edit successful save.

LDEV-3115: Remove grouping GIF icon as it break SVG generation.

LDEV-3654: Detect IE11.

LDEV-3696: Update central to bootstrap

    • -100
    • +87
    ./web/forgotPasswordChange.jsp
LDEV-3696: Update central to bootstrap

LDEV-3696: Update central to bootstrap

LDEV-3696: Update central to bootstrap

    • -0
    • +46
    ./web/WEB-INF/tags/Alert.tag
    • -0
    • +34
    ./web/WEB-INF/tags/Page.tag
    • -4
    • +19
    ./web/less/defaultHTML_learner.less
    • -45
    • +54
    ./web/questions/questionFile.jsp
    • -41
    • +47
    ./web/toolcontent/importresult.jsp
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.

    • -2
    • +1
    ./web/lamscommunity/lamscommunityLogin.jsp
  1. … 328 more files in changeset.
LDEV-3673: Remove Batik library. Remove back end SVG generating classes. Create LD SVG when a single activity lesson gets added.

    • -4
    • +26
    ./web/includes/javascript/groupDisplay.js
  1. … 16 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.

    • -17
    • +4
    ./web/includes/javascript/openUrls.js
  1. … 359 more files in changeset.
LDEV-3682: Update notebook learner to use bootstrap

  1. … 12 more files in changeset.
LDEV-3679: Update Q&A learner to bootstrap

  1. … 16 more files in changeset.
LDEV-3677: Upgrade comments to use bootstrap and timeago

    • -111
    • +123
    ./web/comments/msgview.jsp
    • -0
    • +225
    ./web/includes/javascript/jquery.timeago.js
LDEV-3676: Adding background image

    • binary
    ./web/images/css/light-fabric.jpg
LDEV-3676: Adding bootstrap to LAMS

    • -0
    • +5
    ./web/css/bootstrap.min.css
    • -668
    • +147
    ./web/css/defaultHTML_learner.css
    • -0
    • +7
    ./web/includes/javascript/bootstrap.min.js
    • -0
    • +200
    ./web/less/defaultHTML_learner.less
LDEV-3665: Use Java 8 time API instead of Joda library in LAMS core. Use Joda time library shipped with Wildfly for lams_saml project, which needs it for OpenSaml 2.6 library.

  1. … 189 more files in changeset.
LDEV-3661: Remove Aspirin library. Emails will be send using the configured SMTP server. Simplify Event Notifications - remove unnecessary methods, internal Event pool, extra threads.

  1. … 50 more files in changeset.
LDEV-3663: Allow all classess being (un)marshalled for any instance of XStream we use in LAMS.

  1. … 10 more files in changeset.
LDEV-3656: When using LoginAs action invalidate sysadmin session only after all JSP tags read data from it.