lams_tool_preview

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4769 Updating English, Norwegian, Greek, Spanish, Chinese Traditional

  1. … 41 more files in changeset.
LDEV-5302 Rename sysadmin role to appadmin

  1. … 181 more files in changeset.
LDEV-5301 Sort learners by their names when doing export

LDEV-5301 Add "all learners" summary tab in Peer Evaluation export

LDEV-5301 Split learner name into first and last name

  1. … 1 more file in changeset.
LDEV-5301 Introduce fixed column width in spreadsheet exports

Set Peer Evaluation export column width to about 12.5 points.

  1. … 1 more file in changeset.
LDEV-5219 Change gate check flow in Peer Review

Criteria like mark hedging need to be validated before going to next

step, which can be finishing the activity. Current "check gate" JS code

does not allow it. Once the finish button is clicked, a check is made

and learner gets pushed to the next activity and whether his/her results

were saved or not.

Now we display results screen even if "show own ratings" or "show

ratings given to other learners" options are off. This allows to do

validation and store last criterion in DB. It also allows to show redo

questions button if this feature is on.

If there is no summary nor redo button, the results page automatically

attempts to go to next activity. If it succeeds, learner does not even

notice the blank results screen. If after Peer Activity there is a

closed gate, the learner will see single button and a message.

LDEV-5290 Improve detection of multiple tabs being open on autosave

  1. … 32 more files in changeset.
LDEV-5287 Allow multiple collapsible Comment tags on a single page

If one folded panel gets expanded, all other ones get collapsed and

emptied.

  1. … 32 more files in changeset.
LDEV-5290 Prevent multiple tabs from being open on autosave

  1. … 40 more files in changeset.
LDEV-5287 Add missing CKEditor init parameter

  1. … 32 more files in changeset.
LDEV-5287 Allow multiple comments tags on a single page

  1. … 32 more files in changeset.
LDEV-5282 Prevent Unicode characters from being displayed incorrectly

  1. … 32 more files in changeset.
LDEV-4769 Updating Norwegian

  1. … 4 more files in changeset.
LDEV-4769 Updating Norwegian, Spanish, Greek, Chinese Simplified and English

  1. … 15 more files in changeset.
LDEV-5155 Escape rubrics text as it breaks authoring

  1. … 32 more files in changeset.
LDEV-5268 Add max word limit to CKEditor tag

  1. … 32 more files in changeset.
LDEV-5263 Rename peer evaluation tool

Rename peer review to peer evaluation instead.

  1. … 4 more files in changeset.
LDEV-4644 Use [] instead of () to recognise LO code

Teachers tend to use () as a part of Learning Outcome name

  1. … 34 more files in changeset.
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-5257 Secure fileDownloadToken cookie

  1. … 9 more files in changeset.
LDEV-4411 Stop using collection cache for now

Cache annotations were commented out so we can come back to them easily

in the future.

Collection cache is not detecting changes made to entities. When a new

entity is added, collection cache does not see the change.

Properly tweaking concurrency strategy does not seem possible at the

moment, so we just turn it off.

  1. … 29 more files in changeset.
LDEV-4769 Updating Simplified Chinese, English, Spanish, Greek, Norwegian

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

Similar to query cache, the collection cache makes sense if the table

which collection elements map to do not change often. Each modification

to table content invalidates the given collection cache.

  1. … 31 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. … 95 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-5232 Remove "notify student" option from Peer Review authoring

    • -17
    • +0
    ./web/pages/monitoring/advanceoptions.jsp
    • -4
    • +4
    ./web/pages/monitoring/criteriapart.jsp