lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4801 Add Iron Jacamar source code

It helps in tracking DB connection leaks.

    • -0
    • +55
    /3rdParty_sources/ironjacamar/org/jboss/jca/Version.java.in
    • -0
    • +632
    /3rdParty_sources/ironjacamar/org/jboss/jca/core/CoreBundle.java
    • -0
    • +656
    /3rdParty_sources/ironjacamar/org/jboss/jca/core/CoreLogger.java
  1. … 305 more files in changeset.
LDEV-4801 Wrap in a transaction a method which uses a DB connection

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

Merge branch 'LDEV-4804'

LDEV-4804 Prevent Add Lesson button from being double clicked

LDEV-4763 Prevent NPE when there are no annotations to import

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