• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3761: Initial implementation of NotificationManager. Adjust queries for fetching Notifications.

  1. … 3 more files in changeset.
LDEV-3347: Revert to default caches' settings as "entity" cache config is a template for a region (one Java entity = one region). This is different to JBoss where all entities were stored in single region and it had to be large.

Add missing parameters in Hibernate config.

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

    • -1
    • +0
    ./org/lamsfoundation/lams/beanRefContext.xml
    • -3
    • +48
    ./org/lamsfoundation/lams/commonContext.xml
    • -1
    • +1
    ./org/lamsfoundation/lams/events/Event.java
  1. … 16 more files in changeset.
file DeliveryMethodNotification.java was initially added on branch lams2_head_wildfly.

LDEV-3750 Ability to push marks to gradebook directly from Assessment

  1. … 13 more files in changeset.
LDEV-3750 Ability to push marks to gradebook directly from Assessment

  1. … 17 more files in changeset.
LDEV-3661: Simplify EventNotifications - get rid of unnecessary subscription periodicity. Fix single user notification mechanism.

file patch2040060.sql was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/dbupdates/patch2040060.sql
LDEV-3661: Simplify EventNotifications - get rid of unnecessary subscription periodicity. Fix single user notification mechanism.

  1. … 4 more files in changeset.
LDEV-3735: Remove jdom library references and source code.

  1. … 73 more files in changeset.
LDEV-3749: Remove OpenID resources.

  1. … 6 more files in changeset.
file patch2040058.sql was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/dbupdates/patch2040058.sql
LDEV-2949: Remove obsolete column.

  1. … 1 more file in changeset.
file patch2040059.sql was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/dbupdates/patch2040059.sql
LDEV-3744: Use hardcoded icons' Data URIs instead of fetching and processing each icon before save. Remove canvg library as calculations can be done in an easier, native way.

    • -1
    • +10
    ./org/lamsfoundation/lams/tool/dto/ToolDTO.java
  1. … 9 more files in changeset.
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.

    • -5
    • +47
    ./org/lamsfoundation/lams/util/FileUtil.java
  1. … 35 more files in changeset.
LDEV-3731: Do not run character set conversion for tables of tools which will not be in use on WildFly anyway.

file patch2040057.sql was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/dbupdates/patch2040057.sql
file ThemeDTO.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/themes/dto/ThemeDTO.java
file ThemeDAO.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/themes/dao/hibernate/ThemeDAO.java
file IThemeDAO.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/themes/dao/IThemeDAO.java
file UserBasicDTO.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/usermanagement/dto/UserBasicDTO.java
LDEV-3674: Remove multiple Flash elements: Authoring, icons, themes, i18n files, WDDX libraries and classes, methods, servlets etc.

Rename/rewrite methods for Flashless use.

    • -2
    • +1
    ./org/lamsfoundation/lams/commonContext.xml
  1. … 406 more files in changeset.
LDEV-3679: timeago and tablesorter with bootstrap

    • -1
    • +3
    ./org/lamsfoundation/lams/util/DateUtil.java
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. … 6 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. … 6 more files in changeset.
LDEV-3714: Remove archived courses list from the profile tab on the home page.

  1. … 4 more files in changeset.
file patch2040056.sql was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/dbupdates/patch2040056.sql
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-3435: Do not log same errors if they arrive within 5 seconds. This prevents flooding logs with identical errors when mail system is down.