lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Do not use deprecated constructors of Double and Boolean

  1. … 34 more files in changeset.
LDEV-5440 Use true/false instead of 1/0 in JPQL queries

  1. … 1 more file in changeset.
LDEV-5440 Replace deprecated Long constructor

    • -38
    • +40
    ./lams/learningdesign/Grouper.java
    • -2
    • +2
    ./lams/rating/dao/hibernate/RatingDAO.java
    • -2
    • +2
    ./lams/workspace/dto/FolderContentDTO.java
  1. … 111 more files in changeset.
LDEV-5440 Fix a typo in learner redirects

  1. … 1 more file in changeset.
LDEV-5440 Fix a typo in JPQL query

LDEV-5440 Fix multipart config in web.xml files

    • -35
    • +37
    ./lams/util/zipfile/ZipFileUtil.java
  1. … 34 more files in changeset.
LDEV-5440 Use Long instead of BigInteger in SQL query results

    • -1
    • +1
    ./lams/lesson/dao/hibernate/LessonDAO.java
    • -10
    • +10
    ./lams/qb/dao/hibernate/QbDAO.java
    • -5
    • +5
    ./lams/rating/service/RatingService.java
  1. … 3 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 Rewrite JPQL queries not to use "in class" term

    • -54
    • +45
    ./lams/learningdesign/dao/IActivityDAO.java
    • -1
    • +1
    ./lams/tool/dao/hibernate/SystemToolDAO.java
    • -3
    • +3
    ./lams/tool/dao/hibernate/ToolDAO.java
  1. … 12 more files in changeset.
Merge branch 'LDEV-5453' into v4.7

LDEV-5440 Add compilation parameter for legacy Spring binding

  1. … 14 more files in changeset.
LDEV-5440 Update web.xml version

  1. … 40 more files in changeset.
LDEV-5440 Update code to match dependencies

In particular javax -> jakarta package change and new JPA not accepting some attributes.

    • -1
    • +1
    ./lams/lesson/service/LessonService.java
    • -1
    • +1
    ./lams/rating/model/RatingCriteria.java
  1. … 218 more files in changeset.
LDEV-5440 Update libraries to new versions

  1. … 70 more files in changeset.
LDEV-5452 Allow changing question version in live Assessment and Scratchie

Also fix existing learners' answers rewiring.

    • -0
    • +17
    ./lams/dbupdates/patch20240315.sql
  1. … 8 more files in changeset.
LDEV-5436 Use comma as name separator

Also fix names in few other places.

  1. … 8 more files in changeset.
LDEV-5446 Do initial indexing before fixing duplicate UUIDs

Otherwise searching for duplicate UUIDs takes too long.

LDEV-3115 Fix group removal on LD save in authoring

It seems that Hibernate does not like having entities violating unique keys in one collection. Even for a while and even though afterward the collection contains only unique entities.

    • -20
    • +19
    ./lams/learningdesign/Group.java
  1. … 2 more files in changeset.
LDEV-5440 Update Hibernate queries with new syntax

Get rid of deprecated Long and Integer constructors.

    • -11
    • +10
    ./lams/dbupdates/Patch0016FixWorkspacePublicFolder.java
    • -1
    • +1
    ./lams/learningdesign/RandomGrouper.java
    • -2
    • +2
    ./lams/lesson/ParallelWaitActivity.java
  1. … 72 more files in changeset.
LDEV-5446 Ensure that UUIDs are unique but retained on import

  1. … 3 more files in changeset.
LDEV-4746 Rewrite QB question insert trigger

It should accept existing UUID if it is provided. It is important when importing LD from zip and when there are same questions used in several activities, for example TBL RAT.

    • -0
    • +19
    ./lams/dbupdates/patch20240216.sql
LDEV-5443 Add "start in monitor" option to integrations

    • -0
    • +14
    ./lams/dbupdates/patch20240202.sql
LDEV-5443 Add "start in monitor" option to integrations

  1. … 5 more files in changeset.
LDEV-5442 make monitoring use new starability widget

    • -0
    • +28
    ./lams/rating/RatingUtil.java
  1. … 23 more files in changeset.
LDEV-4997 Escape image names with spaces when setting Etherpad content

    • -3
    • +28
    ./lams/etherpad/util/EtherpadUtil.java
LDEV-5426 Use only supported time zones

    • -1
    • +1
    ./lams/integration/service/IntegrationService.java
  1. … 5 more files in changeset.
LDEV-5428 Remove lesson presence and chat

    • -0
    • +20
    ./lams/dbupdates/patch20240115.sql
    • -21
    • +0
    ./lams/lesson/dto/LessonDetailsDTO.java
    • -18
    • +17
    ./lams/monitoring/service/IMonitoringService.java
  1. … 34 more files in changeset.
LDEV-5440 Revert some unnecessary package name changes

    • -1
    • +1
    ./lams/comments/util/TopicComparator.java
    • -1
    • +1
    ./lams/events/AbstractDeliveryMethod.java
    • -1
    • +1
    ./lams/integration/service/IntegrationService.java
  1. … 450 more files in changeset.
LDEV-5440 Use JPA Criteria API instead of deprectaed Hibernate one

    • -58
    • +78
    ./lams/lesson/dao/hibernate/LessonDAO.java
  1. … 1 more file in changeset.