Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4949 Extract alt image text from Word documents on question import

Quote characters get replaces by apostrophes.

LDEV-5273 Make sure that empty answers are omitted when matching

LDEV-5277 On demand use email as LAMS login during registration

LDEV-5277 Enforce usage of prefix in user creation as per configuration

  1. … 1 more file in changeset.
LDEV-5293 Add support for QTI 2.2 import

  1. … 3 more files in changeset.
LDEV-5292 Fix exception when activity is getting saved for first time

LDEV-5292 Sync RAT activities questions in TBL sequences

  1. … 8 more files in changeset.
LDEV-5291 Allow filtering question in QB search by presence in LD

  1. … 8 more files in changeset.
LDEV-5288 Remove timezone editing panel.

Selecting server timezone stays.

  1. … 5 more files in changeset.
LDEV-5286 Add server option to add staff to all lessons in course

  1. … 4 more files in changeset.
LDEV-5285 Add missing upload folder name in Forum

  1. … 1 more file in changeset.
LDEV-5284 Use SHA-256 for parameters hash in integration calls

SHA-1 is still supported.

  1. … 6 more files in changeset.
LDEV-5278 Remove obsolete handler

  1. … 2 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. … 3 more files in changeset.
LDEV-5277 Add default country, lang and time zone to integrated server

  1. … 3 more files in changeset.
LDEV-5277 Move LTI configuration from file to integrated server

  1. … 3 more files in changeset.
LDEV-5277 Add LAMS dynamic registration as LTI Advantage Tool

  1. … 3 more files in changeset.
LDEV-5277 Move LTI Advantage DB model to own tables

LDEV-5277 Add Canvas support

LDEV-5277 Allow teacher to choose when to push marks from LTI tool

LDEV-5277 Allow callback on each tool activity completion

  1. … 3 more files in changeset.
LDEV-5277 Update scores on platform on lesson finish

LDEV-5277 Allow looking for lesson map via its ID for external modules

LDEV-4293 Skip session creation when displaying error page

If the error was HTTP session being stale or incorrectly invalidated, we

should not try to use the same session to display the error page. The

error page should not require a session at all.

Also if making a decision which session to invalidate in case of double

login, always invalidate the other session and not current one as

otherwise it can lead to a loop of self-invalidating sessions.

  1. … 1 more file in changeset.
LDEV-5242 Merge changes from 4.5

  1. … 4 more files in changeset.
LDEV-5275 Rewrite queries to get questions from QB faster

LDEV-5273 Add missing learner answer normalisation

    • -3
    • +3
    ./java/org/lamsfoundation/lams/qb/QbUtils.java
  1. … 1 more file in changeset.
LDEV-5273 Refresh leaders' page on VS answer allocation

    • -0
    • +6
    ./java/org/lamsfoundation/lams/qb/QbUtils.java
  1. … 3 more files in changeset.
LDEV-5273 Add VSA allocation to Scratchie

    • -0
    • +33
    ./java/org/lamsfoundation/lams/qb/QbUtils.java
  1. … 10 more files in changeset.
LDEV-5273 Remove single VSA allocation interface from Assessment

Since UI for VSA allocation moved to Central, it is more difficult to

make it embedded within a tools own monitoring interface. It is probably

not needed too - a well designed VSA allocation UI for all questions

should be sufficient.

  1. … 3 more files in changeset.