lams_common

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

  1. … 156 more files in changeset.
LDEV-4054: Updating labels i18n

Mainly Norwegian, Greek and English

  1. … 52 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
    ./src/java/org/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
    ./src/java/org/lamsfoundation/lams/dbupdates/patch20170628.sql
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
    ./src/java/org/lamsfoundation/lams/dbupdates/patch20170623.sql
  1. … 4 more files in changeset.
After migration clean up

  1. … 313 more files in changeset.
LDEV-4274: Use service proxy bean instead of concrete implementation, so methods called from child threads are transactional.

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.

  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

  1. … 1 more file in changeset.
LDEV-4274: Adding support for a file attachment to the email sender.

  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
    ./src/java/org/lamsfoundation/lams/dbupdates/patch20170512.sql
    • -0
    • +67
    ./src/java/org/lamsfoundation/lams/rating/RatingException.java
  1. … 2 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
    ./src/java/org/lamsfoundation/lams/dbupdates/patch20170508.sql
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.

LDEV-4326 Matching pairs answer options should be sorted alphanumerically

  1. … 3 more files in changeset.
LDEV-4054: updating English

LDEV-4313: Fix parallel activities title internationalisation.

LDEV-4054: Updating Greek

  1. … 18 more files in changeset.
LDEV-4312 Handle unsuccessful mark submission to integrated servers

    • -0
    • +16
    ./src/java/org/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
    ./src/java/org/lamsfoundation/lams/dbupdates/patch20170410.sql
  1. … 4 more files in changeset.
LDEV-4175: Remove unncessary synchronisations and commented out code.

  1. … 1 more file in changeset.
LDEV-4311: increasing default file upload sizes to 10MB for students and 100MB for teahers. Only for new installations, existing ones will maintain their currents

LDEV-4300: adding labels

LDEV-4300 Audit logs when activity is modified in monitor

  1. … 80 more files in changeset.
LDEV-4291 Move getAccessMode method to WebUtil

  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.