lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4810 Update source code of Jlatexmath library to 1.0.8 version

  1. … 137 more files in changeset.
LDEV-4809 Don't display number prior to general burning question

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

Merge branch 'LDEV-4765' into LDEV-4745

LDEV-4765 UI improvements

* Use switches instead of checkboxes

* Properly use toggle in Mark hedging question type

    • -0
    • +28
    /lams_tool_assessment/web/includes/css/bootstrap-toggle.scss
LDEV-3997 Fix a bug in empty last name detection

LDEV-4731 Clean up after removing user organisation roles

LDEV-3468 Rewrite and add counters to runtimes stats

Merge branch 'LDEV-4765' into LDEV-4745

LDEV-4765 UI improvements

* Show CKEditor placeholder properly in cases when it's initially not

blank

* Proper transition on expanding/collapsing options

LDEV-4801 Always use a transaction for signup service methods

SP-3 Initial implementation of limiting profile editing

    • -16
    • +18
    /lams_central/web/profile/editprofile.jsp
SP-3 Automatically redirect to logout URL configured in sysadmin

Merge branch 'LDEV-4765' into LDEV-4745

Merge branch 'LDEV-4777' into LDEV-4745

Merge branch 'LDEV-4801'

LDEV-4801 Always use a transaction for when logging in user to CR

LDEV-4801 Revert changes of FileDAO

They did not lead to fixing the problem and were actually unnecessary:

FileDAO does not use DB connections, so no need for transactions.

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

This reverts commit 6f700a19baae0fa813ac85e0b4559d0afe27523a.

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.