Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5389 Sort learners by names by default in Peer Review monitoring

Previous default was to sort them by rating descending, so top learners are on top.

LDEV-5389 Use natural ordering of groups in summary view

LDEV-5384 Optionally require all ratings in rubrics in Peer Review

  1. … 6 more files in changeset.
LDEV-5370 UI improvements

- Fixing quotes

LDEV-5370 UI improvements

- Fixing quotes

LDEV-5370 UI improvements

- New div with description of SAP and SAPA factors for students.

  1. … 1 more file in changeset.
LDEV-5370 Make 0.5 score column in rubrics configurable in authoring

  1. … 39 more files in changeset.
LDEV-5370 Add 0.5 score column in rubrics criteria in Peer Review

  1. … 36 more files in changeset.
LDEV-5369 Add choice of rubrics learner view in Peer Review authoring

  1. … 3 more files in changeset.
LDEV-5355 Add event log on Peer Review comment change by monitor

  1. … 3 more files in changeset.
LDEV-5355 Allow editing multi-line comments

  1. … 1 more file in changeset.
LDEV-5355 Allow comment editing in Peer Review tool

  1. … 2 more files in changeset.
LDEV-3171 Remove Peer Review ratings on force uncomplete

LDEV-5328 Squash DB patches and update versions

  1. … 152 more files in changeset.
LDEV-5083 Rewrite TBL Peer Review tab to new UI

  1. … 5 more files in changeset.
LDEV-5301 Set fixed column width correctly in number of characters

  1. … 1 more file in changeset.
LDEV-5301 Sort learners by their names when doing export

LDEV-5301 Add "all learners" summary tab in Peer Evaluation export

  1. … 1 more file in changeset.
LDEV-5301 Split learner name into first and last name

  1. … 2 more files in changeset.
LDEV-5301 Introduce fixed column width in spreadsheet exports

Set Peer Evaluation export column width to about 12.5 points.

  1. … 1 more file in changeset.
LDEV-5257 Secure fileDownloadToken cookie

  1. … 9 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. … 95 more files in changeset.
LDEV-5232 Remove "notify student" option from Peer Review authoring

  1. … 4 more files in changeset.
LDEV-3767 Fix exception when user goes straight to finish page

If user is revisiting a completed Peer Review and both options for

showing results are turned off and also reflection is off, he gets

redirected straight to finish session action which requires a session

map ID parameter. This parameter is only available if finish session

action is called from a JSP page.

LDEV-5155 Fix rubrics import

Merge branch 'LDEV-5155' into v4.0

  1. … 33 more files in changeset.
LDEV-5155 Get necessary rubrics data for TBL monitoring

LDEV-5155 Display all rubric rows on monitoring summary screen