Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Replace deprecated Long constructor

  1. … 116 more files in changeset.
LDEV-5440 Rewrite JPQL queries not to use "in class" term

  1. … 22 more files in changeset.
LDEV-5440 Refactor packages of imported classes

  1. … 481 more files in changeset.
LDEV-5440 Rewrite config files and library references

  1. … 955 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 170 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 170 more files in changeset.
LDEV-4696 Rewrite part of Common entities to Hibernate annotations

  1. … 59 more files in changeset.
LDEV-4696 Runs Hibernate 5.3 with errors, Noticeboard hbm xml gone.

  1. … 3458 more files in changeset.
LDEV-4185: Be ready for null names of LDs or folders in Authoring.

  1. … 1 more file in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1071 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 779 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -227
    • +258
    ./WorkspaceFolderContent.java
    • -27
    • +29
    ./dao/IWorkspaceFolderContentDAO.java
    • -219
    • +235
    ./dto/FolderContentDTO.java
  1. … 2117 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -227
    • +258
    ./WorkspaceFolderContent.java
    • -27
    • +29
    ./dao/IWorkspaceFolderContentDAO.java
  1. … 1857 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.

    • -215
    • +230
    ./dto/FolderContentDTO.java
  1. … 420 more files in changeset.
LDEV-3523: When returning a JSON list of learning designs set design type to "default" if no type exists. Also search on default for designs without a type.

  1. … 3 more files in changeset.
LDEV-3523: When returning a JSON list of learning designs set design type to "default" if no type exists. Also search on default for designs without a type.

  1. … 3 more files in changeset.
LDEV-3523: Added subtype to Learning Design

  1. … 10 more files in changeset.
LDEV-3523: Added subtype to Learning Design

  1. … 10 more files in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport in set of LAMS DAO types from lams_common. Alter DAO references in set of services to code against interfaces not implementations.

  1. … 16 more files in changeset.
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. … 87 more files in changeset.
LDEV-3051 Sort my groups folder in alphabetical order

  1. … 3 more files in changeset.
LDEV-2560: Add information about LearningDesign original author. Imported LD will have original author set to the importing user.

  1. … 10 more files in changeset.
LDEV-2544 Default Timezones *merge from lams2_3_release

  1. … 35 more files in changeset.
LDEV-2556 LDEV-2557 Tooltip style and Workspace dialog /author info changes to HEAD.

  1. … 7 more files in changeset.
Merge lams2_3 to head (including things not merged last time due to eclipse's merge wizard not handling the lams2_3 start point as expected)

  1. … 167 more files in changeset.
LDEV-2107 Added public folder to workspace to enable saving designs/files to a shared public folder resource (across the server).

  1. … 12 more files in changeset.
LDEV-2097 Added last modified date to workspace in author and sequence step in wizard.

  1. … 12 more files in changeset.
LDEV-1221: Adding readOnly flag so that Flash can stop the user trying to delete a read only design.

Updated address of FSF in copyright statement

  1. … 1389 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

  1. … 258 more files in changeset.