lams_build

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4415 Add front end for weighted outputs

  1. … 14 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implemented in Assessment, Chat, Daco, Forum and Submit.

  1. … 74 more files in changeset.
LDEV-4415 Add tool output weight. Rewrite activity evaluations.

Activity evaluations have been implemented as a list, even though always

only the first element is meaningful. They were rewritten as one-to-one

association with Activity. The primary key is activity ID now instead of

DB generated UID.

Weight column was added.

Server version was bumped so a filter can pick up activityEvaluations ->

evaluation field rename when importing older LDs.

A convention without date was used for server version as it seems good

enough.

Unnecessary versions of clients were removed from configuration table as

they server the abandoned Flash authoring.

  1. … 18 more files in changeset.
Merge remote-tracking branch 'origin/master' into lams31

Multiple conflicts resolved with JSON replace and class move to

packages.

  1. … 30 more files in changeset.
LDEV-4407 Move lams_contentrepository exceptions to the proper package

lams_contentrepository's exception classes were moved to

contentrepository.exception package.

(To access exceptions' earlier history use Eclipse's Show in History

feature or run 'git log --follow ./path/to/file')

    • binary
    ./lib/lams/lams-contentrepository.jar
  1. … 66 more files in changeset.
LDEV-4366 Use new portrait API

  1. … 2 more files in changeset.
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
    ./lib/yuicompressor/yuicompressor-2.4.9.jar
LDEV-4400 Update dependency for Apache Commons FileUpload

LDEV-4405 War deployment minifies Javascript files

  1. … 4 more files in changeset.
LDEV-4402 Retain Jackson during slimming as it is now used by LAMS

Merge branch 'LDEV-4402' into lams31

  1. … 1 more file in changeset.
Merge branch 'LDEV-4400' into lams31

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.

    • -0
    • +2
    ./conf/j2ee/jboss-deployment-structure.xml
  1. … 125 more files in changeset.
LDEV-4405 Minify LAMS css files by default

    • binary
    ./lib/yuicompressor/yuicompressor-2.4.8.jar
LDEV-4402 Remove Lucene library

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

not used by clients anyway

    • -1
    • +0
    ./conf/j2ee/jboss-deployment-structure.xml
    • binary
    ./lib/lucene/lucene-analyzers-common-4.10.2.jar
    • binary
    ./lib/lucene/lucene-core-4.10.2.jar
    • binary
    ./lib/lucene/lucene-queryparser-4.10.2.jar
  1. … 2 more files in changeset.
LDEV-4402 Upgrade jLaTexMath library

From version 1.0.3 to 1.0.6

    • binary
    ./lib/jlatexmath/jlatexmath-1.0.3.jar
    • binary
    ./lib/jlatexmath/jlatexmath-1.0.6.jar
    • -1
    • +1
    ./lib/jlatexmath/jlatexmath.module.xml
LDEV-4402 Upgrade Apache Commons Fileupload

From version 1.0 to version 1.3.3

LDEV-4402 Upgrade Apache Commons Validator

From version 1.1.4 to 1.6

    • binary
    ./lib/jakarta-commons/commons-validator-1.6.jar
    • -31
    • +28
    ./lib/jakarta-commons/validator.module.xml
  1. … 1 more file 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. … 7 more files in changeset.
LDEV-4402 Do not copy the now missing XML Commons library

LDEV-4402 Remove dependency to Xerces library

Apparently it is a part of Java or WF now

    • -2
    • +0
    ./conf/j2ee/jboss-deployment-structure.xml
  1. … 1 more file in changeset.
LDEV-4402 Remove obsolete XML Commons library

Apparently it was required by an earlier version of Xerces

    • -49
    • +0
    ./lib/xml-commons/xmlcommons.module.xml
LDEV-4402 Upgrade Apache POI

From version 3.10 to 3.16

    • binary
    ./lib/apache-poi/poi-3.16.jar
    • binary
    ./lib/apache-poi/poi-ooxml-3.16.jar
    • binary
    ./lib/apache-poi/poi-ooxml-schemas-3.10-FINAL-20140208.jar
    • binary
    ./lib/apache-poi/poi-ooxml-schemas-3.16.jar
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
    ./lib/apache-poi/xmlbeans-2.3.0.jar
    • binary
    ./lib/apache-poi/xmlbeans-2.6.0.jar
LDEV-4402 Upgrade Quartz

From version 2.2.1 to 2.2.3

    • binary
    ./lib/quartz/quartz-2.2.3.jar
  1. … 1 more file 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
    ./lib/mysql/mysql-connector-java-5.1.38-bin.jar
    • binary
    ./lib/mysql/mysql-connector-java-5.1.43-bin.jar
LDEV-4402 Get rid of LAMS customised session filter

This filter was implemented in 2005 and seems more like a workaround

than a feature we need. Especially that many of LAMS tools already use

the standard filter and they work OK.

  1. … 21 more files in changeset.
LDEV-4402 Use Spring support for Hibernate v5 instead of v4

WF10 is shipped with Hibernate 5, so Spring support version should

match.

  1. … 17 more files in changeset.
LDEV-4402 Replace old Spring libraries with new version

    • binary
    ./lib/spring/spring-aop-4.0.6.RELEASE.jar
    • binary
    ./lib/spring/spring-aop-4.3.10.RELEASE.jar
    • binary
    ./lib/spring/spring-beans-4.3.10.RELEASE.jar
    • binary
    ./lib/spring/spring-context-4.0.6.RELEASE.jar
    • binary
    ./lib/spring/spring-context-4.3.10.RELEASE.jar
    • binary
    ./lib/spring/spring-context-support-4.0.6.RELEASE.jar
    • binary
    ./lib/spring/spring-context-support-4.3.10.RELEASE.jar
    • binary
    ./lib/spring/spring-core-4.0.6.RELEASE.jar
    • binary
    ./lib/spring/spring-core-4.3.10.RELEASE.jar
    • binary
    ./lib/spring/spring-expression-4.0.6.RELEASE.jar
    • binary
    ./lib/spring/spring-expression-4.3.10.RELEASE.jar
    • binary
    ./lib/spring/spring-jdbc-4.0.6.RELEASE.jar
    • binary
    ./lib/spring/spring-jdbc-4.3.10.RELEASE.jar
  1. … 8 more files in changeset.