Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5277 Confirm with user closing unsaved LD in LTI LAMS authoring

Also automatically refresh LTI content selection page on authoring close

LDEV-4293 Skip session creation when displaying error page

If the error was HTTP session being stale or incorrectly invalidated, we

should not try to use the same session to display the error page. The

error page should not require a session at all.

Also if making a decision which session to invalidate in case of double

login, always invalidate the other session and not current one as

otherwise it can lead to a loop of self-invalidating sessions.

  1. … 2 more files in changeset.
LDEV-5273 Add question numbering to VSA allocate page

LDEV-5273 Make Refresh button use position fixed to the page

LDEV-5273 Adjust layout of VSA allocation page

LDEV-5273 Remove Close button

It is not common to have a button which closes a tab

LDEV-5276 includes labels for text content templates

    • -2
    • +2
    ./ckeditor/plugins/bootpanel/lang/en.js
    • -8
    • +9
    ./ckeditor/plugins/bootsnippets/lang/en.js
    • -30
    • +31
    ./ckeditor/plugins/bootsnippets/lang/es.js
    • -0
    • +1
    ./ckeditor/plugins/bootsnippets/lang/gr.js
    • -0
    • +1
    ./ckeditor/plugins/bootsnippets/lang/ru.js
    • -2
    • +2
    ./ckeditor/plugins/table/dialogs/table.js
    • -1
    • +1
    ./includes/javascript/ckconfig_custom.js
  1. … 2 more files in changeset.
LDEV-5273 Add VSA allocation to Scratchie

    • -11
    • +19
    ./qb/vsa/vsaQuestionAllocate.jsp
  1. … 16 more files in changeset.
LDEV-5273 Move VSA allocation code to Central

    • -34
    • +40
    ./qb/vsa/vsaQuestionAllocate.jsp
  1. … 19 more files in changeset.
LDEV-5273 Move VSA allocation front end files to Central

    • -0
    • +46
    ./css/vsaAllocate.css
    • -0
    • +83
    ./includes/javascript/vsaAllocate.js
    • -0
    • +64
    ./qb/vsa/vsaAllocate.jsp
    • -0
    • +142
    ./qb/vsa/vsaQuestionAllocate.jsp
  1. … 4 more files in changeset.
LDEV-5269 improve formating jlatexmath

LDEV-5269 adding missing css to latex editor

    • -1
    • +1
    ./ckeditor/plugins/jlatexmath/lang/en.js
LDEV-5269 Remove Image and iFrame CKEditor buttons

Introduce boostrap snippets buttons instead.

Clean up CKEditor configuration.

    • -16
    • +16
    ./includes/javascript/ckconfig_custom.js
LDEV-5155 Escape rubrics text as it breaks authoring

    • -1
    • +3
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
  1. … 32 more files in changeset.
LDEV-5257 Fix bootstrap tabs showing on any double click

LDEV-5268 Merge 4.5 into 4.6

    • -1
    • +2
    ./ckeditor/skins/office2013/editor.css
    • -1
    • +1
    ./includes/javascript/ckconfig_custom.js
  1. … 1 more file in changeset.
LDEV-5255 Fix Preview button in Add Lesson dialog for recent LDs

LDEV-5268 Add max word limit to CKEditor tag

  1. … 32 more files in changeset.
LDEV-5268 Add wordcount and notification plugins to CKEditor

    • -0
    • +7
    ./ckeditor/plugins/notification/lang/az.js
    • -0
    • +7
    ./ckeditor/plugins/notification/lang/bg.js
    • -0
    • +7
    ./ckeditor/plugins/notification/lang/ca.js
    • -0
    • +7
    ./ckeditor/plugins/notification/lang/cs.js
    • -0
    • +7
    ./ckeditor/plugins/notification/lang/da.js
    • -0
    • +7
    ./ckeditor/plugins/notification/lang/de-ch.js
    • -0
    • +7
    ./ckeditor/plugins/notification/lang/de.js
    • -0
    • +7
    ./ckeditor/plugins/notification/lang/en-au.js
    • -0
    • +7
    ./ckeditor/plugins/notification/lang/en.js
    • -0
    • +7
    ./ckeditor/plugins/notification/lang/eo.js
    • -0
    • +7
    ./ckeditor/plugins/notification/lang/es-mx.js
    • -0
    • +7
    ./ckeditor/plugins/notification/lang/es.js
    • -0
    • +7
    ./ckeditor/plugins/notification/lang/et.js
  1. … 74 more files in changeset.
LDEV-5262 template images to SVG

Center SVG

LDEV-5262 template images to SVG

  1. … 2 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. … 44 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

  1. … 51 more files in changeset.
LDEV-5261 Fix popovers in QB and Assessment question stats

  1. … 1 more file 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 Escape LD and folder names in TreeView

LDEV-5258 Retrieve correct time zone offset

  1. … 1 more file in changeset.
LDEV-3555 Detect read-onlyness of LD in correct way