Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5287 Display all shared resources on single page with panels

    • -120
    • +0
    ./pages/itemreview/instructionsnav.jsp
    • -0
    • +101
    ./pages/itemreview/itemContent.jsp
    • -94
    • +29
    ./pages/itemreview/mainframe.jsp
    • -110
    • +172
    ./pages/learning/learning.jsp
  1. … 5 more files in changeset.
LDEV-5287 Remove zipped website and learning object as item types

No one is using them anymore. URLs and files should be enough.

    • -107
    • +0
    ./pages/authoring/parts/addlearningobject.jsp
    • -113
    • +0
    ./pages/authoring/parts/addwebsite.jsp
    • -39
    • +14
    ./pages/authoring/parts/itemlist.jsp
    • -31
    • +0
    ./pages/learningobj/defaultcontent.jsp
    • binary
    ./pages/learningobj/icons/empty.gif
    • binary
    ./pages/learningobj/icons/folder.gif
    • binary
    ./pages/learningobj/icons/folderopen.gif
    • binary
    ./pages/learningobj/icons/joinbottom.gif
    • binary
    ./pages/learningobj/icons/minus.gif
    • binary
    ./pages/learningobj/icons/minusbottom.gif
  1. … 20 more files in changeset.
LDEV-5287 Remove multiple instructions per each item

Now each item has got only one rich text instructions field. It should

be quite sufficient.

    • -79
    • +6
    ./includes/javascript/rsrcresourceitem.js
    • -36
    • +35
    ./pages/authoring/parts/addfile.jsp
    • -32
    • +31
    ./pages/authoring/parts/addurl.jsp
    • -47
    • +0
    ./pages/authoring/parts/instructions.jsp
    • -28
    • +1
    ./pages/itemreview/instructionsnav.jsp
  1. … 11 more files in changeset.
LDEV-5287 Fix CSRF guard filter duplicate declaration

LDEV-5287 Remove "open in pop up" feature

    • -41
    • +73
    ./pages/itemreview/mainframe.jsp
  1. … 10 more files in changeset.
LDEV-5287 Use CKEditor's approach to display embedded content

LDEV-5282 Prevent Unicode characters from being displayed incorrectly

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

    • -1
    • +3
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
  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

  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-5250 Remove Pedagogical Planner integration with core LAMS

  1. … 67 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-5236 Reintroduce title validation in Share Resources learner

  1. … 1 more file in changeset.
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.
LDEV-5223 Prevent ep_resize from rendering short initial Etherpad

  1. … 34 more files in changeset.
LDEV-5220 Distribute the new popover tag

    • -0
    • +31
    ./WEB-INF/tags/Popover.tag
  1. … 62 more files in changeset.
LDEV-5223 Fix Etherpad resizing

  1. … 33 more files in changeset.
LDEV-5219 Use versioned JS import for gate check JS file

  1. … 54 more files in changeset.
LDEV-5219 Check gate after Share Resources activity

Merge branch 'LDEV-5155' into v4.0

  1. … 33 more files in changeset.
LDEV-5155 Add column with average rating for given rubrics row

  1. … 31 more files in changeset.
LDEV-5155 Always put rubrics column's value next to its description

  1. … 31 more files in changeset.
LDEV-5192 Limit maximum width of tool authoring content

For rubrics we may need a wider authoring window so their text areas are

not so squeezed. But having a super wide authoring windows does not look

good either. So now we have a container-fluid class, but limited to

1400px width.

    • -76
    • +319
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
  1. … 92 more files in changeset.
LDEV-5213 Add a missing JSTL library import

  1. … 32 more files in changeset.
LDEV-5213 Never show minus sign in hash code

  1. … 32 more files in changeset.