Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
LDEV-4326 Matching pairs answer options should be sorted alphanumerically

    • -32
    • +36
    ./lamsfoundation/lams/util/AlphanumComparator.java
  1. … 3 more files in changeset.
LDEV-4313: Fix parallel activities title internationalisation.

LDEV-4312 Handle unsuccessful mark submission to integrated servers

    • -0
    • +16
    ./lamsfoundation/lams/dbupdates/patch20170411.sql
  1. … 5 more files in changeset.
LDEV-4184: Silence "[DEPRECATION] Encountered positional parameter" warning in hibernatelams.log. Fixing them requires going through multiple SQL queries and it is not worth it. Positional parameters work fine.

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch20170410.sql
    • -12
    • +6
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 4 more files in changeset.
LDEV-4175: Remove unncessary synchronisations and commented out code.

    • -58
    • +4
    ./lamsfoundation/lams/lesson/LearnerProgress.java
  1. … 1 more file in changeset.
LDEV-4300 Audit logs when activity is modified in monitor

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +1
    ./lamsfoundation/lams/toolApplicationContext.xml
  1. … 81 more files in changeset.
LDEV-4291 Move getAccessMode method to WebUtil

    • -1
    • +19
    ./lamsfoundation/lams/util/WebUtil.java
  1. … 30 more files in changeset.
LDEV-4287 lessonMaxPossibleMark should not include marks that are set not to be passed to gradebook

LDEV-4187: Prevent "Illegal attempt to associate a collection with two open sessions" errors.

LDEV-4293: Add Ant build which prepares LAMS cluster test environment. ThemeDTO needs to be serializable in order to put it into a shared session.

  1. … 3 more files in changeset.