Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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-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" * slightly optimized export content

  1. … 6 more files in changeset.
LDEV-3295 Allow questions having user responses with ratings be deleted

LDEV-3304 * added tablesorter paging to QA monitor * slightly optimized export content * fixed problem with displaying non-latin letters in tablesorter * fixed problem with incorrect display jRating for all items except the last one

  1. … 6 more files in changeset.
LDEV-3304 added sorting by rating

  1. … 4 more files in changeset.
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"

  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

  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"

  1. … 4 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-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

  1. … 1 more file in changeset.
LDEV-3197 Q&A monitor redesign

    • -0
    • +104
    ./java/org/lamsfoundation/lams/tool/qa/dto/GroupDTO.java
  1. … 20 more files in changeset.