• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4348 Stop marking users that haven't completed the lesson as finished when syncing marks

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.

  1. … 15 more files in changeset.
LDEV-4341

1) Add advanced settings that will contain Save button

2) If there are *no* course groupings - jump directly to the create groups page

  1. … 4 more files in changeset.
LDEV-4339 Prevent exception on adding course grouping with non-unique name

* Also added a few enhancements like support for saving groupings on pressing Enter key and hiding warning once it's fixed rather than after pressing Save button

  1. … 2 more files in changeset.
LDEV-4343 Remove obsolete "style" attribute from CssTag

    • -24
    • +1
    ./org/lamsfoundation/lams/web/tag/CssTag.java
  1. … 56 more files in changeset.
LDEV-4334: Moving Lesson Gradebook into Monitoring window so that it is always available and adding a Marks chart.

  1. … 8 more files in changeset.
LDEV-4163 Fix the error when only lessons with assessment tool are considered to produce numeric tool output

LDEV-4163 Removed "LessonManagerServlet." before private member variables

LDEV-4325: Store activities' new coordinates after they got rearranged during SVG recreation.

  1. … 1 more file 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.

  1. … 5 more files in changeset.
LDEV-4300 Audit logs when activity is modified in monitor

  1. … 88 more files in changeset.
LDEV-4304: Do not display 2FA when editing profile

  1. … 1 more file in changeset.
LDEV-3962 Use the same icon for all Gradebook buttons

LDEV-4124: Fix size parsing for regions. Fix label positioning.

  1. … 1 more file in changeset.
LDEV-4124: Add label size and color.

  1. … 11 more files in changeset.
LDEV-4263 Remove width limitation from the images produced by CKEditor's JLaTeXMath plugin

LDEV-4180: Remove help_text from lams_learning_activity as it is take from i18n files anyway.

  1. … 28 more files in changeset.
LDEV-4243 File size restrictions for CKEditor uploads

  1. … 3 more files in changeset.
LDEV-3962

* "Enable lesson sorting" - move to the "More options" menu

* Remove "Refresh" button

  1. … 5 more files in changeset.
LDEV-4217 Remove LAMS Community integration

    • -14
    • +2
    ./org/lamsfoundation/lams/web/HomeAction.java
    • -6
    • +0
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 30 more files in changeset.
LDEV-4211 in case of "gradebookMarksLesson" method is requested - add all users that have completed the lesson but have no gradebookUserLesson (it happens when lesson contains zero activities that set to produce toolOutputs)

LDEV-4183: notifyCloseURL was not being passed on when the authoring window was reopened for editing, so the special lesson launch and window close code was not being triggered.

LDEV-4190 Use LAMS course groups in case monitor comes from integrations (thus prohibit importing them from LMS)

LDEV-4195 Fixed exception on opening dialog "Mapping course groups to branching groups"

LDEV-4190 In case of group-based branching make LAMS show page with groups created in authoring straightway, skipping one extra step when monitor needs to press Create new groups button (the wording of which doesn't reflect what's going on in reality as groups are not being created but rather just used)

LDEV-4190 External groups won't be allowed to be imported from integrated server as long as we can't map Group to Branch in Monitoring (there is no UI for this). This way only groups created in authoring will be used.

LDEV-4185: Be ready for null names of LDs or folders in Authoring.

  1. … 1 more file in changeset.
LDEV-4178 Escape commas when pre-adding users to a lesson

LDEV-4178 Escape commas when pre-adding users to a lesson

LDEV-4163 Adding new LessonManager method "checkLessonForNumericToolOutputs" which is going to serve as a replacement for quering for SVGs to discover if learning design has numeric tool output