lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4731 Fix entity save order when disabling user.

Removed UserOrganisations would be re-saved when User or Organisation

gets saved.

LDEV-4801 Do throw an exception in FileDAO when file is not found.

An attempt to fix leaked connections.

Merge remote-tracking branch 'origin/master' into develop

LDEV-4802 Use redirect instead of forward to Learner interface

Using a cross-module forward for some reason prevents modules from

shutting down in the end.

LDEV-4802 Make all DAO calls in content repository go through service

Some classes in content repository were using DAO methods directly,

without enveloping them in a transaction. Now they all go through

RepositoryService.

These methods need to start with "dao" prefix so they are not picked up

by CheckCredentialTicketBeforeAdvice.

LDEV-4802 Allow TX writing when getting a file item from repository

Attempt to fix

java.lang.Exception: Connection across boundary

when downloading a file. It leaks a connection.

Merge branch 'master' into develop

Merge branch 'LDEV-4803'

LDEV-4803 Remove branching warning when there's no need to warn

* Fix problem with HibernateProxy

* Change warning messages and their presentation

* Further enhancements to choose branching page markup

    • -138
    • +125
    /lams_learning/web/optionsActivity.jsp
LDEV-4769 Updating labels

English and Español

LDEV-4769 Updating labels

English and Español

Merge branch 'master' into develop

Merge branch 'LDEV-4800'

LDEV-4802 Stop websocket threads even more gracefully

An exception can occur also when session gets open, not only when it

gets closed.

LDEV-4800 Enhance markup

    • -4
    • +6
    /lams_learning/web/optionsActivity.jsp
LDEV-4800 Enhance markup

    • -4
    • +6
    /lams_learning/web/optionsActivity.jsp
LDEV-4800 Proceed to the first incompleted activity in a branch, and not to simply the first one

Also display list of child activities for the completed branch, so user

can revisit completed activities.

    • -59
    • +60
    /lams_learning/web/optionsActivity.jsp
Merge remote-tracking branch 'origin/master' into develop

Merge branch 'LDEV-4802'

LDEV-4440 Do not put Quartz jobs via DB script

The jobs will be initialised via commonContext.xml

    • -24
    • +0
    /lams_common/db/sql/create_quartz_table.sql
LDEV-4802 Prevent Hibernate session close from throwing an exception

LDEV-4801 Close connection manually after configuration refresh

Merge remote-tracking branch 'origin/master' into develop

LDEV-4691 Change table alias

"grouping" is a reserved word since MySQL 8.0.2

LDEV-4765 Further work on this feature

* shrinking and expanding question options on selecting them

* improved placeholder for CKEditor

* arranged questions' Settings tab items

  1. … 4 more files in changeset.
LKC-179 Descent into branching when displaying activities in gradebook

LKC-179 Change activity soring in gradebook to reflect sequence in LD

    • -1
    • +7
    /lams_gradebook/web/gradebookMonitor.jsp
Merge branch 'master' into develop

LDEV-4793 Show horizontal scrollbar on iPads

Merge remote-tracking branch 'origin/master' into develop