lams_monitoring

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4294 Add audit log for notifications

LDEV-4285: change icon for restart lesson

  1. … 30 more files in changeset.
LDEV-4288: Archive gradebook on lesson retry. Remove activity content on lesson retry.

  1. … 13 more files in changeset.
LDEV-4272: Do not allow in LAMS any HTTP methods other than GET or POST.

  1. … 34 more files in changeset.
LDEV-4239: Monitor tour with wiki help button moved onto tour dialog.

LDEV-4239: Initial implementation of Monitor tour.

    • -5
    • +6
    ./web/includes/javascript/monitorLesson.js
file monitorTour.jsp was initially added on branch lams2_head_wildfly.

LDEV-4265 Remove wrong dataType parameter

    • -1
    • +0
    ./web/includes/javascript/monitorLesson.js
LDEV-4264 Fix archive lessons feature

    • -2
    • +12
    ./web/includes/javascript/monitorLesson.js
LDEV-4240: Consistent upload widget: making the button and file name area smaller.

  1. … 31 more files in changeset.
LDEV-4180: Remove obsolete properties.

  1. … 6 more files in changeset.
LDEV-4224: Fix method references.

LDEV-4240: Consistent upload widget

Keeping the tag files consistent across LAMS.

  1. … 3 more files in changeset.
LDEV-4237: Include label informing the max size file

LDEV-4241: File upload validation

LDEV-4240: Consistent upload widget

Creating tags and shared javascript code to create consistency across tools for the look and validation behaviour of file upload.

    • -1
    • +1
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -0
    • +17
    ./web/WEB-INF/tags/WaitingSpinner.tag
  1. … 17 more files in changeset.
file FileUpload.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/FileUpload.tag
  1. … 5 more files in changeset.
file WaitingSpinner.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/WaitingSpinner.tag
  1. … 5 more files in changeset.
LDEV-4224: Pass IDs instead of objects into transactional methods so the objects are not cached and reused in subsequent retries.

  1. … 3 more files in changeset.
LDEV-4199: Branching activities screens were missing when the green dots were clicked in the sequence screen. The screens are not wanted so have changed it so the dots don't work.

LDEV-4210: Allow multiple users through a gate.

    • -7
    • +10
    ./web/gate/conditionGateContent.jsp
    • -16
    • +35
    ./web/gate/openGateSingleUser.jsp
    • -7
    • +11
    ./web/gate/permissionGateContent.jsp
LDEV-4187: Make sure that even after an exception is thrown, the Hibernate session is closed. Add extra logging to verify completeActivity() failures.

  1. … 7 more files in changeset.
LDEV-4191: Bootstrapping.

LDEV-4193: Envelop mail sending code in Hibernate transaction.

LDEV-3638: Do not try to delete a missing branching grouping.

LDEV-4161: Enhancements to Peer Review - tweaking the wording of the rating display.

    • -7
    • +11
    ./web/WEB-INF/tags/StyledRating.tag
  1. … 26 more files in changeset.
LDEV-4109: Updating tags across projects.

  1. … 7 more files in changeset.
LDEV-4160: Convert any underscores to spaces so that long lesson names that only use underscores and not spaces will still wrap the lesson name.

  1. … 7 more files in changeset.
LDEV-4119:Replace stepper

    • -1
    • +1
    ./web/WEB-INF/tags/AuthoringRatingCriteria.tag
  1. … 12 more files in changeset.
Correcting the "for javascript" labels added recently, to avoid LDEV-3453

  1. … 1 more file in changeset.
LDEV-3877: Fix variable initialisation.

    • -1
    • +1
    ./web/includes/javascript/monitorLesson.js
LDEV-4139 As long as activities were not explicitly saved into DB beforehand and the transaction is still open - therefore we should not assume activities are already inserted and so we use activityDAO.insertOrUpdate()