Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3486 Assign marks to learner in leader aware tools when he gets force completed

  1. … 32 more files in changeset.
LDEV-3455: Removing submission entry that should not have been added the REST authoring.

  1. … 1 more file in changeset.
LDEV-3455: Submission deadline should not have been included in the REST authoring interface as it is set in monitoring. Removing.

  1. … 6 more files in changeset.
LDEV-3455 Rest support for template based authoring.

  1. … 9 more files in changeset.
LDEV-3476 prevent Learners from proceeding to the result page if burning questions aren't submitted yet

  1. … 1 more file in changeset.
LDEV-3475 show burning questions across all groups(just like in monitor) for all learners

  1. … 1 more file in changeset.
LDEV-3455 Rest support for template based authoring.

LDEV-3431: Fix a config file structure so it is accepted by WildFly.

LDEV-3444 Fixing display of burning questions if one of them was left blank

LDEV-3444 Adding a "general" burning question

  1. … 4 more files in changeset.
LDEV-3431 Ability to raise burning questions

  1. … 10 more files in changeset.
LDEV-3431 Ability to raise burning questions

  1. … 5 more files in changeset.
LDEV-3431 Ability to raise burning questions

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

LDEV-3379: Fix issues regarding 'limit' keyword usage in HQL queries. Reformat source.

  1. … 3 more files in changeset.
LDEV-3312 Improve security of Scratchie tool. 1) isAnswerCorrect.do to spawn a thread on the backend to record result 2) check user has access to current answer

  1. … 1 more file in changeset.
LDEV-3314 Scratchie tool to calculate max mark correctly when producing ToolOutputDefinition

LDEV-3332: revert spring-beans schema declaration in application context xml files. export spring meta-inf in jboss-deployment-structure.xml

It is way more elegant approach to fix an issue with spring-beans.xsd loading from internet.

  1. … 76 more files in changeset.
LDEV-3332: fix spring contexts declaration to find spring-beans-4.0.xsd locally at classpath.

Having spring module defined as a set of spring jars (as we do have in Wildfly), it is impossible for spring to resolve xsd schema mapping file 'spring.schemas' correctly. With set of jars, we have 5 instances of this file (with different content) under the same path 'META-INF/spring.schemas'. This ended up in spring not beeing able to map spring-beans-4.0.xsd URL path to local resource location. Finally, this xsd was loaded from internet - and that significantly slowed Wildfly startup.

With this fix LAMS is way (depends on internet connection) faster to start.

  1. … 75 more files in changeset.
LDEV-3319: update dbupdates scripts to use temporary tables for 'temp_select'.

Although the whole db update process is now globally synchronized in LAMS, it is better to use 'temporary' MySQL tables in case of 'temp_select' tables.

  1. … 5 more files in changeset.
LDEV-3319: Synchronize patch execution with an external monitor. Modules in WildFly can be loaded in parallel. AutoPatch is not ready for this as it uses static methods with unsynchronized collections. Each AutoPatchService instance should be run sequentially.

  1. … 32 more files in changeset.
LDEV-3314 Scratchie tool to calculate max mark correctly when producing ToolOutputDefinition

LDEV-3312 Improve security of Scratchie tool. 1) isAnswerCorrect.do to spawn a thread on the backend to record result 2) check user has access to current answer

  1. … 1 more file in changeset.
LDEV-3299: Put Scratchie answers in correct order for QTI export, even if their orderId field is corrupted.

LDEV-3299: Put Scratchie answers in correct order for QTI export, even if their orderId field is corrupted.

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