Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
# WARNING: head commit changed in the meantime

Merge remote-tracking branch 'origin/v4.6' into v4.7

  1. … 4 more files in changeset.
LDEV-4832 Allow LD location based editing of QB questions

A user is allowed to edit a question if it is used in a learning design

which is in user's private folder, public folder or a course folder

where the user is a monitor.

  1. … 1 more file in changeset.
LDEV-4832 Allow editing of questions in shared QB collections

    • -1
    • +1
    ./java/org/lamsfoundation/lams/qb/QbUtils.java
  1. … 2 more files in changeset.
SP-4 Remove duplicates before introducing unique index

SP-4 Prevent duplicates in ext user mapping table

LDEV-5363 Add TBL course gradebook export

  1. … 7 more files in changeset.
LDEV-3600 Display learner even if current activity is marked as complete

LDEV-5358 Always sort groups by name, case insensitive

  1. … 4 more files in changeset.
# WARNING: head commit changed in the meantime

Merge remote-tracking branch 'origin/v4.6' into v4.7

  1. … 8 more files in changeset.
Revert "LDEV-5357 Use UUIDs for file downloads"

This reverts commit 2de8f805211b6433aff4efd6fa9275a1b9933033.

  1. … 52 more files in changeset.
LDEV-5357 Use UUIDs for file downloads

  1. … 52 more files in changeset.
LDEV-5355 Add event log on Peer Review comment change by monitor

  1. … 3 more files in changeset.
LDEV-5083 Activity duration can be NULL

Merge remote-tracking branch 'origin/v4.6' into v4.7

SP-4 Check if user has any roles on SQL and not Java level

  1. … 1 more file in changeset.
SP-4 Check if user has any roles on SQL and not Java level

Conflicts:

lams_central/src/java/org/lamsfoundation/lams/webservice/SPEnrolmentServlet.java

  1. … 1 more file in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

  1. … 9 more files in changeset.
LDEV-5354 Move course URL copy button to More Options menu

  1. … 4 more files in changeset.
LDEV-5354 Add course URL on index page

  1. … 7 more files in changeset.
LDEV-5354 Rename encoding methods so they can incorporate course ID

  1. … 2 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

Conflicts:

lams_central/src/java/org/lamsfoundation/lams/web/OrganisationGroupController.java

lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/MonitoringController.java

lams_tool_assessment/web/pages/monitoring/summary.jsp

  1. … 11 more files in changeset.
LDEV-5350 Fix issue with detecting groupings in LD

  1. … 2 more files in changeset.
LDEV-5350 Add Course Grouping selection to Add Lesson dialog

  1. … 6 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

Conflicts:

lams_central/src/java/org/lamsfoundation/lams/web/OrganisationGroupController.java

lams_central/web/includes/javascript/orgGroup.js

lams_central/web/orgGroup.jsp

lams_central/web/orgGrouping.jsp

lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GroupingUploadAJAXController.java

  1. … 6 more files in changeset.
LDEV-4457 Remove empty groups after spreadsheet import

LDEV-4497 Make sure "ad" word is never a part of content folder ID

UUIDs are cut into folders of two characters and used in image paths.

AdBlock can block an image if there is "ad" in its path. Just make sure

this path piece never occurs.

Merge remote-tracking branch 'origin/v4.6' into v4.7

LDEV-5341 Add transaction support for all Security Service methods

  1. … 1 more file in changeset.
LDEV-5200 Prevent invalidated session error from propagating

There seems to be a problem with Infinispan session invalidation similar

to this

https://issues.redhat.com/browse/UNDERTOW-478

We already have got a patched version, but similar problems occur. They

probably have to do with async servlet processing.

Until we upgrade WildFly we need to keep these safety measures.

LDEV-5200 Prevent invalidated session error from propagating

There seems to be a problem with Infinispan session invalidation similar

to this

https://issues.redhat.com/browse/UNDERTOW-478

We already have got a patched version, but similar problems occur. They

probably have to do with async servlet processing.

Until we upgrade WildFly we need to keep these safety measures.