Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

    • -27
    • +0
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
  1. … 93 more files in changeset.
LDEV-2866 * Got rid of duplicative jsp parts in Ozgur's tools * Some initial refactoring of the code

    • -27
    • +0
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
  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
    ./org/lamsfoundation/lams/tool/mc/McOptionDTO.java
    • -0
    • +158
    ./org/lamsfoundation/lams/tool/mc/McQuestionDTO.java
    • -212
    • +9
    ./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

    • -92
    • +0
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
  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

    • -0
    • +21
    ./org/lamsfoundation/lams/tool/mc/util/McSessionComparator.java
  1. … 1 more file in changeset.
LDEV-3138 prevent creating 2 identical user results for 1 question in DB (suppress Hibernate exception)

LDEV-3138 prevent creating 2 identical user results for 1 question in DB

LDEV-3085 optimized SQL query

LDEV-3117 record mark changes done in tools with audit service

  1. … 5 more files in changeset.
LDEV-3117 Let maks indicated as done in gradebook to be rewritten several times

  1. … 1 more file in changeset.
LDEV-3104 Improve performance for MCQ Monitor

  1. … 3 more files in changeset.
LDEV-3111 Propagade mark changes done in monitor further to Gradebook

  1. … 1 more file in changeset.
LDEV-3111 UI monitoring changes - adding jqgrid tables

  1. … 1 more file in changeset.
LDEV-3111 UI monitoring changes - adding jqgrid tables

    • -2
    • +0
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
  1. … 23 more files in changeset.