Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Revert some unnecessary package name changes

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

  1. … 955 more files in changeset.
LDEV-5248, LDEV-4411 Mark some queries as cacheable

Query cache makes sense if tables which the query reference does not

change often. Each modification to table content invalidates the given

query's cache. Also each set of query parameters is a different cache

entry, so if there are various parameter values the cache overhead can

generate more load than benefit.

  1. … 96 more files in changeset.
LDEV-5124 Add new format of user summary in Assessment Excel export

    • -0
    • +35
    ./ILearnerInteractionDAO.java
    • -0
    • +22
    ./hibernate/LearnerInteractionDAO.java
  1. … 7 more files in changeset.
LDEV-4813 Speed up event log processing with an extra index

  1. … 1 more file in changeset.
LDEV-4697 Audit entries filtering by user and remarks

  1. … 5 more files in changeset.
LDEV-4501 All Audit Log entries are now Log Event entries

  1. … 65 more files in changeset.
LDEV-4501 Tool context files no longer reference audit service.

  1. … 61 more files in changeset.
LDEV-4501 First cut of audit log screen implemented.

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

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

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

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

  1. … 1859 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-3275: Change call parameters as Java 8 warns about misuse of varargs.

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. … 55 more files in changeset.
LDEV-2550 Developed new event logging mechanism *merge from lams2_3_release

    • -0
    • +71
    ./hibernate/LogEventDAO.java
  1. … 17 more files in changeset.