Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4401 Remove deprecated parameters for integrations

We no longer use External server URL and Timeout URL settings. So they

can be removed.

  1. … 7 more files in changeset.
LDEV-4405 Upgrade YUI Compressor library

From version 2.4.8 to 2.4.9

The older version does not handle Windows absolute paths.

Also added the library to the list of libs LAMS uses.

    • binary
    ./yuicompressor/yuicompressor-2.4.8.jar
    • binary
    ./yuicompressor/yuicompressor-2.4.9.jar
  1. … 2 more files in changeset.
LDEV-4400 Update dependency for Apache Commons FileUpload

    • -0
    • +1
    ./jakarta-commons/fileupload.module.xml
LDEV-4402 Substitute Gson and Apache JSON with Jackson

Jackson is a top JSON library shipped with WF10.

Apache JSON resides in an ancient library which we do not need for

anything else.

We use GSon only for serializing Java objects to JSON, which Jackson can

do too.

  1. … 130 more files in changeset.
LDEV-4405 Minify LAMS css files by default

    • binary
    ./yuicompressor/yuicompressor-2.4.8.jar
  1. … 2 more files in changeset.
LDEV-4402 Remove Lucene library

It has only been used for Pedagogical Planner filter feature, which is

not used by clients anyway

    • binary
    ./lucene/lucene-analyzers-common-4.10.2.jar
    • binary
    ./lucene/lucene-queryparser-4.10.2.jar
  1. … 5 more files in changeset.
LDEV-4402 Upgrade jLaTexMath library

From version 1.0.3 to 1.0.6

    • binary
    ./jlatexmath/jlatexmath-1.0.6.jar
  1. … 2 more files in changeset.
LDEV-4402 Upgrade Apache Commons Fileupload

From version 1.0 to version 1.3.3

    • binary
    ./jakarta-commons/commons-fileupload-1.3.3.jar
    • binary
    ./jakarta-commons/commons-fileupload.jar
    • -1
    • +1
    ./jakarta-commons/fileupload.module.xml
  1. … 3 more files in changeset.
LDEV-4402 Upgrade Apache Commons Validator

From version 1.1.4 to 1.6

    • binary
    ./jakarta-commons/commons-validator-1.6.jar
    • binary
    ./jakarta-commons/commons-validator.jar
    • -31
    • +28
    ./jakarta-commons/validator.module.xml
  1. … 4 more files in changeset.
LDEV-4402 Remove obsolete XPP3 and XMLPull libraries

The libraries have been used by earlier versions of XStream. They are

not needed for latest XStream and Java 6+.

Deserialized classes must implement a no-arg constructor.

  1. … 9 more files in changeset.
LDEV-4402 Remove obsolete XML Commons library

Apparently it was required by an earlier version of Xerces

    • -49
    • +0
    ./xml-commons/xmlcommons.module.xml
  1. … 2 more files in changeset.
LDEV-4402 Upgrade Apache POI

From version 3.10 to 3.16

    • binary
    ./apache-poi/poi-3.10-FINAL-20140208.jar
    • binary
    ./apache-poi/poi-3.16.jar
    • binary
    ./apache-poi/poi-ooxml-3.10-FINAL-20140208.jar
    • binary
    ./apache-poi/poi-ooxml-3.16.jar
    • binary
    ./apache-poi/poi-ooxml-schemas-3.10-FINAL-20140208.jar
    • binary
    ./apache-poi/poi-ooxml-schemas-3.16.jar
  1. … 2 more files in changeset.
LDEV-4402 Upgrade Apache XMLBeans

From version 2.3.0 to 2.6.0. The project has been abandoned, so there

should be no more ugprades of this library.

    • binary
    ./apache-poi/xmlbeans-2.6.0.jar
  1. … 2 more files in changeset.
LDEV-4402 Upgrade Quartz

From version 2.2.1 to 2.2.3

    • binary
    ./quartz/quartz-2.2.3.jar
  1. … 3 more files in changeset.
LDEV-4402 Upgrade MySQL connector

From version 5.1.38 to 5.1.43

Changes in 3rdParty.userlibraries for Spring are shipped with this

commit too.

    • binary
    ./mysql/mysql-connector-java-5.1.38-bin.jar
    • binary
    ./mysql/mysql-connector-java-5.1.43-bin.jar
    • -1
    • +1
    ./mysql/mysql-connector-java.module.xml
  1. … 1 more file in changeset.
LDEV-4402 Replace old Spring libraries with new version

    • binary
    ./spring/spring-aop-4.0.6.RELEASE.jar
    • binary
    ./spring/spring-aop-4.3.10.RELEASE.jar
    • binary
    ./spring/spring-beans-4.0.6.RELEASE.jar
    • binary
    ./spring/spring-beans-4.3.10.RELEASE.jar
    • binary
    ./spring/spring-context-4.0.6.RELEASE.jar
    • binary
    ./spring/spring-context-4.3.10.RELEASE.jar
    • binary
    ./spring/spring-context-support-4.0.6.RELEASE.jar
    • binary
    ./spring/spring-context-support-4.3.10.RELEASE.jar
    • binary
    ./spring/spring-core-4.0.6.RELEASE.jar
    • binary
    ./spring/spring-core-4.3.10.RELEASE.jar
    • binary
    ./spring/spring-expression-4.0.6.RELEASE.jar
    • binary
    ./spring/spring-expression-4.3.10.RELEASE.jar
    • binary
    ./spring/spring-jdbc-4.0.6.RELEASE.jar
    • binary
    ./spring/spring-jdbc-4.3.10.RELEASE.jar
  1. … 8 more files in changeset.
LDEV-4400 Update configuration files to match latest schemas

    • -1
    • +1
    ./basiclti-util/basiclti-util.module.xml
    • -1
    • +1
    ./jakarta-commons/discovery.module.xml
    • -1
    • +1
    ./jakarta-commons/fileupload.module.xml
    • -1
    • +1
    ./jakarta-commons/validator.module.xml
  1. … 19 more files in changeset.
LDEV-4400 Update dependecies to embedded libraries

WildFly 10 is shipped with newer versions of libraries that LAMS uses.

LAMS now points to proper JAR files. Following libraries were updated:

beanutils 1.8.3 -> 1.9.2

codec 1.9 -> 1.10

collection 3.2.1 -> 3.2.2

xerces 2.11.0.SP3 -> 2.11.0.SP4

httpclient 4.2.1 -> 4.5

httpcore 4.2.1 -> 4.4.1

wildfly-controller-client 8.2.1 -> 2.2.0 (probably naming convention was

changed)

jboss-dmr 1.2.0 -> 1.3.0

Hibernate 4.3.7 -> 5.0.10

log4j-jboss-logmanager 1.1.0 -> 1.1.2

jcl-over-slf4j 1.7.2 -> 1.7.7

undertow-core 1.1.8 -> 1.4.0

undertow-servlet 1.1.8 -> 1.4.0

javax.mail 1.5.0 -> 1.5.5

jboss-jstl 1.1.2 -> 1.1.3

jboss-logging 3.1.4 -> 3.3.0

remoting-jmx 2.0.0 -> 2.0.1

slf4j-api 1.7.2 -> 1.7.7

picketbox 4.0.21 -> 4.9.6

jboss-websocket-api 1.1.0 -> 1.1.1

joda-time 1.6.2 -> 2.7

  1. … 47 more files in changeset.
LDEV-4398 Introduce imgscalr library for image resizing

  1. … 3 more files in changeset.
LDEV-4380 expose updateFile() method from ToolContentHandler.java

It will be required for storing several versions of user's portrait

images.

  1. … 2 more files in changeset.
LDEV-4366 Introduce rubrics to Kumalive

  1. … 29 more files in changeset.
LDEV-4377 - Show timezones to select order alphabetically

LDEV-4366 Prototype Kumalive front and back ends

  1. … 18 more files in changeset.
After migration clean up

  1. … 314 more files in changeset.
LDEV-4359 Add logs to OAuth library

LDEV-4359 Add logs to OAuth library

    • binary
    ./basiclti-util/oauth-provider-20100527.jar
  1. … 28 more files in changeset.
LDEV-4274: Initial implementation of a Learner Progress Report email, to be sent to Monitors on a set of dates. Dates are entered via a new dialog box in monitoring. The code works as long as the mailserver is running when the reports are emailed but if it fails then the emails do not resend properly.

LDEV-4347:Improve date/time for spreadsheet exports

LDEV-4274: Adding support for a file attachment to the email sender.

  1. … 4 more files in changeset.
LDEV-2999 Include a rating option for reviewed resources (authored only). To make the grouped rating of authored resources work properly, session id was added to the rating and rating comments tables and all code using the shared jRating script and shared ratings updated to store the session code. DB script updates existing rating, rating comment records.