lams_tool_kaltura

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Use version 3 of JSP and JSTL and their schemas

Make IntelliJ understand the Web aspect of LAMS projects.

  1. … 2100 more files in changeset.
LDEV-5440 Reintroduce more strict security rules in web.xml

  1. … 38 more files in changeset.
LDEV-5440 Fix file uploads

  1. … 38 more files in changeset.
LDEV-5440 Fix multipart config in web.xml files

  1. … 35 more files in changeset.
LDEV-5440 Configure file uploads in Spring servlet

  1. … 34 more files in changeset.
LDEV-5440 Update web.xml version

  1. … 40 more files in changeset.
LDEV-5440 Use WF 31 Final instead of Beta

  1. … 70 more files in changeset.
LDEV-5440 Rewrite config files and library references

  1. … 953 more files in changeset.
LDEV-5431 Reset activity completion on force uncomplete in Monitor

  1. … 38 more files in changeset.
LDEV-5386 Modify config files for LAMS v4.8

  1. … 66 more files in changeset.
LDEV-5386 Library management

  1. … 70 more files in changeset.
LDEV-5386 IntelliJ configuration file maintenance

  1. … 72 more files in changeset.
LDEV-5386 Add per moduule IntelliJ configuration files

    • -0
    • +7
    ./lams_tool_kaltura.eml
    • -0
    • +2
    ./lams_tool_kaltura.iml
  1. … 86 more files in changeset.
LDEV-5386 Clean up .classpath files to make them compatible with IntelliJ

  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. … 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-5156 Fix schema info in web.xml files

  1. … 37 more files in changeset.
LDEV-5058 Allow tool adding both on fresh build and afterwards

As a column got removed from a LAMS core table, we need to make sure

that all scenarios work well: an upgrade from previous version, a fresh

build and adding extra tools afterwards.

  1. … 41 more files in changeset.
LDEV-4900 Update Gradebook marks of non-leaders on leader finish

* Gradebook now pushes updated marks to LTI consumer. It happens only if

user has finished the lesson

  1. … 60 more files in changeset.
LDEV-4691 Make Hibernate a part of LAMS libraries

WildFly 14 provides Hibernate 5.3. Migrating LAMS from 5.0.10 will

require some effort. For now we provide our own version of Hibernate to

keep compatible.

  1. … 44 more files in changeset.
LDEV-4691 Update libraries provided by WildFly

  1. … 47 more files in changeset.
LDEV-4680 Add stub for Kaltura tool

    • -147
    • +1
    ./db/sql/create_lams_tool_kaltura.sql
  1. … 122 more files in changeset.
LDEV-4440 Add Errors.tag to lams_tool_kaltura

    • -0
    • +48
    ./web/WEB-INF/tags/Errors.tag
LDEV-4440 Fix comments feature

  1. … 36 more files in changeset.
LDEV-4440 Clean up shared files

  1. … 197 more files in changeset.
LDEV-4440 Switch controllers to use @Autowired service beans

Also in cases when service bean in Controller has the same name as in

applicationContext, @Qualifier(..) can be removed. Which was done almost

in all cases, except for messageService due to "messageService" name

seems to be more preferable than adminMessageService,

centralMessageService and so on. Thus they were kept as before:

@Autowired

@Qualifier("centralMessageService")

private MessageService messageService;

  1. … 179 more files in changeset.
LDEV-4440 Error messages converted to new error tag

  1. … 129 more files in changeset.
LDEV-4440 Reintroduce custom textarea tags

  1. … 9 more files in changeset.