Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Rewrite JPQL queries not to use "in class" term

  1. … 21 more files in changeset.
LDEV-5440 Update Hibernate queries with new syntax

Get rid of deprecated Long and Integer constructors.

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

  1. … 480 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. … 95 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

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

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

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

  1. … 7 more files in changeset.
LDEV-3542: Performance improvements needed for tools that need to check the list of potential learners.

  1. … 4 more files in changeset.
LDEV-3556: Remove IMS export and .las import.

  1. … 21 more files in changeset.
LDEV-3542: Improving performance of Peer Review tool - now able to check how many potential learners there are to determine whether a tool's user list should be updated.

  1. … 4 more files in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_common

  1. … 12 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. … 15 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. … 84 more files in changeset.
LDEV-1861 Adding customCSV

Adding a method to ToolDAO so that you can retireve a tool from a tool_signature, and also update it. This is needed for tool adapter tools so they can update their extLmsId mapping

  1. … 3 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

  1. … 239 more files in changeset.
Updated address of FSF in copyright statement

  1. … 1388 more files in changeset.
Importing optional and parallel activities now working.

  1. … 2 more files in changeset.
Adding support for LAMS 1.0.2 import. Includes a table to map the old tool types to our new tool signatures. Can import a sequence with tool tasks, no grouping and no data.

    • -0
    • +52
    ./ToolImportSupportDAO.java
  1. … 15 more files in changeset.
Implenting copyToolContent. The ToolContent object needs to load the Tool straight away, otherwise the copyToolContent call ends up trying to link a proxied Tool object to two different sessions (the call to actually generate the id is in its own transation).

  1. … 6 more files in changeset.
Fixed the keywork expansion

  1. … 3 more files in changeset.
Moving gate and group url support to a lams_system_tool table - the first "inch" towards making these pluggable tools in a later version of LAMS.

    • -0
    • +56
    ./SystemToolDAO.java
  1. … 20 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

  1. … 259 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Got the lines in the wrong order in the last check in.

  1. … 259 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

  1. … 259 more files in changeset.
Changes to suit the deletion parts of learning design preview

  1. … 10 more files in changeset.
LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Modified ToolSessionDAO to look up either a grouped tool session or an individual tool session using the learner rather than the group (in the group cases). The "get group" code only worked for explicit groups defined in the activity object, it didn't work for a "class wide" group, so the call to the get group in the tool session lookup was replaced by an extented HQL query which look at the actual group data in the database (looking via the session table, rather than via activity).

  1. … 2 more files in changeset.
Upgraded Hibernate to 3.0

  1. … 89 more files in changeset.
*** empty log message ***

  1. … 1 more file in changeset.