lams_tool_larsrc

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5287 Put URL form field above Title.

    • -9
    • +8
    ./web/pages/authoring/parts/addurl.jsp
LDEV-5287 Fill blank item title with embedded content title on fetch

    • -0
    • +4
    ./web/pages/authoring/parts/addurl.jsp
LDEV-5290 Prevent multiple tabs from being open on autosave

  1. … 40 more files in changeset.
LDEV-5287 Use JS function for URL encoding instead of back end

    • -16
    • +13
    ./web/pages/itemreview/itemContent.jsp
LDEV-5287 Use icon for preview button in Share Resources authoring

    • -8
    • +8
    ./web/pages/authoring/parts/itemlist.jsp
LDEV-5287 Add preview to Add URL page in Share Resources authoring

    • -0
    • +33
    ./web/includes/javascript/rsrcembed.js
    • -4
    • +65
    ./web/pages/authoring/parts/addurl.jsp
    • -1
    • +1
    ./web/pages/itemreview/itemContent.jsp
    • -36
    • +7
    ./web/pages/itemreview/mainframe.jsp
LDEV-5287 Display Finish button on completing enough items

LDEV-5287 Improve "preview" buttons in authoring

    • -3
    • +3
    ./web/pages/authoring/parts/itemlist.jsp
LDEV-5287 Remove "run auto" feature

    • -17
    • +0
    ./web/pages/monitoring/advanceoptions.jsp
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-5287 Display all shared resources on single page with panels

    • -1
    • +1
    ./web/pages/authoring/parts/addfile.jsp
    • -0
    • +1
    ./web/pages/authoring/parts/addurl.jsp
    • -120
    • +0
    ./web/pages/itemreview/instructionsnav.jsp
    • -0
    • +101
    ./web/pages/itemreview/itemContent.jsp
    • -94
    • +29
    ./web/pages/itemreview/mainframe.jsp
    • -110
    • +172
    ./web/pages/learning/learning.jsp
LDEV-5287 Remove zipped website and learning object as item types

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

    • -2
    • +0
    ./web/pages/authoring/parts/addheader.jsp
  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.

    • -36
    • +35
    ./web/pages/authoring/parts/addfile.jsp
    • -32
    • +31
    ./web/pages/authoring/parts/addurl.jsp
    • -28
    • +1
    ./web/pages/itemreview/instructionsnav.jsp
LDEV-5287 Fix CSRF guard filter duplicate declaration

LDEV-5287 Remove "open in pop up" feature

    • -4
    • +0
    ./web/pages/authoring/parts/addurl.jsp
    • -41
    • +73
    ./web/pages/itemreview/mainframe.jsp
LDEV-5287 Use CKEditor's approach to display embedded content

    • -2
    • +31
    ./web/pages/itemreview/mainframe.jsp
LDEV-5282 Prevent Unicode characters from being displayed incorrectly

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

  1. … 6 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-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-5250 Do not set obsolete PedPlanner URL when adding a tool

It causes problems when a tool is deployed after server starts for the

first time and PedPlanner tables are already gone via Autopatch.

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

  1. … 25 more files in changeset.
LDEV-5250 Remove Pedagogical Planner integration with core LAMS

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