Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3756: Allow monitor to mark a thread as sticky and have it stay at the top of the comments.

  1. … 18 more files in changeset.
LDEV-3756: Allow monitor to mark a thread as sticky and have it stay at the top of the comments.

  1. … 16 more files in changeset.
LDEV-3761: Initial implementation of NotificationManager. Adjust queries for fetching Notifications.

    • -0
    • +151
    ./org/lamsfoundation/lams/webservice/xml/NotificationServlet.java
  1. … 5 more files in changeset.
LDEV-3760: Initial implementation of notifications. Add new delivery method to EventNotification framework. Allow notifications on file upload in Share Resources. Add notifications button on home screen.

    • -0
    • +115
    ./org/lamsfoundation/lams/web/NotificationAction.java
  1. … 26 more files in changeset.
LDEV-3729: Created a combined tab navbar for monitoring

    • -15
    • +20
    ./org/lamsfoundation/lams/web/tag/HelpTag.java
  1. … 21 more files in changeset.
LDEV-3729: Help tag updated for Bootstrap

    • -10
    • +6
    ./org/lamsfoundation/lams/web/tag/HelpTag.java
  1. … 1 more file in changeset.
LDEV-3739: Add "all" type to fetch all template-based LDs.

LDEV-3739: Add "all" type to fetch all template-based LDs.

LDEV-3739: Add "all" type to fetch all template-based LDs.

LDEV-3735, LDEV-3674: Rewrite LD import using JDK XML tools. Remove cglib library which does not seem to be used by XStream anymore. Remove Axis and wsdl4j libraries, and several Java classes made obsolete by Flash removal. Fix LD import in FLA and several Tools.

    • -2
    • +1
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 30 more files in changeset.
LDEV-3726: Re-create a missing LD SVG in Add Lesson and Monitorin interfaces.

    • -4
    • +10
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 3 more files in changeset.
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-3708: Unable to start a single activity lesson for a tool deployed after initial run as it was trying to find the learning_activity via the toolId when it should have been using the libraryId

  1. … 4 more files in changeset.
LDEV-3708: Unable to start a single activity lesson for a tool deployed after initial run as it was trying to find the learning_activity via the toolId when it should have been using the libraryId

  1. … 4 more files in changeset.
LDEV-3714: Remove archived courses list from the profile tab on the home page.

    • -7
    • +4
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 7 more files in changeset.
LDEV-3707: Use Flashless chosen branching interface in Monitor. Remove obsolete Flash classes and methods. Fix group renaming. General clean up.

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

    • -56
    • +48
    ./org/lamsfoundation/lams/web/RedirectAction.java
  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.

  1. … 10 more files in changeset.
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.

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

    • -21
    • +6
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 23 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.

    • -9
    • +0
    ./org/lamsfoundation/lams/web/HomeAction.java
    • -31
    • +2
    ./org/lamsfoundation/lams/web/tag/CssTag.java
  1. … 364 more files in changeset.
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-2918: Get rid of IE, "main" and "tabbed" styles as they are obsolete and only blur CSS tag work.

    • -96
    • +43
    ./org/lamsfoundation/lams/web/tag/CssTag.java
  1. … 102 more files in changeset.
LDEV-3656: When authenticating, if there is already a session mapped to a user's login, invalidate it. This will abort current authentication process too, so the user will be thrown out from the previous browser, but will not be let in on the current browser. Only subsequent attempt(s) to log in should succeed.

  1. … 3 more files in changeset.