Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3480 Peer review feature for Q&A

  1. … 40 more files in changeset.
LDEV-3455: New field entry was missing a default value so throwing a null pointer exception.

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-3480 Peer review feature for Q&A (fixes)

LDEV-3480 Peer review feature for Q&A (fixes)

  1. … 6 more files in changeset.
LDEV-3464: Cleaning up TreeSets that may have a non Comparable object added to them.

  1. … 10 more files in changeset.
LDEV-3480 Peer review feature for Q&A

  1. … 38 more files in changeset.
LDEV-3478: Do not save an empty answer for a required question.

LDEV-3478: Do not save an empty answer for a required question.

LDEV-3455 Rest support for template based authoring.

  1. … 9 more files in changeset.
LDEV-3455 Rest support for template based authoring - refactoring to use shared tag names.

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

LDEV-3455: Rest support for creating a new (authored) QA object

LDEV-3448: fixes problem with learner uploaded pictures not viewable via monitor

LDEV-3448: fixes problem with learner uploaded pictures not viewable via monitor

LDEV-3428: Do not create default conditions when Tool output definitions are fetched. They only get created when Tool defaut content is cloned.

Fix class cast exeption when changing grade of first activity in sequence.

Fix lesson mark calculation exception.

Pass IDs to service methods instead of DB objects.

  1. … 8 more files in changeset.
LDEV-3428: Do not create default conditions when Tool output definitions are fetched. They only get created when Tool defaut content is cloned.

Fix class cast exeption when changing grade of first activity in sequence.

Fix lesson mark calculation exception.

Pass IDs to service methods instead of DB objects.

  1. … 9 more files in changeset.
LKC-55 Slightly modified email message sent on response submit to monitors

LDEV-3418 Q&A tablesorter date/time formatting

LKC-55 Slightly modified email message sent on response submit to monitors

LDEV-3418 Q&A tablesorter date/time formatting

LDEV-3389: Create QA user if it is missing, probably because of force complete.

LDEV-3389: Create QA user if it is missing, probably because of force complete.

LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_tool_laqa

LDEV-3275: Make XStream use enhanced mode in which it can instantinate classes without no-arg constructors. This requires Oracle's JVM to be used, but it is a requirement of LAMS anyway. Otherwise multiple LAMS classes (mainly DTOs) would have to be given no-arg constructors or implement Serializable.

  1. … 11 more files in changeset.
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-3330: Check if an attribute key is not NULL beforing looking it up in the session.

WildFly is more restrictive when it comes to session attributes management. It does not allow looking up NULL keys, while JBoss 5 returned NULL value in this case.

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.