Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3293: Rewrite Application Context configuration files for Spring 4.

  1. … 77 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. … 86 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. … 52 more files in changeset.
LDEV-3251 Create configurable grading scale for scratchie

    • -0
    • +142
    ./lamsfoundation/lams/tool/scratchie/web/action/AdminAction.java
    • -0
    • +66
    ./lamsfoundation/lams/tool/scratchie/web/form/AdminForm.java
  1. … 4 more files in changeset.
LDEV-3247 fixed maxscore/score displayed to the student

LDEV-3245 Changed to the way marks get calculated

LDEV-3244 Release define later flag after canceling edit tool in monitor

  1. … 62 more files in changeset.
LDEV-3245 Changed to the way marks get calculated

LDEV-3241 preventing scratchie gives an exception on Saving

LDEV-3227 Added ability to change, add, remove scratchie items even after student have reached it

  1. … 8 more files in changeset.
LDEV-3225: Add better contribution management in Monitoring.

  1. … 41 more files in changeset.
LKC-47 Same table in learner as it is in monitor

LKC-47 Same table in learner as it is in monitor

  1. … 1 more file in changeset.
LDEV-3194: Support for several question types in Assessment tool.

  1. … 5 more files in changeset.
LKC-40: Remove extra logs.

LDEV-3194: Support for Scratchie tool.

  1. … 4 more files in changeset.
LDEV-3171: Remove users from activities. Fix several bugs.

  1. … 34 more files in changeset.
LDEV-3171: Give a Monitor an option to remove learner's content from activities when moving him backwards in a sequence. Implementation of content-removing method for most of tools.

  1. … 59 more files in changeset.
LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

  1. … 325 more files in changeset.
LDEV-3166 fixed initiatation of GroupLeader object before passing to jsp

  1. … 1 more file in changeset.
LDEV-3155 Start using common method (from lams_common) to acquire leader userId from the nearest leader selection tool

LKC-1 allow non-leaders to see notebook submitted by leader

LKC-40 fixed displaying group leader

LDEV-3163: Make LAMS use ServerURL when providing URLs.

  1. … 40 more files in changeset.
LKC-41 calculate totalMarksPossible properly for Scratchie tool output

LKC-40 fix autopatch script

LDEV-3157 add extra call to check if the leader has submitted notebook

  1. … 2 more files in changeset.
LDEV-3157 * Import/export from previous versions * stop refreshing for non-leaders once leader moves to notebook page

  1. … 2 more files in changeset.
LKC-40 fix learning design export after adding constraints in previous commit

LKC-40 added couple of indexes