lams_tool_assessment

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3155: Fix TH flow for Assessment with Leader.

  1. … 1 more file in changeset.
LDEV-3155: Fix TH flow for Assessment with Leader.

  1. … 1 more file in changeset.
LDEV-2975: Updating English and Spanish

  1. … 3 more files in changeset.
LDEV-2975: Updating Greek and Norwegian

  1. … 2 more files in changeset.
LDEV-3433: Fixed also for Assessment, Pixlr, Noticeboard, Videorecorder,

Survey, Wookie and Kaltura Tools.

  1. … 11 more files in changeset.
LDEV-3433: Fixed also for Assessment, Pixlr, Noticeboard, Videorecorder,

Survey, Wookie and Kaltura Tools.

  1. … 11 more files in changeset.
LDEV-3338: Upgrade jdom from version 0.7 to 1.1.2 shipped with WildFly. There is a version 2.x available, but it has different API and it would have to be included as a separate library again.

  1. … 84 more files in changeset.
LDEV-3398 fixed the following issue "Producing incorrect tool output on submitting answers second time (after the first one failed)"

LDEV-3392 By default, always randomize order of answers in ordering question in Assessment tool

LDEV-3393 Ordering question type display correct/incorrect answers to learners now

    • -25
    • +24
    ./web/pages/learning/parts/essay.jsp
    • -4
    • +15
    ./web/pages/learning/parts/ordering.jsp
LDEV-3387 * fixed issue when Autosave in Assessment breaks time limitation feature

* slightly improved UI

    • -56
    • +118
    ./web/pages/learning/learning.jsp
LDEV-3393 remove debug messages

    • -1
    • +0
    ./web/pages/learning/parts/ordering.jsp
LDEV-3392 By default, always randomize order of answers in ordering question in Assessment tool

file AnswerIntComparator.java was added on branch lams2_head_wildfly on 2014-12-12 14:49:32 +0000

LDEV-3393 Ordering question type display correct/incorrect answers to learners now

    • -25
    • +24
    ./web/pages/learning/parts/essay.jsp
    • -4
    • +16
    ./web/pages/learning/parts/ordering.jsp
LDEV-3387 * fixed Autosave in Assessment breaks time limitation feature

* slightly improved UI

    • -56
    • +118
    ./web/pages/learning/learning.jsp
LDEV-3340: Remove hibernate.cfg.xml files. Most probably they were used to create DB schema from .hbm.xml files using Ant. They are obsolete now.

  1. … 27 more files in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_tool_assesment. Change assesment DAOs hierarchy super type to LAMSBaseDAO.

  1. … 1 more file in changeset.
LDEV-3381: Upgrade to WildFly 8.2. Add proper source code.

  1. … 664 more files in changeset.
LDEV-3335, LDEV-3340: Remove a filter which sets inactive timeout in sessions. With new SSO it is just needed in Central and it is already taken care of by SessionListener.

  1. … 33 more files in changeset.
LDEV-3335, LDEV-3334: Add session and cookie configuration to jboss-all.xml. Remove obsolete configuration from web.xml files.

  1. … 35 more files in changeset.
LDEV-3335, LDEV-3334: Use SSO mechanism introduced in WildFly 9.

Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead.

Make SessionManager just a proxy to webserver's HTTP session. Remov custom shared sessions and JSESSIONIDSSO cookie as they are obsolete. Remove own session monitoring as the container should take care of invalidation.

Move injecting UserDTO into session to SsoHandler intead of UniversalLoginModule as an authentication request may not reach the latter due to WildFly credentials caching.

  1. … 226 more files in changeset.
LDEV-3381: Upgrade to WildFly 9 Alpha2 version.

  1. … 41 more files in changeset.
LDEV-3379: Fix issues regarding 'limit' keyword usage in HQL queries. Reformat source.

  1. … 2 more files in changeset.
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-3313 Don't refresh learner results page for non-leaders

LDEV-3329 fix calculation of options' negative marks

LDEV-3329 fix calculation of options' negative marks

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.