Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4407 Move ped planner stuff to lams_planer

All ped planner related code moved out from lams_central and

lams_common to lams_planer. Although

PedagogicalPlannerActivityForm.java was moved from

lams_central to lams_common to be accessible by LAMS tools.

    • -200
    • +0
    ./PedagogicalPlannerDAOHibernate.java
  1. … 24 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

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

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

    • -27
    • +39
    ./PedagogicalPlannerDAOHibernate.java
  1. … 2120 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -32
    • +40
    ./PedagogicalPlannerDAOHibernate.java
  1. … 1860 more files in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_common

    • -19
    • +21
    ./PedagogicalPlannerDAOHibernate.java
  1. … 14 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-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-2476 add inherited roles (read only)

    • -0
    • +15
    ./PedagogicalPlannerDAOHibernate.java
  1. … 2 more files in changeset.
fix problem getting neighbour node when a node has been deleted in the past

LDEV-2476 author admin role in nodes now functional

    • -3
    • +14
    ./PedagogicalPlannerDAOHibernate.java
  1. … 2 more files in changeset.
LDEV-2476 partial support for author admin role in planner nodes

    • -0
    • +40
    ./PedagogicalPlannerDAOHibernate.java
  1. … 9 more files in changeset.
LDEV-2380: Added recently edited LDs list on the first Ped Planner page.

  1. … 9 more files in changeset.
LDEV-1998: Searching now gives exact subnodes, instead of parent nodes. Some language support for searching was added.

  1. … 7 more files in changeset.
LDEV-1998: Added preview/export/import functionality for Pedagogical Planner nodes. Fixed some bugs. Added some code comments.

  1. … 23 more files in changeset.
LDEV-1998: Added template management for Pedagogical Planner editor.

    • -38
    • +18
    ./PedagogicalPlannerDAOHibernate.java
  1. … 26 more files in changeset.
LDEV-1998: Added Pedagogical Planner editor with add/edit node functionality.

    • -0
    • +137
    ./PedagogicalPlannerDAOHibernate.java
  1. … 46 more files in changeset.