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. … 6 more files in changeset.
LDEV-4400 Disable session ID change on demand

WildFly 10 changes session ID after log in by default. It prevent

session fixation attack.

TestHarness can not process it correctly. When calling /j_security_check

it gets session ID in SET-COOKIE header different to what Undertow

generates. Browsers seem to have no problem with it, but TestHarness

fails to set correct session ID. That is why session ID change needs to

be disabled when running TH.

NTU-12, LDEV-1261 Fix a lazy initialisation exception

Objects should not be passed to services' methods if they were not

fetched in other service methods. For example, passing an object from

Action to a service can result in a lazy initialisation exception. It it

better to use primitives, IDs.

NTU-12 Add typing to a collection so lambdas can cope with it

LDEV-4402, LDEV-3315 Remove custom session fixation attack fix

Manual change of session ID was needed in WF8. WF10 changes session

automatically.

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.

    • -33
    • +87
    ./lamsfoundation/lams/util/JsonUtil.java
    • -10
    • +7
    ./lamsfoundation/lams/util/WebUtil.java
  1. … 131 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.

    • -3
    • +4
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 10 more files in changeset.
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.

    • -93
    • +0
    ./lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java
  1. … 23 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
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -3
    • +3
    ./lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java
  1. … 16 more files in changeset.
LDEV-4381 Removed requestSrc parameter

This parameter was responsible for passing integration server name to

LAMS which was used on closing authoring and refreshing integration

server page. It stopped working when authoring became Flash-less (as

there is not more "Close" button). And now we decided to finally remove

all its leftovers. This change also involves removal of

"isPostMessageToParent" parameter.

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

    • -0
    • +565
    ./lamsfoundation/lams/util/imgscalr/AsyncScalr.java
    • -0
    • +98
    ./lamsfoundation/lams/util/imgscalr/ResizePictureUtil.java
    • -0
    • +2286
    ./lamsfoundation/lams/util/imgscalr/Scalr.java
  1. … 1 more file in changeset.
LDEV-4395 Portrait tag and javascript to display portraits

A new tag and javascript file shows the user portraits in one of 4 sizes

and either square or round. If no portrait exists a generic coloured

user icon is used. Portraits shown in Forum and Noticeboard Comments.

    • -0
    • +10
    ./lamsfoundation/lams/comments/dto/CommentDTO.java
  1. … 53 more files in changeset.
LDEV-4390 Purple Theme

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch20170720.sql
  1. … 9 more files in changeset.
LDEV-4366 Introduce rubrics to Kumalive

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

    • -0
    • +32
    ./lamsfoundation/lams/timezone/util/TimezoneIDComparator.java
  1. … 1 more file in changeset.
LDEV-4367 Skins can be created

The SASS files are now configured to allow a new variable file to be

set up with different colours and for users to be able to switch

between skins.

    • -11
    • +10
    ./lamsfoundation/lams/util/CSSThemeUtil.java
  1. … 156 more files in changeset.
LDEV-4366 Allow multiple score per learner per Kumalive

Fix showing user login as a div title for teachers.

    • -0
    • +37
    ./lamsfoundation/lams/dbupdates/patch20170710.sql
  1. … 7 more files in changeset.
LDEV-4184, LDEV-4368 Allow longer ID format for password recovery request key

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch20170628.sql
  1. … 1 more file in changeset.
LDEV-4366 Prototype Kumalive front and back ends

  1. … 16 more files in changeset.
LDEV-4366 Add database and Hibernate layer for Kumalive.

    • -0
    • +36
    ./lamsfoundation/lams/dbupdates/patch20170623.sql
  1. … 4 more files in changeset.
LDEV-4274: Use service proxy bean instead of concrete implementation, so methods called from child threads are transactional.

    • -55
    • +69
    ./lamsfoundation/lams/events/EventNotificationService.java
LDEV-4355: Have improved the checks for invalid data and the warning messages that are given when invalid data is found.

LDEV-4354 Prevent exception on starting a lesson by Moodle using LAMS as LTI tool provider

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.

    • -2
    • +35
    ./lamsfoundation/lams/events/Event.java
    • -11
    • +26
    ./lamsfoundation/lams/events/EventNotificationService.java
    • -0
    • +13
    ./lamsfoundation/lams/events/IEventNotificationService.java
  1. … 14 more files in changeset.
LDEV-2999: Moving the database update into the tool as the Peer Review tool is not included in the standard build.

  1. … 1 more file in changeset.
LDEV-4347:Improve date/time for spreadsheet exports

    • -4
    • +2
    ./lamsfoundation/lams/util/ExcelUtil.java
    • -2
    • +3
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 1 more file in changeset.
LDEV-4274: Adding support for a file attachment to the email sender.

    • -4
    • +62
    ./lamsfoundation/lams/util/Emailer.java
  1. … 1 more file 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.

    • -0
    • +103
    ./lamsfoundation/lams/dbupdates/patch20170512.sql
    • -0
    • +67
    ./lamsfoundation/lams/rating/RatingException.java
    • -9
    • +16
    ./lamsfoundation/lams/rating/dao/IRatingDAO.java
    • -0
    • +18
    ./lamsfoundation/lams/rating/model/Rating.java
  1. … 4 more files in changeset.
LDEV-4334: Moving Lesson Gradebook into Monitoring window so that it is always available. EnableGradebookForMonitors field / db column has been completely removed.

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch20170508.sql
  1. … 1 more file in changeset.
LDEV-4334: Moving Lesson Gradebook into Monitoring window so that it is always available and adding a Marks chart. This requires a new lookup to get the raw marks for the chart and the enableGradebookForMonitors field has been deprecated as it is now always on.

  1. … 1 more file in changeset.