lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    ./web/ckeditor/plugins/table/dialogs/table.js
  1. … 2 more files in changeset.
LDEV-5273 Refresh leaders' page on VS answer allocation

  1. … 5 more files in changeset.
LDEV-5273 Add VSA allocation to Scratchie

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

    • -4
    • +4
    ./web/includes/javascript/vsaAllocate.js
    • -34
    • +40
    ./web/qb/vsa/vsaQuestionAllocate.jsp
  1. … 17 more files in changeset.
LDEV-5273 Move VSA allocation front end files to Central

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

LDEV-5269 adding missing css to latex editor

    • -1
    • +169
    ./web/ckeditor/plugins/jlatexmath/jlatexmath.jsp
LDEV-5269 Remove Image and iFrame CKEditor buttons

Introduce boostrap snippets buttons instead.

Clean up CKEditor configuration.

LDEV-5155 Escape rubrics text as it breaks authoring

  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
    ./web/ckeditor/skins/office2013/editor.css
  1. … 1 more file in changeset.
LDEV-5255 Fix Preview button in Add Lesson dialog for recent LDs

    • -2
    • +11
    ./web/includes/javascript/addLesson.js
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
    ./web/ckeditor/plugins/notification/lang/az.js
    • -0
    • +7
    ./web/ckeditor/plugins/notification/lang/bg.js
    • -0
    • +7
    ./web/ckeditor/plugins/notification/lang/ca.js
    • -0
    • +7
    ./web/ckeditor/plugins/notification/lang/cs.js
    • -0
    • +7
    ./web/ckeditor/plugins/notification/lang/da.js
    • -0
    • +7
    ./web/ckeditor/plugins/notification/lang/de.js
    • -0
    • +7
    ./web/ckeditor/plugins/notification/lang/en.js
    • -0
    • +7
    ./web/ckeditor/plugins/notification/lang/eo.js
    • -0
    • +7
    ./web/ckeditor/plugins/notification/lang/es.js
    • -0
    • +7
    ./web/ckeditor/plugins/notification/lang/et.js
  1. … 74 more files in changeset.
LDEV-5262 template images to SVG

Center SVG

    • -1
    • +1
    ./web/authoring/template/genericintro.jsp
LDEV-4769 Updating Simplified Chinese and English

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

Rename peer review to peer evaluation instead.

  1. … 4 more files in changeset.
LDEV-5262 template images to SVG

    • -1
    • +1
    ./web/authoring/template/genericintro.jsp
  1. … 2 more files in changeset.
Merge remote-tracking branch 'origin/v4.5' into v4.6

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

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

  1. … 33 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

    • -0
    • +5
    ./web/includes/javascript/popover-tag.js
  1. … 1 more file in changeset.
LDEV-5125 Improve support for VSA questions import from Word file

VSA questions should have 2 options if they are going to be TBL

compatible. When importing from Word document only correct answers

option is required. The other one, incorrect answers option, now gets

added automatically. Also incorrect answers option does not get deleted

after editing via QB interface.

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

LDEV-5257 Add LD and activity title validation also on backend

  1. … 1 more file in changeset.