Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Replace deprecated Long constructor

    • -9
    • +9
    ./hibernate/TransactionAwareSessionContext.java
  1. … 116 more files in changeset.
LDEV-5440 Fix a typo in learner redirects

  1. … 1 more file in changeset.
LDEV-5440 Fix multipart config in web.xml files

  1. … 34 more files in changeset.
LDEV-5440 Register SQL timestamp converter in XStream

  1. … 1 more file in changeset.
LDEV-5440 No need to wait for server startup to refresh config cache

LDEV-5440 Update Hibernate queries with new syntax

Get rid of deprecated Long and Integer constructors.

    • -8
    • +11
    ./hibernate/TransactionAwareSessionContext.java
  1. … 86 more files in changeset.
LDEV-5440 Revert some unnecessary package name changes

    • -1
    • +1
    ./hibernate/HibernateSessionManager.java
    • -1
    • +1
    ./hibernate/TransactionAwareSessionContext.java
  1. … 452 more files in changeset.
LDEV-5440 Refactor packages of imported classes

    • -1
    • +1
    ./hibernate/HibernateSessionManager.java
    • -1
    • +1
    ./hibernate/TransactionAwareSessionContext.java
  1. … 472 more files in changeset.
LDEV-5440 Rewrite config files and library references

  1. … 941 more files in changeset.
LDEV-5426 Switch from custom time zones to built-in Java ones

  1. … 40 more files in changeset.
SP-9 Add basic classes and entry point on index page

  1. … 4 more files in changeset.
LAI-3 Add support for other file types

  1. … 3 more files in changeset.
LAI-3 Add recursive summarisation

LAI-3 Extract PDF contents

PDF contents are often in UTF-16 and OpenAI requires UTF-8. We need to do conversion.

  1. … 12 more files in changeset.
LDEV-5375 Add OpenAI question import to Assessment

  1. … 10 more files in changeset.
LDEV-5375 Add AI configuration page

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

  1. … 9 more files in changeset.
LDEV-5354 Add course URL on index page

  1. … 8 more files in changeset.
LDEV-5354 Rename encoding methods so they can incorporate course ID

  1. … 2 more files in changeset.
LDEV-4497 Make sure "ad" word is never a part of content folder ID

UUIDs are cut into folders of two characters and used in image paths.

AdBlock can block an image if there is "ad" in its path. Just make sure

this path piece never occurs.

Merge remote-tracking branch 'origin/v4.6' into v4.7

Conflicts:

lams_common/src/java/org/lamsfoundation/lams/util/DateUtil.java

LDEV-5342 Fix fetching LD modified date when no user is logged in

LDEV-5333 Move HTML templates from WWW to Central folder

  1. … 6 more files in changeset.
LDEV-5329 Remove obsolete configuration items

  1. … 13 more files in changeset.
LDEV-5327 Add Clear Cache button

    • -1
    • +22
    ./hibernate/HibernateSessionManager.java
  1. … 5 more files in changeset.
LDEV-5083 Update time limits on dashboard using Flux

  1. … 7 more files in changeset.
LDEV-5083 Add backend for fetching running time limits in lesson

  1. … 6 more files in changeset.
LDEV-4497 Transform legacy content folder IDs into multi-part version

  1. … 1 more file in changeset.
LDEV-5319 Replace invalid XML characters instead of throwing error

    • -0
    • +15
    ./InvalidCharReplacingWstxOutputFatory.java
  1. … 4 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. … 4 more files in changeset.