lams_monitoring

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5200 Add "learners who started lesson" counter to LD in monitoring

    • -1
    • +1
    ./web/includes/javascript/monitorLesson.js
LDEV-5259 Manually create parent application context

Previous attempt to reproduce BeanFactoryLocater was an overkill. A

simple singleton parent application context is sufficient.

  1. … 45 more files in changeset.
LDEV-5259 Use MVC initialisation via annotation

Manually triggering controller scanning by adding an annotation handler

bean does not register all useful support beans. If

<mvc:annotation-driven> is used in spring-servlet.xml, all support beans

are registered via WebMvcConfigurer.

<mvc:path-matching suffix-pattern="true" /> need to be added because we

use .do suffix for Spring actions and suffix was turned off for Spring

5.3

https://github.com/spring-projects/spring-framework/issues/24179

    • -11
    • +14
    ./web/WEB-INF/spring-servlet.xml
  1. … 51 more files in changeset.
LDEV-5259 Manually start controller annotation detection

  1. … 38 more files in changeset.
LDEV-5259 Reintroduce BeanFactoryLocator mechanism back to LAMS

It was removed for Spring 5

  1. … 58 more files in changeset.
LDEV-4769 Updating Simplified Chinese and Greek

  1. … 3 more files in changeset.
LDEV-5257 Secure fileDownloadToken cookie

  1. … 9 more files in changeset.
LDEV-5200 Display only first few completed learner icons in Monitoring

    • -0
    • +5
    ./web/includes/javascript/monitorLesson.js
LDEV-5200 Attempt to fix "large open gate" issue

A large icon sometimes gets displayed on first display of TBL monitor.

    • -1
    • +1
    ./web/includes/javascript/monitorLesson.js
LDEV-5200 Attempt to fix "large open gate" issue

A large icon sometimes gets displayed on first display of TBL monitor.

    • -1
    • +1
    ./web/includes/javascript/monitorLesson.js
LDEV-4411 Make relation from Lesson to LessonClass unidirectional

Hibernate can not lazy load properties connected with OneToOne

relationship.

  1. … 1 more file in changeset.
LDEV-4769 Updating Simplified Chinese, English, Spanish

  1. … 1 more file in changeset.
LDEV-5243 Add "stop at preceding activity" info to gate monitoring

LKC-89 Fix TBL monitor sequence tab refresh

Initial refreshMonitor() call must be made so interval refresh gets set

up.

    • -2
    • +8
    ./web/includes/javascript/monitorLesson.js
LDEV-4014: Correctly fill force learner backwards dialog message

    • -1
    • +1
    ./web/includes/javascript/monitorLesson.js
LDEV-4534 Ignore clicks outside editable field

The default behaviour is to cancel editing, which many users find

annoying.

    • -0
    • +2
    ./web/includes/javascript/monitorLesson.js
  1. … 6 more files in changeset.
LDEV-5174 Allow MCQ as iRAT in TBL monitoring Teams tab

  1. … 4 more files in changeset.
LDEV-5200 Fix learner icon positioning in "lesson completed" row

LDEV-4769 Updating Simplified Chinese, English, Spanish, Greek, Norwegian

  1. … 28 more files in changeset.
LDEV-5248, LDEV-4411 Mark some queries as cacheable

Query cache makes sense if tables which the query reference does not

change often. Each modification to table content invalidates the given

query's cache. Also each set of query parameters is a different cache

entry, so if there are various parameter values the cache overhead can

generate more load than benefit.

  1. … 96 more files in changeset.
LDEV-5247 Fix user name parameter sent to Etherpad

LAMS allows apostrophes but not quotation marks in names, so it is safer

to use quotations when operating with javascript.

  1. … 33 more files in changeset.
LDEV-5238 Fix force complete in monitoring

    • -10
    • +13
    ./web/includes/javascript/monitorLesson.js
LDEV-5200 Align learner icons better in Monitoring

    • -3
    • +5
    ./web/includes/javascript/monitorLesson.js
LDEV-3506 Prevent single click propagation in monitoring

Propagation prevented double click from being detected correctly.

    • -1
    • +2
    ./web/includes/javascript/monitorLesson.js
LDEV-4769 Updating English, Spanish, Greek

  1. … 7 more files in changeset.
LDEV-4769 Updating English, Spanish

  1. … 3 more files in changeset.
LDEV-5200 Add missing apostrophes after attributes in monitoring JSP

LDEV-5200 Reintroduce missing monitoring labels

LDEV-5155 Highlight rubrics row title

Make it more distinguished from selectable options in next columns

  1. … 33 more files in changeset.
LDEV-5155 Allow free flow of rubrics columns

Trying to calculate their width actually yields worse results.

  1. … 33 more files in changeset.