Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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-3464: Cleaning up TreeSets that may have a non Comparable object added to them.

  1. … 6 more files in changeset.
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-3426: Make Multiple Choice not clear "user" attribute. Remove unnecessary "user" attribute overwriting in different places in LAMS.

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

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. … 3 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-2866 * Got rid of duplicative jsp parts in Ozgur's tools * Some initial refactoring of the code

  1. … 93 more files in changeset.
LDEV-2866 * Got rid of duplicative jsp parts in Ozgur's tools * Some initial refactoring of the code

  1. … 92 more files in changeset.
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. … 82 more files in changeset.
LDEV-3275: Upgrade Servlet API to version 3.1.0.

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

  1. … 60 more files in changeset.
LDEV-3228 Ability to change, add, remove MCQ questions even after student have reached it

    • -0
    • +109
    ./java/org/lamsfoundation/lams/tool/mc/McOptionDTO.java
    • -0
    • +158
    ./java/org/lamsfoundation/lams/tool/mc/McQuestionDTO.java
    • -212
    • +9
    ./java/org/lamsfoundation/lams/tool/mc/McUtils.java
  1. … 55 more files in changeset.
LDEV-3225: Add better contribution management in Monitoring.

  1. … 41 more files in changeset.
LDEV-2463: escape HTML to prevent possible XSS attacks

LDEV-3198 updated script which creates unique index so that it deletes duplicates first

  1. … 3 more files in changeset.
LDEV-3194: Central QTI export modules and support for Multiple Choice tool.

  1. … 12 more files in changeset.
LDEV-3195: Allow QTI images in MCQ answers. Fix Firefox issue with checking questions and answers.

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

  1. … 32 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-3169 Added group leader info in Monitor for MCQ

  1. … 3 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-3155 Added leader aware feature

  1. … 83 more files in changeset.
LDEV-3163: Make LAMS use ServerURL when providing URLs.

  1. … 40 more files in changeset.
LDEV-3149 In monitor interface show groups sorting by the session name

  1. … 1 more file in changeset.
LDEV-3138 prevent creating 2 identical user results for 1 question in DB (suppress Hibernate exception)