lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Refactor packages of imported classes

    • -1
    • +1
    ./lams/comments/util/TopicComparator.java
    • -1
    • +1
    ./lams/integration/service/IntegrationService.java
  1. … 467 more files in changeset.
LDEV-5440 Rewrite config files and library references

    • -10
    • +10
    ./lams/comments/CommentLike.java
    • -66
    • +74
    ./lams/comments/dao/hibernate/CommentDAO.java
    • -2
    • +2
    ./lams/comments/util/TopicComparator.java
    • -1
    • +1
    ./lams/dbupdates/WebAppJNDIMigrationLauncherSynchronizer.java
  1. … 941 more files in changeset.
LDEV-5438 Add timer change logs

LDEV-5436 Project-wide user sorting by last then first name

    • -62
    • +42
    ./lams/lesson/LearnerProgress.java
    • -1
    • +1
    ./lams/lesson/dao/hibernate/LessonDAO.java
    • -68
    • +4
    ./lams/usermanagement/dto/UserBasicDTO.java
    • -4
    • +6
    ./lams/usermanagement/dto/UserDTO.java
    • -0
    • +20
    ./lams/usermanagement/service/IUserDetails.java
  1. … 141 more files in changeset.
LDEV-5436 Add project-wide User sorting on Java level

    • -0
    • +26
    ./lams/usermanagement/service/IUserDetails.java
  1. … 6 more files in changeset.
LDEV-5435 Add email in login column in course user view

    • -16
    • +15
    ./lams/usermanagement/dto/UserManageBean.java
  1. … 1 more file in changeset.
LAI-9 Add AI review API calls

  1. … 5 more files in changeset.
LDEV-5420 Add questions print button to Question Bank

    • -30
    • +54
    ./lams/qb/service/QbService.java
  1. … 4 more files in changeset.
LDEV-5395 Update release

- Disable tools to be deprecated in next release (either 4.9 or 5.0)

- Set server version

- Update default user details

    • -0
    • +17
    ./lams/dbupdates/patch20231231.sql
  1. … 1 more file in changeset.
LDEV-5425 Remove "End of activity" notebook from *all* tools

    • -0
    • +15
    ./lams/dbupdates/patch20231221.sql
    • -51
    • +0
    ./lams/notebook/dao/INotebookEntryDAO.java
    • -204
    • +0
    ./lams/notebook/model/NotebookEntry.java
    • -11
    • +0
    ./lams/notebook/service/CoreNotebookConstants.java
    • -250
    • +0
    ./lams/notebook/service/CoreNotebookService.java
    • -65
    • +0
    ./lams/notebook/service/ICoreNotebookService.java
  1. … 511 more files in changeset.
LDEV-5363 Make RAT questions sync optional

    • -0
    • +5
    ./lams/tool/service/ILamsToolService.java
    • -1
    • +5
    ./lams/tool/service/LamsToolService.java
  1. … 12 more files in changeset.
LDEV-5433 Squash DB patches and update versions

    • -0
    • +94
    ./lams/dbupdates/patch20230324_updateTo47.sql
    • -0
    • +15
    ./lams/dbupdates/patch20230325.sql
  1. … 94 more files in changeset.
LDEV-5431 Reset activity completion on force uncomplete in Monitor

    • -16
    • +16
    ./lams/tool/ToolContentManager.java
    • -51
    • +67
    ./lams/tool/service/LamsCoreToolService.java
  1. … 36 more files in changeset.
LDEV-5426 Switch from custom time zones to built-in Java ones

    • -0
    • +18
    ./lams/dbupdates/patch20231215.sql
    • -8
    • +2
    ./lams/integration/service/IntegrationService.java
    • -0
    • +20
    ./lams/timezone/TimeZoneUtil.java
    • -75
    • +0
    ./lams/timezone/dao/ITimezoneDAO.java
    • -77
    • +0
    ./lams/timezone/dao/hibernate/TimezoneDAO.java
    • -116
    • +0
    ./lams/timezone/dto/TimezoneDTO.java
    • -106
    • +0
    ./lams/timezone/service/TimezoneService.java
    • -32
    • +0
    ./lams/timezone/util/TimezoneIDComparator.java
    • -30
    • +22
    ./lams/usermanagement/service/LdapService.java
  1. … 26 more files in changeset.
LDEV-5423 Complete Flux on all subscriptions terminated

Also:

* use separate and configurable task executor for async requests

* introduce backlog pressure strategy for Fluxes

* synchronise access to Flux mapping

* add logs

  1. … 1 more file in changeset.
LDEV-5260 Add logging to Flux operations

LDEV-5277 Create activity column items in order as they appear in LD

    • -0
    • +39
    ./lams/learningdesign/ListingLearningDesignProcessor.java
  1. … 1 more file in changeset.
LDEV-5260 Fix multiple timers Flux

  1. … 2 more files in changeset.
LDEV-5260 Improve subscription termination mechanism

LDEV-5260 Synchronise Flux creation

With high load there could have been multiple Fluxes with the same name and key instead of a singleton for all subscribers to this Flux.

LDEV-5260 Improve Flux backpressure and error handling

  1. … 1 more file in changeset.
LDEV-5341 Skip privileges when starting lesson via Quartz Job

Links to

https://lamssupport.atlassian.net/browse/LKC-154

    • -39
    • +41
    ./lams/monitoring/service/IMonitoringService.java
  1. … 2 more files in changeset.
LDEV-5204 Fix leader finished detection

Also fix misleading session invalidated warnings

  1. … 4 more files in changeset.
LDEV-3000 Produce URL to correct file in Word import questions

    • -68
    • +66
    ./lams/questions/QuestionParser.java
LDEV-3000 Produce URL to correct file in Word import questions

    • -68
    • +66
    ./lams/questions/QuestionParser.java
LDEV-5416 Add unique keys on role tables

    • -0
    • +16
    ./lams/dbupdates/patch20230928.sql
LDEV-5338 Properly set chosen groups even for other grouping types

    • -6
    • +6
    ./lams/lesson/service/ILessonService.java
    • -30
    • +35
    ./lams/lesson/service/LessonService.java
  1. … 4 more files in changeset.
SP-9 Add basic classes and entry point on index page

  1. … 4 more files in changeset.
LDEV-5302 Fix admin role detection when editing a course

  1. … 1 more file in changeset.
LDEV-5391 Move cluster building logic to core for other tools to use

    • -20
    • +19
    ./lams/tool/service/ILamsToolService.java
    • -41
    • +105
    ./lams/tool/service/LamsToolService.java
  1. … 1 more file in changeset.