lams_learning

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2999: Allow learner to change their rating (when using the tag entry) and tweaking how the retry configuration is set up on initialisation.

  1. … 4 more files in changeset.
LDEV-4054: Updating Greek, Spanish

file LogLessonMarkPushedToIntegrationsServlet.java was initially added on branch lams2_head_wildfly.

LDEV-4312 Handle unsuccessful mark submission to integrated servers

  1. … 3 more files in changeset.
LDEV-4175: Remove unncessary synchronisations and commented out code.

  1. … 1 more file in changeset.
LDEV-4290 Removed caching of progress bar messages as it makes the language first used stick for all users.

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. … 14 more files in changeset.
LDEV-4283: Change the refreshing auto time from 5 mins to 1 min

LDEV-4284: Get a parameter value from form, not an object which is not present as request attribute anymore.

LDEV-4278: Put and get activity ID from form since it is not present in request anymore.

LDEV-4272: Do not allow in LAMS any HTTP methods other than GET or POST.

  1. … 34 more files in changeset.
LDEV-4272: Check if learner progress belongs to the logged in user.

LDEV-4260: Make sure that lesson corresponds to the activity.

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-4252: Use another collection type instead of synchronisation.

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.

    • binary
    ./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. … 1 more file in changeset.
LDEV-4155 In order to be able to use "history.back()" without any problems - using redirect in NotebookAction

LDEV-4155 formatting

LDEV-4206: Progress bar was missing in mobile format.

LDEV-4187: Make sure that even after an exception is thrown, the Hibernate session is closed. Add extra logging to verify completeActivity() failures.

  1. … 5 more files in changeset.
LDEV-4198: Re-committing Fiona's changes: Do not try to get the Floating Activity URL for the progress bar. It does not exist and just results in an error in the log. If isFloating = true then we have come from the progress bar, if isFloating = false we have come from elsewhere in the system and we should get the "broken progress" screen just in case LAMS does try to show to floating activity somewhere.

LDEV-4175: Do not put DB entities (LearnerProgress, Activity) into request as this can cause problems. Better stick to IDs as parameters.

LDEV-4198: Do not try to get the Floating Activity URL for the progress bar. It does not exist and just results in an error in the log. If isFloating = true then we have come from the progress bar, if isFloating = false we have come from elsewhere in the system and we should get the "broken progress" screen just in case LAMS does try to show to floating activity somewhere.

LDEV-4187: Open new session on Presence Chat websocket thread run.