Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3304 added tablesorter paging due to "Q&A "all answers" page takes minutes to load when there are a lot of responses left by other users"

    • -0
    • +20
    ./lamsfoundation/lams/tool/qa/QaUsrResp.java
  1. … 5 more files in changeset.
LDEV-3304 reduced amount of DB queries due to "Q&A "all answers" page takes minutes to load when there are a lot of responses left by other users"

LDEV-3295 removed unused method

LDEV-3295 Allow questions having user responses with ratings be deleted

LDEV-3292: Add missing indexes.

LDEV-3293: Rewrite Application Context configuration files for Spring 4.

  1. … 77 more files in changeset.
LDEV-3293: Save or update each collection item manually as new Hibernate does not have a method for processing the whole collection anymore.

  1. … 1 more file 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. … 81 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. … 54 more files in changeset.
LDEV-3292: Add missing indexes.

LDEV-3291 fix exception when finishing Q&A with "one in each page" option ON

LDEV-3277 mark notifyTeachers method as PROPAGATION_REQUIRED, to allow saving notification event in case of an error

  1. … 5 more files in changeset.
LDEV-3244 Release define later flag after canceling edit tool in monitor

  1. … 62 more files in changeset.
LDEV-3236 Ability to change, add, remove Q&A questions even after student have reached it

  1. … 3 more files in changeset.
LDEV-3236 Ability to change, add, remove Q&A questions even after student have reached it

LDEV-3236 Ability to change, add, remove Q&A questions even after student have reached it

    • -30
    • +3
    ./lamsfoundation/lams/tool/qa/QaAppConstants.java
    • -2
    • +2
    ./lamsfoundation/lams/tool/qa/QaCondition.java
    • -45
    • +17
    ./lamsfoundation/lams/tool/qa/QaContent.java
    • -26
    • +2
    ./lamsfoundation/lams/tool/qa/QaQueContent.java
  1. … 39 more files in changeset.
LDEV-3240: Use integers instead of strings when calculating question order.

LDEV-3223 added new advanced option "notification for the monitors on user attempt"

    • -7
    • +23
    ./lamsfoundation/lams/tool/qa/QaContent.java
  1. … 4 more files in changeset.
LDEV-3236 Ability to change, add, remove Q&A questions even after student have reached it

    • -25
    • +5
    ./lamsfoundation/lams/tool/qa/QaContent.java
    • -16
    • +0
    ./lamsfoundation/lams/tool/qa/web/QaAction.java
  1. … 3 more files in changeset.
LDEV-3225: Change the variable Q&A tool depends on when checking if it is being edited.

LDEV-3225: Add better contribution management in Monitoring.

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

  1. … 7 more files in changeset.
LDEV-3198 updated script which creates unique index so that it deletes duplicates first

  1. … 3 more files in changeset.
LDEV-3197 code clean up

    • -31
    • +0
    ./lamsfoundation/lams/tool/qa/util/QaUtils.java
    • -64
    • +10
    ./lamsfoundation/lams/tool/qa/web/QaAction.java
  1. … 1 more file in changeset.
LDEV-3197 Q&A monitor redesign

    • -9
    • +0
    ./lamsfoundation/lams/tool/qa/QaUsrResp.java
    • -0
    • +104
    ./lamsfoundation/lams/tool/qa/dto/GroupDTO.java
    • -15
    • +0
    ./lamsfoundation/lams/tool/qa/util/QaUtils.java
    • -190
    • +106
    ./lamsfoundation/lams/tool/qa/web/MonitoringUtil.java
    • -40
    • +0
    ./lamsfoundation/lams/tool/qa/web/QaAction.java
  1. … 20 more files in changeset.
LDEV-3177: Throw (still ugly) exceptions rather than forward to non-existent error page, resulting in blank screen in browser.

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. … 57 more files in changeset.
LDEV-3164: Support several more tools. Changes in those tools' code TestHarness can interact with them without running Javascript. Remove unnecessary Flash methods. Remove junk from TestHarness project, including zipped Learning Designs which can not be imported anymore as they have non-numeric server version ("beta") Major clean up and logs improvement.

  1. … 44 more files in changeset.
LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

    • -20
    • +0
    ./lamsfoundation/lams/tool/qa/QaAppConstants.java
    • -153
    • +53
    ./lamsfoundation/lams/tool/qa/QaContent.java
    • -206
    • +0
    ./lamsfoundation/lams/tool/qa/QaUploadedFile.java
    • -85
    • +0
    ./lamsfoundation/lams/tool/qa/util/QaUtils.java
  1. … 325 more files in changeset.