Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5083 Rewrite TBL tRAT & student choices tab to new UI

  1. … 6 more files in changeset.
LDEV-5083 Rewrite TBL Teams tab modals to new UI

  1. … 8 more files in changeset.
LDEV-5317 Move time limit panel to single source in monitoring

Each tool using time limits (Assessment, Scratchie, Doku, Whiteboard)

had it own code to display and operate time limits.

In preparations for time limit widget in monitoring the code was

refactored so there is single source of time limit feature.

  1. … 29 more files in changeset.
LDEV-5307 Allow exact matching of VSAs

  1. … 13 more files in changeset.
LDEV-5308 Limit VSA recalculation to lessons in same course

If an answer get allocated, marks get recalculated only for lesson which

are in the same course as the lesson for which allocation happened,

including parent and child courses.

  1. … 5 more files in changeset.
LDEV-5273 Do not display VS answers with blank normalised form

  1. … 3 more files in changeset.
LDEV-5292 Sync RAT activities questions in TBL sequences

  1. … 12 more files in changeset.
LDEV-5273 Add missing learner answer normalisation

  1. … 1 more file in changeset.
LDEV-5273 Do not show blank VS answers for allocation

  1. … 1 more file in changeset.
LDEV-5273 Refresh leaders' page on VS answer allocation

  1. … 4 more files in changeset.
LDEV-5273 Add VSA allocate button to tRAT TBL monitoring

  1. … 1 more file in changeset.
LDEV-5273 Identify correct VS attempts even if there are subsequent ones

If a student chose an unknown VS answer, it is marked as incorrect.

He/she makes more attempts. In the meantime a teacher marks that first

answer as correct. In that case the subsequent attempts are not deleted,

but are not calculated into the score for the question.

LDEV-5273 Add VSA allocation to Scratchie

  1. … 14 more files in changeset.
LDEV-5273 Move VSA allocation code to Central

  1. … 21 more files in changeset.
LDEV-4897 Add marks and marks% columns to Scratchie export

LDEV-5257 Secure fileDownloadToken cookie

  1. … 9 more files in changeset.
LDEV-3227 Recalculate marks if scoring has changed via monitoring

LDEV-5142 Do not copy stale absolute time limit on activity clone

  1. … 3 more files in changeset.
LDEV-5250 Remove Pedagogical Planner integration with core LAMS

  1. … 66 more files in changeset.
LDEV-4411 Stop using collection cache for now

Cache annotations were commented out so we can come back to them easily

in the future.

Collection cache is not detecting changes made to entities. When a new

entity is added, collection cache does not see the change.

Properly tweaking concurrency strategy does not seem possible at the

moment, so we just turn it off.

  1. … 29 more files in changeset.
LDEV-5248, LDEV-4411 Mark some collections as cacheable

Similar to query cache, the collection cache makes sense if the table

which collection elements map to do not change often. Each modification

to table content invalidates the given collection cache.

  1. … 31 more files in changeset.
LDEV-5248, LDEV-4411 Mark some queries as cacheable

Query cache makes sense if tables which the query reference does not

change often. Each modification to table content invalidates the given

query's cache. Also each set of query parameters is a different cache

entry, so if there are various parameter values the cache overhead can

generate more load than benefit.

  1. … 93 more files in changeset.
LDEV-2978 Fix exception when removing HTML markup for export

LDEV-5230 Remove obsolete "add extra point" option from Scratchie

  1. … 3 more files in changeset.
LDEV-4868 Fix class cast issue when importing an old LD with Scratchie

By default scratchieItems were HashSet, but at some point they became

SortedSet, so we need to convert them.

LDEV-5208 Add discussion sentiment to burning questions in Scratchie

  1. … 7 more files in changeset.
LDEV-5208 Set discussion sentiment for tRAT TBL sequence

  1. … 6 more files in changeset.
LDEV-5208 Add Scratchie option to turn discussion widget on/off

  1. … 3 more files in changeset.
LDEV-5121 Prevent Hibernate issues when processing existing QB questions

  1. … 1 more file in changeset.
LDEV-5121 TBL wizard questions go to private collection

Unless collection is specified, like when importing questions from Word

or QTI

  1. … 1 more file in changeset.