lams_gradebook

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

  1. … 28 more files in changeset.
LDEV-5083 Replace JS confirm dialogs with Bootstrap confirmations

  1. … 2 more files in changeset.
LDEV-5083 Allow learner search for learners and gradebook tabs

  1. … 2 more files in changeset.
LDEV-5083 Update gradebook tab using Flux

    • -17
    • +29
    ./web/gradebookMonitorContent5.jsp
  1. … 3 more files in changeset.
LDEV-4769 Updating English, Norwegian, Greek, Spanish, Chinese Traditional, French, German

    • -0
    • +134
    ./conf/language/lams/ApplicationResources_zh_CN.properties
  1. … 37 more files in changeset.
LDEV-5083 Add activity mark and time taken to learner timeline

  1. … 13 more files in changeset.
LDEV-5083 Rewrite Release Marks panel

Also improvements to jqGrid layout

    • -41
    • +43
    ./web/gradebookMonitorContent5.jsp
    • -0
    • +439
    ./web/releaseLessonMarks5.jsp
  1. … 3 more files in changeset.
LDEV-5083 Fix gradebook export button blocking

    • -0
    • +803
    ./web/gradebookMonitorContent5.jsp
  1. … 2 more files in changeset.
LDEV-5083 Add gradebook tables with Bootstrap 5 & Font Awesome 6 theme

    • -0
    • +804
    ./web/gradebookMonitorContent.jsp
  1. … 6 more files in changeset.
LDEV-4769 Updating English, Norwegian, Greek, Spanish, Chinese Traditional

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

  1. … 181 more files in changeset.
LDEV-5295 Filter out non-learners from Gradebook

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. … 33 more files in changeset.
LDEV-4769 Updating English, Norwegian, Greek

  1. … 8 more files in changeset.
LDEV-5140 Rename Release Marks button

Teachers may think that the button releases marks immediately instead of

showing a panel to release/schedule marks.

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-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-5256 Sanitise jqGrid sorting options before using them in queries

  1. … 3 more files in changeset.
LDEV-5256 Prevent SQL injection for results order

  1. … 3 more files in changeset.