Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5400 Create transaction manually for Flux

LDEV-5397 bootstrap5 Grouping, Branching, Optional activities

  1. … 12 more files in changeset.
LDEV-5338 Properly set chosen groups even for other grouping types

  1. … 7 more files in changeset.
LDEV-3765 Fortify command websocket code

Make it less prone to random websocket errors.

LDEV-3765 Fortify command websocket code

Make it less prone to random websocket errors.

LDEV-5397 Reintroduce command websocket to PageLearner.tag

  1. … 1 more file in changeset.
LDEV-5397 Revent to generic activity icons in progress bar

  1. … 2 more files in changeset.
LDEV-5397 Use custom activity icons in progress bar

  1. … 3 more files in changeset.
LDEV-5395 Add main frame for learner UI

  1. … 53 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

Conflicts:

lams_learning/src/java/org/lamsfoundation/lams/learning/web/controller/LoadToolActivityController.java

  1. … 2 more files in changeset.
LDEV-5372 Add whitelist of integrated servers lesson finish URLs

  1. … 5 more files in changeset.
LDEV-5372 Add whitelist of integrated servers lesson finish URLs

  1. … 5 more files in changeset.
LDEV-5341 Add transaction support for all Security Service methods

  1. … 2 more files in changeset.
LDEV-5083 Fix encoding issue in Learners tab

LDEV-5341 Refactor Security Service

  1. … 31 more files in changeset.
LDEV-5083 Rewrite TBL Assessment AES disclose and discussion element

  1. … 7 more files in changeset.
LDEV-5083 Trigger Flux update on each activity entrance

Till now the update was triggered on activity completion. It is a better

approach, but it only worked on finishing tool activities. Gates and,

for example, Leader Selection activity were skipped and would not

trigger learner progress update.

Now update gets triggered on learner joining a lesson and traversing

through each activity, which is good enough. Emitted items get throttled

anyway.

  1. … 2 more files in changeset.
LDEV-5081 Merge changes made for monitor in LDEV-5083

  1. … 36 more files in changeset.
LDEV-5083 Update learner progress timeline using Flux

  1. … 8 more files in changeset.
LDEV-5083 Update LD canvas and chart on learner joining a lesson

  1. … 5 more files in changeset.
LDEV-5083 Add Sink binding mechanism

  1. … 4 more files in changeset.
LDEV-5083 Initial implementation on monitoring update based on Flux

  1. … 10 more files in changeset.
LDEV-5083 Add activity mark and time taken to learner timeline

  1. … 17 more files in changeset.
LDEV-5083 Add grouping icon to learner vertical timeline

  1. … 1 more file in changeset.
LDEV-5083 Introduce learner progress vertical timeline widget

With some dummy code for testing.

  1. … 6 more files in changeset.
LDEV-4538 At gate display only learners who have not passed it

Till now if a gate was opened, learners passed it and it was closed

again, it would show all those learners as "knocking at gate". It is

because they "attempted or completed" the activity and gate is closed.

Now TBL monitoring shows only learners who attempted the gate activity

but not completed it.

  1. … 6 more files in changeset.
LDEV-5277 Send last activity's score to platform

  1. … 1 more file in changeset.
LDEV-5277 Allow callback on each tool activity completion

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

  1. … 9 more files in changeset.
LDEV-4411 Make relation from Evaluation to ToolActivity unidirectional

Hibernate can not lazy load properties connected with OneToOne

relationship. It means that with every fetch of ToolActivity its

ActivityEvaluation was also fetched, whether is was needed or not. It

made up even 10% of all queries sent to DB during a lesson.

By having the relationship unidirectional and fetching

ActivityEvaluation via DAO we ensure that it is fetched only when it is

needed. The code is not as nice, though.

  1. … 13 more files in changeset.