Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3275: Remove Application Context files which seem obsolete. They have been probably used for testing.

    • -55
    • +0
    ./lamsfoundation/lams/localApplicationContext.xml
    • -468
    • +0
    ./lamsfoundation/lams/localCommonContext.xml
LDEV-3275: Change call parameters as Java 8 warns about misuse of varargs.

LDEV-3293: Use Spring support for Hibernate 4 instead of 3 (session factory and filters). Use new path for Hibernate DTDs. Make XDoclet generate hbm.xml files with the correct path by providing it a new template.

    • -1
    • +1
    ./lamsfoundation/lams/applicationContext.xml
    • -1
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -1
    • +1
    ./lamsfoundation/lams/localApplicationContext.xml
    • -2
    • +2
    ./lamsfoundation/lams/localCommonContext.xml
    • -1
    • +1
    ./lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java
  1. … 107 more files in changeset.
LDEV-3293: Rewrite Application Context configuration files for Spring 4.

    • -6
    • +4
    ./lamsfoundation/lams/applicationContext.xml
    • -2
    • +5
    ./lamsfoundation/lams/beanRefContext.xml
    • -46
    • +45
    ./lamsfoundation/lams/commonContext.xml
    • -2
    • +6
    ./lamsfoundation/lams/integrationContext.xml
    • -8
    • +9
    ./lamsfoundation/lams/localApplicationContext.xml
    • -37
    • +36
    ./lamsfoundation/lams/localCommonContext.xml
    • -2
    • +4
    ./lamsfoundation/lams/messageContext.xml
    • -9
    • +8
    ./lamsfoundation/lams/toolApplicationContext.xml
  1. … 69 more files in changeset.
LDEV-3293: Save or update each collection item manually as new Hibernate does not have a method for processing the whole collection anymore.

  1. … 1 more file in changeset.
LDEV-3293: Rewrite the class to use new Hibernate's tools. It can not be confirmed at the moment if it does the same.

    • -9
    • +14
    ./lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java
LDEV-3293: Use the new Spring's support for Hibernate 4 instead of Hibernate 3. Switch from using HibernateDaoSupport.getSession() to its getSessionFactory().getSession(). The latter is sure to close the session automatically while a session returned by the first method should be closed manually. Theoritecally we do it in OpenSessionInViewFilter, but it may not be always the case, leading to open Hibernate session being left behind.

  1. … 73 more files in changeset.
LDEV-3293: Cast DAO methods' results to their return type. Java 8 is more restrictive about generics. Hibernate find() methods returns List<?> and it can not be quietly cast to List<SomeClass>. Each occurence was explicitly casted and warnings about the type being unchecked were supressed.

  1. … 46 more files in changeset.
LDEV-3293: Use new Spring ApplicationContext classes.

    • -1
    • +1
    ./lamsfoundation/lams/beanRefContext.xml
  1. … 34 more files in changeset.
LDEV-3275: Rename lams-ds and make it the default data source (required by JEE specification).

    • -1
    • +1
    ./lamsfoundation/lams/applicationContext.xml
  1. … 3 more files in changeset.
LDEV-2463 Added new method "learnerStrictAuth" available to LoginRequest. It works the same way as "learner" but requires hash to also contain lesson id parameter.

  1. … 2 more files in changeset.
LDEV-3275: Upgrade JMX Remoting to version 2.0.0.

    • -1
    • +0
    ./lamsfoundation/lams/cache/CacheManager.java
  1. … 1 more file in changeset.
LDEV-3275: Upgrade Hibernate Core to version 4.3.5.

    • -30
    • +5
    ./lamsfoundation/lams/cache/CacheManager.java
    • -56
    • +54
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 1577 more files in changeset.
LDEV-3269: Add learning design groups management in Admin and utilisation in Flashless Authoring.

    • -0
    • +19
    ./lamsfoundation/lams/dbupdates/patch02040030.sql
    • -0
    • +105
    ./lamsfoundation/lams/learningdesign/LearningLibraryGroup.java
  1. … 21 more files in changeset.
LDEV-3258: Set target Survery user for notification emails. Wrap Notification Service method in a new transaction so existing one can be even read-only.

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
  1. … 1 more file in changeset.
LDEV-3263 Add support for renaming field names on sequence import

  1. … 3 more files in changeset.
LDEV-3254: Refresh configuration cache every X minutes.

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +10
    ./lamsfoundation/lams/dbupdates/patch02040029.sql
    • -132
    • +187
    ./lamsfoundation/lams/util/Configuration.java
    • -0
    • +38
    ./lamsfoundation/lams/util/ConfigurationRefreshCacheJob.java
  1. … 1 more file in changeset.
LDEV-2846: Use standard libraries to copy files instead of keeping own methods which do the same.

    • -53
    • +0
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 1 more file in changeset.
LDEV-3115: Fix LearningLibraryID filling.

LDEV-3115: Use new FLA SVG images in Monitoring.

  1. … 14 more files in changeset.
LDEV-3244 Release define later flag after canceling edit tool in monitor

  1. … 63 more files in changeset.
LDEV-3225: Remove unused colums for tool contribution and moderation.

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch02040028.sql
    • -35
    • +0
    ./lamsfoundation/lams/tool/BasicToolVO.java
    • -6
    • +0
    ./lamsfoundation/lams/tool/IToolVO.java
    • -58
    • +3
    ./lamsfoundation/lams/tool/Tool.java
  1. … 32 more files in changeset.
LDEV-3225: Add better contribution management in Monitoring.

  1. … 38 more files in changeset.
LDEV-3115: Allow unifinished branches. Validation of groupings not being used in a sequence. Remove grouping references when transition is removed. Recently Used Sequences (LD access) full functionality. Detect LDs being overwritten by manually providing an existing title. Change how Parallel Activities are detected and described in Flashless Authoring in LD Importer. Multiple CSS changes and bug fixes.

    • -2
    • +12
    ./lamsfoundation/lams/tool/dto/ToolDTO.java
  1. … 10 more files in changeset.
LDEV-3215 Proper handling and message in case of Activity requires existing grouping but no group for user exists yet.

    • -0
    • +38
    ./lamsfoundation/lams/tool/exception/RequiredGroupMissingException.java
    • -0
    • +1
    ./lamsfoundation/lams/toolApplicationContext.xml
  1. … 5 more files in changeset.
LDEV-3215 Support activities to be able to find leader select activity

    • -0
    • +1
    ./lamsfoundation/lams/toolApplicationContext.xml
LDEV-3115, LDEV-3215: Grouping for Floating activities. Improve grouping detection for plain Tool activities. Last LD access list front end partial implementation.

  1. … 10 more files in changeset.
LDEV-3219: allowing emails as usernames too

    • -1
    • +1
    ./lamsfoundation/lams/util/ValidationUtil.java
LDEV-3219 Added sysadmin option to turn validation off for user details

    • -0
    • +16
    ./lamsfoundation/lams/dbupdates/patch02040027.sql
    • -7
    • +18
    ./lamsfoundation/lams/util/ValidationUtil.java
  1. … 3 more files in changeset.
LDEV-3115: Support for Optional Sequences (Learner's Choice Branching). Allow Parallel activities inside Optiona/Floating activities. Minor bug fixes.

  1. … 6 more files in changeset.