Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
LDEV-4288: Archive gradebook on lesson retry. Remove activity content on lesson retry.

    • -0
    • +38
    ./lamsfoundation/lams/dbupdates/patch20170323.sql
    • -0
    • +108
    ./lamsfoundation/lams/gradebook/GradebookUserActivityArchive.java
    • -0
    • +85
    ./lamsfoundation/lams/gradebook/GradebookUserLessonArchive.java
  1. … 13 more files in changeset.
LDEV-4275: Creating a simplified version of gradebook export. Added support for central alignment in an excel spreadsheet as well as another border style.

    • -0
    • +17
    ./lamsfoundation/lams/util/ExcelCell.java
    • -5
    • +40
    ./lamsfoundation/lams/util/ExcelUtil.java
  1. … 7 more files in changeset.
LDEV-4124: Add label size and color.

    • -0
    • +14
    ./lamsfoundation/lams/dbupdates/patch20170310.sql
  1. … 9 more files in changeset.
LDEV-4255, LDEV-4256 Removing Configuration UI options no longer used

    • -0
    • +16
    ./lamsfoundation/lams/dbupdates/patch20170309.sql
  1. … 4 more files in changeset.
LDEV-4261: Remove version properties from entities. Remove management of optimistic locking failures as they never happen.

    • -0
    • +14
    ./lamsfoundation/lams/dbupdates/patch20170308.sql
    • -14
    • +0
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 8 more files in changeset.
LDEV-4180: fixing typos

  1. … 1 more file in changeset.
LDEV-4180, LDEV-4217: Apply date-based naming convention to SQL patches.

    • -0
    • +53
    ./lamsfoundation/lams/dbupdates/patch20170101.sql
    • -0
    • +16
    ./lamsfoundation/lams/dbupdates/patch20170209.sql
  1. … 1 more file in changeset.
LDEV-3147 Get rid of 'supports_run_offline_flag' and 'define_later_url' columns from lams_tool table

  1. … 30 more files in changeset.
LDEV-3254, LDEV-4180: Fix a typo in a configuration key.

  1. … 2 more files in changeset.
LDEV-4180: Remove help_text from lams_learning_activity as it is take from i18n files anyway.

  1. … 28 more files in changeset.
LDEV-4180: Make DB patches produce up-to-date structure during build instead of applying multiple patches. Get rid of unnecessary tables and keys. Modify boolean columns to tinyint(1) Simplify patches where possible.

    • -0
    • +46
    ./lamsfoundation/lams/dbupdates/patch3000001.sql
    • -0
    • +16
    ./lamsfoundation/lams/dbupdates/patch3000002.sql
  1. … 221 more files in changeset.
LDEV-4213 Create servlet that will be able to recalculate lesson total marks

LDEV-4243 File size restrictions for CKEditor uploads

  1. … 4 more files in changeset.
LDEV-4233 added ability to remove user's rating and comments

  1. … 1 more file in changeset.
LDEV-4230: Min word validation wasn't calculating correctly for 1 word.

    • -2
    • +3
    ./lamsfoundation/lams/util/ValidationUtil.java
LDEV-4230: Min word validation wasn't calculating correctly for 1 word.

    • -3
    • +8
    ./lamsfoundation/lams/util/ValidationUtil.java