• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4352: Adding mark charts to Monitoring for Scratchie and MCQ.

  1. … 5 more files in changeset.
file LeaderResultsDTO.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lamsfoundation/lams/tool/scratchie/dto/LeaderResultsDTO.java
  1. … 1 more file in changeset.
LDEV-4332: Send websocket ping after 3 minutes of idleness so the connection does not get cut because of idle timeout.

  1. … 39 more files in changeset.
LDEV-4332: Allow ping message from websocket.

LDEV-4252: Use another collection type instead of synchronisation.

  1. … 3 more files in changeset.
LDEV-4319 Prevent disappearing of scratchie likes on sorting

  1. … 1 more file in changeset.
LDEV-4300 Audit logs when activity is modified in monitor

  1. … 86 more files in changeset.
LDEV-4291 Move getAccessMode method to WebUtil

  1. … 30 more files in changeset.
LDEV-4258: Protecting the export download from multiple triggers by disabling the button until the file is downloaded. Uses the new generic javascript method based on previous Peer Review download implementation. Uses a cookie to track when the file download is complete.

  1. … 3 more files in changeset.
LDEV-4180: fixing typos

  1. … 2 more files in changeset.
LDEV-4180: Make DB patches produce up-to-date structure during build instead of applying multiple patches.

Get rid of unnecessary tables and keys.

Modify boolean columns to tinyint(1)

Simplify patches where possible.

  1. … 223 more files in changeset.
file patch20170101.sql was initially added on branch lams2_head_wildfly.

  1. … 24 more files in changeset.
LDEV-4244 Add new advanced option - randomise scratchie Items

  1. … 4 more files in changeset.
file patch20170221.sql was initially added on branch lams2_head_wildfly.

LDEV-4187: Make sure that even after an exception is thrown, the Hibernate session is closed. Add extra logging to verify completeActivity() failures.

  1. … 7 more files in changeset.
LDEV-4187: Get an learner's status from the tool for a particular tool session, which can be used to regenerate learner progress.

  1. … 24 more files in changeset.
LDEV-4187: Delegate non-HTTP-request tasks to own threads. Open and close Hibernate session for each of such thread. Bind created session to context and thread. Close session at the end of thread execution.

  1. … 5 more files in changeset.
LDEV-3640: Add missing cascade in Scratchie tool.

LDEV-4092: Date passed back by server was reconverting time for Daylight Saving, making it an hour out, as the convertToStringForJSON takes the timezone into account. Therefore convert the already timezone converted time (which gets converted back again) rather than the original time.

  1. … 13 more files in changeset.
LDEV-4092: Support the server supplying a localised date string for the submission deadline (datetimepicker does not have localisation of the format, just the language).

  1. … 35 more files in changeset.
LDEV-3801 store time limit's launched date in DB

  1. … 6 more files in changeset.
LDEV-3801 Time limit feature is updated to reflect the fact non-leaders should wait for required notebook/burning questions submitted by the leader

  1. … 2 more files in changeset.
LDEV-4032 Non-leaders should be forced to wait for leaders to submit notebook and burning questions. Therefore they should not be allowed to press Finish button before these events.

  1. … 1 more file in changeset.
LDEV-3801 store time limit's launched date in DB

  1. … 5 more files in changeset.
file patch20161205.sql was initially added on branch lams2_head_wildfly.

file FinishScratchingJob.java was initially added on branch lams2_head_wildfly.

LDEV-3316: Remove leftovers (comments, exceptions) of Spring layer.

  1. … 18 more files in changeset.
LDEV-4032 Make Finish button stop being hidden for the non-leaders after leader has finished activity

LDEV-3971: Remove pointless synchronisation from Java methods. It would not work in multi-node environment anyway. Focus on DB transactions.

General clean up and formatting.

  1. … 13 more files in changeset.
LDEV-3952: updating scripts to be compatible with MySQL 5.7

  1. … 44 more files in changeset.